paper-with-me

홈 › Papers

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

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

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. Most of existing LCR methods are based on traditional lexical models and language models, which have gained promising performance in retrieval. However, the domain-specific structural information inherent in legal documents is yet to be exploited to further improve the performance. Our previous work CaseGNN successfully harnesses text-attributed graphs and graph neural networks to address the problem of legal structural information neglect. Nonetheless, there remain two aspects for further investigation: (1) The underutilization of rich edge information within text-attributed case graphs limits CaseGNN to generate informative case representation. (2) The inadequacy of labelled data in legal datasets hinders the training of CaseGNN model. In this paper, CaseGNN++, which is extended from CaseGNN, is proposed to simultaneously leverage the edge information and additional label data to discover the latent potential of LCR models. Specifically, an edge feature-based graph attention layer (EUGAT) is proposed to comprehensively update node and edge features during graph modelling, resulting in a full utilisation of structural information of legal cases. Moreover, a novel graph contrastive learning objective with graph augmentation is developed in CaseGNN++ to provide additional training signals, thereby enhancing the legal comprehension capabilities of CaseGNN++ model. Extensive experiments on two benchmark datasets from COLIEE 2022 and COLIEE 2023 demonstrate that CaseGNN++ not only significantly improves CaseGNN but also achieves supreme performance compared to state-of-the-art LCR methods. Code has been released on https://github.com/yanran-tang/CaseGNN.

📄 PDF Abstract BibTeX arXiv:2405.11791

Code (1)

yanran-tang/casegnn 공식 구현

Tasks

Contrastive LearningGraph AttentionInformation RetrievalRetrieval

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

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

Legal Element-oriented Modeling with Multi-view Contrastive Learning for Legal Case Retrieval

2022-10-11 · Zhaowei Wang

Legal case retrieval, which aims to retrieve relevant cases given a query case, plays an essential role in the legal system. While recent research efforts improve the performance of traditional ad-hoc retrieval models, l…

Contrastive LearningLanguage ModellingRetrieval

CaseLink: Inductive Graph Learning for Legal Case Retrieval

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

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 r…

Graph LearningRetrieval

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

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