paper-with-me

Papers

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

2023-04-22 · Haitao Li, Qingyao Ai, Jia Chen, Qian Dong, Yueyue Wu, Yiqun Liu, Chong Chen, Qi Tian

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-training strategies for legal case retrieval remain to be explored. Compared with general documents, legal case documents are typically long text sequences with intrinsic logical structures. However, most existing language models have difficulty understanding the long-distance dependencies between different structures. Moreover, in contrast to the general retrieval, the relevance in the legal domain is sensitive to key legal elements. Even subtle differences in key legal elements can significantly affect the judgement of relevance. However, existing pre-trained language models designed for general purposes have not been equipped to handle legal elements. To address these issues, in this paper, we propose SAILER, a new Structure-Aware pre-traIned language model for LEgal case Retrieval. It is highlighted in the following three aspects: (1) SAILER fully utilizes the structural information contained in legal case documents and pays more attention to key legal elements, similar to how legal experts browse legal case documents. (2) SAILER employs an asymmetric encoder-decoder architecture to integrate several different pre-training objectives. In this way, rich semantic information across tasks is encoded into dense vectors. (3) SAILER has powerful discriminative ability, even without any legal annotation data. It can distinguish legal cases with different charges accurately. Extensive experiments over publicly available legal benchmarks demonstrate that our approach can significantly outperform previous state-of-the-art methods in legal case retrieval.

📄 PDF Abstract BibTeX arXiv:2304.11370

Code (1)

cshaitao/sailer 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingRetrieval

Similar Papers 제목 키워드 기반

GLIER: Generative Legal Inference and Evidence Ranking for Legal Case Retrieval

2026-04-26 · Minghan Li, Tianrui Lv, Chao Zhang, Guodong Zhou arxiv

The semantic gap between colloquial user queries and professional legal documents presents a fundamental challenge in Legal Case Retrieval (LCR). Existing dense retrieval methods typically treat LCR as a black-box semant…

FL-Sailer: Efficient and Privacy-Preserving Federated Learning for Scalable Single-Cell Epigenetic Data Analysis via Adaptive Sampling

2026-05-06 · Guangyi Zhang, Yi Dai, Yiyun He, Junhao Liu arxiv

Single-cell ATAC-seq (scATAC-seq) enables high-resolution mapping of chromatin accessibility, yet privacy regulations and data size constraints hinder multi-institutional sharing. Federated learning (FL) offers a privacy…

Federated Learning

THUIR@COLIEE 2023: Incorporating Structural Knowledge into Pre-trained Language Models for Legal Case Retrieval

2023-05-11 · Haitao Li, Weihang Su, Changyue Wang, Yueyue Wu 외

Legal case retrieval techniques play an essential role in modern intelligent legal systems. As an annually well-known international competition, COLIEE is aiming to achieve the state-of-the-art retrieval model for legal …

Learning-To-RankRetrieval

LLM-Assisted Causal Structure Disambiguation and Factor Extraction for Legal Judgment Prediction

2026-03-12 · Yuzhi Liang, Lixiang Ma, Xinrong Zhu arxiv

Mainstream methods for Legal Judgment Prediction (LJP) based on Pre-trained Language Models (PLMs) heavily rely on the statistical correlation between case facts and judgment results. This paradigm lacks explicit modelin…

Causal Inference

An Explicit Syllogistic Legal Reasoning Framework for Large Language Models

2025-04-05 · Kepu Zhang, Weijie Yu, Zhongxiang Sun, Jun Xu

Syllogistic reasoning is crucial for sound legal decision-making, allowing legal professionals to draw logical conclusions by applying general principles to specific case facts. While large language models (LLMs) can ans…

Legal Reasoning