paper-with-me

홈 › Papers

A Comprehensive Evaluation of Large Language Models on Legal Judgment Prediction

2023-10-18 · Ruihao Shui, Yixin Cao, Xiang Wang, Tat-Seng Chua

Large language models (LLMs) have demonstrated great potential for domain-specific applications, such as the law domain. However, recent disputes over GPT-4's law evaluation raise questions concerning their performance in real-world legal tasks. To systematically investigate their competency in the law, we design practical baseline solutions based on LLMs and test on the task of legal judgment prediction. In our solutions, LLMs can work alone to answer open questions or coordinate with an information retrieval (IR) system to learn from similar cases or solve simplified multi-choice questions. We show that similar cases and multi-choice options, namely label candidates, included in prompts can help LLMs recall domain knowledge that is critical for expertise legal reasoning. We additionally present an intriguing paradox wherein an IR system surpasses the performance of LLM+IR due to limited gains acquired by weaker LLMs from powerful IR systems. In such cases, the role of LLMs becomes redundant. Our evaluation pipeline can be easily extended into other tasks to facilitate evaluations in other domains. Code is available at https://github.com/srhthu/LM-CompEval-Legal

📄 PDF Abstract BibTeX arXiv:2310.11761

Code (1)

srhthu/lm-compeval-legal 공식 구현

Tasks

Information RetrievalLegal ReasoningRetrieval

Similar Papers 제목 키워드 기반

A Survey on Legal Judgment Prediction: Datasets, Metrics, Models and Challenges

2022-04-11 · Junyun Cui, Xiaoyu Shen, Feiping Nie, Zheng Wang 외

Legal judgment prediction (LJP) applies Natural Language Processing (NLP) techniques to predict judgment results based on fact descriptions automatically. Recently, large-scale public datasets and advances in NLP researc…

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

Summarisation of German Judgments in conjunction with a Class-based Evaluation

2025-05-09 · Bianca Steffes, Nils Torben Wiedemann, Alexander Gratz, Pamela Hochreither 외

The automated summarisation of long legal documents can be a great aid for legal experts in their daily work. We automatically create summaries (guiding principles) of German judgments by fine-tuning a decoder-based larg…

DecoderLanguage ModelingLanguage ModellingLarge Language Model

Low-Resource Court Judgment Summarization for Common Law Systems

2024-03-07 · Shuaiqi Liu, Jiannong Cao, Yicong Li, Ruosong Yang 외

Common law courts need to refer to similar precedents' judgments to inform their current decisions. Generating high-quality summaries of court judgment documents can facilitate legal practitioners to efficiently review p…

Data Augmentation

LegalViz: Legal Text Visualization by Text To Diagram Generation

2025-02-10 · Eri Onami, Taiki Miyanishi, Koki Maeda, Shuhei Kurita

Legal documents including judgments and court orders require highly sophisticated legal knowledge for understanding. To disclose expert knowledge for non-experts, we explore the problem of visualizing legal texts with ea…