Jekaterina
commited on
Commit
•
82eb2a7
1
Parent(s):
880b42d
Update README.md
Browse files
README.md
CHANGED
@@ -82,7 +82,7 @@ An example from the TiLt-Pro dataset looks as follows:
|
|
82 |
- `level`: The academic level of the tested knowledge. Can be one of the following: e.g. Middle School, High School, University Entrance, University, Professional etc.
|
83 |
- `category_en`: The low level category according to the source IN ENGLISH, i.e. the exam name.
|
84 |
- `category_original_lang`: Similarly to the `category_en` attribute, the low level category according to the source IN THE ORIGINAL LANGUAGE.
|
85 |
-
- `original_question_num`:
|
86 |
- `question`: The text of the multi-choice question or the statement of the True-False question.
|
87 |
- `options`: A list of texts of the multiple choice options. In the case of True-False task, it is left blank.
|
88 |
- `answer`: The string representing the correct choice(s) (1, 2, 3, ...). It corresponds to the numbering of the respective choice columns. In the case of True-False task, this is "1" for true and "0" for false.
|
|
|
82 |
- `level`: The academic level of the tested knowledge. Can be one of the following: e.g. Middle School, High School, University Entrance, University, Professional etc.
|
83 |
- `category_en`: The low level category according to the source IN ENGLISH, i.e. the exam name.
|
84 |
- `category_original_lang`: Similarly to the `category_en` attribute, the low level category according to the source IN THE ORIGINAL LANGUAGE.
|
85 |
+
- `original_question_num`: Id of the sample.
|
86 |
- `question`: The text of the multi-choice question or the statement of the True-False question.
|
87 |
- `options`: A list of texts of the multiple choice options. In the case of True-False task, it is left blank.
|
88 |
- `answer`: The string representing the correct choice(s) (1, 2, 3, ...). It corresponds to the numbering of the respective choice columns. In the case of True-False task, this is "1" for true and "0" for false.
|