DeonticBench: A Benchmark for Reasoning over Rules
This provides a benchmark for studying rule reasoning in high-stakes real-world domains, addressing a gap in long-context deontic reasoning for LLMs, though it is incremental as it builds on existing benchmarking efforts.
The paper tackles the challenge of deontic reasoning with complex rules in legal and policy contexts by introducing DEONTICBENCH, a benchmark of 6,232 tasks across domains like U.S. federal taxes and housing law, where best-performing models achieve only 44.4% accuracy on a hard subset and 46.6 macro-F1 on housing tasks.
Reasoning with complex, context-specific rules remains challenging for large language models (LLMs). In legal and policy settings, this manifests as deontic reasoning: reasoning about obligations, permissions, and prohibitions under explicit rules. While many recent benchmarks emphasize short-context mathematical reasoning, fewer focus on long-context, high-stakes deontic reasoning. To address this gap, we introduce DEONTICBENCH, a benchmark of 6,232 tasks across U.S. federal taxes, airline baggage policies, U.S. immigration administration, and U.S. state housing law. These tasks can be approached in multiple ways, including direct reasoning in language or with the aid of symbolic computation. Besides free-form chain-of-thought reasoning, DEONTICBENCH enables an optional solver-based workflow in which models translate statutes and case facts into executable Prolog, leading to formal problem interpretations and an explicit program trace. We release reference Prolog programs for all instances. Across frontier LLMs and coding models, best hard-subset performance reaches only 44.4% on SARA Numeric and 46.6 macro-F1 on Housing. We further study training with supervised fine-tuning and reinforcement learning for symbolic program generation. Although training improves Prolog generation quality, current RL methods still fail to solve these tasks reliably. Overall, DEONTICBENCH provides a benchmark for studying context-grounded rule reasoning in real-world domains under both symbolic and non-symbolic settings.