English

Quantifying Cross-Query Contradictions in Multi-Query LLM Reasoning

Artificial Intelligence 2026-04-17 v1

Abstract

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 interdependent queries. We introduce a benchmark of 390 multi-query reasoning instances with entailment/contradiction/unknown labels and propose set-level metrics including Case Satisfiability Rate, Contradiction Density and Revision Cost. Our solver-augmented approach extracts commitments, verifies global satisfiability and performs counterexample-guided repair. Across four reasoning domains, our method substantially reduces cross-query contradictions (SetCons: 0.56 to 0.94) while preserving per-query accuracy, demonstrating that global coherence is critical for robust multi-query reasoning.

Keywords

Cite

@article{arxiv.2604.14525,
  title  = {Quantifying Cross-Query Contradictions in Multi-Query LLM Reasoning},
  author = {Rohit Kumar Salla and Ramya Manasa Amancherla and Manoj Saravanan},
  journal= {arXiv preprint arXiv:2604.14525},
  year   = {2026}
}

Comments

Accepted at the ICLR 2026 Workshop on Logical Reasoning of Large Language Models. 9 pages, 6 tables, code and data at https://huggingface.co/datasets/rohitspider/cross_query_benchmark

R2 v1 2026-07-01T12:11:51.274Z