DataScienceUIBK commited on
Commit
0634d5a
·
verified ·
1 Parent(s): d6c0394

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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
- - **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
 
 
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