paper-with-me

홈 › Papers

Generating Negative Samples by Manipulating Golden Responses for Unsupervised Learning of a Response Evaluation Model

2021-06-01 · NAACL 2021 4 · ChaeHun Park, Eugene Jang, Wonsuk Yang, Jong Park

Evaluating the quality of responses generated by open-domain conversation systems is a challenging task. This is partly because there can be multiple appropriate responses to a given dialogue history. Reference-based metrics that rely on comparisons to a set of known correct responses often fail to account for this variety, and consequently correlate poorly with human judgment. To address this problem, researchers have investigated the possibility of assessing response quality without using a set of known correct responses. RUBER demonstrated that an automatic response evaluation model could be made using unsupervised learning for the next-utterance prediction (NUP) task. For the unsupervised learning of such model, we propose a method of manipulating a golden response to create a new negative response that is designed to be inappropriate within the context while maintaining high similarity with the original golden response. We find, from our experiments on English datasets, that using the negative samples generated by our method alongside random negative samples can increase the model{'}s correlation with human evaluations. The process of generating such negative samples is automated and does not rely on human annotation.

📄 PDF Abstract BibTeX

Code (1)

nlpcl-lab/dialog-eval-hard-negative 공식 구현 pytorch

Tasks

Dialogue Evaluation

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

ReflectRL: Learning from Golden Negative Trajectories via Reflective-to-Direct Reasoning

2026-08-04 · Jinhe Bi, Chennan Zhou, Zengjie Jin, Aniri 외 hf

On-policy training has emerged as a powerful post-training paradigm for improving the reasoning capabilities of large language models, and is often enhanced by golden trajectories from stronger expert models. However, wh…

Negating Negatives: Alignment with Human Negative Samples via Distributional Dispreference Optimization

2024-03-06 · Shitong Duan, Xiaoyuan Yi, Peng Zhang, Yan Liu 외

Large language models (LLMs) have revolutionized the role of AI, yet pose potential social risks. To steer LLMs towards human preference, alignment technologies have been introduced and gained increasing attention. Never…

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 …

Language ModellingResponse Generation

Not All Negative Samples Are Equal: LLMs Learn Better from Plausible Reasoning

2026-02-03 · Zixiang Di, Jinyi Han, Shuo Zhang, Ying Liao 외 arxiv

Learning from negative samples holds great promise for improving Large Language Model (LLM) reasoning capability, yet existing methods treat all incorrect responses as equally informative, overlooking the crucial role of…

Reinforcement LearningMathematical Reasoning