paper-with-me

홈 › Papers

PNEG: Prompt-based Negative Response Generation for Robust Response Selection Model

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

Dialogue response selection models typically predict an appropriate response relying on the context-response content similarity. However, the selection model with over-reliance only on superficial features is vulnerable to adversarial responses that are semantically similar but irrelevant to dialogue context. Recent studies have shown that leveraging these adversarial responses as negative training samples is useful for improving the robustness of the selection model. Nevertheless, existing methods often require further fine-tuning for data creation or have limited scalability. To overcome these limitations, this paper proposes a simple but effective method for generating adversarial negative responses leveraging a large-scale language model. Our method can generate realistic negative responses only with a few human-written examples and a prompt designed to optimize generation quality. Experimental results on the dialogue selection task show that our method outperforms existing methods for creating negative responses. Synthetic quality analyses and ablation studies prove that our method is scalable and can generate high-quality negative responses. These results suggest that our method can be an effective alternative to human annotators in generating adversarial responses. Our code and data will be released after acceptance.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModellingResponse Generation

Similar Papers 제목 키워드 기반

Pneg: Prompt-based Negative Response Generation for Dialogue Response Selection Task

2022-10-31 · Nyoungwoo Lee, ChaeHun Park, Ho-Jin Choi, Jaegul Choo

In retrieval-based dialogue systems, a response selection model acts as a ranker to select the most appropriate response among several candidates. However, such selection models tend to rely on context-response content s…

Language ModelingLanguage ModellingResponse GenerationRetrieval

A Multifaceted Analysis of Negative Bias in Large Language Models through the Lens of Parametric Knowledge

2025-11-14 · Jongyoon Song, Sangwon Yu, Sungroh Yoon arxiv

Negative bias refers to the tendency of large language models (LLMs) to excessively generate negative responses in binary decision tasks (e.g., yes-no question answering). Previous research has focused on detecting and a…

Question Answering

Negative Training for Neural Dialogue Response Generation

2019-03-06 · ACL 2020 6 · Tianxing He, James Glass

Although deep learning models have brought tremendous advancements to the field of open-domain dialogue response generation, recent research results have revealed that the trained models have undesirable generation behav…

DiversityResponse Generation

Gated Convolutional Bidirectional Attention-based Model for Off-topic Spoken Response Detection

2020-04-20 · ACL 2020 6 · Yefei Zha, Ruobing Li, Hui Lin

Off-topic spoken response detection, the task aiming at predicting whether a response is off-topic for the corresponding prompt, is important for an automated speaking assessment system. In many real-world educational ap…

Machine Reading ComprehensionQuestion AnsweringText Classification

Diversifying Neural Dialogue Generation via Negative Distillation

2022-05-05 · NAACL 2022 7 · Yiwei Li, Shaoxiong Feng, Bin Sun, Kan Li

Generative dialogue models suffer badly from the generic response problem, limiting their applications to a few toy scenarios. Recently, an interesting approach, namely negative training, has been proposed to alleviate t…

Dialogue Generation