Update README.md
Browse files
README.md
CHANGED
|
@@ -49,18 +49,9 @@ Below is a high-level summary of our approach:
|
|
| 49 |
|
| 50 |
## ⚙️ Methodology Breakdown
|
| 51 |
|
| 52 |
-
|
| 53 |
-
Retrieve similar translation pairs from the training set using **BM25**.
|
| 54 |
-
Code: [`BM25.py`](BM25.py)
|
| 55 |
|
| 56 |
-
|
| 57 |
-
Perform selection, translation, and QE-guided scoring using **ICLviaQE.py**.
|
| 58 |
-
Code: [`ICLviaQE.py`](ICLviaQE.py)
|
| 59 |
-
|
| 60 |
-
> 🧠 The QE model used in this step is hosted on the Hugging Face Hub:
|
| 61 |
-
> [**ICLviaQE Model**](https://huggingface.co/joyebright/ICLviaQE/tree/main)
|
| 62 |
-
|
| 63 |
-
To prioritize source-target pairs with unigram overlaps, set `unigram_weight = 1` in `ICLviaQE.py` (default is `0`).
|
| 64 |
|
| 65 |
---
|
| 66 |
|
|
|
|
| 49 |
|
| 50 |
## ⚙️ Methodology Breakdown
|
| 51 |
|
| 52 |
+
For full implementation details and code for all stages and baselines, please refer to our GitHub repository:
|
|
|
|
|
|
|
| 53 |
|
| 54 |
+
👉 **[ICLviaQE on GitHub](https://github.com/JoyeBright/ICLviaQE)**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 55 |
|
| 56 |
---
|
| 57 |
|