paper-with-me

Papers

Identifying Untrustworthy Samples: Data Filtering for Open-domain Dialogues with Bayesian Optimization

2021-09-14 · Lei Shen, Haolan Zhan, Xin Shen, Hongshen Chen, Xiaofang Zhao, Xiaodan Zhu

Being able to reply with a related, fluent, and informative response is an indispensable requirement for building high-quality conversational agents. In order to generate better responses, some approaches have been proposed, such as feeding extra information by collecting large-scale datasets with human annotations, designing neural conversational models (NCMs) with complex architecture and loss functions, or filtering out untrustworthy samples based on a dialogue attribute, e.g., Relatedness or Genericness. In this paper, we follow the third research branch and present a data filtering method for open-domain dialogues, which identifies untrustworthy samples from training data with a quality measure that linearly combines seven dialogue attributes. The attribute weights are obtained via Bayesian Optimization (BayesOpt) that aims to optimize an objective function for dialogue generation iteratively on the validation set. Then we score training samples with the quality measure, sort them in descending order, and filter out those at the bottom. Furthermore, to accelerate the "filter-train-evaluate" iterations involved in BayesOpt on large-scale datasets, we propose a training framework that integrates maximum likelihood estimation (MLE) and negative training method (NEG). The training method updates parameters of a trained NCMs on two small sets with newly maintained and removed samples, respectively. Specifically, MLE is applied to maximize the log-likelihood of newly maintained samples, while NEG is used to minimize the log-likelihood of newly removed ones. Experimental results on two datasets show that our method can effectively identify untrustworthy samples, and NCMs trained on the filtered datasets achieve better performance.

📄 PDF Abstract BibTeX arXiv:2109.06471

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeBayesian OptimizationDialogue Generation

Similar Papers 제목 키워드 기반

Identifying Untrustworthy Predictions in Neural Networks by Geometric Gradient Analysis

2021-02-24 · Leo Schwinn, An Nguyen, René Raab, Leon Bungert 외

The susceptibility of deep neural networks to untrustworthy predictions, including out-of-distribution (OOD) data and adversarial examples, still prevent their widespread use in safety-critical applications. Most existin…

Context Misleads LLMs: The Role of Context Filtering in Maintaining Safe Alignment of LLMs

2025-08-09 · Jinhwa Kim, Ian G. Harris arxiv

While Large Language Models (LLMs) have shown significant advancements in performance, various jailbreak attacks have posed growing safety and ethical risks. Malicious users often exploit adversarial context to deceive L…

Effective Backdoor Defense by Exploiting Sensitivity of Poisoned Samples

2022-11-01 · NeurIPS 2022 11 · Weixin Chen, Baoyuan Wu, Haoqian Wang

Poisoning-based backdoor attacks are serious threat for training deep models on data from untrustworthy sources. Given a backdoored model, we observe that the feature representations of poisoned samples with trigger are …

backdoor defenseSensitivity

Optimal Robust Learning of Discrete Distributions from Batches

2019-11-19 · ICML 2020 1 · Ayush Jain, Alon Orlitsky

Many applications, including natural language processing, sensor networks, collaborative filtering, and federated learning, call for estimating discrete distributions from data collected in batches, some of which may be …

Collaborative FilteringFederated Learning

STARNet: Sensor Trustworthiness and Anomaly Recognition via Approximated Likelihood Regret for Robust Edge Autonomy

2023-09-20 · Nastaran Darabi, Sina Tayebati, Sureshkumar S., Sathya Ravi 외

Complex sensors such as LiDAR, RADAR, and event cameras have proliferated in autonomous robotics to enhance perception and understanding of the environment. Meanwhile, these sensors are also vulnerable to diverse failure…