DataScienceUIBK commited on
Commit
7919b09
1 Parent(s): c80d71a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -7,13 +7,13 @@ language:
7
  size_categories:
8
  - 100M<n<1B
9
  ---
10
- # COMPLEXTEMPQA Dataset
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:
17
  - Attribute Questions
18
  - Comparison Questions
19
  - Counting Questions
@@ -49,7 +49,7 @@ Each question in the dataset is accompanied by detailed metadata, including:
49
  ## Dataset Characteristics
50
 
51
  ### Size
52
- COMPLEXTEMPQA comprises over 100 million question-answer pairs, focusing on events, entities, and time periods from 1987 to 2023.
53
 
54
  ### Complexity
55
  Questions require advanced reasoning skills, including multi-hop question answering, temporal aggregation, and across-time comparisons.
@@ -63,7 +63,7 @@ The dataset has been evaluated for readability, ease of answering before and aft
63
  ## Usage
64
 
65
  ### Evaluation and Training
66
- COMPLEXTEMPQA can be used for:
67
  - Evaluating the temporal reasoning capabilities of large language models (LLMs)
68
  - Fine-tuning language models for better temporal understanding
69
  - Developing and testing retrieval-augmented generation (RAG) systems
@@ -75,7 +75,7 @@ The dataset supports research in:
75
  - Language understanding
76
 
77
  ### Adaptation and Continual Learning
78
- COMPLEXTEMPQA's temporal metadata facilitates the development of online adaptation and continual training approaches for LLMs, aiding in the exploration of time-based learning and evaluation.
79
 
80
  ## Access
81
 
 
7
  size_categories:
8
  - 100M<n<1B
9
  ---
10
+ # ComplexTempQA Dataset
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:
17
  - Attribute Questions
18
  - Comparison Questions
19
  - Counting Questions
 
49
  ## Dataset Characteristics
50
 
51
  ### Size
52
+ ComplexTempQA comprises over 100 million question-answer pairs, focusing on events, entities, and time periods from 1987 to 2023.
53
 
54
  ### Complexity
55
  Questions require advanced reasoning skills, including multi-hop question answering, temporal aggregation, and across-time comparisons.
 
63
  ## Usage
64
 
65
  ### Evaluation and Training
66
+ ComplexTempQA can be used for:
67
  - Evaluating the temporal reasoning capabilities of large language models (LLMs)
68
  - Fine-tuning language models for better temporal understanding
69
  - Developing and testing retrieval-augmented generation (RAG) systems
 
75
  - Language understanding
76
 
77
  ### Adaptation and Continual Learning
78
+ ComplexTempQA's temporal metadata facilitates the development of online adaptation and continual training approaches for LLMs, aiding in the exploration of time-based learning and evaluation.
79
 
80
  ## Access
81