Evaluating Relational Reasoning in LLMs with REL

arXiv cs.AI / 4/15/2026

💬 OpinionSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper argues that current LLM evaluations of relational reasoning confound the difficulty of higher-arity relational binding, motivating a need to isolate that factor.
  • It introduces Relational Complexity (RC), defined as the minimum number of independently bound entities/operands required to apply a relation, as a principled way to vary reasoning difficulty while controlling for other variables.
  • Building on RC, the authors propose REL, a generative benchmark framework covering algebra, chemistry, and biology, that systematically varies RC within each domain.
  • Experiments on frontier LLMs show performance drops consistently and monotonically as RC increases, even when the total number of entities is fixed, indicating a specific weakness in higher-arity relational binding.
  • The failure persists with more test-time compute and with in-context learning, suggesting the limitation is structural to the arity of relational binding rather than to inference depth or example exposure.
  • The work recommends rethinking relational reasoning benchmarks to incorporate relational complexity so that model limitations in higher-arity reasoning are properly measured.

Abstract

Relational reasoning is the ability to infer relations that jointly bind multiple entities, attributes, or variables. This ability is central to scientific reasoning, but existing evaluations of relational reasoning in large language models often focus on structured inputs such as tables, graphs, or synthetic tasks, and do not isolate the difficulty introduced by higher-arity relational binding. We study this problem through the lens of Relational Complexity (RC), which we define as the minimum number of independent entities or operands that must be simultaneously bound to apply a relation. RC provides a principled way to vary reasoning difficulty while controlling for confounders such as input size, vocabulary, and representational choices. Building on RC, we introduce REL, a generative benchmark framework spanning algebra, chemistry, and biology that varies RC within each domain. Across frontier LLMs, performance degrades consistently and monotonically as RC increases, even when the total number of entities is held fixed. This failure mode persists with increased test-time compute and in-context learning, suggesting a limitation tied to the arity of the required relational binding rather than to insufficient inference steps or lack of exposure to examples. Our results identify a regime of higher-arity reasoning in which current models struggle, and motivate re-examining benchmarks through the lens of relational complexity.