metadata
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: 26036
num_examples: 198
download_size: 16557
dataset_size: 26036
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
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
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}
}