paper-with-me

홈 › Papers

Caseformer: Pre-training for Legal Case Retrieval Based on Inter-Case Distinctions

2023-11-01 · Weihang Su, Qingyao Ai, Yueyue Wu, Yixiao Ma, Haitao Li, Yiqun Liu, Zhijing Wu, Min Zhang

Legal case retrieval aims to help legal workers find relevant cases related to their cases at hand, which is important for the guarantee of fairness and justice in legal judgments. While recent advances in neural retrieval methods have significantly improved the performance of open-domain retrieval tasks (e.g., Web search), their advantages have not been observed in legal case retrieval due to their thirst for annotated data. As annotating large-scale training data in legal domains is prohibitive due to the need for domain expertise, traditional search techniques based on lexical matching such as TF-IDF, BM25, and Query Likelihood are still prevalent in legal case retrieval systems. While previous studies have designed several pre-training methods for IR models in open-domain tasks, these methods are usually suboptimal in legal case retrieval because they cannot understand and capture the key knowledge and data structures in the legal corpus. To this end, we propose a novel pre-training framework named Caseformer that enables the pre-trained models to learn legal knowledge and domain-specific relevance information in legal case retrieval without any human-labeled data. Through three unsupervised learning tasks, Caseformer is able to capture the special language, document structure, and relevance patterns of legal case documents, making it a strong backbone for downstream legal case retrieval tasks. Experimental results show that our model has achieved state-of-the-art performance in both zero-shot and full-data fine-tuning settings. Also, experiments on both Chinese and English legal datasets demonstrate that the effectiveness of Caseformer is language-independent in legal case retrieval.

📄 PDF Abstract BibTeX arXiv:2311.00333

Code (1)

oneal2000/caseformer 공식 구현 pytorch

Tasks

FairnessRetrieval

Similar Papers 제목 키워드 기반

Learning Interpretable Legal Case Retrieval via Knowledge-Guided Case Reformulation

2024-06-28 · Chenlong Deng, Kelong Mao, Zhicheng Dou

Legal case retrieval for sourcing similar cases is critical in upholding judicial fairness. Different from general web search, legal case retrieval involves processing lengthy, complex, and highly specialized legal docum…

ArticlesFairnessRetrieval

SAILER: Structure-aware Pre-trained Language Model for Legal Case Retrieval

2023-04-22 · Haitao Li, Qingyao Ai, Jia Chen, Qian Dong 외

Legal case retrieval, which aims to find relevant cases for a query case, plays a core role in the intelligent legal system. Despite the success that pre-training has achieved in ad-hoc retrieval tasks, effective pre-tra…

Language ModelingLanguage ModellingRetrieval

An Intent Taxonomy of Legal Case Retrieval

2023-07-25 · Yunqiu Shao, Haitao Li, Yueyue Wu, Yiqun Liu 외

Legal case retrieval is a special Information Retrieval~(IR) task focusing on legal case documents. Depending on the downstream tasks of the retrieved case documents, users' information needs in legal case retrieval coul…

Information RetrievalRetrievaltext similarity

CaseEncoder: A Knowledge-enhanced Pre-trained Model for Legal Case Encoding

2023-05-09 · Yixiao Ma, Yueyue Wu, Weihang Su, Qingyao Ai 외

Legal case retrieval is a critical process for modern legal information systems. While recent studies have utilized pre-trained language models (PLMs) based on the general domain self-supervised pre-training paradigm to …

Retrieval

Logic Rules as Explanations for Legal Case Retrieval

2024-03-03 · Zhongxiang Sun, Kepu Zhang, Weijie Yu, Haoyu Wang 외

In this paper, we address the issue of using logic rules to explain the results from legal case retrieval. The task is critical to legal case retrieval because the users (e.g., lawyers or judges) are highly specialized a…

Retrieval