paper-with-me

Papers

Efficient Dynamic Hard Negative Sampling for Dialogue Selection

2024-08-16 · NLP4ConvAI Association for Computational Linguistics Workshop 2024 8 · Janghoon Han, Dongkyu Lee, Joongbo Shin, Hyunkyung Bae, Jeesoo Bang, SeongHwan Kim, Stanley Jungkyu Choi, and Honglak Lee.

Recent studies have demonstrated significant improvements in selection tasks, and a considerable portion of this success is attributed to incorporating informative negative samples during training. While traditional methods for constructing hard negatives provide meaningful supervision, they depend on static samples that do not evolve during training, leading to sub-optimal performance. Dynamic hard negative sampling addresses this limitation by continuously adapting to the model’s changing state throughout training. However, the high computational demands of this method restrict its applicability to certain model architectures. To overcome these challenges, we introduce an efficient dynamic hard negative sampling (EDHNS). EDHNS enhances efficiency by pre-filtering easily discriminable negatives, thereby reducing the number of candidates the model needs to compute during training. Additionally, it excludes question-candidate pairs where the model already exhibits high confidence from loss computations, further reducing training time. These approaches maintain learning quality while minimizing computation and streamlining the training process. Extensive experiments on DSTC9, DSTC10, Ubuntu, and E-commerce benchmarks demonstrate that EDHNS significantly outperforms baseline models, proving its effectiveness in dialogue selection tasks.

📄 PDF Abstract BibTeX

Code (1)

hanjanghoon/EDHNS pytorch

Tasks

Conversational Response Selection

Similar Papers 제목 키워드 기반

Sampling Matters! An Empirical Study of Negative Sampling Strategies for Learning of Matching Models in Retrieval-based Dialogue Systems

2019-11-01 · IJCNLP 2019 11 · Jia Li, Chongyang Tao, Wei Wu, Yansong Feng 외

We study how to sample negative examples to automatically construct a training set for effective model learning in retrieval-based dialogue systems. Following an idea of dynamically adapting negative examples to matching…

Conversational Response SelectionRetrieval

External Knowledge Selection with Weighted Negative Sampling in Knowledge-grounded Task-oriented Dialogue Systems

2022-09-06 · Janghoon Han, Joongbo Shin, Hosung Song, Hyunjik Jo 외

Constructing a robust dialogue system on spoken conversations bring more challenge than written conversation. In this respect, DSTC10-Track2-Task2 is proposed, which aims to build a task-oriented dialogue (TOD) system in…

Response GenerationStyle TransferTask-Oriented Dialogue Systems

Enhanced Bayesian Personalized Ranking for Robust Hard Negative Sampling in Recommender Systems

2024-03-28 · Kexin Shi, Jing Zhang, Linjiajie Fang, Wenjia Wang 외

In implicit collaborative filtering, hard negative mining techniques are developed to accelerate and enhance the recommendation model learning. However, the inadvertent selection of false negatives remains a major concer…

Collaborative FilteringRecommendation Systems

Challenging Instances are Worth Learning: Generating Valuable Negative Samples for Response Selection Training

2021-09-14 · Yao Qiu, Jinchao Zhang, Huiying Ren, Jie zhou

Retrieval-based chatbot selects the appropriate response from candidates according to the context, which heavily depends on a response selection module. A response selection module is generally a scoring model to evaluat…

ChatbotRetrieval

Hard Negative Sampling Strategies for Contrastive Representation Learning

2022-06-02 · Afrina Tabassum, Muntasir Wahed, Hoda Eldardiry, Ismini Lourentzou

One of the challenges in contrastive learning is the selection of appropriate \textit{hard negative} examples, in the absence of label information. Random sampling or importance sampling methods based on feature similari…

Contrastive LearningRepresentation Learning