Prosho commited on
Commit
fa1bb37
·
verified ·
1 Parent(s): 5e0743a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -3
README.md CHANGED
@@ -15,9 +15,39 @@ license: apache-2.0
15
 
16
  </div>
17
 
18
- <div style="display:flex; justify-content: center; align-items: center; flex-direction: row;">
19
- <a href="https://arxiv.org/abs/2508.10175"><img src="https://img.shields.io/badge/arXiv-2508.10175-b31b1b.svg"></a> &nbsp; &nbsp;
20
- <a href="https://huggingface.co/collections/Prosho/translation-difficulty-estimators-6816665c008e1d22426eb6c4"><img src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Collection-FCD21D"></a> &nbsp; &nbsp;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  </div>
22
 
23
  This repository contains the **SENTINEL<sub>SRC</sub>** metric model used for Difficulty Sampling at the [WMT25 General Machine Translation Shared Task](https://www2.statmt.org/wmt25/translation-task.html), and analyzed in our paper **Estimating Machine Translation Difficulty**.
 
15
 
16
  </div>
17
 
18
+ <div style="display: flex; justify-content: center; align-items: center; gap: 8px; flex-wrap: wrap;">
19
+ <a href="https://2025.emnlp.org/" style="display: flex;">
20
+ <img
21
+ src="https://img.shields.io/badge/EMNLP-2025-4b44ce.svg"
22
+ alt="EMNLP 2025"
23
+ height="20"
24
+ style="display: block;"
25
+ >
26
+ </a>
27
+ <a href="https://aclanthology.org/2025.findings-emnlp.1317/" style="display: flex;">
28
+ <img
29
+ src="https://img.shields.io/badge/paper-ACL--anthology-B31B1B.svg"
30
+ alt="ACL Anthology paper"
31
+ height="20"
32
+ style="display: block;"
33
+ >
34
+ </a>
35
+ <a href="https://huggingface.co/collections/Prosho/translation-difficulty-estimators-6816665c008e1d22426eb6c4" style="display: flex;">
36
+ <img
37
+ src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Collection-FCD21D"
38
+ alt="Hugging Face collection"
39
+ height="20"
40
+ style="display: block;"
41
+ >
42
+ </a>
43
+ <a href="https://www.apache.org/licenses/LICENSE-2.0" style="display: flex;">
44
+ <img
45
+ src="https://img.shields.io/badge/License-Apache%202.0-green"
46
+ alt="Apache 2.0 license"
47
+ height="20"
48
+ style="display: block;"
49
+ >
50
+ </a>
51
  </div>
52
 
53
  This repository contains the **SENTINEL<sub>SRC</sub>** metric model used for Difficulty Sampling at the [WMT25 General Machine Translation Shared Task](https://www2.statmt.org/wmt25/translation-task.html), and analyzed in our paper **Estimating Machine Translation Difficulty**.