DataScienceUIBK commited on
Commit
d6c0394
·
verified ·
1 Parent(s): 02f73b2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -6
README.md CHANGED
@@ -39,12 +39,18 @@ These categories are further divided based on their relation to events, entities
39
 
40
  ### Metadata
41
 
42
- Each question in the dataset is accompanied by detailed metadata, including:
43
- - Type of question based on taxonomy
44
- - Wikidata IDs of the questioned entities or events
45
- - Country information for both questions and answers
46
- - Difficulty rating (easy or hard)
47
- - Time span related to the question
 
 
 
 
 
 
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