paper-with-me

Papers

EviNets: Neural Networks for Combining Evidence Signals for Factoid Question Answering

2017-07-01 · ACL 2017 7 · Denis Savenkov, Eugene Agichtein

A critical task for question answering is the final answer selection stage, which has to combine multiple signals available about each answer candidate. This paper proposes EviNets: a novel neural network architecture for factoid question answering. EviNets scores candidate answer entities by combining the available supporting evidence, e.g., structured knowledge bases and unstructured text documents. EviNets represents each piece of evidence with a dense embeddings vector, scores their relevance to the question, and aggregates the support for each candidate to predict their final scores. Each of the components is generic and allows plugging in a variety of models for semantic similarity scoring and information aggregation. We demonstrate the effectiveness of EviNets in experiments on the existing TREC QA and WikiMovies benchmarks, and on the new Yahoo! Answers dataset introduced in this paper. EviNets can be extended to other information types and could facilitate future work on combining evidence signals for joint reasoning in question answering.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Answer SelectionFeature EngineeringInformation RetrievalKnowledge Base Question AnsweringQuestion AnsweringSemantic SimilaritySemantic Textual Similarity

Similar Papers 제목 키워드 기반

From Voting to Agent Collaboration: Answer-Type-Aware LLM Pipelines for BioASQ 14b

2026-07-07 · Taeyun Roh, Eunha Lee, Wonjune Jang, Sohyun Chung 외 arxiv

Biomedical question answering requires not only accurate extraction of information from scientific literature but also reliable integration of evidence across multiple documents. This study presents a question-type-speci…

Question Answering

Complex Factoid Question Answering with a Free-Text Knowledge Graph

2021-03-23 · Chen Zhao, Chenyan Xiong, Xin Qian, Jordan Boyd-Graber

We introduce DELFT, a factoid question answering system which combines the nuance and depth of knowledge graph question answering approaches with the broader coverage of free-text. DELFT builds a free-text knowledge grap…

Graph Neural NetworkGraph Question AnsweringQuestion AnsweringReading Comprehension

SRQA: Synthetic Reader for Factoid Question Answering

2020-09-02 · Jiuniu Wang, Wenjia Xu, Xingyu Fu, Yang Wei 외

The question answering system can answer questions from various fields and forms with deep neural networks, but it still lacks effective ways when facing multiple evidences. We introduce a new model called SRQA, which me…

Question Answering

MICRON: Multigranular Interaction for Contextualizing RepresentatiON in Non-factoid Question Answering

2019-11-01 · IJCNLP 2019 11 · Hojae Han, Seungtaek Choi, Haeju Park, Seung-won Hwang

This paper studies the problem of non-factoid question answering, where the answer may span over multiple sentences. Existing solutions can be categorized into representation- and interaction-focused approaches. We combi…

Information RetrievalQuestion AnsweringRetrieval

RECIPE: Applying Open Domain Question Answering to Privacy Policies

2018-07-01 · WS 2018 7 · Yan Shvartzshanider, Ananth Balashankar, Thomas Wies, Lakshminarayanan Subramanian

We describe our experiences in using an open domain question answering model (Chen et al., 2017) to evaluate an out-of-domain QA task of assisting in analyzing privacy policies of companies. Specifically, Relevant CI Par…

DescriptiveOpen-Domain Question AnsweringQuestion AnsweringReading Comprehension