Not All Dialogues are Created Equal: Instance Weighting for Neural Conversational Models
Neural conversational models require substantial amounts of dialogue data for their parameter estimation and are therefore usually learned on large corpora such as chat forums or movie subtitles. These corpora are, however, often challenging to work with, notably due to their frequent lack of turn segmentation and the presence of multiple references external to the dialogue itself. This paper shows that these challenges can be mitigated by adding a weighting model into the architecture. The weighting model, which is itself estimated from dialogue data, associates each training example to a numerical weight that reflects its intrinsic quality for dialogue modelling. At training time, these sample weights are included into the empirical loss to be minimised. Evaluation results on retrieval-based models trained on movie and TV subtitles demonstrate that the inclusion of such a weighting model improves the model performance on unsupervised metrics.
Code (0)
등록된 구현이 없습니다.
Tasks
Allparameter estimationRetrievalSimilar Papers 제목 키워드 기반
ProsocialDialog: A Prosocial Backbone for Conversational Agents
Most existing dialogue systems fail to respond properly to potentially unsafe user utterances by either ignoring or passively agreeing with them. To address this issue, we introduce ProsocialDialog, the first large-scale…
Dialogue GenerationDialogue Safety PredictionResponse GenerationRules-of-thumb Generation“Hi, how can I help you?” Improving Machine Translation of Conversational Content in a Business Context
This paper addresses the automatic translation of conversational content in a business context, for example support chat dialogues. While such use cases share characteristics with other informal machine translation scena…
Machine TranslationSentenceTranslationGiCCS: A German in-Context Conversational Similarity Benchmark
The Semantic textual similarity (STS) task is commonly used to evaluate the semantic representations that language models (LMs) learn from texts, under the assumption that good-quality representations will yield accurate…
BenchmarkingSemantic Textual SimilaritySTSInstance-Level Task Parameters: A Robust Multi-task Weighting Framework
Recent works have shown that deep neural networks benefit from multi-task learning by learning a shared representation across several related tasks. However, performance of such systems depend on relative weighting betwe…
Depth EstimationMulti-Task LearningPose EstimationSemantic SegmentationReducing the Effects of Detrimental Instances
Not all instances in a data set are equally beneficial for inducing a model of the data. Some instances (such as outliers or noise) can be detrimental. However, at least initially, the instances in a data set are general…