paper-with-me

홈 › Papers

SlangDIT: Benchmarking LLMs in Interpretative Slang Translation

2025-05-20 · Yunlong Liang, Fandong Meng, Jiaan Wang, Jie zhou

The challenge of slang translation lies in capturing context-dependent semantic extensions, as slang terms often convey meanings beyond their literal interpretation. While slang detection, explanation, and translation have been studied as isolated tasks in the era of large language models (LLMs), their intrinsic interdependence remains underexplored. The main reason is lacking of a benchmark where the two tasks can be a prerequisite for the third one, which can facilitate idiomatic translation. In this paper, we introduce the interpretative slang translation task (named SlangDIT) consisting of three sub-tasks: slang detection, cross-lingual slang explanation, and slang translation within the current context, aiming to generate more accurate translation with the help of slang detection and slang explanation. To this end, we construct a SlangDIT dataset, containing over 25k English-Chinese sentence pairs. Each source sentence mentions at least one slang term and is labeled with corresponding cross-lingual slang explanation. Based on the benchmark, we propose a deep thinking model, named SlangOWL. It firstly identifies whether the sentence contains a slang, and then judges whether the slang is polysemous and analyze its possible meaning. Further, the SlangOWL provides the best explanation of the slang term targeting on the current context. Finally, according to the whole thought, the SlangOWL offers a suitable translation. Our experiments on LLMs (\emph{e.g.}, Qwen2.5 and LLama-3.1), show that our deep thinking approach indeed enhances the performance of LLMs where the proposed SLangOWL significantly surpasses the vanilla models and supervised fine-tuned models without thinking.

📄 PDF Abstract BibTeX arXiv:2505.14181

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingSentenceTranslation

Similar Papers 제목 키워드 기반

Toxicity-Aware Few-Shot Prompting for Low-Resource Singlish Translation

2025-07-16 · Ziyu Ge, Gabriel Chua, Leanne Tan, Roy Ka-Wei Lee arxiv

As online communication increasingly incorporates under-represented languages and colloquial dialects, standard translation systems often fail to preserve local slang, code-mixing, and culturally embedded markers of harm…

Semantic SimilarityPrompt Engineering

Benchmarking Machine Translation on Chinese Social Media Texts

2026-01-30 · Kaiyan Zhao, Zheyong Xie, Zhongtao Miao, Xinze Lyu 외 arxiv

The prevalence of rapidly evolving slang, neologisms, and highly stylized expressions in informal user-generated text, particularly on Chinese social media, poses significant challenges for Machine Translation (MT) bench…

Machine Translation

Semantically Informed Slang Interpretation

2022-05-02 · NAACL 2022 7 · Zhewei Sun, Richard Zemel, Yang Xu

Slang is a predominant form of informal language making flexible and extended use of words that is notoriously hard for natural language processing systems to interpret. Existing approaches to slang interpretation tend t…

Machine TranslationTranslation

Semantically Informed Slang Interpretation

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Slang is a predominant form of informal language making flexible and extended use of words that is notoriously hard for natural language processing systems to interpret. Existing approaches to slang interpretation tend t…

Machine TranslationTranslation

How do Language Models Generate Slang: A Systematic Comparison between Human and Machine-Generated Slang Usages

2025-09-19 · Siyang Wu, Zhewei Sun arxiv

Slang is a commonly used type of informal language that poses a daunting challenge to NLP systems. Recent advances in large language models (LLMs), however, have made the problem more approachable. While LLM agents are b…