TLDR: NoRA is a new benchmark for systematic neural relational reasoning that challenges AI models to go beyond simple “path-based” inference. It introduces complex scenarios requiring “off-path reasoning,” handling multiple relationships, and resolving ambiguous facts. Experiments show current state-of-the-art models, including large reasoning models, struggle significantly with these advanced reasoning tasks, highlighting the need for new architectural approaches.
Developing artificial intelligence that can reason like humans is a significant and ongoing challenge. While many solutions have emerged for understanding relationships between entities, a new study highlights that existing benchmarks for this type of reasoning might be too simplistic, leading models to take shortcuts rather than truly understanding complex logical connections.
A team of researchers, Anirban Das, Irtaza Khalid, Rafael Peñaloza, and Steven Schockaert, have introduced a new benchmark called NoRA (Non-Path Reasoning with Ambiguous Facts). This benchmark aims to push the boundaries of neural relational reasoning by introducing several layers of difficulty that require AI models to think beyond straightforward, linear connections.
The Limitations of Current AI Reasoning Benchmarks
Traditional benchmarks often assume that reasoning can be reduced to composing relational paths – essentially, following a direct chain of facts to reach a conclusion. For example, if A is the brother of B, and B is the daughter of C, then C is the uncle of A. Many current AI models are designed to excel at this ‘path-based reasoning’. However, real-world scenarios are rarely so simple.
The authors argue that this oversimplification has led to models that perform well on existing tests but struggle to generalize to more complex situations where reasoning isn’t confined to a single path.
Introducing NoRA: A New Challenge for AI
NoRA is designed to break these path-based assumptions in three key ways:
- Beyond Path-Based Reasoning: NoRA includes a richer set of relationships, such as gender-specific family roles (e.g., ‘maternal aunt’) and everyday connections (e.g., ‘is schoolmates with’). These often require ‘off-path reasoning,’ where the model must consider entities that are not directly on a connecting path between the two main entities in question. Imagine trying to figure out a relationship that requires a detour through a third person who isn’t directly linked to the main two.
- Multiple Relationships: In NoRA, a single pair of entities can have multiple relationships simultaneously. For instance, someone could be both an ‘aunt’ and a ‘maternal aunt’ to another person. This adds complexity, as models must identify all relevant connections.
- Ambiguous Facts: The benchmark incorporates a small number of ambiguous facts, like ‘A is the father of either B or C.’ To resolve these, models must evaluate multiple possibilities and use constraints to eliminate those that are logically impossible, then determine what holds true across all remaining possibilities. This mirrors the uncertainty often found in real-world information.
Measuring the Difficulty
To quantify the complexity of reasoning tasks, NoRA introduces several metrics:
- Reasoning Depth: The number of inference steps needed to reach a conclusion.
- Reasoning Width: The number of distinct logical derivations required, especially when dealing with ambiguous facts.
- Backtrack Load (BL): Measures how much ‘back-and-forth’ reasoning is needed along a path, indicating more complex inference steps relative to the number of entities involved.
- Off-Path Edge Count (OPEC): Counts the number of connections (edges) in the reasoning process that are not on any direct path between the two entities being queried. This is a direct measure of how much ‘off-path’ reasoning is required.
Current AI Models Struggle
The researchers evaluated several state-of-the-art neural models, including Edge Transformers, Relation-Aware Transformers (RAT), EpiGNNs, NBFNet, and R-GCNs, on the NoRA benchmark. The results were striking: all tested models struggled significantly with tasks requiring off-path reasoning (high BL and OPEC scores).
Interestingly, while ambiguity was expected to be a major hurdle, models performed surprisingly well on tasks with high reasoning width. Further analysis revealed that this was often due to models exploiting ‘shortcuts’ rather than genuinely reasoning through the ambiguities, highlighting the difficulty in designing truly challenging ambiguous problems.
Even Large Reasoning Models (LRMs), which are pre-trained on vast amounts of text and are familiar with many real-world rules, failed to apply these rules correctly in NoRA’s off-path reasoning scenarios, even when the rules were explicitly provided. This suggests a fundamental limitation in their ability to compose logical rules in novel ways.
Also Read:
- Bridging the Gap: How Symbolic AI Enhances Transparency and Reasoning in Large Language Models
- Bridging Language and Structure: A Look at Large Language Models and Text-Attributed Graphs
Looking Ahead with NoRA v1.1 and HetioNet
To further validate their findings, the researchers introduced two additional datasets: NoRA v1.1, a variant with even harder, systematically generated off-path reasoning problems without ambiguity, and HetioNet, a dataset based on biological relationships (diseases, genes, drugs) with a completely different rule structure. The struggles with off-path reasoning persisted across these new datasets, reinforcing the need for new architectural approaches in AI.
The introduction of NoRA marks a critical step forward in benchmarking AI’s ability to perform systematic relational reasoning. It clearly demonstrates that current models, while powerful, still have significant limitations when faced with complex, non-linear, and ambiguous logical challenges. The findings suggest that fundamentally different AI architectures may be necessary to achieve true human-like reasoning capabilities. For more details, you can read the full research paper here.


