Views
No views yet
Guiding In-Context Learning of LLMs through Quality Estimation for Machine Translation
Javad Pourmostafa R. Sh., Dimitar Shterionov, Pieter Spronck
Accepted at AMTA 2024
📄 Read the paper on ACL Anthology

| Baseline | Description | Code |
|---|---|---|
| Random | Randomly selects examples for ICL. | random_file.py → run_generation.py |
| Task-level | Uses task-level contextual examples. | create_task_file.py → run_generation.py |
| BM25 | Retrieves similar pairs using BM25. | create_BM25_file.py |
| R-BM25 | Enhanced BM25 version (external). | R-BM25 Repository |
| mBART-50 | Fine-tuned reference model. | mBART-50 Repository |
1@inproceedings{pourmostafa-roshan-sharami-etal-2024-guiding,
2 title = "Guiding In-Context Learning of {LLM}s through Quality Estimation for Machine Translation",
3 author = "Pourmostafa Roshan Sharami, Javad and Shterionov, Dimitar and Spronck, Pieter",
4 booktitle = "Proceedings of the 16th Conference of the Association for Machine Translation in the Americas (Volume 1: Research Track)",
5 month = sep,
6 year = "2024",
7 address = "Chicago, USA",
8 publisher = "Association for Machine Translation in the Americas",
9 url = "https://aclanthology.org/2024.amta-research.9",
10 pages = "88--101"
11}
12