DataScienceUIBK commited on
Commit
27b1f4d
·
verified ·
1 Parent(s): f7df2b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -14
README.md CHANGED
@@ -11,6 +11,8 @@ size_categories:
11
 
12
  ComplexTempQA is a large-scale dataset designed for complex temporal question answering (TQA). It consists of over 100 million question-answer pairs, making it one of the most extensive datasets available for TQA. The dataset is generated using data from Wikipedia and Wikidata and spans questions over a period of 36 years (1987-2023).
13
 
 
 
14
  ## Dataset Description
15
 
16
  ComplexTempQA categorizes questions into three main types:
@@ -22,20 +24,20 @@ These categories are further divided based on their relation to events, entities
22
 
23
  ### Question Types and Counts
24
 
25
- | Question Type | Subtype | Count |
26
- |-----------------------|---------------------|---------------|
27
- | Attribute | Event | 83,798 |
28
- | Attribute | Entity | 84,079 |
29
- | Attribute | Time | 9,454 |
30
- | Comparison | Event | 25,353,340 |
31
- | Comparison | Entity | 74,678,117 |
32
- | Comparison | Time | 54,022,952 |
33
- | Counting | Event | 18,325 |
34
- | Counting | Entity | 10,798 |
35
- | Counting | Time | 12,732 |
36
- | Multi-Hop | | 76,933 |
37
- | Unnamed Event | | 8,707,123 |
38
- | **Total** | | **100,228,457**|
39
 
40
  ### Metadata
41
 
 
11
 
12
  ComplexTempQA is a large-scale dataset designed for complex temporal question answering (TQA). It consists of over 100 million question-answer pairs, making it one of the most extensive datasets available for TQA. The dataset is generated using data from Wikipedia and Wikidata and spans questions over a period of 36 years (1987-2023).
13
 
14
+ **Note:** We have a smaller version consisting of questions from the time period 1987 until 2007.
15
+
16
  ## Dataset Description
17
 
18
  ComplexTempQA categorizes questions into three main types:
 
24
 
25
  ### Question Types and Counts
26
 
27
+ | | Question Type | Subtype | Count |
28
+ |--|-----------------------|---------------------|---------------|
29
+ |1a| Attribute | Event | 83,798 |
30
+ |1b| Attribute | Entity | 84,079 |
31
+ |1c| Attribute | Time | 9,454 |
32
+ |2a| Comparison | Event | 25,353,340 |
33
+ |2b| Comparison | Entity | 74,678,117 |
34
+ |2c| Comparison | Time | 54,022,952 |
35
+ |3a| Counting | Event | 18,325 |
36
+ |3b| Counting | Entity | 10,798 |
37
+ |3c| Counting | Time | 12,732 |
38
+ | | Multi-Hop | | 76,933 |
39
+ | | Unnamed Event | | 8,707,123 |
40
+ | | **Total** | | **100,228,457**|
41
 
42
  ### Metadata
43