paper-with-me

Papers

Alignment over Heterogeneous Embeddings for Question Answering

2019-06-01 · NAACL 2019 6 · Vikas Yadav, Steven Bethard, Mihai Surdeanu

We propose a simple, fast, and mostly-unsupervised approach for non-factoid question answering (QA) called Alignment over Heterogeneous Embeddings (AHE). AHE simply aligns each word in the question and candidate answer with the most similar word in the retrieved supporting paragraph, and weighs each alignment score with the inverse document frequency of the corresponding question/answer term. AHE{'}s similarity function operates over embeddings that model the underlying text at different levels of abstraction: character (FLAIR), word (BERT and GloVe), and sentence (InferSent), where the latter is the only supervised component in the proposed approach. Despite its simplicity and lack of supervision, AHE obtains a new state-of-the-art performance on the {`}Easy{''} partition of the AI2 Reasoning Challenge (ARC) dataset (64.6{\%} accuracy), top-two performance on the {`}Challenge{''} partition of ARC (34.1{\%}), and top-three performance on the WikiQA dataset (74.08{\%} MRR), outperforming many other complex, supervised approaches. Our error analysis indicates that alignments over character, word, and sentence embeddings capture substantially different semantic information. We exploit this with a simple meta-classifier that learns how much to trust the predictions over each representation, which further improves the performance of unsupervised AHE.

📄 PDF Abstract BibTeX

Code (1)

vikas95/AHE 공식 구현

Tasks

AI2 Reasoning ChallengeARCQuestion AnsweringSentenceSentence Embeddings

Similar Papers 제목 키워드 기반

Is Aligning Embedding Spaces a Challenging Task? A Study on Heterogeneous Embedding Alignment Methods

2020-02-21 · Russa Biswas, Mehwish Alam, Harald Sack

Representation Learning of words and Knowledge Graphs (KG) into low dimensional vector spaces along with its applications to many real-world scenarios have recently gained momentum. In order to make use of multiple KG em…

Entity DisambiguationKnowledge Graph CompletionKnowledge GraphsQuestion Answering+1

Integrating Large Language Models with Graph-based Reasoning for Conversational Question Answering

2024-06-14 · Parag Jain, Mirella Lapata

We focus on a conversational question answering task which combines the challenges of understanding questions in context and reasoning over evidence gathered from heterogeneous sources like text, knowledge graphs, tables…

Conversational Question AnsweringKnowledge GraphsQuestion AnsweringRetrieval+1

Multi-Relational Graph based Heterogeneous Multi-Task Learning in Community Question Answering

2021-09-04 · Zizheng Lin, Haowen Ke, Ngo-Yin Wong, Jiaxin Bai 외

Various data mining tasks have been proposed to study Community Question Answering (CQA) platforms like Stack Overflow. The relatedness between some of these tasks provides useful learning signals to each other via Multi…

Community Question AnsweringMulti-Task LearningQuestion Answering

Unsupervised Alignment-based Iterative Evidence Retrieval for Multi-hop Question Answering

2020-05-04 · ACL 2020 6 · Vikas Yadav, Steven Bethard, Mihai Surdeanu

Evidence retrieval is a critical stage of question answering (QA), necessary not only to improve performance, but also to explain the decisions of the corresponding QA method. We introduce a simple, fast, and unsupervise…

Evidence SelectionMulti-hop Question AnsweringQuestion AnsweringRetrieval

An End-to-End Framework for Cold Question Routing in Community Question Answering Services

2019-11-22 · Jiankai Sun, Jie Zhao, Huan Sun, Srinivasan Parthasarathy

Routing newly posted questions (a.k.a cold questions) to potential answerers with the suitable expertise in Community Question Answering sites (CQAs) is an important and challenging task. The existing methods either focu…

Community Question AnsweringGraph EmbeddingQuestion Answering