paper-with-me

홈 › Papers

Multi-Task Learning using Dynamic Task Weighting for Conversational Question Answering

2020-11-01 · EMNLP (scai) 2020 11 · Sarawoot Kongyoung, Craig Macdonald, Iadh Ounis

Conversational Question Answering (ConvQA) is a Conversational Search task in a simplified setting, where an answer must be extracted from a given passage. Neural language models, such as BERT, fine-tuned on large-scale ConvQA datasets such as CoQA and QuAC have been used to address this task. Recently, Multi-Task Learning (MTL) has emerged as a particularly interesting approach for developing ConvQA models, where the objective is to enhance the performance of a primary task by sharing the learned structure across several related auxiliary tasks. However, existing ConvQA models that leverage MTL have not investigated the dynamic adjustment of the relative importance of the different tasks during learning, nor the resulting impact on the performance of the learned models. In this paper, we first study the effectiveness and efficiency of dynamic MTL methods including Evolving Weighting, Uncertainty Weighting, and Loss-Balanced Task Weighting, compared to static MTL methods such as the uniform weighting of tasks. Furthermore, we propose a novel hybrid dynamic method combining Abridged Linear for the main task with a Loss-Balanced Task Weighting (LBTW) for the auxiliary tasks, so as to automatically fine-tune task weighting during learning, ensuring that each of the task’s weights is adjusted by the relative importance of the different tasks. We conduct experiments using QuAC, a large-scale ConvQA dataset. Our results demonstrate the effectiveness of our proposed method, which significantly outperforms both the single-task learning and static task weighting methods with improvements ranging from +2.72% to +3.20% in F1 scores. Finally, our findings show that the performance of using MTL in developing ConvQA model is sensitive to the correct selection of the auxiliary tasks as well as to an adequate balancing of the loss rates of these tasks during training by using LBTW.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Conversational Question AnsweringConversational SearchMulti-Task LearningQuestion Answering

Similar 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, howev…

Allparameter estimationRetrieval

Weighting Model Based on Group Dynamics to Measure Convergence in Multi-party Dialogue

2018-07-01 · WS 2018 7 · Zahra Rahimi, Diane Litman

This paper proposes a new weighting method for extending a dyad-level measure of convergence to multi-party dialogues by considering group dynamics instead of simply averaging. Experiments indicate the usefulness of the …

HydaLearn: Highly Dynamic Task Weighting for Multi-task Learning with Auxiliary Tasks

2020-08-26 · Sam Verboven, Muhammad Hafeez Chaudhary, Jeroen Berrevoets, Wouter Verbeke

Multi-task learning (MTL) can improve performance on a task by sharing representations with one or more related auxiliary-tasks. Usually, MTL-networks are trained on a composite loss function formed by a constant weighte…

Multi-Task Learning

IAI MovieBot: A Conversational Movie Recommender System

2020-09-08 · Javeria Habib, Shuo Zhang, Krisztian Balog

Conversational recommender systems support users in accomplishing recommendation-related goals via multi-turn conversations. To better model dynamically changing user preferences and provide the community with a reusable…

Recommendation Systems

Dynamic Restrained Uncertainty Weighting Loss for Multitask Learning of Vocal Expression

2022-06-22 · Meishu Song, Zijiang Yang, Andreas Triantafyllopoulos, Xin Jing 외

We propose a novel Dynamic Restrained Uncertainty Weighting Loss to experimentally handle the problem of balancing the contributions of multiple tasks on the ICML ExVo 2022 Challenge. The multitask aims to recognize expr…