Search papers, labs, and topics across Lattice.
The paper introduces LePREC, a neuro-symbolic framework for improving legal issue identification in LLMs by combining neural generation with structured statistical reasoning. LePREC converts legal descriptions into question-answer pairs representing analytical factors, then uses sparse linear models to identify informative reasoning factors via explicit algebraic weights. Experiments on a Malaysian Contract Act dataset demonstrate a 30-40% improvement in precision over GPT-4o and Claude, highlighting the benefits of correlation-based factor-issue analysis.
LLMs struggle to identify relevant legal issues with high precision, but a neuro-symbolic approach using sparse linear models over LLM-generated analytical factors can boost performance by 30-40%.
More than half of the global population struggles to meet their civil justice needs due to limited legal resources. While Large Language Models (LLMs) have demonstrated impressive reasoning capabilities, significant challenges remain even at the foundational step of legal issue identification. To investigate LLMs' capabilities in this task, we constructed a dataset from 769 real-world Malaysian Contract Act court cases, using GPT-4o to extract facts and generate candidate legal issues, annotated by senior legal experts, which reveals a critical limitation: while LLMs generate diverse issue candidates, their precision remains inadequate (GPT-4o achieves only 62%). To address this gap, we propose LePREC (Legal Professional-inspired Reasoning Elicitation and Classification), a neuro-symbolic framework combining neural generation with structured statistical reasoning. LePREC consists of: (1) a neuro component leverages LLMs to transform legal descriptions into question-answer pairs representing diverse analytical factors, and (2) a symbolic component applies sparse linear models over these discrete features, learning explicit algebraic weights that identify the most informative reasoning factors. Unlike end-to-end neural approaches, LePREC achieves interpretability through transparent feature weighting while maintaining data efficiency through correlation-based statistical classification. Experiments show a 30-40% improvement over advanced LLM baselines, including GPT-4o and Claude, confirming that correlation-based factor-issue analysis offers a more data-efficient solution for relevance decisions.