Modify the license (#1)
Browse files- Modify the license (9ce25b4759c2971ceab19fe420d8380781ce4044)
README.md
CHANGED
|
@@ -1,25 +1,25 @@
|
|
| 1 |
---
|
| 2 |
-
license: cc-by-4.0
|
| 3 |
task_categories:
|
| 4 |
- question-answering
|
| 5 |
language:
|
| 6 |
- ja
|
| 7 |
viewer: true
|
| 8 |
columns:
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
---
|
| 24 |
|
| 25 |
# YakugakuQA
|
|
@@ -62,7 +62,7 @@ YakugakuQA is a question answering dataset, consisting of 13 years (2012-2024) o
|
|
| 62 |
- **Funded by [optional]:** [GENIAC Project](https://www.meti.go.jp/policy/mono_info_service/geniac/index.html)
|
| 63 |
- **Shared by [optional]:**
|
| 64 |
- **Language(s) (NLP):** Japanese
|
| 65 |
-
- **License:** cc-by-4.0
|
| 66 |
|
| 67 |
## Uses
|
| 68 |
|
|
|
|
| 1 |
---
|
| 2 |
+
license: cc-by-sa-4.0
|
| 3 |
task_categories:
|
| 4 |
- question-answering
|
| 5 |
language:
|
| 6 |
- ja
|
| 7 |
viewer: true
|
| 8 |
columns:
|
| 9 |
+
- name: problem_id
|
| 10 |
+
type: string
|
| 11 |
+
- name: problem_text
|
| 12 |
+
type: string
|
| 13 |
+
- name: choices
|
| 14 |
+
type: list[string]
|
| 15 |
+
- name: text_only
|
| 16 |
+
type: bool
|
| 17 |
+
- name: answer
|
| 18 |
+
type: list[string]
|
| 19 |
+
- name: comment
|
| 20 |
+
type: string
|
| 21 |
+
- name: num_images
|
| 22 |
+
type: int
|
| 23 |
---
|
| 24 |
|
| 25 |
# YakugakuQA
|
|
|
|
| 62 |
- **Funded by [optional]:** [GENIAC Project](https://www.meti.go.jp/policy/mono_info_service/geniac/index.html)
|
| 63 |
- **Shared by [optional]:**
|
| 64 |
- **Language(s) (NLP):** Japanese
|
| 65 |
+
- **License:** cc-by-sa-4.0
|
| 66 |
|
| 67 |
## Uses
|
| 68 |
|