Multi-turn Response Selection with Commonsense-enhanced Language Models
Yuandong Wang, Xuhui Ren, Tong Chen, Yuxiao Dong, Nguyen Quoc Viet, Hung, Jie Tang

TL;DR
This paper introduces SinLG, a novel Siamese network combining pre-trained language models and graph neural networks to incorporate external commonsense knowledge, significantly improving multi-turn response selection in dialogue systems.
Contribution
The paper proposes SinLG, a model that integrates GNN-based commonsense reasoning with PLMs for enhanced response selection, with efficient inference and improved performance.
Findings
Improves response selection accuracy on PERSONA-CHAT datasets.
Effectively incorporates external commonsense knowledge into dialogue models.
Achieves better performance with efficient inference.
Abstract
As a branch of advanced artificial intelligence, dialogue systems are prospering. Multi-turn response selection is a general research problem in dialogue systems. With the assistance of background information and pre-trained language models, the performance of state-of-the-art methods on this problem gains impressive improvement. However, existing studies neglect the importance of external commonsense knowledge. Hence, we design a Siamese network where a pre-trained Language model merges with a Graph neural network (SinLG). SinLG takes advantage of Pre-trained Language Models (PLMs) to catch the word correlations in the context and response candidates and utilizes a Graph Neural Network (GNN) to reason helpful common sense from an external knowledge graph. The GNN aims to assist the PLM in fine-tuning, and arousing its related memories to attain better performance. Specifically, we…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Speech Recognition and Synthesis · Topic Modeling
MethodsSiamese Network · Graph Neural Network
