paper-with-me

Papers

POMP: Probability-driven Meta-graph Prompter for LLMs in Low-resource Unsupervised Neural Machine Translation

2024-01-11 · Shilong Pan, Zhiliang Tian, Liang Ding, Zhen Huang, Zhihua Wen, Dongsheng Li

Low-resource languages (LRLs) face challenges in supervised neural machine translation due to limited parallel data, prompting research into unsupervised methods. Unsupervised neural machine translation (UNMT) methods, including back-translation, transfer learning, and pivot-based translation, offer practical solutions for LRL translation, but they are hindered by issues like synthetic data noise, language bias, and error propagation, which can potentially be mitigated by Large Language Models (LLMs). LLMs have advanced NMT with in-context learning (ICL) and supervised fine-tuning methods, but insufficient training data results in poor performance in LRLs. We argue that LLMs can mitigate the linguistic noise with auxiliary languages to improve translations in LRLs. In this paper, we propose Probability-driven Meta-graph Prompter (POMP), a novel approach employing a dynamic, sampling-based graph of multiple auxiliary languages to enhance LLMs' translation capabilities for LRLs. POMP involves constructing a directed acyclic meta-graph for each source language, from which we dynamically sample multiple paths to prompt LLMs to mitigate the linguistic noise and improve translations during training. We use the BLEURT metric to evaluate the translations and back-propagate rewards, estimated by scores, to update the probabilities of auxiliary languages in the paths. Our experiments show significant improvements in the translation quality of three LRLs, demonstrating the effectiveness of our approach.

📄 PDF Abstract BibTeX arXiv:2401.05596

Code (0)

등록된 구현이 없습니다.

Tasks

In-Context LearningMachine TranslationNMTTransfer LearningTranslation

Similar Papers 제목 키워드 기반

A demo of FORGe: the Pompeu Fabra Open Rule-based Generator

2017-09-01 · WS 2017 9 · Simon Mille, Leo Wanner

This demo paper presents the multilingual deep sentence generator developed by the TALN group at Universitat Pompeu Fabra, implemented as a series of rule-based graph-transducers for the syntacticization of the input gra…

SentenceText Generation

Effective Structured Prompting by Meta-Learning and Representative Verbalizer

2023-06-01 · Weisen Jiang, Yu Zhang, James T. Kwok

Prompt tuning for pre-trained masked language models (MLM) has shown promising performance in natural language processing tasks with few labeled examples. It tunes a prompt for the downstream task, and a verbalizer is us…

Meta-Learning

BPoMP: The Benchmark of Poetic Minimal Pairs – Limericks, Rhyme, and Narrative Coherence

2021-09-01 · RANLP 2021 9 · Almas Abdibayev, Allen Riddell, Daniel Rockmore

We adapt BLiMP (Benchmark of Linguistic Minimal Pairs) language model evaluation framework to the context of poetry, introducing the first of a series of tasks titled Benchmark of Poetic Minimal Pairs (BPoMP). The tasks …

Language Model EvaluationLanguage Modelling

Enabling Patient-side Disease Prediction via the Integration of Patient Narratives

2024-05-05 · Zhixiang Su, Yinan Zhang, Jiazheng Jing, Jie Xiao 외

Disease prediction holds considerable significance in modern healthcare, because of its crucial role in facilitating early intervention and implementing effective prevention measures. However, most recent disease predict…

Disease PredictionPrediction

Can we Soft Prompt LLMs for Graph Learning Tasks?

2024-02-15 · Zheyuan Liu, Xiaoxin He, Yijun Tian, Nitesh V. Chawla

Graph plays an important role in representing complex relationships in real-world applications such as social networks, biological data and citation networks. In recent years, Large Language Models (LLMs) have achieved t…

Graph LearningGraph Neural NetworkLink PredictionNode Classification