hpprc commited on
Commit
a5acd54
·
1 Parent(s): 2bbc403

:memo: Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -86
README.md CHANGED
@@ -20,122 +20,62 @@ license: cc-by-sa-4.0
20
  - [Table of Contents](#table-of-contents)
21
  - [Dataset Description](#dataset-description)
22
  - [Dataset Summary](#dataset-summary)
23
- - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
24
  - [Languages](#languages)
25
- - [Dataset Structure](#dataset-structure)
26
- - [Data Instances](#data-instances)
27
- - [Data Fields](#data-fields)
28
- - [Data Splits](#data-splits)
29
- - [Dataset Creation](#dataset-creation)
30
- - [Curation Rationale](#curation-rationale)
31
- - [Source Data](#source-data)
32
- - [Initial Data Collection and Normalization](#initial-data-collection-and-normalization)
33
- - [Who are the source language producers?](#who-are-the-source-language-producers)
34
  - [Annotations](#annotations)
35
- - [Annotation process](#annotation-process)
36
- - [Who are the annotators?](#who-are-the-annotators)
37
- - [Personal and Sensitive Information](#personal-and-sensitive-information)
38
- - [Considerations for Using the Data](#considerations-for-using-the-data)
39
- - [Social Impact of Dataset](#social-impact-of-dataset)
40
- - [Discussion of Biases](#discussion-of-biases)
41
- - [Other Known Limitations](#other-known-limitations)
42
  - [Additional Information](#additional-information)
43
- - [Dataset Curators](#dataset-curators)
44
  - [Licensing Information](#licensing-information)
45
  - [Citation Information](#citation-information)
46
  - [Contributions](#contributions)
47
 
48
  ## Dataset Description
49
 
50
- - **Homepage:**
51
- - **Repository:**
52
- - **Paper:**
53
- - **Leaderboard:**
54
- - **Point of Contact:**
55
 
56
  ### Dataset Summary
57
 
58
- [More Information Needed]
59
-
60
- ### Supported Tasks and Leaderboards
61
-
62
- [More Information Needed]
63
 
64
  ### Languages
65
 
66
- [More Information Needed]
67
-
68
- ## Dataset Structure
69
-
70
- ### Data Instances
71
-
72
- [More Information Needed]
73
-
74
- ### Data Fields
75
-
76
- [More Information Needed]
77
-
78
- ### Data Splits
79
-
80
- [More Information Needed]
81
-
82
- ## Dataset Creation
83
-
84
- ### Curation Rationale
85
-
86
- [More Information Needed]
87
-
88
- ### Source Data
89
-
90
- #### Initial Data Collection and Normalization
91
-
92
- [More Information Needed]
93
-
94
- #### Who are the source language producers?
95
-
96
- [More Information Needed]
97
 
98
  ### Annotations
99
 
100
- #### Annotation process
101
-
102
- [More Information Needed]
103
-
104
- #### Who are the annotators?
105
-
106
- [More Information Needed]
107
-
108
- ### Personal and Sensitive Information
109
 
110
- [More Information Needed]
 
 
111
 
112
- ## Considerations for Using the Data
 
 
 
113
 
114
- ### Social Impact of Dataset
115
-
116
- [More Information Needed]
117
-
118
- ### Discussion of Biases
119
-
120
- [More Information Needed]
121
-
122
- ### Other Known Limitations
123
-
124
- [More Information Needed]
125
 
126
  ## Additional Information
127
 
128
- ### Dataset Curators
129
-
130
- [More Information Needed]
131
 
132
  ### Licensing Information
133
 
134
- [More Information Needed]
135
 
136
  ### Citation Information
137
 
138
- [More Information Needed]
 
 
 
 
 
 
 
139
 
140
  ### Contributions
141
 
 
20
  - [Table of Contents](#table-of-contents)
21
  - [Dataset Description](#dataset-description)
22
  - [Dataset Summary](#dataset-summary)
 
23
  - [Languages](#languages)
 
 
 
 
 
 
 
 
 
24
  - [Annotations](#annotations)
 
 
 
 
 
 
 
25
  - [Additional Information](#additional-information)
 
26
  - [Licensing Information](#licensing-information)
27
  - [Citation Information](#citation-information)
28
  - [Contributions](#contributions)
29
 
30
  ## Dataset Description
31
 
32
+ - **Homepage: https://github.com/verypluming/JaNLI**
33
+ - **Repository: https://github.com/verypluming/JaNLI**
34
+ - **Paper: https://aclanthology.org/2021.blackboxnlp-1.26/**
 
 
35
 
36
  ### Dataset Summary
37
 
38
+ The JaNLI (Japanese Adversarial NLI) dataset, inspired by the English HANS dataset, is designed to necessitate an understanding of Japanese linguistic phenomena and to illuminate the vulnerabilities of models.
 
 
 
 
39
 
40
  ### Languages
41
 
42
+ The language data in JaNLI is in Japanese (BCP-47 [ja-JP](https://www.rfc-editor.org/info/bcp47)).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
 
44
  ### Annotations
45
 
46
+ The annotation process for this Japanese NLI dataset involves tagging each pair (P, H) of a premise and hypothesis with a label for structural pattern and linguistic phenomenon.
47
+ The structural relationship between premise and hypothesis sentences is classified into five patterns, with each pattern associated with a type of heuristic that can lead to incorrect predictions of the entailment relation.
48
+ Additionally, 11 categories of Japanese linguistic phenomena and constructions are focused on for generating the five patterns of adversarial inferences.
 
 
 
 
 
 
49
 
50
+ For each linguistic phenomenon, a template for the premise sentence P is fixed, and multiple templates for hypothesis sentences H are created.
51
+ In total, 144 templates for (P, H) pairs are produced.
52
+ Each pair of premise and hypothesis sentences is tagged with an entailment label (entailment or non-entailment), a structural pattern, and a linguistic phenomenon label.
53
 
54
+ The JaNLI dataset is generated by instantiating each template 100 times, resulting in a total of 14,400 examples.
55
+ The same number of entailment and non-entailment examples are generated for each phenomenon.
56
+ The structural patterns are annotated with the templates for each linguistic phenomenon, and the ratio of entailment and non-entailment examples is not necessarily 1:1 for each pattern.
57
+ The dataset uses a total of 158 words (nouns and verbs), which occur more than 20 times in the JSICK and JSNLI datasets.
58
 
 
 
 
 
 
 
 
 
 
 
 
59
 
60
  ## Additional Information
61
 
62
+ - [verypluming/JaNLI](https://github.com/verypluming/JaNLI)
63
+ - Hitomi Yanaka, Koji Mineshima, Assessing the Generalization Capacity of Pre-trained Language Models through Japanese Adversarial Natural Language Inference, Proceedings of the 2021 EMNLP Workshop BlackboxNLP: Analyzing and Interpreting Neural Networks for NLP (BlackboxNLP2021), 2021.
 
64
 
65
  ### Licensing Information
66
 
67
+ CC BY-SA 4.0
68
 
69
  ### Citation Information
70
 
71
+ ```bibtex
72
+ @InProceedings{yanaka-EtAl:2021:blackbox,
73
+ author = {Yanaka, Hitomi and Mineshima, Koji},
74
+ title = {Assessing the Generalization Capacity of Pre-trained Language Models through Japanese Adversarial Natural Language Inference},
75
+ booktitle = {Proceedings of the 2021 EMNLP Workshop BlackboxNLP: Analyzing and Interpreting Neural Networks for NLP (BlackboxNLP2021)},
76
+ year = {2021},
77
+ }
78
+ ```
79
 
80
  ### Contributions
81