paper-with-me

홈 › Papers

CaseLink: Inductive Graph Learning for Legal Case Retrieval

2024-03-26 · Yanran Tang, Ruihong Qiu, Hongzhi Yin, Xue Li, Zi Huang

In case law, the precedents are the relevant cases that are used to support the decisions made by the judges and the opinions of lawyers towards a given case. This relevance is referred to as the case-to-case reference relation. To efficiently find relevant cases from a large case pool, retrieval tools are widely used by legal practitioners. Existing legal case retrieval models mainly work by comparing the text representations of individual cases. Although they obtain a decent retrieval accuracy, the intrinsic case connectivity relationships among cases have not been well exploited for case encoding, therefore limiting the further improvement of retrieval performance. In a case pool, there are three types of case connectivity relationships: the case reference relationship, the case semantic relationship, and the case legal charge relationship. Due to the inductive manner in the task of legal case retrieval, using case reference as input is not applicable for testing. Thus, in this paper, a CaseLink model based on inductive graph learning is proposed to utilise the intrinsic case connectivity for legal case retrieval, a novel Global Case Graph is incorporated to represent both the case semantic relationship and the case legal charge relationship. A novel contrastive objective with a regularisation on the degree of case nodes is proposed to leverage the information carried by the case reference relationship to optimise the model. Extensive experiments have been conducted on two benchmark datasets, which demonstrate the state-of-the-art performance of CaseLink. The code has been released on https://github.com/yanran-tang/CaseLink.

📄 PDF Abstract BibTeX arXiv:2403.17780

Code (1)

yanran-tang/caselink 공식 구현 pytorch

Tasks

Graph LearningRetrieval

Similar Papers 제목 키워드 기반

A Reproducibility Study of Graph-Based Legal Case Retrieval

2025-04-11 · Gregor Donabauer, Udo Kruschwitz

Legal retrieval is a widely studied area in Information Retrieval (IR) and a key task in this domain is retrieving relevant cases based on a given query case, often done by applying language models as encoders to model c…

Information RetrievalLarge Language ModelRetrieval

CaseGNN: Graph Neural Networks for Legal Case Retrieval with Text-Attributed Graphs

2023-12-18 · Yanran Tang, Ruihong Qiu, Yilun Liu, Xue Li 외

Legal case retrieval is an information retrieval task in the legal domain, which aims to retrieve relevant cases with a given query case. Recent research of legal case retrieval mainly relies on traditional bag-of-words …

Graph AttentionInformation RetrievalRetrieval

LegalPincite: Multi-level Legal Information Retrieval Dataset

2026-08-04 · Theresia Veronika Rampisela, Henrik Palmer Olsen, Giovanni Colavizza hf

A common task in legal Information Retrieval (IR) is to find relevant legal sources from case-law collections. While legal practice often requires pinpoint citations (pincites) to specific case paragraphs, most existing …

Information Retrieval

Prompt-based Effective Input Reformulation for Legal Case Retrieval

2023-09-06 · Yanran Tang, Ruihong Qiu, Xue Li

Legal case retrieval plays an important role for legal practitioners to effectively retrieve relevant cases given a query case. Most existing neural legal case retrieval models directly encode the whole legal text of a c…

RetrievalText Matching

CaseGNN++: Graph Contrastive Learning for Legal Case Retrieval with Graph Augmentation

2024-05-20 · Yanran Tang, Ruihong Qiu, Yilun Liu, Xue Li 외

Legal case retrieval (LCR) is a specialised information retrieval task that aims to find relevant cases to a given query case. LCR holds pivotal significance in facilitating legal practitioners in finding precedents. Mos…

Contrastive LearningGraph AttentionInformation RetrievalRetrieval