Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Estonian
Libraries:
Datasets
pandas
License:
Tanel Alumäe commited on
Commit
6507f29
1 Parent(s): 3deb246

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md CHANGED
@@ -1,4 +1,5 @@
1
  ---
 
2
  dataset_info:
3
  features:
4
  - name: context
@@ -31,4 +32,32 @@ configs:
31
  path: data/train-*
32
  - split: test
33
  path: data/test-*
 
 
 
 
34
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language: et
3
  dataset_info:
4
  features:
5
  - name: context
 
32
  path: data/train-*
33
  - split: test
34
  path: data/test-*
35
+ license: cc-by-4.0
36
+ task_categories:
37
+ - question-answering
38
+ pretty_name: EstQA
39
  ---
40
+
41
+
42
+ # Estonian Question Answering dataset
43
+
44
+ * Dataset for extractive question answering in Estonian. It is based on Wikipedia articles, pre-filtered via PageRank. Annotation was done by one person.
45
+ * Train set includes 776 context-question-answer triplets. There are several possible answers per question, each in a separate triplet. Number of different questions is 512.
46
+ * Test set includes 603 samples. Each sample contains one or more golden answers. Altogether there are 892 golden ansewrs.
47
+
48
+ ### Change log
49
+
50
+ * Version 1.2: restructured from https://huggingface.co/datasets/anukaver/EstQA to use flattened structure
51
+ * Version 1.1: Test set v1.1 adds some more golden answers.
52
+
53
+ ### Reference
54
+ If you use this dataset for research, please cite the following paper:
55
+
56
+ ```
57
+ @mastersthesis{mastersthesis,
58
+ author = {Anu Käver},
59
+ title = {Extractive Question Answering for Estonian Language},
60
+ school = {Tallinn University of Technology (TalTech)},
61
+ year = 2021
62
+ }
63
+ ```