Update README.md
Browse files
README.md
CHANGED
@@ -39,12 +39,18 @@ These categories are further divided based on their relation to events, entities
|
|
39 |
|
40 |
### Metadata
|
41 |
|
42 |
-
|
43 |
-
-
|
44 |
-
-
|
45 |
-
-
|
46 |
-
-
|
47 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
|
49 |
## Dataset Characteristics
|
50 |
|
|
|
39 |
|
40 |
### Metadata
|
41 |
|
42 |
+
- **id**: A unique identifier for each question.
|
43 |
+
- **question**: The text of the question being asked.
|
44 |
+
- **answer**: The answer(s) to the question.
|
45 |
+
- **type**: The type of question based on the dataset’s taxonomy.
|
46 |
+
- **rating**: A numerical rating indicating the difficulty of the question (`0` for easy, `1` for hard).
|
47 |
+
- **timeframe**: The start and end dates relevant to the question.
|
48 |
+
- **question_entity**: List of Wikidata IDs related to the entities in the question.
|
49 |
+
- **answer_entity**: List of Wikidata IDs related to the entities in the answer.
|
50 |
+
- **question_country_entity**: List of Wikidata IDs of the countries associated with the questioned entities or events.
|
51 |
+
- **is_unnamed**: A flag indicating if the question contains an implicitly described event (`1` for yes, `0` for no).
|
52 |
+
|
53 |
+
|
54 |
|
55 |
## Dataset Characteristics
|
56 |
|