paper-with-me

홈 › Papers

SelQA: A New Benchmark for Selection-based Question Answering

2016-06-27 · Tomasz Jurczyk, Michael Zhai, Jinho D. Choi

This paper presents a new selection-based question answering dataset, SelQA. The dataset consists of questions generated through crowdsourcing and sentence length answers that are drawn from the ten most prevalent topics in the English Wikipedia. We introduce a corpus annotation scheme that enhances the generation of large, diverse, and challenging datasets by explicitly aiming to reduce word co-occurrences between the question and answers. Our annotation scheme is composed of a series of crowdsourcing tasks with a view to more effectively utilize crowdsourcing in the creation of question answering datasets in various domains. Several systems are compared on the tasks of answer sentence selection and answer triggering, providing strong baseline results for future work to improve upon.

📄 PDF Abstract BibTeX arXiv:1606.08513

Code (1)

emorynlp/selqa 공식 구현

Tasks

Question AnsweringSentence

Similar Papers 제목 키워드 기반

Analysis of Wikipedia-based Corpora for Question Answering

2018-01-06 · Tomasz Jurczyk, Amit Deshmane, Jinho D. Choi

This paper gives comprehensive analyses of corpora based on Wikipedia for several tasks in question answering. Four recent corpora are collected,WikiQA, SelQA, SQuAD, and InfoQA, and first analyzed intrinsically by conte…

Question AnsweringRetrieval

ISS-MULT: Intelligent Sample Selection for Multi-Task Learning in Question Answering

2017-08-07 · Ali Ahmadvand, Jinho D. Choi

Transferring knowledge from a source domain to another domain is useful, especially when gathering new data is very expensive and time-consuming. Deep networks have been well-studied for question answering tasks in recen…

Answer SelectionMulti-Task LearningQuestion AnsweringTransfer Learning

Exploiting WordNet Synset and Hypernym Representations for Answer Selection

2020-12-01 · Asian Chapter of the Association for Computational Linguistics 2020 · Weikang Li, Yunfang Wu

Answer selection (AS) is an important subtask of document-based question answering (DQA). In this task, the candidate answers come from the same document, and each answer sentence is semantically related to the given que…

Answer SelectionQuestion AnsweringSentence

Implications of Deep Circuits in Improving Quality of Quantum Question Answering

2023-05-12 · Pragya Katyayan, Nisheeth Joshi

Question Answering (QA) has proved to be an arduous challenge in the area of natural language processing (NLP) and artificial intelligence (AI). Many attempts have been made to develop complete solutions for QA as well a…

Quantum Machine LearningQuestion Answering

Improving Answer Selection and Answer Triggering using Hard Negatives

2019-11-01 · IJCNLP 2019 11 · Sawan Kumar, Shweta Garg, Kartik Mehta, Nikhil Rasiwasia

In this paper, we establish the effectiveness of using hard negatives, coupled with a siamese network and a suitable loss function, for the tasks of answer selection and answer triggering. We show that the choice of samp…

Answer Selection