paper-with-me

홈 › Papers

Interactive-Chain-Prompting: Ambiguity Resolution for Crosslingual Conditional Generation with Interaction

2023-01-24 · Jonathan Pilault, Xavier Garcia, Arthur Bražinskas, Orhan Firat

Crosslingual conditional generation (e.g., machine translation) has long enjoyed the benefits of scaling. Nonetheless, there are still issues that scale alone may not overcome. A source query in one language, for instance, may yield several translation options in another language without any extra context. Only one translation could be acceptable however, depending on the translator's preferences and goals. Choosing the incorrect option might significantly affect translation usefulness and quality. We propose a novel method interactive-chain prompting -- a series of question, answering and generation intermediate steps between a Translator model and a User model -- that reduces translations into a list of subproblems addressing ambiguities and then resolving such subproblems before producing the final text to be translated. To check ambiguity resolution capabilities and evaluate translation quality, we create a dataset exhibiting different linguistic phenomena which leads to ambiguities at inference for four languages. To encourage further exploration in this direction, we release all datasets. We note that interactive-chain prompting, using eight interactions as exemplars, consistently surpasses prompt-based methods with direct access to background information to resolve ambiguities.

📄 PDF Abstract BibTeX arXiv:2301.10309

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationQuestion AnsweringTranslation

Similar Papers 제목 키워드 기반

ECLAIR: Enhanced Clarification for Interactive Responses

2025-03-19 · John Murzaku, Zifan Liu, Md Mehrab Tanjim, Vaishnavi Muppala 외

We present ECLAIR (Enhanced CLArification for Interactive Responses), a novel unified and end-to-end framework for interactive disambiguation in enterprise AI assistants. ECLAIR generates clarification questions for ambi…

Question GenerationQuestion-Generation

Discrete and Soft Prompting for Multilingual Models

2021-09-08 · EMNLP 2021 11 · Mengjie Zhao, Hinrich Schütze

It has been shown for English that discrete and soft prompting perform strongly in few-shot learning with pretrained language models (PLMs). In this paper, we show that discrete and soft prompting perform better than fin…

Few-Shot LearningNatural Language Inference

Clarifying Ambiguities: on the Role of Ambiguity Types in Prompting Methods for Clarification Generation

2025-04-16 · Anfu Tang, Laure Soulier, Vincent Guigue

In information retrieval (IR), providing appropriate clarifications to better understand users' information needs is crucial for building a proactive search-oriented dialogue system. Due to the strong in-context learning…

In-Context LearningInformation Retrieval

CLARITY: A Framework and Benchmark for Conversational Language Ambiguity and Unanswerability in Interactive NL2SQL Systems

2026-04-24 · Tabinda Sarwar, Farhad Moghimifar, Cong Duy Vu Hoang, Xiaoxiao Ma 외 arxiv

NL2SQL systems deployed in industry settings often encounter ambiguous or unanswerable queries, particularly in interactive scenarios with incomplete user clarification. Existing benchmarks typically assume a single sour…

CLAMBER: A Benchmark of Identifying and Clarifying Ambiguous Information Needs in Large Language Models

2024-05-20 · Tong Zhang, Peixin Qin, Yang Deng, Chen Huang 외

Large language models (LLMs) are increasingly used to meet user information needs, but their effectiveness in dealing with user queries that contain various types of ambiguity remains unknown, ultimately risking user tru…