On the Effectiveness of Minimal Context Selection for Robust Question Answering
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.
Code (0)
등록된 구현이 없습니다.
Tasks
Adversarial RobustnessQuestion AnsweringSentenceSimilar Papers 제목 키워드 기반
Recurrent Attention-based Token Selection for Efficient Streaming Video-LLMs
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 AnsweringExploring the Effectiveness of Convolutional Neural Networks for Answer Selection in End-to-End Question Answering
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 AnsweringRetrievalMaking question answering more robust through relevant context selection
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 AnsweringRetrievalSentenceThe combination of context information to enhance simple question answering
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 AnsweringReinforcing Question Answering Agents with Minimalist Policy Gradient Optimization
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