TL;DR
This paper introduces a novel architecture combining BERT, GCNs, and LSTMs within a flexible framework to enhance dialogue response generation using structural, sequential, and semantic background knowledge, showing notable improvements.
Contribution
It proposes a new SSS framework that effectively integrates structural, sequential, and semantic information for dialogue response generation, outperforming existing methods.
Findings
Adding explicit structural info with GCNs improves performance.
BERT benefits from structural information despite capturing some structure.
The SSS framework achieves a 7.95% performance boost.
Abstract
We consider the task of generating dialogue responses from background knowledge comprising of domain specific resources. Specifically, given a conversation around a movie, the task is to generate the next response based on background knowledge about the movie such as the plot, review, Reddit comments etc. This requires capturing structural, sequential and semantic information from the conversation context and the background resources. This is a new task and has not received much attention from the community. We propose a new architecture that uses the ability of BERT to capture deep contextualized representations in conjunction with explicit structure and sequence information. More specifically, we use (i) Graph Convolutional Networks (GCNs) to capture structural information, (ii) LSTMs to capture sequential information and (iii) BERT for the deep contextualized representations that…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsLinear Layer · Graph Convolutional Networks · Sigmoid Activation · Weight Decay · Softmax · Tanh Activation · Adam · Long Short-Term Memory · Multi-Head Attention · Dropout
