gsarti commited on
Commit
a26c0f7
1 Parent(s): 0f5a2cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -1
README.md CHANGED
@@ -48,6 +48,7 @@ task_ids: []
48
 
49
  - **Repository:** [Github](https://github.com/neulab/contextual-mt/tree/master/data/scat)
50
  - **Original Paper:** [ACL 2021](https://aclanthology.org/2021.acl-long.65/)
 
51
  - **Improved Version:** [ArXiv](https://arxiv.org/abs/2310.01188)
52
  - **Point of Contact:** [Kayo Yin](mailto:kayoyin@berkeley.edu)
53
 
@@ -55,7 +56,7 @@ task_ids: []
55
 
56
  The Supporting Context for Ambiguous Translations corpus (SCAT) is a dataset of English-to-French translations annotated with human rationales used for resolving ambiguity in pronoun anaphora resolution for multi-sentence translation.
57
 
58
- **Disclaimer**: *The SCAT corpus was released in the ACL 2021 paper ["Do Context-Aware Translation Models Pay the Right Attention?"](https://aclanthology.org/2021.acl-long.65/) by Yin et al. (2021), and an original version of the corpus is hosted on [Github](https://github.com/neulab/contextual-mt/tree/master/data/scat) with no licensing information. This dataset contains a curated version of the original corpus where examples containing nested or malformed tags were removed (refer to the [filter_scat.py](filter_scat.py) script for more details).*
59
 
60
  ### Supported Tasks and Leaderboards
61
  #### Machine Translation
@@ -135,8 +136,11 @@ The original authors of SCAT are the curators of the original released dataset.
135
  The dataset license is unknown.
136
 
137
  ### Citation Information
 
138
  Please cite the authors if you use these corpus in your work.
139
 
 
 
140
  ```bibtex
141
  @inproceedings{yin-etal-2021-context,
142
  title = "Do Context-Aware Translation Models Pay the Right Attention?",
@@ -155,4 +159,22 @@ Please cite the authors if you use these corpus in your work.
155
  doi = "10.18653/v1/2021.acl-long.65",
156
  pages = "788--801",
157
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
158
  ```
 
48
 
49
  - **Repository:** [Github](https://github.com/neulab/contextual-mt/tree/master/data/scat)
50
  - **Original Paper:** [ACL 2021](https://aclanthology.org/2021.acl-long.65/)
51
+ - **SCAT+ Paper:** [ICLR 2024](https://openreview.net/forum?id=XTHfNGI3zT)
52
  - **Improved Version:** [ArXiv](https://arxiv.org/abs/2310.01188)
53
  - **Point of Contact:** [Kayo Yin](mailto:kayoyin@berkeley.edu)
54
 
 
56
 
57
  The Supporting Context for Ambiguous Translations corpus (SCAT) is a dataset of English-to-French translations annotated with human rationales used for resolving ambiguity in pronoun anaphora resolution for multi-sentence translation.
58
 
59
+ **Disclaimer**: *The SCAT corpus was released in the ACL 2021 paper ["Do Context-Aware Translation Models Pay the Right Attention?"](https://aclanthology.org/2021.acl-long.65/) by Yin et al. (2021), and an original version of the corpus is hosted on [Github](https://github.com/neulab/contextual-mt/tree/master/data/scat) with no licensing information. This dataset contains a curated version of the original corpus (SCAT+, from [Sarti et al. (2024)](https://openreview.net/forum?id=XTHfNGI3zT)) where examples containing nested or malformed tags were removed (refer to the [filter_scat.py](filter_scat.py) script for more details).*
60
 
61
  ### Supported Tasks and Leaderboards
62
  #### Machine Translation
 
136
  The dataset license is unknown.
137
 
138
  ### Citation Information
139
+
140
  Please cite the authors if you use these corpus in your work.
141
 
142
+ #### Original SCAT corpus
143
+
144
  ```bibtex
145
  @inproceedings{yin-etal-2021-context,
146
  title = "Do Context-Aware Translation Models Pay the Right Attention?",
 
159
  doi = "10.18653/v1/2021.acl-long.65",
160
  pages = "788--801",
161
  }
162
+ ```
163
+
164
+ #### SCAT+ (This version)
165
+
166
+ ```bibtex
167
+ @inproceedings{sarti-etal-2023-quantifying,
168
+ title = "Quantifying the Plausibility of Context Reliance in Neural Machine Translation",
169
+ author = "Sarti, Gabriele and
170
+ Chrupa{\l}a, Grzegorz and
171
+ Nissim, Malvina and
172
+ Bisazza, Arianna",
173
+ booktitle = "The Twelfth International Conference on Learning Representations (ICLR 2024)",
174
+ month = may,
175
+ year = "2024",
176
+ address = "Vienna, Austria",
177
+ publisher = "OpenReview",
178
+ url = "https://openreview.net/forum?id=XTHfNGI3zT"
179
+ }
180
  ```