%0 Conference Proceedings %T SWAP at SemEval-2019 Task 3: Emotion detection in conversations through Tweets, CNN and LSTM deep neural networks %A Polignano, Marco %A de Gemmis, Marco %A Semeraro, Giovanni %Y May, Jonathan %Y Shutova, Ekaterina %Y Herbelot, Aurelie %Y Zhu, Xiaodan %Y Apidianaki, Marianna %Y Mohammad, Saif M. %S Proceedings of the 13th International Workshop on Semantic Evaluation %D 2019 %8 June %I Association for Computational Linguistics %C Minneapolis, Minnesota, USA %F polignano-etal-2019-swap %X Emotion detection from user-generated contents is growing in importance in the area of natural language processing. The approach we proposed for the EmoContext task is based on the combination of a CNN and an LSTM using a concatenation of word embeddings. A stack of convolutional neural networks (CNN) is used for capturing the hierarchical hidden relations among embedding features. Meanwhile, a long short-term memory network (LSTM) is used for capturing information shared among words of the sentence. Each conversation has been formalized as a list of word embeddings, in particular during experimental runs pre-trained Glove and Google word embeddings have been evaluated. Surface lexical features have been also considered, but they have been demonstrated to be not usefully for the classification in this specific task. The final system configuration achieved a micro F1 score of 0.7089. The python code of the system is fully available at https://github.com/marcopoli/EmoContext2019 %R 10.18653/v1/S19-2056 %U https://aclanthology.org/S19-2056 %U https://doi.org/10.18653/v1/S19-2056 %P 324-329