paper-with-me

Papers

Answer ranking in Community Question Answering: a deep learning approach

2022-10-16 · Lucas Valentin

Community Question Answering is the field of computational linguistics that deals with problems derived from the questions and answers posted to websites such as Quora or Stack Overflow. Among some of these problems we find the issue of ranking the multiple answers posted in reply to each question by how informative they are in the attempt to solve the original question. This work tries to advance the state of the art on answer ranking for community Question Answering by proceeding with a deep learning approach. We started off by creating a large data set of questions and answers posted to the Stack Overflow website. We then leveraged the natural language processing capabilities of dense embeddings and LSTM networks to produce a prediction for the accepted answer attribute, and present the answers in a ranked form ordered by how likely they are to be marked as accepted by the question asker. We also produced a set of numerical features to assist with the answer ranking task. These numerical features were either extracted from metadata found in the Stack Overflow posts or derived from the questions and answers texts. We compared the performance of our deep learning models against a set of forest and boosted trees ensemble methods and found that our models could not improve the best baseline results. We speculate that this lack of performance improvement versus the baseline models may be caused by the large number of out of vocabulary words present in the programming code snippets found in the questions and answers text. We conclude that while a deep learning approach may be helpful in answer ranking problems new methods should be developed to assist with the large number of out of vocabulary words present in the programming code snippets

📄 PDF Abstract BibTeX arXiv:2212.01218

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeCommunity Question AnsweringDeep LearningQuestion Answering

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

It Takes Three to Tango: Triangulation Approach to Answer Ranking in Community Question Answering

2016-11-01 · EMNLP 2016 11 · Preslav Nakov, Llu{\'\i}s M{\`a}rquez, Francisco Guzm{\'a}n
Community Question AnsweringQuestion Answering

ECNU at SemEval-2016 Task 3: Exploring Traditional Method and Deep Learning Method for Question Retrieval and Answer Ranking in Community Question Answering

2016-06-01 · SEMEVAL 2016 6 · Guoshun Wu, Man Lan
Community Question AnsweringQuestion AnsweringQuestion SimilarityRetrieval+1

SwissAlps at SemEval-2017 Task 3: Attention-based Convolutional Neural Network for Community Question Answering

2017-08-01 · SEMEVAL 2017 8 · Jan Milan Deriu, Mark Cieliebak

In this paper we propose a system for reranking answers for a given question. Our method builds on a siamese CNN architecture which is extended by two attention mechanisms. The approach was evaluated on the datasets of t…

Community Question AnsweringQuestion AnsweringQuestion SimilarityReranking

Addressing Community Question Answering in English and Arabic

2016-10-18 · Giovanni Da San Martino, Alberto Barrón-Cedeño, Salvatore Romeo, Alessandro Moschitti 외

This paper studies the impact of different types of features applied to learning to re-rank questions in community Question Answering. We tested our models on two datasets released in SemEval-2016 Task 3 on "Community Qu…

Community Question AnsweringLearning-To-RankMachine TranslationQuestion Answering+2

Beihang-MSRA at SemEval-2017 Task 3: A Ranking System with Neural Matching Features for Community Question Answering

2017-08-01 · SEMEVAL 2017 8 · Wenzheng Feng, Yu Wu, Wei Wu, Zhoujun Li 외

This paper presents the system in SemEval-2017 Task 3, Community Question Answering (CQA). We develop a ranking system that is capable of capturing semantic relations between text pairs with little word overlap. In addit…

Answer SelectionCommunity Question AnsweringLearning-To-RankQuestion Answering+3