Recurrent Convolutional Neural Networks for Discourse Compositionality
Nal Kalchbrenner, Phil Blunsom

TL;DR
This paper introduces hierarchical convolutional and recurrent neural network models to capture the compositionality of meaning across sentences and discourse, achieving state-of-the-art results in dialogue act classification.
Contribution
It presents a novel hierarchical convolutional neural network for sentence modeling and a recurrent neural network for discourse, both conditioned on context and speaker interactions.
Findings
Achieves state-of-the-art performance on dialogue act classification
Models both sentence-level and discourse-level compositionality
Operates without feature engineering or pretraining
Abstract
The compositionality of meaning extends beyond the single sentence. Just as words combine to form the meaning of sentences, so do sentences combine to form the meaning of paragraphs, dialogues and general discourse. We introduce both a sentence model and a discourse model corresponding to the two levels of compositionality. The sentence model adopts convolution as the central operation for composing semantic vectors and is based on a novel hierarchical convolutional neural network. The discourse model extends the sentence model and is based on a recurrent neural network that is conditioned in a novel way both on the current sentence and on the current speaker. The discourse model is able to capture both the sequentiality of sentences and the interaction between different speakers. Without feature engineering or pretraining and with simple greedy decoding, the discourse model coupled to…
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
TopicsTopic Modeling · Natural Language Processing Techniques · Speech and dialogue systems
MethodsConvolution
