paper-with-me

Papers

Higher-order Lexical Semantic Models for Non-factoid Answer Reranking

2015-01-01 · TACL 2015 1 · Daniel Fried, Peter Jansen, Gustave Hahn-Powell, Mihai Surdeanu, Peter Clark

Lexical semantic models provide robust performance for question answering, but, in general, can only capitalize on direct evidence seen during training. For example, monolingual alignment models acquire term alignment probabilities from semi-structured data such as question-answer pairs; neural network language models learn term embeddings from unstructured text. All this knowledge is then used to estimate the semantic similarity between question and answer candidates. We introduce a higher-order formalism that allows all these lexical semantic models to chain direct evidence to construct indirect associations between question and answer texts, by casting the task as the traversal of graphs that encode direct term associations. Using a corpus of 10,000 questions from Yahoo! Answers, we experimentally demonstrate that higher-order methods are broadly applicable to alignment and language models, across both word and syntactic representations. We show that an important criterion for success is controlling for the semantic drift that accumulates during graph traversal. All in all, the proposed higher-order approach improves five out of the six lexical semantic models investigated, with relative gains of up to +13{\%} over their first-order variants.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

AllOpen-Domain Question AnsweringQuestion AnsweringRerankingSemantic SimilaritySemantic Textual Similarity

Similar Papers 제목 키워드 기반

Discourse Complements Lexical Semantics for Non-factoid Answer Reranking

2014-06-01 · ACL 2014 6 · Peter Jansen, Mihai Surdeanu, Peter Clark
Community Question AnsweringQuestion AnsweringRerankingSemantic Textual Similarity

UNCC QA: Biomedical Question Answering system

2018-11-01 · WS 2018 11 · Bh, Abhishek waldar, Wlodek Zadrozny

In this paper, we detail our submission to the BioASQ competition{'}s Biomedical Semantic Question and Answering task. Our system uses extractive summarization techniques to generate answers and has scored highest ROUGE-…

Extractive SummarizationQuestion Answering

Neural Relation Prediction for Simple Question Answering over Knowledge Graph

2020-02-18 · Amin Abolghasemi, Saeedeh Momtazi

Knowledge graphs are widely used as a typical resource to provide answers to factoid questions. In simple question answering over knowledge graphs, relation extraction aims to predict the relation of a factoid question f…

Knowledge GraphsQuestion AnsweringRelationRelation Extraction+1

BioMedLAT Corpus: Annotation of the Lexical Answer Type for Biomedical Questions

2016-12-01 · WS 2016 12 · Mariana Neves, Milena Kraus

Question answering (QA) systems need to provide exact answers for the questions that are posed to the system. However, this can only be achieved through a precise processing of the question. During this procedure, one im…

Part-Of-Speech TaggingQuestion AnsweringSemantic Role LabelingVocal Bursts Type Prediction

Can AI Generate Love Advice?: Toward Neural Answer Generation for Non-Factoid Questions

2019-12-06 · Makoto Nakatsuji

Deep learning methods that extract answers for non-factoid questions from QA sites are seen as critical since they can assist users in reaching their next decisions through conversations with AI systems. The current meth…

Answer GenerationAnswer SelectionWord Embeddings