paper-with-me

홈 › Papers

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 case to generate a case representation, which is then utilised to conduct a nearest neighbour search for retrieval. Although these straightforward methods have achieved improvement over conventional statistical methods in retrieval accuracy, two significant challenges are identified in this paper: (1) Legal feature alignment: the usage of the whole case text as the input will generally incorporate redundant and noisy information because, from the legal perspective, the determining factor of relevant cases is the alignment of key legal features instead of whole text matching; (2) Legal context preservation: furthermore, since the existing text encoding models usually have an input length limit shorter than the case, the whole case text needs to be truncated or divided into paragraphs, which leads to the loss of the global context of legal information. In this paper, a novel legal case retrieval framework, PromptCase, is proposed to tackle these challenges. Firstly, legal facts and legal issues are identified and formally defined as the key features facilitating legal case retrieval based on a thorough study of the definition of relevant cases from a legal perspective. Secondly, with the determining legal features, a prompt-based encoding scheme is designed to conduct an effective encoding with language models. Extensive zero-shot experiments have been conducted on two benchmark datasets in legal case retrieval, which demonstrate the superior retrieval effectiveness of the proposed PromptCase. The code has been released on https://github.com/yanran-tang/PromptCase.

📄 PDF Abstract BibTeX arXiv:2309.02962

Code (1)

yanran-tang/promptcase 공식 구현 pytorch

Tasks

RetrievalText Matching

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

LLMs Prompted for Legal Context Object More: Overrefusal from Small On-Premises LLMs in Criminal Legal Context

2026-06-23 · Anastasiia Kucherenko, François Brouchoud, Dimitri Percia David, Andrei Kucharavy arxiv

While the validity of LLMs' use in the legal context remains subject to ethical and legal debate, legal professionals are already experimenting with personal LLMs, if only for translation and reformulation. However, even…

A Multi-Source Heterogeneous Knowledge Injected Prompt Learning Method for Legal Charge Prediction

2024-08-05 · Jingyun Sun, Chi Wei, Yang Li

Legal charge prediction, an essential task in legal AI, seeks to assign accurate charge labels to case descriptions, attracting significant recent interest. Existing methods primarily employ diverse neural network struct…

ArticlesContrastive LearningPrompt Learning

Capability-aware Prompt Reformulation Learning for Text-to-Image Generation

2024-03-27 · Jingtao Zhan, Qingyao Ai, Yiqun Liu, Jia Chen 외

Text-to-image generation systems have emerged as revolutionary tools in the realm of artistic creation, offering unprecedented ease in transforming textual prompts into visual art. However, the efficacy of these systems …

Image GenerationText to Image GenerationText-to-Image Generation

GreekBarRetrieval: A Benchmark for Greek Statutory Retrieval

2026-08-19 · Ernest Beta, Odysseas S. Chlapanis, Dimitrios Galanis, Ion Androutsopoulos arxiv

Statutory retrieval is necessary for citation-grounded legal question answering, but remains underexplored for Greek. We introduce GreekBarRetrieval, a public retrieval benchmark derived from, and complementing GreekBarB…

Question Answering