Legal Nugget Extraction for Granular Retrieval over Long Jurisprudential Texts
2026-07-24 • Information Retrieval
Information Retrieval
AI summaryⓘ
The authors explored whether breaking down long court decisions into small, clear legal points called 'legal nuggets' can help find relevant cases better in Brazilian legal databases. They tested a new method that retrieves these nuggets and then combines them to rank full documents. Their results showed improvements in two legal search tasks but not in others, where searching whole documents worked better. This suggests legal nuggets can help in some legal searches, especially when queries are specific legal ideas, but not all.
legal retrievaljurisprudencelegal nuggetsdense retrievalembeddingBrazilian legal collectionsNDCGMAPMRRquery formulation
Authors
Lucas Pereira, Erick Brito, Roberto Lotufo, Jayr Pereira
Abstract
Legal retrieval over jurisprudential collections is challenging because court decisions are long, heterogeneous documents whose relevant legal thesis may occupy only a small portion of the text. This paper asks whether legal nuggets, defined as short and self-contained legal theses extracted from source documents, can improve dense retrieval over Brazilian legal collections. We propose a pipeline that extracts nuggets from each document, indexes them with embeddings, retrieves nugget-level evidence, and aggregates the retrieved nuggets back to document-level rankings. We evaluate this approach on four Portuguese legal retrieval benchmarks from the JUA ecosystem, reporting NDCG@10, MAP@10, and MRR@10. Nugget retrieval substantially improves the two jurisprudential datasets: on JUA-Juris, NDCG@10 increases from 0.10265 to 0.20461, and on JurisTCU from 0.20898 to 0.32696. However, it underperforms full-document retrieval on NormasTCU and BR-TaxQA, and an embedding-model ablation shows that strong domain-adapted retrievers can remain better in the full-document setting. The results demonstrate that legal nuggets can be useful for jurisprudence search, especially when queries are formulated as legal theses, but they may not transfer equally well to other legal retrieval scenarios.