Translation
zouharvi commited on
Commit
b941732
·
verified ·
1 Parent(s): 5356c69

add citation

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -140,3 +140,16 @@ Outputs (formatted):
140
  ```
141
  scores 89.18 86.52 89.20
142
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
140
  ```
141
  scores 89.18 86.52 89.20
142
  ```
143
+
144
+ 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:
145
+ ```
146
+ @misc{zouhar2025earlyexitinstantconfidencetranslation,
147
+ title={Early-Exit and Instant Confidence Translation Quality Estimation},
148
+ author={Vilém Zouhar and Maike Züfle and Beni Egressy and Julius Cheng and Jan Niehues},
149
+ year={2025},
150
+ eprint={2502.14429},
151
+ archivePrefix={arXiv},
152
+ primaryClass={cs.CL},
153
+ url={https://arxiv.org/abs/2502.14429},
154
+ }
155
+ ```