joyebright commited on
Commit
f3bce94
·
verified ·
1 Parent(s): bdf505b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -11
README.md CHANGED
@@ -49,18 +49,9 @@ Below is a high-level summary of our approach:
49
 
50
  ## ⚙️ Methodology Breakdown
51
 
52
- ### 1. Relevant Translation Pair Selection
53
- Retrieve similar translation pairs from the training set using **BM25**.
54
- Code: [`BM25.py`](BM25.py)
55
 
56
- ### 2. Selection, Translation, and Estimation
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