Update README.md
Browse files
README.md
CHANGED
@@ -130,18 +130,17 @@ configs:
|
|
130 |
path: v1.2/dev-*
|
131 |
---
|
132 |
|
133 |
-
|
134 |
|
135 |
-
|
136 |
|
|
|
137 |
|
138 |
-
Source: [mynlp/niilc-qa on GitHub](https://github.com/mynlp/niilc-qa
|
139 |
|
140 |
-
|
141 |
-
|
142 |
-
-
|
143 |
-
- `question`: Question.
|
144 |
-
- `answers` (`list[str]`): All of the acceptable answers for the question.
|
145 |
|
146 |
### Licensing Information
|
147 |
|
@@ -157,4 +156,19 @@ Source: [mynlp/niilc-qa on GitHub](https://github.com/mynlp/niilc-qa/tree/master
|
|
157 |
year={2003},
|
158 |
language={Japanese}
|
159 |
}
|
160 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
130 |
path: v1.2/dev-*
|
131 |
---
|
132 |
|
133 |
+
Clone to maintain reproducibility of evaluation settings.
|
134 |
|
135 |
+
## NIILC Question Answering Dataset
|
136 |
|
137 |
+
> 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).
|
138 |
|
139 |
+
- Source: [mynlp/niilc-qa on GitHub](https://github.com/mynlp/niilc-qa)
|
140 |
|
141 |
+
- Homepage:
|
142 |
+
- En: [https://mynlp.is.s.u-tokyo.ac.jp/niilc-qa/](https://mynlp.is.s.u-tokyo.ac.jp/niilc-qa/)
|
143 |
+
- Ja: [https://mynlp.is.s.u-tokyo.ac.jp/niilc-qa/j_index.html](https://mynlp.is.s.u-tokyo.ac.jp/niilc-qa/j_index.html)
|
|
|
|
|
144 |
|
145 |
### Licensing Information
|
146 |
|
|
|
156 |
year={2003},
|
157 |
language={Japanese}
|
158 |
}
|
159 |
+
```
|
160 |
+
|
161 |
+
### Subset
|
162 |
+
|
163 |
+
- default: Simple copy of [NIILC-ECQA2015_dev](https://github.com/mynlp/niilc-qa/blob/master/data/NIILC-ECQA2015_dev.xml) and [_test](https://github.com/mynlp/niilc-qa/blob/master/data/NIILC-ECQA2015_test.xml).
|
164 |
+
- v1.1: Modification of the answers field and addition of column E.5.
|
165 |
+
- v1.2: Full copy of [NIILC-ECQA2015_dev](https://github.com/mynlp/niilc-qa/blob/master/data/NIILC-ECQA2015_dev.xml) and [_test](https://github.com/mynlp/niilc-qa/blob/master/data/NIILC-ECQA2015_test.xml) with modification of the answers.
|
166 |
+
|
167 |
+
Refer [here](https://github.com/mynlp/niilc-qa/blob/master/data/NIILC-ECQA2015_AnnotationDefinition.md) for details of each column (Japanese).
|
168 |
+
|
169 |
+
### Data Fields
|
170 |
+
|
171 |
+
- `qid`/`id` (`str`): Unique ID.
|
172 |
+
- `question`/`text` (`str`): Question.
|
173 |
+
- `answers` (`list[str]`): All of the acceptable answers for the question.
|
174 |
+
|