paper-with-me

Papers

Self-Augmented In-Context Learning for Unsupervised Word Translation

2024-02-15 · Yaoyiran Li, Anna Korhonen, Ivan Vulić

Recent work has shown that, while large language models (LLMs) demonstrate strong word translation or bilingual lexicon induction (BLI) capabilities in few-shot setups, they still cannot match the performance of 'traditional' mapping-based approaches in the unsupervised scenario where no seed translation pairs are available, especially for lower-resource languages. To address this challenge with LLMs, we propose self-augmented in-context learning (SAIL) for unsupervised BLI: starting from a zero-shot prompt, SAIL iteratively induces a set of high-confidence word translation pairs for in-context learning (ICL) from an LLM, which it then reapplies to the same LLM in the ICL fashion. Our method shows substantial gains over zero-shot prompting of LLMs on two established BLI benchmarks spanning a wide range of language pairs, also outperforming mapping-based baselines across the board. In addition to achieving state-of-the-art unsupervised BLI performance, we also conduct comprehensive analyses on SAIL and discuss its limitations.

📄 PDF Abstract BibTeX arXiv:2402.10024

Code (1)

cambridgeltl/sail-bli 공식 구현 pytorch

Tasks

Bilingual Lexicon InductionCross-Lingual Word EmbeddingsFew-Shot LearningIn-Context LearningLarge Language ModelLow-Resource Neural Machine TranslationMachine TranslationMultilingual NLPPrompt EngineeringTranslationWord AlignmentWord Translation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Effective Self-Mining of In-Context Examples for Unsupervised Machine Translation with LLMs

2024-10-14 · Abdellah El Mekki, Muhammad Abdul-Mageed

Large Language Models (LLMs) have demonstrated impressive performance on a wide range of natural language processing (NLP) tasks, primarily through in-context learning (ICL). In ICL, the LLM is provided with examples tha…

In-Context LearningMachine TranslationTranslationUnsupervised Machine Translation

A Bidirectional Transformer Based Alignment Model for Unsupervised Word Alignment

2021-08-01 · ACL 2021 5 · Jingyi Zhang, Josef van Genabith

Word alignment and machine translation are two closely related tasks. Neural translation models, such as RNN-based and Transformer models, employ a target-to-source attention mechanism which can provide rough word alignm…

Machine TranslationTranslationWord Alignment

Mask-Align: Self-Supervised Neural Word Alignment

2020-12-13 · ACL 2021 5 · Chi Chen, Maosong Sun, Yang Liu

Word alignment, which aims to align translationally equivalent words between source and target sentences, plays an important role in many natural language processing tasks. Current unsupervised neural alignment methods f…

Machine TranslationTranslationWord Alignment

Improving Unsupervised Word-by-Word Translation with Language Model and Denoising Autoencoder

2019-01-06 · EMNLP 2018 10 · Yunsu Kim, Jiahui Geng, Hermann Ney

Unsupervised learning of cross-lingual word embedding offers elegant matching of words across languages, but has fundamental limitations in translating sentences. In this paper, we propose simple yet effective methods to…

DenoisingLanguage ModelingLanguage ModellingTranslation+1

The LMU Munich Unsupervised Machine Translation System for WMT19

2019-08-01 · WS 2019 8 · Dario Stojanovski, Viktor Hangya, Matthias Huck, Alex Fraser 외

We describe LMU Munich{'}s machine translation system for German→Czech translation which was used to participate in the WMT19 shared task on unsupervised news translation. We train our model using monolingual data only…

DenoisingLanguage ModelingLanguage ModellingMachine Translation+3