File size: 1,562 Bytes
95d5b7d 5046e08 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 |
---
dataset_info:
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
configs:
- config_name: default
data_files:
- split: validation
path: data/validation-*
- split: test
path: data/test-*
license: cc-by-sa-4.0
task_categories:
- question-answering
language:
- ja
---
# 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}
}
``` |