Update README.md
Browse files
README.md
CHANGED
@@ -130,18 +130,18 @@ configs:
|
|
130 |
path: v1.2/dev-*
|
131 |
---
|
132 |
|
133 |
-
|
|
|
|
|
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 |
-
-
|
143 |
-
-
|
144 |
-
|
145 |
### Licensing Information
|
146 |
|
147 |
[Creative Commons Attribution Share Alike 4.0 International](https://github.com/mynlp/niilc-qa/blob/master/LICENSE.txt)
|
@@ -158,17 +158,35 @@ Clone to maintain reproducibility of evaluation settings.
|
|
158 |
}
|
159 |
```
|
160 |
|
161 |
-
|
162 |
|
163 |
-
|
164 |
-
- v1.1: Modification of the answers and addition of column E.5 from `.xml`.
|
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 |
-
|
168 |
|
169 |
-
|
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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
130 |
path: v1.2/dev-*
|
131 |
---
|
132 |
|
133 |
+
評価スコアの再現性確保と SB Intuitions 修正版公開用クローン
|
134 |
+
|
135 |
+
- ソース: [mynlp/niilc-qa on GitHub](https://github.com/mynlp/niilc-qa)
|
136 |
|
137 |
## NIILC Question Answering Dataset
|
138 |
|
139 |
> 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).
|
140 |
|
|
|
|
|
141 |
- Homepage:
|
142 |
+
- 日本語: [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)
|
143 |
+
- 英語: [https://mynlp.is.s.u-tokyo.ac.jp/niilc-qa/](https://mynlp.is.s.u-tokyo.ac.jp/niilc-qa/)
|
144 |
+
|
145 |
### Licensing Information
|
146 |
|
147 |
[Creative Commons Attribution Share Alike 4.0 International](https://github.com/mynlp/niilc-qa/blob/master/LICENSE.txt)
|
|
|
158 |
}
|
159 |
```
|
160 |
|
161 |
+
## Subsets
|
162 |
|
163 |
+
### default
|
|
|
|
|
164 |
|
165 |
+
[NIILC-ECQA2015_dev.xml](https://github.com/mynlp/niilc-qa/blob/master/data/NIILC-ECQA2015_dev.xml) と [NIILC-ECQA2015_test.xml](https://github.com/mynlp/niilc-qa/blob/master/data/NIILC-ECQA2015_test.xml)の簡易コピー
|
166 |
|
167 |
+
- `qid` (`str`): Unique ID.
|
168 |
+
- `question` (`str`): Question.
|
|
|
|
|
169 |
- `answers` (`list[str]`): All of the acceptable answers for the question.
|
170 |
|
171 |
+
### v1.1
|
172 |
+
|
173 |
+
split: test を修正
|
174 |
+
|
175 |
+
- 正解のない問題(`answers: ['-']`)の削除
|
176 |
+
- 列の追加
|
177 |
+
- `D_3` (`str`): 考えられる解答数
|
178 |
+
- 正解文字列の微修正
|
179 |
+
- e.g., 正解文字列前後の空白削除、セミコロンが全角で分割できていなかった正解文字列を分割して再登録(`['星条旗;古き栄光'] -> ['星条旗','古き栄光']`)etc...
|
180 |
+
|
181 |
+
### v1.2
|
182 |
+
|
183 |
+
[NIILC-ECQA2015_dev.xml](https://github.com/mynlp/niilc-qa/blob/master/data/NIILC-ECQA2015_dev.xml) と [NIILC-ECQA2015_test.xml](https://github.com/mynlp/niilc-qa/blob/master/data/NIILC-ECQA2015_test.xml) から metaデータ列をフルコピー
|
184 |
+
|
185 |
+
- 各列の詳細は[ここ](https://github.com/mynlp/niilc-qa/blob/master/data/NIILC-ECQA2015_AnnotationDefinition.md)を参照
|
186 |
+
- split名をソースに合わせて修正
|
187 |
+
- validation -> dev
|
188 |
+
- 列名をソースに合わせて修正
|
189 |
+
- qid -> id
|
190 |
+
- question -> text
|
191 |
+
- dev の answers に対し、v1.1 で test に行なったのと同様の修正を実施
|
192 |
+
|