File size: 1,945 Bytes
95d5b7d
3ed5df1
 
 
 
 
95d5b7d
3ed5df1
95d5b7d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3ed5df1
 
 
 
 
 
 
 
 
 
 
 
2e3583a
3ed5df1
2e3583a
 
95d5b7d
 
 
 
 
 
 
3ed5df1
 
 
 
95d5b7d
5046e08
 
 
 
 
 
 
 
bd254f4
 
 
 
 
5046e08
 
 
9d17abb
5046e08
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
---
language:
- ja
license: cc-by-sa-4.0
task_categories:
- question-answering
dataset_info:
- config_name: default
  features:
  - name: qid
    dtype: string
  - name: question
    dtype: string
  - name: answers
    sequence: string
  splits:
  - name: validation
    num_bytes: 92027
    num_examples: 795
  - name: test
    num_bytes: 23157
    num_examples: 198
  download_size: 67999
  dataset_size: 115184
- config_name: v1.1
  features:
  - name: qid
    dtype: string
  - name: question
    dtype: string
  - name: answers
    sequence: string
  - name: D_3
    sequence: string
  splits:
  - name: test
    num_bytes: 26020
    num_examples: 198
  download_size: 16544
  dataset_size: 26020
configs:
- config_name: default
  data_files:
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
- config_name: v1.1
  data_files:
  - split: test
    path: v1.1/test-*
---

# NIILC Question Answering Dataset

> This project provides a dataset for supporting the development of question answering systems. The data includes questions and their answers, and meta information such as question types, clues to obtain answers, Wikipedia pages in which answers can be found, and SPARQL queries for JWO (Japanese Wikipedia Ontology).


Source: [mynlp/niilc-qa on GitHub](https://github.com/mynlp/niilc-qa/tree/master)

### Data Fields

- `id` (`str`): Unique ID.
- `question`: Question.
- `answers` (`list[str]`): All of the acceptable answers for the question.

### Licensing Information

[Creative Commons Attribution Share Alike 4.0 International](https://github.com/mynlp/niilc-qa/blob/master/LICENSE.txt)

### Citation Information

```
@inproceedings{sekine2003question,
  title={Development of a question answering system focused on an encyclopedia},
  author={Sekine, Satoshi},
  booktitle={9th Annual Meeting of the Association for Natural Language Processing},
  year={2003},
  language={Japanese}
}
```