paper-with-me

Papers

Translate Meanings, Not Just Words: IdiomKB's Role in Optimizing Idiomatic Translation with Language Models

2023-08-26 · Shuang Li, Jiangjie Chen, Siyu Yuan, Xinyi Wu, Hao Yang, Shimin Tao, Yanghua Xiao

To translate well, machine translation (MT) systems and general-purposed language models (LMs) need a deep understanding of both source and target languages and cultures. Therefore, idioms, with their non-compositional nature, pose particular challenges for Transformer-based systems, as literal translations often miss the intended meaning. Traditional methods, which replace idioms using existing knowledge bases (KBs), often lack scale and context awareness. Addressing these challenges, our approach prioritizes context awareness and scalability, allowing for offline storage of idioms in a manageable KB size. This ensures efficient serving with smaller models and provides a more comprehensive understanding of idiomatic expressions. We introduce a multilingual idiom KB (IdiomKB) developed using large LMs to address this. This KB facilitates better translation by smaller models, such as BLOOMZ (7.1B), Alpaca (7B), and InstructGPT (6.7B), by retrieving idioms' figurative meanings. We present a novel, GPT-4-powered metric for human-aligned evaluation, demonstrating that IdiomKB considerably boosts model performance. Human evaluations further validate our KB's quality.

📄 PDF Abstract BibTeX arXiv:2308.13961

Code (1)

lishuang-w/idiomkb 공식 구현

Tasks

Machine TranslationTranslation

Methods 이 논문이 사용한 방법론

BLOOMZ BLOOMZ is a Multitask prompted finetuning (MTF) variant of BLOOM.

Similar Papers 제목 키워드 기반

Improving LLM Abilities in Idiomatic Translation

2024-07-03 · Sundesh Donthi, Maximilian Spencer, Om Patel, Joon Doh 외

For large language models (LLMs) like NLLB and GPT, translating idioms remains a challenge. Our goal is to enhance translation fidelity by improving LLM processing of idiomatic language while preserving the original ling…

Translation

The origins of Zipf's meaning-frequency law

2017-12-30 · Ramon Ferrer-i-Cancho, Michael S. Vitevitch

In his pioneering research, G. K. Zipf observed that more frequent words tend to have more meanings, and showed that the number of meanings of a word grows as the square root of its frequency. He derived this relationshi…

Competition in Cross-situational Word Learning: A Computational Study

2020-12-06 · Aida Nematzadeh, Zahra Shekarchi, Thomas L. Griffiths, Suzanne Stevenson

Children learn word meanings by tapping into the commonalities across different situations in which words are used and overcome the high level of uncertainty involved in early word learning experiences. We propose a mode…

GPT Perdetry Test: Generating new meanings for new words

2021-06-01 · NAACL 2021 4 · Nikolay Malkin, Sameera Lanka, Pranav Goel, Sudha Rao 외

Human innovation in language, such as inventing new words, is a challenge for pretrained language models. We assess the ability of one large model, GPT-3, to process new words and decide on their meaning. We create a set…

UAlberta at SemEval 2022 Task 2: Leveraging Glosses and Translations for Multilingual Idiomaticity Detection

2022-05-27 · SemEval (NAACL) 2022 7 · Bradley Hauer, Seeratpal Jaura, Talgat Omarov, Grzegorz Kondrak

We describe the University of Alberta systems for the SemEval-2022 Task 2 on multilingual idiomaticity detection. Working under the assumption that idiomatic expressions are noncompositional, our first method integrates …

Task 2Translation