paper-with-me

Papers

Adaptive loose optimization for robust question answering

2023-05-06 · Jie Ma, Pinghui Wang, Zewei Wang, Dechen Kong, Min Hu, Ting Han, Jun Liu

Question answering methods are well-known for leveraging data bias, such as the language prior in visual question answering and the position bias in machine reading comprehension (extractive question answering). Current debiasing methods often come at the cost of significant in-distribution performance to achieve favorable out-of-distribution generalizability, while non-debiasing methods sacrifice a considerable amount of out-of-distribution performance in order to obtain high in-distribution performance. Therefore, it is challenging for them to deal with the complicated changing real-world situations. In this paper, we propose a simple yet effective novel loss function with adaptive loose optimization, which seeks to make the best of both worlds for question answering. Our main technical contribution is to reduce the loss adaptively according to the ratio between the previous and current optimization state on mini-batch training data. This loose optimization can be used to prevent non-debiasing methods from overlearning data bias while enabling debiasing methods to maintain slight bias learning. Experiments on the visual question answering datasets, including VQA v2, VQA-CP v1, VQA-CP v2, GQA-OOD, and the extractive question answering dataset SQuAD demonstrate that our approach enables QA methods to obtain state-of-the-art in- and out-of-distribution performance in most cases. The source code has been released publicly in \url{https://github.com/reml-group/ALO}.

📄 PDF Abstract BibTeX arXiv:2305.03971

Code (1)

reml-group/alo 공식 구현 pytorch

Tasks

Extractive Question-AnsweringMachine Reading ComprehensionQuestion AnsweringReading ComprehensionVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

Exploring Generative Process Reward Modeling for Semi-Structured Data: A Case Study of Table Question Answering

2025-10-23 · Lei Tang, Wei Zhou, Mohsen Mesgar arxiv

Process reward models (PRMs) enhance complex reasoning in large language models (LLMs) by evaluating candidate solutions step-by-step and selecting answers based on aggregated step scores. While effective in domains such…

Question Answering

Object-aware Adaptive-Positivity Learning for Audio-Visual Question Answering

2023-12-20 · Zhangbin Li, Dan Guo, Jinxing Zhou, Jing Zhang 외

This paper focuses on the Audio-Visual Question Answering (AVQA) task that aims to answer questions derived from untrimmed audible videos. To generate accurate answers, an AVQA model is expected to find the most informat…

Audio-visual Question AnsweringAudio-Visual Question Answering (AVQA)Model OptimizationObject+2

Visual7W: Grounded Question Answering in Images

2015-11-11 · CVPR 2016 6 · Yuke Zhu, Oliver Groth, Michael Bernstein, Li Fei-Fei

We have seen great progress in basic perceptual tasks such as object recognition and detection. However, AI models still fail to match humans in high-level vision tasks due to the lack of capacities for deeper reasoning.…

Multiple-choiceMultiple Choice Question Answering (MCQA)Object RecognitionQuestion Answering+2

Bridging Language Gaps with Adaptive RAG: Improving Indonesian Language Question Answering

2025-10-24 · William Christian, Daniel Adamlu, Adrian Yu, Derwin Suhartono arxiv

Question Answering (QA) has seen significant improvements with the advancement of machine learning models, further studies enhanced this question answering system by retrieving external information, called Retrieval-Augm…

Machine TranslationQuestion AnsweringData Augmentation

Semi-Supervised QA with Generative Domain-Adaptive Nets

2017-02-07 · ACL 2017 7 · Zhilin Yang, Junjie Hu, Ruslan Salakhutdinov, William W. Cohen

We study the problem of semi-supervised question answering----utilizing unlabeled text to boost the performance of question answering models. We propose a novel training framework, the Generative Domain-Adaptive Nets. In…

Domain AdaptationQuestion Answeringreinforcement-learningReinforcement Learning+1