paper-with-me

홈 › Papers

Introspective Distillation for Robust Question Answering

2021-11-01 · NeurIPS 2021 12 · Yulei Niu, Hanwang Zhang

Question answering (QA) models are well-known to exploit data bias, e.g., the language prior in visual QA and the position bias in reading comprehension. Recent debiasing methods achieve good out-of-distribution (OOD) generalizability with a considerable sacrifice of the in-distribution (ID) performance. Therefore, they are only applicable in domains where the test distribution is known in advance. In this paper, we present a novel debiasing method called Introspective Distillation (IntroD) to make the best of both worlds for QA. Our key technical contribution is to blend the inductive bias of OOD and ID by introspecting whether a training sample fits in the factual ID world or the counterfactual OOD one. Experiments on visual QA datasets VQA v2, VQA-CP, and reading comprehension dataset SQuAD demonstrate that our proposed IntroD maintains the competitive OOD performance compared to other debiasing methods, while sacrificing little or even achieving better ID performance compared to the non-debiasing ones.

📄 PDF Abstract BibTeX arXiv:2111.01026

Code (1)

yuleiniu/introd 공식 구현 pytorch

Tasks

counterfactualInductive BiasQuestion AnsweringReading ComprehensionVisual Question Answering (VQA)

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Towards Human-Level Understanding of Complex Process Engineering Schematics: A Pedagogical, Introspective Multi-Agent Framework for Open-Domain Question Answering

2024-08-24 · Sagar Srinivas Sakhinana, Geethan Sannidhi, Venkataramana Runkana

In the chemical and process industries, Process Flow Diagrams (PFDs) and Piping and Instrumentation Diagrams (P&IDs) are critical for design, construction, and maintenance. Recent advancements in Generative AI, such as L…

knowledge editingOpen-Domain Question AnsweringQuestion AnsweringRAG+3

V-Loop: Visual Logical Loop Verification for Hallucination Detection in Medical Visual Question Answering

2026-01-26 · Mengyuan Jin, Zehui Liao, Yong Xia arxiv

Multimodal Large Language Models (MLLMs) have shown remarkable capability in assisting disease diagnosis in medical visual question answering (VQA). However, their outputs remain vulnerable to hallucinations (i.e., respo…

Visual Question AnsweringComputational Efficiency

IntroLM: Introspective Language Models via Prefilling-Time Self-Evaluation

2026-01-07 · Hossein Hosseini Kasnavieh, Gholamreza Haffari, Chris Leckie, Adel N. Toosi arxiv

A major challenge for the operation of large language models (LLMs) is how to predict whether a specific LLM will produce sufficiently high-quality output for a given query. Existing approaches rely on external classifie…

Question Answering

Can LLMs Reliably Self-Report Adversarial Prefills, and How?

2026-06-22 · Quang Minh Nguyen, Uzair Ahmed, Taegyoon Kim arxiv

Prior work shows that large language models (LLMs) exhibit introspective capability on benign tasks. We extend the question to safety contexts and examine how reliably a model can recognize that its own prior response wa…

Introspective Learning by Distilling Knowledge from Online Self-explanation

2020-09-19 · Jindong Gu, Zhiliang Wu, Volker Tresp

In recent years, many explanation methods have been proposed to explain individual classifications of deep neural networks. However, how to leverage the created explanations to improve the learning process has been less …

Knowledge Distillation