Update README.md
Browse files
README.md
CHANGED
@@ -12,4 +12,7 @@ tags:
|
|
12 |
|
13 |
**Spearman correlation coefficient** is set as the best metric to train the **sentence-level** task.
|
14 |
|
15 |
-
Using the DCSQE framework, synthetic data is generated from the WMT2023 parallel corpus for pre-training, and then fine-tuned on the WMT2022 QE EN-DE training set, all implemented with the Fairseq framework.
|
|
|
|
|
|
|
|
12 |
|
13 |
**Spearman correlation coefficient** is set as the best metric to train the **sentence-level** task.
|
14 |
|
15 |
+
Using the DCSQE framework, synthetic data is generated from the WMT2023 parallel corpus for pre-training, and then fine-tuned on the WMT2022 QE EN-DE training set, all implemented with the Fairseq framework.
|
16 |
+
|
17 |
+
For a detailed description of the DCSQE framework, please refer to the paper: <br/>
|
18 |
+
[Alleviating Distribution Shift in Synthetic Data for Machine Translation Quality Estimation](https://huggingface.co/papers/2502.19941)
|