File size: 3,852 Bytes
9d08be7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 | ---
language:
- en
- zh
license: mit
pretty_name: LegalScope
task_categories:
- question-answering
- text-generation
tags:
- legal
- legal-reasoning
- benchmark
- llm-evaluation
- exam-to-case-transfer
- chinese-civil-judgments
- text
size_categories:
- n<1K
---
# LegalScope
LegalScope is a public metadata preview for a benchmark studying whether strong
public legal-exam performance transfers to real-case legal analysis.
The benchmark pairs scalable public legal-exam tasks with lawyer-reviewed,
de-identified Chinese civil-judgment analysis. This Hugging Face dataset page is
kept intentionally small and public-safe: it mirrors the public metadata from the
GitHub repository and does not publish the full benchmark workbook, full prompts,
reference answers, model outputs, human review sheets, paper draft, or
non-de-identified legal source materials.
GitHub repository: https://github.com/EternWang/LegalScope
## Benchmark Snapshot
| Component | Count |
| --- | ---: |
| Public legal-exam questions | 868 |
| Real-case issue-stance prompts | 76 |
| Total dataset items | 944 |
| De-identified Chinese civil judgments | 15 |
| Legal issues extracted from judgments | 38 |
| Model groups evaluated | 20 |
| Public-exam model responses | 17,360 |
| Real-case model responses | 1,520 |
| Total dataset model responses | 18,880 |
| Human-validation responses | 1,800 |
## Files
```text
data/metadata/dataset_summary.json
data/metadata/model_groups.csv
data/metadata/source_composition.csv
```
`dataset_summary.json` contains the public release boundary, benchmark module
counts, aggregate response counts, and transfer-summary metrics.
`model_groups.csv` lists the 20 evaluated model groups.
`source_composition.csv` summarizes public-exam jurisdiction/domain composition
and real-case legal-domain composition.
## Evaluation Design
LegalScope has two tracks:
- **Public legal exams:** open-ended public legal-exam questions scored with a
reference-aware 0-4 answer-match protocol.
- **Chinese real cases:** issue-stance prompts derived from de-identified
Chinese civil judgments, scored across citation relevance, constraint
extraction, and argument validity.
Human validation covers 80 public-exam items and 10 real-case prompts across the
same 20 model groups, for 1,800 human-validation responses.
## Intended Use
This public preview is intended for:
- understanding the benchmark design and release boundary;
- inspecting public-safe metadata and source composition;
- citing the public LegalScope artifact;
- coordinating access to the private benchmark materials where appropriate.
It is not intended for legal advice, legal decision support, training legal
decision systems, or reconstructing withheld private data.
## Public Release Boundary
This dataset repository does **not** include:
- the full benchmark workbook;
- complete prompt matrices;
- reference answers;
- model-output matrices;
- human review sheets or adjudication notes;
- paper draft, review PDF, or LaTeX source;
- non-de-identified judgments or private source documents.
The public files are sufficient to document scope, counts, metadata, and release
boundaries, but they are not sufficient to reconstruct the full benchmark.
## Citation
If you use this public preview, cite the GitHub repository and the released paper
once a stable paper citation is available.
```bibtex
@misc{wang2026legalscope,
title = {LegalScope: Measuring Exam-to-Case Transfer in LLM Legal Reasoning},
author = {Wang, Hongyu},
year = {2026},
howpublished = {\url{https://github.com/EternWang/LegalScope}},
note = {Public metadata preview}
}
```
## Disclaimer
LegalScope is a research benchmark for model evaluation. It is not legal advice,
a legal research product, or a substitute for jurisdiction-specific legal review.
|