Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Languages:
Japanese
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -46,7 +46,7 @@ language:
|
|
46 |
|
47 |
ソース: [yahoojapan/JGLUE on GitHub](https://github.com/yahoojapan/JGLUE/tree/main)
|
48 |
|
49 |
-
|
50 |
|
51 |
> JSQuAD is a Japanese version of SQuAD (Rajpurkar+, 2016), one of the datasets of reading comprehension.
|
52 |
> Each instance in the dataset consists of a question regarding a given context (Wikipedia article) and its answer.
|
@@ -54,11 +54,11 @@ language:
|
|
54 |
> We used the Japanese Wikipedia dump as of 20211101.
|
55 |
|
56 |
|
57 |
-
|
58 |
|
59 |
[Creative Commons Attribution Share Alike 4.0 International](https://github.com/yahoojapan/JGLUE/blob/main/LICENSE)
|
60 |
|
61 |
-
|
62 |
|
63 |
```
|
64 |
@article{栗原 健太郎2023,
|
@@ -98,11 +98,11 @@ language:
|
|
98 |
}
|
99 |
```
|
100 |
|
101 |
-
|
102 |
|
103 |
-
|
104 |
|
105 |
-
|
106 |
|
107 |
- `id` (`str`): id of a question
|
108 |
- `title` (`str`): title of a Wikipedia article
|
|
|
46 |
|
47 |
ソース: [yahoojapan/JGLUE on GitHub](https://github.com/yahoojapan/JGLUE/tree/main)
|
48 |
|
49 |
+
# JSQuAD
|
50 |
|
51 |
> JSQuAD is a Japanese version of SQuAD (Rajpurkar+, 2016), one of the datasets of reading comprehension.
|
52 |
> Each instance in the dataset consists of a question regarding a given context (Wikipedia article) and its answer.
|
|
|
54 |
> We used the Japanese Wikipedia dump as of 20211101.
|
55 |
|
56 |
|
57 |
+
## Licensing Information
|
58 |
|
59 |
[Creative Commons Attribution Share Alike 4.0 International](https://github.com/yahoojapan/JGLUE/blob/main/LICENSE)
|
60 |
|
61 |
+
## Citation Information
|
62 |
|
63 |
```
|
64 |
@article{栗原 健太郎2023,
|
|
|
98 |
}
|
99 |
```
|
100 |
|
101 |
+
# Subsets
|
102 |
|
103 |
+
## default
|
104 |
|
105 |
+
[datasets/jsquad-v1.1 on GitHub](https://github.com/yahoojapan/JGLUE/tree/main/datasets/jsquad-v1.1)
|
106 |
|
107 |
- `id` (`str`): id of a question
|
108 |
- `title` (`str`): title of a Wikipedia article
|