niilc-qa / README.md
ryo0634's picture
Update README.md
bd254f4 verified
|
raw
history blame
No virus
1.56 kB
metadata
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

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}
}