paper-with-me

Papers

A Statutory Article Retrieval Dataset in French

2021-08-26 · ACL 2022 5 · Antoine Louis, Gerasimos Spanakis

Statutory article retrieval is the task of automatically retrieving law articles relevant to a legal question. While recent advances in natural language processing have sparked considerable interest in many legal tasks, statutory article retrieval remains primarily untouched due to the scarcity of large-scale and high-quality annotated datasets. To address this bottleneck, we introduce the Belgian Statutory Article Retrieval Dataset (BSARD), which consists of 1,100+ French native legal questions labeled by experienced jurists with relevant articles from a corpus of 22,600+ Belgian law articles. Using BSARD, we benchmark several state-of-the-art retrieval approaches, including lexical and dense architectures, both in zero-shot and supervised setups. We find that fine-tuned dense retrieval models significantly outperform other systems. Our best performing baseline achieves 74.8% R@100, which is promising for the feasibility of the task and indicates there is still room for improvement. By the specificity of the domain and addressed task, BSARD presents a unique challenge problem for future research on legal information retrieval. Our dataset and source code are publicly available.

📄 PDF Abstract BibTeX arXiv:2108.11792

Code (1)

maastrichtlawtech/bsard 공식 구현 pytorch

Tasks

ArticlesInformation RetrievalRetrievalSpecificity

Methods 이 논문이 사용한 방법론

RoBERTa 설명 없음
CBoW Word2Vec Continuous Bag-of-Words Word2Vec is an architecture for creating word embeddings that uses $n$ future words as well as $n$ past words to create a word embedding. The objective…
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 제목 키워드 기반

Bilingual BSARD: Extending Statutory Article Retrieval to Dutch

2024-12-10 · Ehsan Lotfi, Nikolay Banar, Nerses Yuzbashyan, Walter Daelemans

Statutory article retrieval plays a crucial role in making legal information more accessible to both laypeople and legal professionals. Multilingual countries like Belgium present unique challenges for retrieval models d…

ArticlesBenchmarkingRetrieval

A Cross-Lingual Statutory Article Retrieval Dataset for Taiwan Legal Studies

2024-10-15 · Yen-Hsiang Wang, Feng-Dian Su, Tzu-Yu Yeh, Yao-Chung Fan

This paper introduces a cross-lingual statutory article retrieval (SAR) dataset designed to enhance legal information retrieval in multilingual settings. Our dataset features spoken-language-style legal inquiries in Engl…

Information RetrievalRetrieval

QABISAR: Query-Article Bipartite Interactions for Statutory Article Retrieval

2024-12-01 · T. Y. S. S. Santosh, Hassan Sarwat, Matthias Grabmair

In this paper, we introduce QABISAR, a novel framework for statutory article retrieval, to overcome the semantic mismatch problem when modeling each query-article pair in isolation, making it hard to learn representation…

ArticlesKnowledge DistillationRetrieval

Explicitly Integrating Judgment Prediction with Legal Document Retrieval: A Law-Guided Generative Approach

2023-12-15 · Weicong Qin, Zelin Cao, Weijie Yu, Zihua Si 외

Legal document retrieval and judgment prediction are crucial tasks in intelligent legal systems. In practice, determining whether two documents share the same judgments is essential for establishing their relevance in le…

PredictionRetrievalSemantic SimilaritySemantic Textual Similarity

Finding the Law: Enhancing Statutory Article Retrieval via Graph Neural Networks

2023-01-30 · Antoine Louis, Gijs Van Dijck, Gerasimos Spanakis

Statutory article retrieval (SAR), the task of retrieving statute law articles relevant to a legal question, is a promising application of legal text processing. In particular, high-quality SAR systems can improve the wo…

Ad-Hoc Information RetrievalArticlesGraph Neural NetworkInformation Retrieval+1