gsarti commited on
Commit
8cc8640
·
verified ·
1 Parent(s): 54a168f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -48,7 +48,7 @@ task_ids: []
48
 
49
  - **Repository:** [Github](https://github.com/rbawden/discourse-mt-test-sets)
50
  - **Paper:** [NAACL 2018](https://www.aclweb.org/anthology/N18-1118)
51
- - **Annotated Version:** [ArXiv](https://arxiv.org/abs/2310.01188)
52
  - **Point of Contact:** [Rachel Bawden](mailto:[email protected])
53
 
54
  ### Dataset Summary
@@ -114,6 +114,8 @@ The dataset is released under the original CC-BY-SA 4.0 license.
114
  ### Citation Information
115
  Please cite the authors if you use these corpus in your work.
116
 
 
 
117
  ```bibtex
118
  @inproceedings{bawden-etal-2018-evaluating,
119
  title = "Evaluating Discourse Phenomena in Neural Machine Translation",
@@ -128,3 +130,21 @@ Please cite the authors if you use these corpus in your work.
128
  pages = "1304--1313"
129
  }
130
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
 
49
  - **Repository:** [Github](https://github.com/rbawden/discourse-mt-test-sets)
50
  - **Paper:** [NAACL 2018](https://www.aclweb.org/anthology/N18-1118)
51
+ - **Annotated Version:** [ICLR 2024](https://openreview.net/forum?id=XTHfNGI3zT)
52
  - **Point of Contact:** [Rachel Bawden](mailto:[email protected])
53
 
54
  ### Dataset Summary
 
114
  ### Citation Information
115
  Please cite the authors if you use these corpus in your work.
116
 
117
+ #### Original DiscEval-MT
118
+
119
  ```bibtex
120
  @inproceedings{bawden-etal-2018-evaluating,
121
  title = "Evaluating Discourse Phenomena in Neural Machine Translation",
 
130
  pages = "1304--1313"
131
  }
132
  ```
133
+
134
+ #### Annotated version
135
+
136
+ ```bibtex
137
+ @inproceedings{sarti-etal-2023-quantifying,
138
+ title = "Quantifying the Plausibility of Context Reliance in Neural Machine Translation",
139
+ author = "Sarti, Gabriele and
140
+ Chrupa{\l}a, Grzegorz and
141
+ Nissim, Malvina and
142
+ Bisazza, Arianna",
143
+ booktitle = "The Twelfth International Conference on Learning Representations (ICLR 2024)",
144
+ month = may,
145
+ year = "2024",
146
+ address = "Vienna, Austria",
147
+ publisher = "OpenReview",
148
+ url = "https://openreview.net/forum?id=XTHfNGI3zT"
149
+ }
150
+ ```