Restructure as DMPKBench with ADMET-MPO and pk-interpretation subsets

#3
by zkoch1 - opened
data/train-00000-of-00001.parquet → ADMET-MPO/test.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:447b999334484aea86324e9963bee3fee209718c316faf373e6b0cdc64e92309
3
- size 77466
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c96c5e6a417a86ea4a3f5dbeb4f1753f4b1c2fec26936c3c577027caf588e3f
3
+ size 65164
ADMET-MPO/train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dec45be4095df69dc7332d9791f35a3484c0bbcd259666b700edb6a4627ee8ce
3
+ size 261905
ADMET-MPO/val.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58e680aee3bccfb984c0d1180ec38cfc7e6586a5cc50bc5a4ec41f9f82760dfe
3
+ size 64477
README.md CHANGED
@@ -1,45 +1,65 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: uuid
5
- dtype: large_string
6
- - name: question_id
7
- dtype: large_string
8
- - name: provenance
9
- dtype: large_string
10
- - name: task_type
11
- dtype: large_string
12
- - name: grader_type
13
- dtype: large_string
14
- - name: question
15
- dtype: large_string
16
- - name: input_files
17
- dtype: large_string
18
- - name: data_storage_uris
19
- list: string
20
- - name: reference_file
21
- dtype: large_string
22
- - name: reference_storage_uris
23
- list: string
24
- - name: params
25
- dtype: large_string
26
- - name: rubric
27
- list:
28
- - name: criterion_id
29
- dtype: string
30
- - name: description
31
- dtype: string
32
- - name: weight
33
- dtype: float64
34
- splits:
35
- - name: train
36
- num_bytes: 119883
37
- num_examples: 99
38
- download_size: 77466
39
- dataset_size: 119883
40
  configs:
41
- - config_name: default
42
- data_files:
43
- - split: train
44
- path: data/train-*
 
 
 
 
 
 
45
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc-by-4.0
3
+ language: [en]
4
+ pretty_name: DMPKBench
5
+ tags: [dmpk, admet, pharmacokinetics, pk, chemistry, benchmark, qa]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  configs:
7
+ - config_name: ADMET-MPO
8
+ data_files:
9
+ - {split: train, path: ADMET-MPO/train.parquet}
10
+ - {split: val, path: ADMET-MPO/val.parquet}
11
+ - {split: test, path: ADMET-MPO/test.parquet}
12
+ - config_name: pk-interpretation
13
+ data_files:
14
+ - {split: train, path: pk-interpretation/train.parquet}
15
+ - {split: val, path: pk-interpretation/val.parquet}
16
+ - {split: test, path: pk-interpretation/test.parquet}
17
  ---
18
+
19
+ # DMPKBench
20
+
21
+ Edison packaging of the public [DMPKBench](https://github.com/GHDDI-AILab/DMPKBench) subsets for agent evaluation.
22
+
23
+ Two Hugging Face configs (subsets), each with `train` / `val` / `test` splits at ≈70/15/15 (seeded shuffle, seed=42; remainder assigned to `train`):
24
+
25
+ | subset | train | val | test | total |
26
+ |---|--:|--:|--:|--:|
27
+ | `ADMET-MPO` | 456 | 97 | 97 | 650 |
28
+ | `pk-interpretation` | 71 | 14 | 14 | 99 |
29
+
30
+ ## Subsets
31
+
32
+ ### `ADMET-MPO`
33
+ Multiple-choice ADMET/MPO compound-selection questions from [`ADMET-MPO.json`](https://github.com/GHDDI-AILab/DMPKBench/blob/main/public%20subset/ADMET-MPO.json).
34
+ Each row asks which of four SMILES is most consistent with a public experimental assay outcome.
35
+ Graded with a single `answer` rubric criterion (correct option / SMILES).
36
+ `params` stores JSON `domain`, `answer`, `answer_smiles`, and `source_id`.
37
+
38
+ ### `pk-interpretation`
39
+ Open-answer PK curve interpretation questions derived from [`Result_Interpretation.json`](https://github.com/GHDDI-AILab/DMPKBench/blob/main/public%20subset/Result_Interpretation.json).
40
+ Options are hidden; agents must answer directly and explain using the provided PK data.
41
+ Graded with two rubric criteria (`answer`, `explanation`).
42
+
43
+ ## Schema (one row per question)
44
+
45
+ | column | notes |
46
+ |---|---|
47
+ | `uuid` | stable primary key |
48
+ | `question_id` | `dmpkbench_admet_mpo_<id>` or `dmpkbench_result_interp_<id>` |
49
+ | `provenance` | `DMPKBench` |
50
+ | `task_type` | `QA` |
51
+ | `grader_type` | `rubric` |
52
+ | `question` | full self-contained prompt |
53
+ | `input_files` / `data_storage_uris` | unused (empty) |
54
+ | `reference_file` / `reference_storage_uris` | unused (empty) |
55
+ | `params` | optional JSON (ADMET domain / gold letter / SMILES) |
56
+ | `rubric` | LLM-judge criteria |
57
+
58
+ ## Load
59
+
60
+ ```python
61
+ from datasets import load_dataset
62
+
63
+ admet = load_dataset("EdisonScientific/DMPKBench", "ADMET-MPO", split="test")
64
+ pk = load_dataset("EdisonScientific/DMPKBench", "pk-interpretation", split="test")
65
+ ```
pk-interpretation/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d75b9d46b6f1331fc5376730c95fa057d466ad0652a653d06797354b004403cd
3
+ size 20465
pk-interpretation/train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46a15f5f2c450478387efb69ae2b15149f6614bf5432aa5f60dd924c2465a521
3
+ size 60011
pk-interpretation/val.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2da8ba7206cc010bd8f53a3c84d03123afd1aa957363612fc62dca448b60843c
3
+ size 18896