| Challenge: | Recent years have seen increasing attention on Legal Case Retrieval (LCR) this task involves retrieving cases from a legal database of historical cases that are similar to a given query case. |
| Approach: | They present a survey of the major milestones made in legal case retrieval research . they seek to understand the datasets and recent neural models and their performances . |
| Outcome: | The proposed task is based on a dataset of historical cases similar to a given query case. |
Similar Papers
LegalSearchLM: Rethinking Legal Case Retrieval as Legal Elements Generation (2025.emnlp-main)
Copied to clipboard
| Challenge: | Existing studies on legal case retrieval have limited results . limited representations and legally irrelevant matches are often used . |
| Approach: | They propose a large-scale Korean LCR benchmark and a retrieval model that performs legal element reasoning over the query case. |
| Outcome: | a new model outperforms baseline models on a Korean LCR benchmark . it performs state-of-the-art on 411 diverse crime types in queries over 1.2M candidate cases . previous studies have shown that the model can generalize to out-of domain cases if it is trained on in-domain data . |
Enhancing Legal Case Retrieval via Scaling High-quality Synthetic Query-Candidate Pairs (2024.emnlp-main)
Copied to clipboard
| Challenge: | Existing studies focus on case-to-case retrieval using lengthy queries, which does not match real-world scenarios. |
| Approach: | They propose a method to construct query-candidate pairs and build the largest LCR dataset to date, LEAD. |
| Outcome: | Experimental results show that the method can provide ample training signals for LCR models. |
Logic Rules as Explanations for Legal Case Retrieval (2024.lrec-main)
Copied to clipboard
| Challenge: | Recent efforts to learn explainable legal case retrieval models fail to provide faithful and interpretable explanations for legal cases. |
| Approach: | They propose a framework that uses logic rules to explain legal case retrieval results . they extend benchmarks of LeCaRD and ELAM with manually annotated logic rules . |
| Outcome: | The proposed framework is able to provide faithful explanations for legal case retrieval. |
IL-PCSR: Legal Corpus for Prior Case and Statute Retrieval (2025.emnlp-main)
Copied to clipboard
| Challenge: | Existing models for identifying/retrieving relevant statutes and prior cases/precedents are inherently related, e.g., similar cases tend to cite similar statutes due to similar factual situation. |
| Approach: | They propose a corpus that provides a common testbed for developing models that exploit the dependence between the two tasks. |
| Outcome: | The proposed corpus exploits the dependence between the two retrieval tasks and provides a baseline model for the two tasks. |
GLIER: Generative Legal Inference and Evidence Ranking for Legal Case Retrieval (2026.acl-long)
Copied to clipboard
| Challenge: | Existing dense retrieval methods neglect the explicit legal logic that underpins legal relevance. |
| Approach: | They propose a framework that reformulates retrieval as an inference process over latent legal variables. |
| Outcome: | GLIER outperforms strong baselines like SAILER and KELLER in a legal case-based retrieval task . the framework exhibits exceptional data efficiency even when trained with only 10% of the data . |
CLERC: A Dataset for U. S. Legal Case Retrieval and Retrieval-Augmented Analysis Generation (2025.findings-naacl)
Copied to clipboard
Abe Bohan Hou, Orion Weller, Guanghui Qin, Eugene Yang, Dawn Lawrie, Nils Holzenberger, Andrew Blair-Stanek, Benjamin Van Durme
| Challenge: | a dataset of case law is used to train and evaluate models for writing legal analyses . current approaches struggle to find relevant cases and generate legal analyses, authors say . |
| Approach: | They build a dataset of case law to support information retrieval and retrieval-augmented generation. |
| Outcome: | The proposed dataset supports two important backbone tasks: retrieval (IR) and retrieval-augmented generation (RAG). |
CDD: A Large Scale Dataset for Legal Intelligence Research (2023.emnlp-industry)
Copied to clipboard
| Challenge: | Recent research has focused on predicting crimes, predicting outcomes of judicial debates, and extracting information from legal documents. |
| Approach: | They propose to use a large-size Court Debate Dataset to analyze court debates . they invite experienced judges to design appropriate labels for data records . |
| Outcome: | The proposed dataset includes 30,481 court cases, totaling 1,144,425 utterances. |
LePaRD: A Large-Scale Dataset of Judicial Citations to Precedent (2024.acl-long)
Copied to clipboard
| Challenge: | Legal passage retrieval is a practice-oriented task that seeks to predict relevant passages from precedential court decisions given the context of a legal argument. |
| Approach: | They present a dataset which aims to facilitate work on legal passage retrieval . they extensively evaluate various approaches and find classification-based retrieval works best . |
| Outcome: | The proposed dataset aims to facilitate work on legal passage retrieval . it shows that classification-based retrieval seems to work best . |
ECtHR-PCR: A Dataset for Precedent Understanding and Prior Case Retrieval in the European Court of Human Rights (2024.lrec-main)
Copied to clipboard
| Challenge: | Prior case retrieval datasets do not simulate a realistic setting because they use complete case documents while only masking references to prior cases. |
| Approach: | They propose a prior case retrieval dataset based on judgements from the European Court of Human Rights which explicitly separate facts from arguments and exhibit precedential practices. |
| Outcome: | The proposed datasets do not simulate a realistic setting and expose queries to spurious patterns left behind by citation masks, potentially short-circuiting a comprehensive understanding of case facts and legal principles. |
Finding the Law: Enhancing Statutory Article Retrieval via Graph Neural Networks (2023.eacl-main)
Copied to clipboard
| Challenge: | Statutory article retrieval (SAR) is a promising application of legal text processing. |
| Approach: | They propose a graph-augmented dense statute retriever model that incorporates the structure of legislation via a neural network to improve density retrieval performance. |
| Outcome: | The proposed model outperforms baselines on a real-world expert-annotated dataset. |