Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -101,6 +101,6 @@ language:
|
|
101 |
## default
|
102 |
|
103 |
- `q_id` (`str`): 質問を一意識別するための ID
|
104 |
-
- `question` (`str`): 質問文, NFKC
|
105 |
-
- `choice{0..4}` (`str`): 選択肢(`choice0`〜`choice4` の 5つ), NFKC
|
106 |
- `label` (`int`): `choice{0..4}` に対応した正解選択肢のインデックス(0-4)
|
|
|
101 |
## default
|
102 |
|
103 |
- `q_id` (`str`): 質問を一意識別するための ID
|
104 |
+
- `question` (`str`): 質問文, (未 NFKC正規化)
|
105 |
+
- `choice{0..4}` (`str`): 選択肢(`choice0`〜`choice4` の 5つ), (未 NFKC正規化)
|
106 |
- `label` (`int`): `choice{0..4}` に対応した正解選択肢のインデックス(0-4)
|