Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Languages:
Japanese
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -106,7 +106,7 @@ language:
|
|
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
|
110 |
-
- start
|
111 |
-
- answer
|
112 |
- `is_impossible`(`bool`): all the values are false
|
|
|
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: list(int), text: list(str)}`): a list of answers
|
110 |
+
- answer start positions (character index)
|
111 |
+
- answer texts, (未 NFKC正規化)
|
112 |
- `is_impossible`(`bool`): all the values are false
|