paper-with-me

Papers

STARD: A Chinese Statute Retrieval Dataset with Real Queries Issued by Non-professionals

2024-06-21 · Weihang Su, Yiran Hu, Anzhe Xie, Qingyao Ai, Zibing Que, Ning Zheng, Yun Liu, Weixing Shen, Yiqun Liu

Statute retrieval aims to find relevant statutory articles for specific queries. This process is the basis of a wide range of legal applications such as legal advice, automated judicial decisions, legal document drafting, etc. Existing statute retrieval benchmarks focus on formal and professional queries from sources like bar exams and legal case documents, thereby neglecting non-professional queries from the general public, which often lack precise legal terminology and references. To address this gap, we introduce the STAtute Retrieval Dataset (STARD), a Chinese dataset comprising 1,543 query cases collected from real-world legal consultations and 55,348 candidate statutory articles. Unlike existing statute retrieval datasets, which primarily focus on professional legal queries, STARD captures the complexity and diversity of real queries from the general public. Through a comprehensive evaluation of various retrieval baselines, we reveal that existing retrieval approaches all fall short of these real queries issued by non-professional users. The best method only achieves a Recall@100 of 0.907, suggesting the necessity for further exploration and additional research in this area. All the codes and datasets are available at: https://github.com/oneal2000/STARD/tree/main

📄 PDF Abstract BibTeX arXiv:2406.15313

Code (2)

oneal2000/stard 공식 구현 pytorch
bebr2/lekube pytorch

Tasks

ArticlesDiversityRetrieval

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

LegalMALR:Multi-Agent Query Understanding and LLM-Based Reranking for Chinese Statute Retrieval

2026-01-25 · Yunhan Li, Mingjie Xie, Gaoli Kang, Zihan Gong 외 arxiv

Statute retrieval is essential for legal assistance and judicial decision support, yet real-world legal queries are often implicit, multi-issue, and expressed in colloquial or underspecified forms. These characteristics …

Legal Reasoning

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

CLaw: Benchmarking Chinese Legal Knowledge in Large Language Models - A Fine-grained Corpus and Reasoning Analysis

2025-09-25 · Xinzhe Xu, Liang Zhao, Hongshen Xu, Chen Chen arxiv

Large Language Models (LLMs) are increasingly tasked with analyzing legal texts and citing relevant statutes, yet their reliability is often compromised by general pre-training that ingests legal texts without specialize…

Legal Reasoning

IL-PCSR: Legal Corpus for Prior Case and Statute Retrieval

2025-10-31 · Shounak Paul, Dhananjay Ghumare, Pawan Goyal, Saptarshi Ghosh 외 arxiv

Identifying/retrieving relevant statutes and prior cases/precedents for a given legal situation are common tasks exercised by law practitioners. Researchers to date have addressed the two tasks independently, thus develo…

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