Update README.md
Browse files
README.md
CHANGED
@@ -99,7 +99,8 @@ The leaderboard is regularly updated and can be accessed at https://famma-bench.
|
|
99 |
## Dataset Structure
|
100 |
|
101 |
### features
|
102 |
-
-
|
|
|
103 |
- context: relevant background information related to the question.
|
104 |
- question: the specific query being asked.
|
105 |
- options: the specific query being asked.
|
|
|
99 |
## Dataset Structure
|
100 |
|
101 |
### features
|
102 |
+
- idx:a unique identifier for the index of the question in the dataset.
|
103 |
+
- question_id: a unique identifier for the question across the whole dataset: {language}_{main_question_id}_{sub_question_id}_{release_version}.
|
104 |
- context: relevant background information related to the question.
|
105 |
- question: the specific query being asked.
|
106 |
- options: the specific query being asked.
|