annieske commited on
Commit
9de196e
1 Parent(s): 93db781

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -2
README.md CHANGED
@@ -8,5 +8,19 @@ size_categories:
8
  - 100K<n<1M
9
  ---
10
 
11
- Turku WebQA dataset is a Finnish Question-Answer dataset that has been extracted from different CommonCrawl sources.
12
- It has 237,000 question-answer pairs (altogether 290,000 questions, but not all have an answer). The questions with no answers can be discarded by taking out the rows with None.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  - 100K<n<1M
9
  ---
10
 
11
+ ### Dataset Summary
12
+
13
+ The Turku WebQA dataset is a Finnish Question-Answer dataset that has been extracted from different CommonCrawl sources (Parsebank, mC4-Fi, CC-Fi).
14
+ It has 237,000 question-answer pairs (altogether 290,000 questions, but not all have an answer). The questions with no answers can be discarded by taking out the rows with None (null).
15
+ The codebase as well as the raw data can be found on [GitHub](https://github.com/TurkuNLP/register-qa).
16
+
17
+ ### Data Fields
18
+
19
+ - `source`: a `string` feature. Tells whether the question and answer is extracted from Parsebank, mC4-Fi or CC-Fi.
20
+ - `id`: a `string` feature.
21
+ - `question`: a `string` feature.
22
+ - `answer`: a `string` feature. Can also be None (null).
23
+
24
+ ### Citing
25
+
26
+ Citing information coming soon!