Language Models and Logic Programs for Trustworthy Tax Reasoning
William Jurayj, Nils Holzenberger, Benjamin Van Durme
TL;DR
The paper tackles the challenge of trustworthy statutory tax reasoning by pairing large language models with a symbolic solver to compute tax obligations. It reframes statutory reasoning as semantic parsing, translating statutes and cases into executable logic programs (Prolog) and evaluating on the SARA dataset. Key findings show that hybrid neuro-symbolic setups, especially with gold statutes and exemplars, can dramatically reduce error costs and bring break-even pricing below real-world filing costs (e.g., $15.78$), while maintaining auditability through symbolic execution. This approach promises more accessible, reliable tax guidance and highlights the practical viability of scalable, auditable tax-assistance systems.
Abstract
According to the United States Internal Revenue Service, ``the average American spends $\$270$ and 13 hours filing their taxes''. Even beyond the U.S., tax filing requires complex reasoning, combining application of overlapping rules with numerical calculations. Because errors can incur costly penalties, any automated system must deliver high accuracy and auditability, making modern large language models (LLMs) poorly suited for this task. We propose an approach that integrates LLMs with a symbolic solver to calculate tax obligations. We evaluate variants of this system on the challenging StAtutory Reasoning Assessment (SARA) dataset, and include a novel method for estimating the cost of deploying such a system based on real-world penalties for tax errors. We further show how combining up-front translation of plain-text rules into formal logic programs, combined with intelligently retrieved exemplars for formal case representations, can dramatically improve performance on this task and reduce costs to well below real-world averages. Our results demonstrate the effectiveness of applying semantic parsing methods to statutory reasoning, and show promising economic feasibility of neuro-symbolic architectures for increasing access to reliable tax assistance.
