ryan-minato commited on
Commit
123c2a9
·
verified ·
1 Parent(s): bd0bc0f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md CHANGED
@@ -57,4 +57,77 @@ configs:
57
  path: v1.1/train-*
58
  - split: test
59
  path: v1.1/test-*
 
 
 
 
 
 
 
 
 
 
60
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
  path: v1.1/train-*
58
  - split: test
59
  path: v1.1/test-*
60
+ license: cc-by-sa-4.0
61
+ task_categories:
62
+ - text-classification
63
+ language:
64
+ - ja
65
+ tags:
66
+ - nli
67
+ - benchmark
68
+ - evaluation
69
+ pretty_name: JGLUE/JNLI
70
  ---
71
+
72
+ # JGLUE[JNLI]: Japanese General Language Understanding Evaluation
73
+
74
+ JNLI([yahoojapan/JGLUE](https://github.com/yahoojapan/JGLUE)) is a Japanese version of the NLI (Natural Language Inference) dataset.
75
+ NLI is a task to recognize the inference relation that a premise sentence has to a hypothesis sentence.
76
+ The inference relations are `entailment`, `contradiction`, and `neutral`.
77
+
78
+ ## Dataset Details
79
+
80
+ ### Dataset Description
81
+
82
+ - **Created by:** yahoojapan
83
+ - **Language(s) (NLP):** Japanese
84
+ - **License:** CC-BY-SA-4.0
85
+
86
+ ### Dataset Sources [optional]
87
+
88
+ - **Repository:** [yahoojapan/JGLUE](https://github.com/yahoojapan/JGLUE)
89
+ - **Paper:** [More Information Needed]
90
+
91
+ ## Citation
92
+
93
+ **BibTeX:**
94
+
95
+ ```
96
+ @article{栗原 健太郎2023,
97
+ title={JGLUE: 日本語言語理解ベンチマーク},
98
+ author={栗原 健太郎 and 河原 大輔 and 柴田 知秀},
99
+ journal={自然言語処理},
100
+ volume={30},
101
+ number={1},
102
+ pages={63-87},
103
+ year={2023},
104
+ url = "https://www.jstage.jst.go.jp/article/jnlp/30/1/30_63/_article/-char/ja",
105
+ doi={10.5715/jnlp.30.63}
106
+ }
107
+ @inproceedings{kurihara-etal-2022-jglue,
108
+ title = "{JGLUE}: {J}apanese General Language Understanding Evaluation",
109
+ author = "Kurihara, Kentaro and
110
+ Kawahara, Daisuke and
111
+ Shibata, Tomohide",
112
+ booktitle = "Proceedings of the Thirteenth Language Resources and Evaluation Conference",
113
+ month = jun,
114
+ year = "2022",
115
+ address = "Marseille, France",
116
+ publisher = "European Language Resources Association",
117
+ url = "https://aclanthology.org/2022.lrec-1.317",
118
+ pages = "2957--2966",
119
+ 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.",
120
+ }
121
+ @InProceedings{Kurihara_nlp2022,
122
+ author = "栗原健太郎 and 河原大輔 and 柴田知秀",
123
+ title = "JGLUE: 日本語言語理解ベンチマーク",
124
+ booktitle = "言語処理学会第28回年次大会",
125
+ year = "2022",
126
+ url = "https://www.anlp.jp/proceedings/annual_meeting/2022/pdf_dir/E8-4.pdf"
127
+ note= "in Japanese"
128
+ }
129
+ ```
130
+
131
+ **APA:**
132
+
133
+ [More Information Needed]