paper-with-me

Papers

Evaluating Document Representations for Content-based Legal Literature Recommendations

2021-04-28 · Malte Ostendorff, Elliott Ash, Terry Ruas, Bela Gipp, Julian Moreno-Schneider, Georg Rehm

Recommender systems assist legal professionals in finding relevant literature for supporting their case. Despite its importance for the profession, legal applications do not reflect the latest advances in recommender systems and representation learning research. Simultaneously, legal recommender systems are typically evaluated in small-scale user study without any public available benchmark datasets. Thus, these studies have limited reproducibility. To address the gap between research and practice, we explore a set of state-of-the-art document representation methods for the task of retrieving semantically related US case law. We evaluate text-based (e.g., fastText, Transformers), citation-based (e.g., DeepWalk, Poincar\'e), and hybrid methods. We compare in total 27 methods using two silver standards with annotations for 2,964 documents. The silver standards are newly created from Open Case Book and Wikisource and can be reused under an open license facilitating reproducibility. Our experiments show that document representations from averaged fastText word vectors (trained on legal corpora) yield the best results, closely followed by Poincar\'e citation embeddings. Combining fastText and Poincar\'e in a hybrid manner further improves the overall result. Besides the overall performance, we analyze the methods depending on document length, citation count, and the coverage of their recommendations. We make our source code, models, and datasets publicly available at https://github.com/malteos/legal-document-similarity/.

📄 PDF Abstract BibTeX arXiv:2104.13841

Code (1)

malteos/legal-document-similarity 공식 구현

Tasks

Recommendation SystemsRepresentation LearningSemantic Similarity

Methods 이 논문이 사용한 방법론

DeepWalk DeepWalk learns embeddings (social representations) of a graph's vertices, by modeling a stream of short random walks. Social representations are latent features of the…
fastText fastText embeddings exploit subword information to construct word embeddings. Representations are learnt of character $n$-grams, and words represented as the sum of the…

Similar Papers 제목 키워드 기반

CoPERLex: Content Planning with Event-based Representations for Legal Case Summarization

2025-01-23 · T. Y. S. S. Santosh, Youssef Farag, Matthias Grabmair

Legal professionals often struggle with lengthy judgments and require efficient summarization for quick comprehension. To address this challenge, we investigate the need for structured planning in legal case summarizatio…

It Cannot Be Right If It Was Written by AI: On Lawyers' Preferences of Documents Perceived as Authored by an LLM vs a Human

2024-07-09 · Jakub Harasta, Tereza Novotná, Jaromir Savelka

Large Language Models (LLMs) enable a future in which certain types of legal documents may be generated automatically. This has a great potential to streamline legal processes, lower the cost of legal services, and drama…

CanLegalRAGBench: Evaluating Retrieval-Augmented Generation on Canadian Case Law

2026-05-28 · Ethan Zhao, Maksym Taranukhin, Wei Cui, Moira Aikenhead 외 arxiv

RAG-based legal assistants have been growing in popularity, but LLM hallucinations remain a key issue and potentially undermines justice. While benchmarks have been developed to evaluate progress, many rely on synthetic …

The Use of Readability Metrics in Legal Text: A Systematic Literature Review

2024-11-14 · Yu Han, Aaron Ceross, Jeroen H. M. Bergmann

Understanding the text in legal documents can be challenging due to their complex structure and the inclusion of domain-specific jargon. Laws and regulations are often crafted in such a manner that engagement with them r…

Systematic Literature Review

JuDGE: Benchmarking Judgment Document Generation for Chinese Legal System

2025-03-18 · Weihang Su, Baoqing Yue, Qingyao Ai, Yiran Hu 외

This paper introduces JuDGE (Judgment Document Generation Evaluation), a novel benchmark for evaluating the performance of judgment document generation in the Chinese legal system. We define the task as generating a comp…

BenchmarkingIn-Context LearningRAGRetrieval-augmented Generation