paper-with-me

Papers

LLM-based Embedders for Prior Case Retrieval

2025-07-24 · Damith Premasiri, Tharindu Ranasinghe, Ruslan Mitkov arxiv

In common law systems, legal professionals such as lawyers and judges rely on precedents to build their arguments. As the volume of cases has grown massively over time, effectively retrieving prior cases has become essential. Prior case retrieval (PCR) is an information retrieval (IR) task that aims to automatically identify the most relevant court cases for a specific query from a large pool of potential candidates. While IR methods have seen several paradigm shifts over the last few years, the vast majority of PCR methods continue to rely on traditional IR methods, such as BM25. The state-of-the-art deep learning IR methods have not been successful in PCR due to two key challenges: i. Lengthy legal text limitation; when using the powerful BERT-based transformer models, there is a limit of input text lengths, which inevitably requires to shorten the input via truncation or division with a loss of legal context information. ii. Lack of legal training data; due to data privacy concerns, available PCR datasets are often limited in size, making it difficult to train deep learning-based models effectively. In this research, we address these challenges by leveraging LLM-based text embedders in PCR. LLM-based embedders support longer input lengths, and since we use them in an unsupervised manner, they do not require training data, addressing both challenges simultaneously. In this paper, we evaluate state-of-the-art LLM-based text embedders in four PCR benchmark datasets and show that they outperform BM25 and supervised transformer-based models.

📄 PDF Abstract BibTeX arXiv:2507.18455

Code (0)

등록된 구현이 없습니다.

Tasks

Information Retrieval

Similar Papers 제목 키워드 기반

Align Then Adapt: Label-Efficient Adapter Learning for Asymmetric Dense Retrieval

2026-04-03 · Seiji Maekawa, Moin Aminnaseri, Pouya Pezeshkpour, Estevam Hruschka arxiv

Dense retrieval systems increasingly face an asymmetry between complex instruction-like queries and relatively simple, static document collections. While stronger embedders can better understand such queries, re-embeddin…

Language Models are Universal Embedders

2023-10-12 · Xin Zhang, Zehan Li, Yanzhao Zhang, Dingkun Long 외

In the large language model (LLM) revolution, embedding is a key component of various systems. For example, it is used to retrieve knowledge or memories for LLMs, to build content moderation filters, etc. As such cases s…

Code SearchLanguage ModelingLanguage ModellingLarge Language Model+1

Situating Sentence Embedders with Nearest Neighbor Overlap

2019-09-24 · ICLR 2020 1 · Lucy H. Lin, Noah A. Smith

As distributed approaches to natural language semantics have developed and diversified, embedders for linguistic units larger than words have come to play an increasingly important role. To date, such embedders have been…

Sentence

A Text is Worth Several Tokens: Text Embedding from LLMs Secretly Aligns Well with The Key Tokens

2024-06-25 · Zhijie Nie, Richong Zhang, Zhanyu Wu

Text embeddings from large language models (LLMs) have achieved excellent results in tasks such as information retrieval, semantic textual similarity, etc. In this work, we show an interesting finding: when feeding a tex…

Information RetrievalInstruction FollowingRetrievalSemantic Similarity+1

Debiasing Sentence Embedders through Contrastive Word Pairs

2024-03-27 · Philip Kenneweg, Sarah Schröder, Alexander Schulz, Barbara Hammer

Over the last years, various sentence embedders have been an integral part in the success of current machine learning approaches to Natural Language Processing (NLP). Unfortunately, multiple sources have shown that the b…

SentenceSentence EmbeddingsWord Embeddings