paper-with-me

Papers

Reasoning Inconsistencies and How to Mitigate Them in Deep Learning

2025-04-03 · Erik Arakelyan

The recent advancements in Deep Learning models and techniques have led to significant strides in performance across diverse tasks and modalities. However, while the overall capabilities of models show promising growth, our understanding of their internal reasoning processes remains limited, particularly concerning systematic inconsistencies or errors patterns of logical or inferential flaws. These inconsistencies may manifest as contradictory outputs, failure to generalize across similar tasks, or erroneous conclusions in specific contexts. Even detecting and measuring such reasoning discrepancies is challenging, as they may arise from opaque internal procedures, biases and imbalances in training data, or the inherent complexity of the task. Without effective methods to detect, measure, and mitigate these errors, there is a risk of deploying models that are biased, exploitable, or logically unreliable. This thesis aims to address these issues by producing novel methods for deep learning models that reason over knowledge graphs, natural language, and images. The thesis contributes two techniques for detecting and quantifying predictive inconsistencies originating from opaque internal procedures in natural language and image processing models. To mitigate inconsistencies from biases in training data, this thesis presents a data efficient sampling method to improve fairness and performance and a synthetic dataset generation approach in low resource scenarios. Finally, the thesis offers two techniques to optimize the models for complex reasoning tasks. These methods enhance model performance while allowing for more faithful and interpretable exploration and exploitation during inference. Critically, this thesis provides a comprehensive framework to improve the robustness, fairness, and interpretability of deep learning models across diverse tasks and modalities.

📄 PDF Abstract BibTeX arXiv:2504.02577

Code (0)

등록된 구현이 없습니다.

Tasks

Dataset GenerationDeep LearningFairnessKnowledge Graphs

Similar Papers 제목 키워드 기반

Revealing the Truth with ConLLM for Detecting Multi-Modal Deepfakes

2026-01-24 · Gautam Siddharth Kashyap, Harsh Joshi, Niharika Jain, Ebad Shabbir 외 arxiv

The rapid rise of deepfake technology poses a severe threat to social and political stability by enabling hyper-realistic synthetic media capable of manipulating public perception. However, existing detection methods str…

Contrastive LearningDeepFake Detection

LeanReasoner: Boosting Complex Logical Reasoning with Lean

2024-03-20 · Dongwei Jiang, Marcio Fonseca, Shay B. Cohen

Large language models (LLMs) often struggle with complex logical reasoning due to logical inconsistencies and the inherent difficulty of such reasoning. We use Lean, a theorem proving framework, to address these challeng…

Automated Theorem ProvingLogical Reasoning

Good Arguments Against the People Pleasers: How Reasoning Mitigates (Yet Masks) LLM Sycophancy

2026-03-17 · Zhaoxin Feng, Zheng Chen, Jianfei Ma, Yip Tin Po 외 arxiv

Alignment techniques often inadvertently induce sycophancy in LLMs. While prior studies studied this behaviour in direct-answer settings, the role of Chain-of-Thought (CoT) reasoning remains under-explored: does it serve…

TIM-PRM: Verifying multimodal reasoning with Tool-Integrated PRM

2025-11-28 · Peng Kuang, Xiangxiang Wang, Wentao Liu, Jian Dong 외 arxiv

Multimodal Large Language Models (MLLMs) have achieved impressive performances in mathematical reasoning, yet they remain vulnerable to visual hallucinations and logical inconsistencies that standard outcome-based superv…

Mathematical ReasoningMultimodal Reasoning

Mirror-Consistency: Harnessing Inconsistency in Majority Voting

2024-10-07 · Siyuan Huang, Zhiyuan Ma, Jintao Du, Changhua Meng 외

Self-Consistency, a widely-used decoding strategy, significantly boosts the reasoning capabilities of Large Language Models (LLMs). However, it depends on the plurality voting rule, which focuses on the most frequent ans…