Datasets:

Modalities:
Text
Formats:
json
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
Shz commited on
Commit
86b7dbd
·
verified ·
1 Parent(s): 968660d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -146,7 +146,7 @@ python run.py configs/eval_atlas.py -m infer
146
 
147
  ### Data Fields
148
 
149
- - `name_en`: Subject name in English (e.g., "Biology", "Physics")
150
  - `question`: The scientific question/problem statement
151
  - `answer_ideas`: Reasoning ideas and approaches for solving the problem
152
  - `refined_standard_answer`: List of standard answers (may contain multiple sub-answers)
@@ -163,7 +163,7 @@ python run.py configs/eval_atlas.py -m infer
163
 
164
  ```json
165
  {
166
- "name_en": "Biology",
167
  "question": "Explain how CRISPR-Cas9 gene editing works at the molecular level...",
168
  "answer_ideas": "[\"Cas9 protein binds to guide RNA...\"]",
169
  "refined_standard_answer": [
 
146
 
147
  ### Data Fields
148
 
149
+ - `subject_name`: Subject name in English (e.g., "Biology", "Physics")
150
  - `question`: The scientific question/problem statement
151
  - `answer_ideas`: Reasoning ideas and approaches for solving the problem
152
  - `refined_standard_answer`: List of standard answers (may contain multiple sub-answers)
 
163
 
164
  ```json
165
  {
166
+ "subject_name": "Biology",
167
  "question": "Explain how CRISPR-Cas9 gene editing works at the molecular level...",
168
  "answer_ideas": "[\"Cas9 protein binds to guide RNA...\"]",
169
  "refined_standard_answer": [