shunk031 commited on
Commit
2a24aa3
1 Parent(s): eda3bbb

[WIP] add README.md

Browse files
Files changed (1) hide show
  1. README.md +156 -0
README.md ADDED
@@ -0,0 +1,156 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset Card for JGLUE
2
+
3
+ [![CI](https://github.com/shunk031/huggingface-datasets_JGLUE/actions/workflows/ci.yaml/badge.svg)](https://github.com/shunk031/huggingface-datasets_JGLUE/actions/workflows/ci.yaml)
4
+
5
+ ## Table of Contents
6
+ - [Table of Contents](#table-of-contents)
7
+ - [Dataset Description](#dataset-description)
8
+ - [Dataset Summary](#dataset-summary)
9
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
10
+ - [Languages](#languages)
11
+ - [Dataset Structure](#dataset-structure)
12
+ - [Data Instances](#data-instances)
13
+ - [Data Fields](#data-fields)
14
+ - [Data Splits](#data-splits)
15
+ - [Dataset Creation](#dataset-creation)
16
+ - [Curation Rationale](#curation-rationale)
17
+ - [Source Data](#source-data)
18
+ - [Annotations](#annotations)
19
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
20
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
21
+ - [Social Impact of Dataset](#social-impact-of-dataset)
22
+ - [Discussion of Biases](#discussion-of-biases)
23
+ - [Other Known Limitations](#other-known-limitations)
24
+ - [Additional Information](#additional-information)
25
+ - [Dataset Curators](#dataset-curators)
26
+ - [Licensing Information](#licensing-information)
27
+ - [Citation Information](#citation-information)
28
+ - [Contributions](#contributions)
29
+
30
+ ## Dataset Description
31
+
32
+ - **Homepage:** https://github.com/yahoojapan/JGLUE
33
+ - **Repository:** https://github.com/shunk031/huggingface-datasets_JGLUE
34
+
35
+ ### Dataset Summary
36
+
37
+ > JGLUE, Japanese General Language Understanding Evaluation, is built to measure the general NLU ability in Japanese. JGLUE has been constructed from scratch without translation. We hope that JGLUE will facilitate NLU research in Japanese.
38
+
39
+ > JGLUE has been constructed by a joint research project of Yahoo Japan Corporation and Kawahara Lab at Waseda University.
40
+
41
+ ### Supported Tasks and Leaderboards
42
+
43
+ [More Information Needed]
44
+
45
+ ### Languages
46
+
47
+ [More Information Needed]
48
+
49
+ ## Dataset Structure
50
+
51
+ ### Data Instances
52
+
53
+ ```python
54
+ from datasets import load_dataset
55
+
56
+ dataset = load_dataset("shunk031/JGLUE", name="JNLI")
57
+
58
+ print(dataset)
59
+
60
+ ```
61
+
62
+ ### Data Fields
63
+
64
+ [More Information Needed]
65
+
66
+ ### Data Splits
67
+
68
+ [More Information Needed]
69
+
70
+ ## Dataset Creation
71
+
72
+ ### Curation Rationale
73
+
74
+ [More Information Needed]
75
+
76
+ ### Source Data
77
+
78
+ #### Initial Data Collection and Normalization
79
+
80
+ [More Information Needed]
81
+
82
+ #### Who are the source language producers?
83
+
84
+ [More Information Needed]
85
+
86
+ ### Annotations
87
+
88
+ #### Annotation process
89
+
90
+ [More Information Needed]
91
+
92
+ #### Who are the annotators?
93
+
94
+ [More Information Needed]
95
+
96
+ ### Personal and Sensitive Information
97
+
98
+ [More Information Needed]
99
+
100
+ ## Considerations for Using the Data
101
+
102
+ ### Social Impact of Dataset
103
+
104
+ [More Information Needed]
105
+
106
+ ### Discussion of Biases
107
+
108
+ [More Information Needed]
109
+
110
+ ### Other Known Limitations
111
+
112
+ [More Information Needed]
113
+
114
+ ## Additional Information
115
+
116
+ ### Dataset Curators
117
+
118
+ [More Information Needed]
119
+
120
+ ### Licensing Information
121
+
122
+ > This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
123
+
124
+ ### Citation Information
125
+
126
+ ```bibtex
127
+ @inproceedings{kurihara-etal-2022-jglue,
128
+ title = "{JGLUE}: {J}apanese General Language Understanding Evaluation",
129
+ author = "Kurihara, Kentaro and
130
+ Kawahara, Daisuke and
131
+ Shibata, Tomohide",
132
+ booktitle = "Proceedings of the Thirteenth Language Resources and Evaluation Conference",
133
+ month = jun,
134
+ year = "2022",
135
+ address = "Marseille, France",
136
+ publisher = "European Language Resources Association",
137
+ url = "https://aclanthology.org/2022.lrec-1.317",
138
+ pages = "2957--2966",
139
+ abstract = "To develop high-performance natural language understanding (NLU) models, it is necessary to have a benchmark to evaluate and analyze NLU ability from various perspectives. While the English NLU benchmark, GLUE, has been the forerunner, benchmarks are now being released for languages other than English, such as CLUE for Chinese and FLUE for French; but there is no such benchmark for Japanese. We build a Japanese NLU benchmark, JGLUE, from scratch without translation to measure the general NLU ability in Japanese. We hope that JGLUE will facilitate NLU research in Japanese.",
140
+ }
141
+ ```
142
+
143
+ ```bibtex
144
+ @InProceedings{Kurihara_nlp2022,
145
+ author = "栗原健太郎 and 河原大輔 and 柴田知秀",
146
+ title = "JGLUE: 日本語言語理解ベンチマーク",
147
+ booktitle = "言語処理学会第 28 回年次大会",
148
+ year = "2022",
149
+ url = "https://www.anlp.jp/proceedings/annual_meeting/2022/pdf_dir/E8-4.pdf"
150
+ note= "in Japanese"
151
+ }
152
+ ```
153
+
154
+ ### Contributions
155
+
156
+ Thanks to [RONDHUIT Co., Ltd.](https://www.rondhuit.com/) for creating this dataset.