On the effects of using word2vec representations in neural networks for dialogue act recognition


Christophe Cerisara and Pavel Král and Ladislav Lenc
Computer Speech and Language (2018)

PDF

Research topics:

Semantic Analysis

Abstract

Dialogue act recognition is an important component of a large number of natural language processing pipelines. Many research works have been carried out in this area, but relatively few investigate deep neural networks and word embeddings. This is surprising, given that both of these techniques have proven exceptionally good in most other language-related domains. We propose in this work a new deep neural network that explores recurrent models to capture word sequences within sentences, and further study the impact of pretrained word embeddings. We validate this model on three languages: English, French and Czech. The performance of the proposed approach is consistent across these languages and it is comparable to the state-of-the-art results in English. More importantly, we confirm that deep neural networks indeed outperform a Maximum Entropy classifier, which was expected. However, and this is more surprising, we also found that standard word2vec embeddings do not seem to bring valuable information for this task and the proposed model, whatever the size of the training corpus is. We thus further analyse the resulting embeddings and conclude that a possible explanation may be related to the mismatch between the type of lexical-semantic information captured by the word2vec embeddings, and the kind of relations between words that is the most useful for the dialogue act recognition task.

Authors

BibTex

@ARTICLE{csl17, author = {Cerisara, C. and Král, P. and Lenc, L.}, title = {On the effects of using word2vec representations in neural networks for dialogue act recognition}, journal = {Computer Speech and Language}, year = {2018}, volume = {47}, pages = {175-193}, doi = {10.1016/j.csl.2017.07.009}, issn = {0885-2308}, document_type = {Article} }
Back to Top