zouharvi commited on
Commit
653f0ff
·
verified ·
1 Parent(s): 861cbe1

add citation

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -143,4 +143,17 @@ Outputs (formatted):
143
  ```
144
  scores 75.60 86.60 85.74
145
  estimated errors 10.48 3.52 0.83
 
 
 
 
 
 
 
 
 
 
 
 
 
146
  ```
 
143
  ```
144
  scores 75.60 86.60 85.74
145
  estimated errors 10.48 3.52 0.83
146
+ ```
147
+
148
+ This model is based on the work [Early-Exit and Instant Confidence Translation Quality Estimation](http://arxiv.org/abs/2502.14429) which can be cited as:
149
+ ```
150
+ @misc{zouhar2025earlyexitinstantconfidencetranslation,
151
+ title={Early-Exit and Instant Confidence Translation Quality Estimation},
152
+ author={Vilém Zouhar and Maike Züfle and Beni Egressy and Julius Cheng and Jan Niehues},
153
+ year={2025},
154
+ eprint={2502.14429},
155
+ archivePrefix={arXiv},
156
+ primaryClass={cs.CL},
157
+ url={https://arxiv.org/abs/2502.14429},
158
+ }
159
  ```