Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Languages:
Japanese
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -103,10 +103,10 @@ language:
|
|
| 103 |
## default
|
| 104 |
|
| 105 |
- `id` (`str`): id of a question
|
| 106 |
-
- `title` (`str`): title of a Wikipedia article, NFKC
|
| 107 |
-
- `context` (`str`): a concatenation of the title and paragraph, NFKC
|
| 108 |
-
- `question`(`str`): question, NFKC
|
| 109 |
- `answers`(`dict{answer_start(int), text(str)}`): a set of answers
|
| 110 |
- start position (character index)
|
| 111 |
-
- answer text, NFKC
|
| 112 |
- `is_impossible`(`bool`): all the values are false
|
|
|
|
| 103 |
## default
|
| 104 |
|
| 105 |
- `id` (`str`): id of a question
|
| 106 |
+
- `title` (`str`): title of a Wikipedia article, (未 NFKC正規化)
|
| 107 |
+
- `context` (`str`): a concatenation of the title and paragraph, (未 NFKC正規化)
|
| 108 |
+
- `question`(`str`): question, (未 NFKC正規化)
|
| 109 |
- `answers`(`dict{answer_start(int), text(str)}`): a set of answers
|
| 110 |
- start position (character index)
|
| 111 |
+
- answer text, (未 NFKC正規化)
|
| 112 |
- `is_impossible`(`bool`): all the values are false
|