菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-14
📄 Abstract - Evaluating Relational Reasoning in LLMs with REL

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.

顶级标签: llm model evaluation natural language processing
详细标签: relational reasoning benchmark relational complexity evaluation reasoning difficulty 或 搜索:

使用REL评估大语言模型的关系推理能力 / Evaluating Relational Reasoning in LLMs with REL


1️⃣ 一句话总结

这篇论文提出了一个名为REL的评估框架,通过控制“关系复杂度”来测试大语言模型,发现当前模型在处理需要同时关联多个实体的复杂推理任务时存在明显局限。

源自 arXiv: 2604.12176