paper-with-me

홈 › Papers

Mitigating Spurious Correlations Between Question and Answer via Chain-of-Thought Correctness Perception Distillation

2025-09-06 · Hongyan Xie, Yitong Yao, Yikun Ban, Zixuan Huang, Deqing Wang, Zhenhe Wu, Haoxiang Su, Chao Wang, Shuangyong Song arxiv

Large language models (LLMs) excel at reasoning tasks but are expensive to deploy. Thus small language models (SLMs) are fine-tuned on CoT data generated by LLMs to copy LLMs' abilities. However, these CoT data may include noisy rationales that either fail to substantiate the answers or contribute no additional information to support answer prediction, which leads SLMs to capture spurious correlations between questions and answers and compromise the quality of reasoning. In this work, we propose Chain-of-Thought Correctness Perception Distillation (CoPeD), which aims to improve the reasoning quality of the student model from the perspectives of task setting and data utilization. Firstly, we introduce a correctness-aware task setting that encourages the student model to predict answers based on correct rationales and revise them when they are incorrect. This setting improves the faithfulness of reasoning and allows the model to learn from its mistakes. Then, we propose a Correctness-Aware Weighted loss, which dynamically adjusts the contribution of each training instance based on the combined loss of the rationale and the answer. This strategy encourages the model to focus more on samples where the rationale offers stronger support for the correct answer. Experiments have shown that CoPeD is effective on both in-distribution (IND) and out-of-distribution (OOD) benchmark reasoning datasets.

📄 PDF Abstract BibTeX arXiv:2509.05602

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Look to the Right: Mitigating Relative Position Bias in Extractive Question Answering

2022-10-26 · Kazutoshi Shinoda, Saku Sugawara, Akiko Aizawa

Extractive question answering (QA) models tend to exploit spurious correlations to make predictions when a training set has unintended biases. This tendency results in models not being generalizable to examples where the…

Extractive Question-AnsweringPositionQuestion Answering

Invariant Grounding for Video Question Answering

2022-06-06 · CVPR 2022 1 · Yicong Li, Xiang Wang, Junbin Xiao, Wei Ji 외

Video Question Answering (VideoQA) is the task of answering questions about a video. At its core is understanding the alignments between visual scenes in video and linguistic semantics in question to yield the answer. In…

Question AnsweringVideo Question Answering

A Mutual Information Maximization Approach for the Spurious Solution Problem in Weakly Supervised Question Answering

2021-06-14 · ACL 2021 5 · Zhihong Shao, Lifeng Shang, Qun Liu, Minlie Huang

Weakly supervised question answering usually has only the final answers as supervision signals while the correct solutions to derive the answers are not provided. This setting gives rise to the spurious solution problem:…

Question Answering

Admitting Ignorance Helps the Video Question Answering Models to Answer

2025-01-15 · Haopeng Li, Tom Drummond, Mingming Gong, Mohammed Bennamoun 외

Significant progress has been made in the field of video question answering (VideoQA) thanks to deep learning and large-scale pretraining. Despite the presence of sophisticated model structures and powerful video-text fo…

Question AnsweringVideo Question Answering

Measuring Spurious Correlation in Classification: 'Clever Hans' in Translationese

2023-08-25 · Angana Borah, Daria Pylypenko, Cristina Espana-Bonet, Josef van Genabith

Recent work has shown evidence of 'Clever Hans' behavior in high-performance neural translationese classifiers, where BERT-based classifiers capitalize on spurious correlations, in particular topic information, between d…

Classification