paper-with-me

홈 › Papers

Quantifying Logical Consistency in Transformers via Query-Key Alignment

2025-02-24 · Eduard Tulchinskii, Anastasia Voznyuk, Laida Kushnareva, Andrei Andriiainen, Irina Piontkovskaya, Evgeny Burnaev, Serguei Barannikov

Large language models (LLMs) have demonstrated impressive performance in various natural language processing tasks, yet their ability to perform multi-step logical reasoning remains an open challenge. Although Chain-of-Thought prompting has improved logical reasoning by enabling models to generate intermediate steps, it lacks mechanisms to assess the coherence of these logical transitions. In this paper, we propose a novel, lightweight evaluation strategy for logical reasoning that uses query-key alignments inside transformer attention heads. By computing a single forward pass and extracting a "QK-score" from carefully chosen heads, our method reveals latent representations that reliably separate valid from invalid inferences, offering a scalable alternative to traditional ablation-based techniques. We also provide an empirical validation on multiple logical reasoning benchmarks, demonstrating improved robustness of our evaluation method against distractors and increased reasoning depth. The experiments were conducted on a diverse set of models, ranging from 1.5B to 70B parameters.

📄 PDF Abstract BibTeX arXiv:2502.17017

Code (0)

등록된 구현이 없습니다.

Tasks

Logical Reasoningvalid

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Quantifying Cross-Query Contradictions in Multi-Query LLM Reasoning

2026-04-16 · Rohit Kumar Salla, Ramya Manasa Amancherla, Manoj Saravanan arxiv

Large language models frequently produce mutually inconsistent answers when reasoning over multiple related queries. We study case-file logical consistency: maintaining a globally satisfiable belief state across interdep…

Exploring Sequence Feature Alignment for Domain Adaptive Detection Transformers

2021-07-27 · Wen Wang, Yang Cao, Jing Zhang, Fengxiang He 외

Detection transformers have recently shown promising object detection results and attracted increasing attention. However, how to develop effective domain adaptation techniques to improve its cross-domain performance rem…

DecoderDomain AdaptationObjectobject-detection+3

DiverseAgentEntropy: Quantifying Black-Box LLM Uncertainty through Diverse Perspectives and Multi-Agent Interaction

2024-12-12 · Yu Feng, Phu Mon Htut, Zheng Qi, Wei Xiao 외

Quantifying the uncertainty in the factual parametric knowledge of Large Language Models (LLMs), especially in a black-box setting, poses a significant challenge. Existing methods, which gauge a model's uncertainty throu…

Enhancing Transformers for Generalizable First-Order Logical Entailment

2025-01-01 · Tianshi Zheng, Jiazheng Wang, ZiHao Wang, Jiaxin Bai 외

Transformers, as a fundamental deep learning architecture, have demonstrated remarkable capabilities in reasoning. This paper investigates the generalizable first-order logical reasoning ability of transformers with thei…

Logical ReasoningOut-of-Distribution Generalization

Rethinking Query-based Transformer for Continual Image Segmentation

2025-07-10 · CVPR 2025 1 · Yuchen Zhu, Cheng Shi, Dingyou Wang, Jiajin Tang 외

Class-incremental/Continual image segmentation (CIS) aims to train an image segmenter in stages, where the set of available categories differs at each stage. To leverage the built-in objectness of query-based transformer…

Continual LearningImage SegmentationSemantic Segmentation