iLampard commited on
Commit
bdc26d8
·
verified ·
1 Parent(s): c1449c1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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
- - question_id: a unique identifier for the question across the whole dataset.
 
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.