paper-with-me

홈 › Papers

On the Effectiveness of Minimal Context Selection for Robust Question Answering

2018-10-30 · Anonymous

Machine learning models for question-answering (QA), where given a question and a passage, the learner must select some span in the passage as an answer, are known to be brittle. By inserting a single nuisance sentence into the passage, an adversary can fool the model into selecting the wrong span. A promising new approach for QA decomposes the task into two stages: (i) select relevant sentences from the passage; and (ii) select a span among those sentences. Intuitively, if the sentence selector excludes the offending sentence, then the downstream span selector will be robust. While recent work has hinted at the potential robustness of two-stage QA, these methods have never, to our knowledge, been explicitly combined with adversarial training. This paper offers a thorough empirical investigation of adversarial robustness, demonstrating that although the two-stage approach lags behind single-stage span selection, adversarial training improves its performance significantly, leading to an improvement of over 22 points in F1 score over the adversarially-trained single-stage model.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial RobustnessQuestion AnsweringSentence

Similar Papers 제목 키워드 기반

Recurrent Attention-based Token Selection for Efficient Streaming Video-LLMs

2025-10-20 · Vaggelis Dorovatas, Soroush Seifi, Gunshi Gupta, Rahaf Aljundi arxiv

Video Large Language Models (Video-LLMs) excel at understanding videos in-context, provided they have full access to the video when answering queries. However, these models face challenges in streaming scenarios where ho…

Question Answering

Exploring the Effectiveness of Convolutional Neural Networks for Answer Selection in End-to-End Question Answering

2017-07-25 · Royal Sequiera, Gaurav Baruah, Zhucheng Tu, Salman Mohammed 외

Most work on natural language question answering today focuses on answer selection: given a candidate list of sentences, determine which contains the answer. Although important, answer selection is only one stage in a st…

Answer SelectionQuestion AnsweringRetrieval

Making question answering more robust through relevant context selection

2018-10-22 · Anonymous

Existing neural question answering (QA) models are required to reason over and draw complicated inferences from a long context for most large-scale QA datasets. However, if we view QA as a combined retrieval and reasonin…

Question AnsweringRetrievalSentence

The combination of context information to enhance simple question answering

2018-10-09 · Zhaohui Chao, Lin Li

With the rapid development of knowledge base,question answering based on knowledge base has been a hot research issue. In this paper, we focus on answering singlerelation factoid questions based on knowledge base. We bui…

Fact SelectionKnowledge Base Question AnsweringQuestion Answering

Reinforcing Question Answering Agents with Minimalist Policy Gradient Optimization

2025-05-20 · Yihong Wu, Liheng Ma, Muzhi Li, Jiaming Zhou 외

Large Language Models (LLMs) have demonstrated remarkable versatility, due to the lack of factual knowledge, their application to Question Answering (QA) tasks remains hindered by hallucination. While Retrieval-Augmented…

HallucinationIn-Context LearningQuestion AnsweringRetrieval+1