paper-with-me

홈 › Papers

Multitask Learning with Deep Neural Networks for Community Question Answering

2017-02-13 · Daniele Bonadiman, Antonio Uva, Alessandro Moschitti

In this paper, we developed a deep neural network (DNN) that learns to solve simultaneously the three tasks of the cQA challenge proposed by the SemEval-2016 Task 3, i.e., question-comment similarity, question-question similarity and new question-comment similarity. The latter is the main task, which can exploit the previous two for achieving better results. Our DNN is trained jointly on all the three cQA tasks and learns to encode questions and comments into a single vector representation shared across the multiple tasks. The results on the official challenge test set show that our approach produces higher accuracy and faster convergence rates than the individual neural networks. Additionally, our method, which does not use any manual feature engineering, approaches the state of the art established with methods that make heavy use of it.

📄 PDF Abstract BibTeX arXiv:1702.03706

Code (0)

등록된 구현이 없습니다.

Tasks

Community Question AnsweringFeature EngineeringQuestion AnsweringQuestion Similarity

Similar Papers 제목 키워드 기반

Effective shared representations with Multitask Learning for Community Question Answering

2017-04-01 · EACL 2017 4 · Daniele Bonadiman, Antonio Uva, Aless Moschitti, ro

An important asset of using Deep Neural Networks (DNNs) for text applications is their ability to automatically engineering features. Unfortunately, DNNs usually require a lot of training data, especially for highly sema…

Community Question AnsweringDocument RankingNamed Entity Recognition (NER)Question Answering

Joint Multitask Learning for Community Question Answering Using Task-Specific Embeddings

2018-09-24 · EMNLP 2018 10 · Shafiq Joty, Lluis Marquez, Preslav Nakov

We address jointly two important tasks for Question Answering in community forums: given a new question, (i) find related existing questions, and (ii) find relevant answers to this new question. We further use an auxilia…

Community Question AnsweringQuestion Answering

Recurrent Neural Network Encoder with Attention for Community Question Answering

2016-03-23 · Wei-Ning Hsu, Yu Zhang, James Glass

We apply a general recurrent neural network (RNN) encoder framework to community question answering (cQA) tasks. Our approach does not rely on any linguistic processing, and can be applied to different languages or domai…

Community Question AnsweringInformation RetrievalQuestion AnsweringRetrieval+1

Learning Semantic Textual Similarity from Conversations

2018-04-20 · WS 2018 7 · Yinfei Yang, Steve Yuan, Daniel Cer, Sheng-yi Kong 외

We present a novel approach to learn representations for sentence-level semantic similarity using conversational data. Our method trains an unsupervised model to predict conversational input-response pairs. The resulting…

Community Question AnsweringNatural Language InferenceQuestion AnsweringQuestion Similarity+6

The Natural Language Decathlon: Multitask Learning as Question Answering

2018-06-20 · ICLR 2019 5 · Bryan McCann, Nitish Shirish Keskar, Caiming Xiong, Richard Socher

Deep learning has improved performance on many natural language processing (NLP) tasks individually. However, general NLP models cannot emerge within a paradigm that focuses on the particularities of a single metric, dat…

DecoderDomain AdaptationMachine TranslationNamed Entity Recognition+10