Update README.md
Browse files
README.md
CHANGED
@@ -47,7 +47,8 @@ These categories are further divided based on their relation to events, entities
|
|
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 |
-
- **
|
|
|
51 |
- **is_unnamed**: A flag indicating if the question contains an implicitly described event (`1` for yes, `0` for no).
|
52 |
|
53 |
|
|
|
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**: List of Wikidata IDs of the countries associated with the questioned entities or events.
|
51 |
+
- **answer_country**: List of Wikidata IDs of the countries associated with the answered entities or events.
|
52 |
- **is_unnamed**: A flag indicating if the question contains an implicitly described event (`1` for yes, `0` for no).
|
53 |
|
54 |
|