Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Japanese
Libraries:
Datasets
pandas
License:
ryo0634 commited on
Commit
5046e08
1 Parent(s): 95d5b7d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md CHANGED
@@ -23,4 +23,33 @@ configs:
23
  path: data/validation-*
24
  - split: test
25
  path: data/test-*
 
 
 
 
 
26
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  path: data/validation-*
24
  - split: test
25
  path: data/test-*
26
+ license: cc-by-sa-4.0
27
+ task_categories:
28
+ - question-answering
29
+ language:
30
+ - ja
31
  ---
32
+
33
+ # NIILC Question Answering Dataset
34
+
35
+ > 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).
36
+
37
+
38
+ Source: [mynlp/niilc-qa on GitHub](https://github.com/mynlp/niilc-qa/tree/master)
39
+
40
+
41
+ ### Licensing Information
42
+
43
+ [Creative Commons Attribution Share Alike 4.0 International](https://github.com/aiishii/JEMHopQA/blob/main/LICENSE)
44
+
45
+ ### Citation Information
46
+
47
+ ```
48
+ @inproceedings{sekine2003question,
49
+ title={Development of a question answering system focused on an encyclopedia},
50
+ author={Sekine, Satoshi},
51
+ booktitle={9th Annual Meeting of the Association for Natural Language Processing},
52
+ year={2003},
53
+ language={Japanese}
54
+ }
55
+ ```