paper-with-me

홈 › Papers

Not All Dialogues are Created Equal: Instance Weighting for Neural Conversational Models

2017-04-28 · WS 2017 8 · Pierre Lison, Serge Bibauw

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.

📄 PDF Abstract BibTeX arXiv:1704.08966

Code (0)

등록된 구현이 없습니다.

Tasks

Allparameter estimationRetrieval

Similar Papers 제목 키워드 기반

ProsocialDialog: A Prosocial Backbone for Conversational Agents

2022-05-25 · Hyunwoo Kim, Youngjae Yu, Liwei Jiang, Ximing Lu 외

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

2022-06-01 · EAMT 2022 6 · Bianka Buschbeck, Jennifer Mell, Miriam Exel, Matthias Huck

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 TranslationSentenceTranslation

GiCCS: A German in-Context Conversational Similarity Benchmark

2022-12-16 · Proceedings of the 2nd Workshop on Natural Language Generation, Evaluation, and Metrics (GEM) 2022 12 · Shima Asaadi, Zahra Kolagar, Alina Liebel, Alessandra Zarcone

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 SimilaritySTS

Instance-Level Task Parameters: A Robust Multi-task Weighting Framework

2021-06-11 · Pavan Kumar Anasosalu Vasu, Shreyas Saxena, Oncel Tuzel

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 Segmentation

Reducing the Effects of Detrimental Instances

2014-06-09 · Michael R. Smith, Tony Martinez

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…