shinnosukeono commited on
Commit
741049a
·
verified ·
1 Parent(s): cdd2d31

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -59
README.md CHANGED
@@ -27,7 +27,7 @@ YakugakuQA is a question answering dataset, consisting of 13 years (2012-2024) o
27
 
28
  - **Curated by:** EQUES Inc.
29
  - **Funded by [optional]:** [GENIAC Project](https://www.meti.go.jp/policy/mono_info_service/geniac/index.html)
30
- - **Shared by [optional]:** [More Information Needed]
31
  - **Language(s) (NLP):** Japanese
32
  - **License:** cc-by-4.0
33
 
@@ -40,14 +40,11 @@ YakugakuQA is a question answering dataset, consisting of 13 years (2012-2024) o
40
  <!-- This section describes suitable use cases for the dataset. -->
41
 
42
  YakugakuQA is intended to be used as a benchmark for evaluating the knowledge of large language models (LLMs) in the field of pharmacy.
43
- [More Information Needed]
44
 
45
  ### Out-of-Scope Use
46
 
47
  <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
48
 
49
- [More Information Needed]
50
-
51
  ## Dataset Structure
52
 
53
  <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
@@ -71,8 +68,7 @@ YakugakuQA consists of two files: `data.jsonl`, which contains the questions, an
71
  - "problem_id" : see above.
72
  - "category" : question caterogy. One of the `["Physics", "Chemistry", "Biology", "Hygiene", "Pharmacology", "Pharmacy", "Pathology", "Law", "Practice"]`.
73
  - "note" : additional information about the question.
74
- -
75
- [More Information Needed]
76
 
77
  ## Dataset Creation
78
 
@@ -80,7 +76,7 @@ YakugakuQA consists of two files: `data.jsonl`, which contains the questions, an
80
 
81
  <!-- Motivation for the creation of this dataset. -->
82
 
83
- [More Information Needed]
84
 
85
  ### Source Data
86
 
@@ -90,47 +86,13 @@ YakugakuQA consists of two files: `data.jsonl`, which contains the questions, an
90
 
91
  <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
92
 
93
- [More Information Needed]
94
 
95
  #### Who are the source data producers?
96
 
97
  <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
98
 
99
- [More Information Needed]
100
-
101
- ### Annotations [optional]
102
-
103
- <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
104
-
105
- #### Annotation process
106
-
107
- <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
108
-
109
- [More Information Needed]
110
-
111
- #### Who are the annotators?
112
-
113
- <!-- This section describes the people or systems who created the annotations. -->
114
-
115
- [More Information Needed]
116
-
117
- #### Personal and Sensitive Information
118
-
119
- <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
120
-
121
- [More Information Needed]
122
-
123
- ## Bias, Risks, and Limitations
124
-
125
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
126
-
127
- [More Information Needed]
128
-
129
- ### Recommendations
130
-
131
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
132
-
133
- Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
134
 
135
  ## Citation [optional]
136
 
@@ -144,20 +106,6 @@ Users should be made aware of the risks, biases and limitations of the dataset.
144
 
145
  [More Information Needed]
146
 
147
- ## Glossary [optional]
148
-
149
- <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
150
-
151
- [More Information Needed]
152
-
153
- ## More Information [optional]
154
-
155
- [More Information Needed]
156
-
157
- ## Dataset Card Authors [optional]
158
-
159
- [More Information Needed]
160
-
161
- ## Dataset Card Contact
162
 
163
- [More Information Needed]
 
27
 
28
  - **Curated by:** EQUES Inc.
29
  - **Funded by [optional]:** [GENIAC Project](https://www.meti.go.jp/policy/mono_info_service/geniac/index.html)
30
+ - **Shared by [optional]:**
31
  - **Language(s) (NLP):** Japanese
32
  - **License:** cc-by-4.0
33
 
 
40
  <!-- This section describes suitable use cases for the dataset. -->
41
 
42
  YakugakuQA is intended to be used as a benchmark for evaluating the knowledge of large language models (LLMs) in the field of pharmacy.
 
43
 
44
  ### Out-of-Scope Use
45
 
46
  <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
47
 
 
 
48
  ## Dataset Structure
49
 
50
  <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
 
68
  - "problem_id" : see above.
69
  - "category" : question caterogy. One of the `["Physics", "Chemistry", "Biology", "Hygiene", "Pharmacology", "Pharmacy", "Pathology", "Law", "Practice"]`.
70
  - "note" : additional information about the question.
71
+
 
72
 
73
  ## Dataset Creation
74
 
 
76
 
77
  <!-- Motivation for the creation of this dataset. -->
78
 
79
+ YakugakuQA aims to provide a Japanese-language evaluation benchmark for assessing the domain knowledge of LLMs.
80
 
81
  ### Source Data
82
 
 
86
 
87
  <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
88
 
89
+ All questions, answers and commentaries for the target years have been collected. The parsing process has been performed automatically.
90
 
91
  #### Who are the source data producers?
92
 
93
  <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
94
 
95
+ All question, answers, and commentaries have been obtained from [yakugaku lab](https://yakugakulab.info/). All metadata has been obtained from the website of the Ministry of Health, Labour and Welfare. It should be noted that the original questions and answers are also sourced from materials published by the Ministry of Health, Labour and Welfare.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
96
 
97
  ## Citation [optional]
98
 
 
106
 
107
  [More Information Needed]
108
 
109
+ ## Contributions
 
 
 
 
 
 
 
 
 
 
 
 
 
 
110
 
111
+ Thanks to @shinnosukeono for adding this dataset.