SiyuLiu commited on
Commit
9184e6c
·
verified ·
1 Parent(s): 0471b12

Upload MATTER-604 private review candidate

Browse files
Files changed (1) hide show
  1. README.md +65 -0
README.md CHANGED
@@ -26,6 +26,71 @@ fixtures. It intentionally does **not** contain per-task reference answers,
26
  checklists, Gold thresholds, or the private evaluator. Submit answers and task
27
  artifacts through the benchmark evaluation service.
28
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  ## Splits
30
 
31
  `data/test.jsonl` contains the 604 evaluation questions. The test labels are
 
26
  checklists, Gold thresholds, or the private evaluator. Submit answers and task
27
  artifacts through the benchmark evaluation service.
28
 
29
+ ## Repository contents
30
+
31
+ ```text
32
+ MATTER-604/
33
+ ├── README.md
34
+ ├── LICENSE
35
+ ├── data/
36
+ │ └── test.jsonl
37
+ ├── fixtures/
38
+ ├── manifest.json
39
+ ├── private_eval_commitment.json
40
+ ├── submission.schema.json
41
+ └── .gitattributes
42
+ ```
43
+
44
+ | Path | Description |
45
+ |---|---|
46
+ | `README.md` | Dataset Card: scientific scope, task distribution, runtime requirements, scoring summary, and release boundaries. |
47
+ | `LICENSE` | Apache-2.0 license for MATTER-owned content. It does not license excluded VASP POTCAR files or third-party PDFs. |
48
+ | `data/test.jsonl` | The 604 evaluation tasks, one JSON object per line. Each record contains only `task_id`, `capability`, `domain`, `prompt`, `tags`, and `data_files`. |
49
+ | `fixtures/` | 238 redistributable task inputs declared by 147 tasks, including crystal structures, simulation inputs, spectra, electrochemical data, tabular data, and small model/test files. |
50
+ | `manifest.json` | Machine-readable release identity: task count, task-ID hash, fixture counts, hidden fields, missing-input status, license, and closed-source-runtime exclusion. |
51
+ | `private_eval_commitment.json` | A whole-tree SHA-256 commitment to the canonical 604-task private evaluator. It identifies the scoring version without exposing answers or file-level hashes. |
52
+ | `submission.schema.json` | JSON Schema for third-party submissions: final answer, artifact paths and hashes, optional trace path, and Agent/model/prompt metadata. |
53
+ | `.gitattributes` | Hugging Face repository transport metadata added by the Hub; it is not part of the scientific benchmark content. |
54
+
55
+ The 147 tasks with declared inputs contain 254 file references to 244 unique
56
+ logical paths. Of these, 238 files are bundled under `fixtures/`; six restricted
57
+ inputs are represented only by their identity, SHA-256, size, restriction reason,
58
+ source, and lawful acquisition instructions.
59
+
60
+ ## Capability distribution
61
+
62
+ The capability label describes the main research action being evaluated. A task
63
+ can exercise supporting skills in addition to its primary label.
64
+
65
+ | Capability | Tasks | Share | What is evaluated |
66
+ |---|---:|---:|---|
67
+ | `input_generation` | 164 | 27.2% | Producing scientifically consistent inputs for codes such as VASP, ABACUS, CP2K, LAMMPS, GROMACS, ORCA, DP-GEN, and GPUMD. |
68
+ | `workflow_orchestration` | 138 | 22.8% | Organizing multi-step modelling or calculation workflows, remote jobs, state transitions, recovery, and result collection. |
69
+ | `scientific_analysis` | 95 | 15.7% | Extracting and interpreting materials properties from structures, energies, spectra, trajectories, electrochemical data, and other scientific outputs. |
70
+ | `structure_construction` | 84 | 13.9% | Building chemically and crystallographically meaningful bulk, molecular, surface, interface, defect, and other atomistic models. |
71
+ | `structure_retrieval` | 49 | 8.1% | Finding, selecting, converting, and validating material or molecular structures from databases and supplied sources. |
72
+ | `execution_contract` | 46 | 7.6% | Respecting requested methods and constraints, checking feasibility, handling infrastructure limitations, and avoiding silent substitutions or unsupported claims. |
73
+ | `data_diagnosis` | 18 | 3.0% | Identifying malformed inputs, inconsistent metadata, convergence failures, corrupted outputs, and scientifically invalid intermediate states. |
74
+ | `safety_refusal` | 6 | 1.0% | Refusing unsafe, unauthorized, deceptive, or scientifically unjustified operations while explaining the boundary. |
75
+ | `batch_processing` | 4 | 0.7% | Managing related task sets, controlled parameter sweeps, consistent batch inputs, and batch-level failure recovery. |
76
+ | **Total** | **604** | **100%** | |
77
+
78
+ ## Domain distribution
79
+
80
+ The domain label identifies the main materials context. `agnostic` covers
81
+ cross-domain scientific-software and research-operation tasks rather than a
82
+ separate material class.
83
+
84
+ | Domain | Tasks | Share | Scope |
85
+ |---|---:|---:|---|
86
+ | `agnostic` | 467 | 77.3% | General atomistic modelling, electronic-structure, molecular simulation, data analysis, scientific software, and platform operations. |
87
+ | `battery` | 59 | 9.8% | Electrodes, electrolytes, ion transport, cycling data, interphases, and battery-oriented simulations. |
88
+ | `semiconductor` | 27 | 4.5% | Electronic structure, dielectric response, defects, band properties, and semiconductor materials. |
89
+ | `catalysis` | 19 | 3.1% | Surfaces, adsorption, reaction energetics, electrocatalysis, and catalytic screening. |
90
+ | `polymer` | 19 | 3.1% | Polymer and molecular materials, force fields, conformations, membranes, and polymer simulations. |
91
+ | `alloy` | 13 | 2.2% | Alloy structures, ordering, solid solutions, magnetic states, and alloy-property workflows. |
92
+ | **Total** | **604** | **100%** | |
93
+
94
  ## Splits
95
 
96
  `data/test.jsonl` contains the 604 evaluation questions. The test labels are