esteban-human-edge commited on
Commit
bb6e1dd
·
verified ·
1 Parent(s): b7e896d

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -13
README.md CHANGED
@@ -94,6 +94,11 @@ for post-training and evaluation of frontier language models on high-complexity
94
  The sample contains **one task per legal subdomain**, drawn from a larger internal corpus of
95
  50 expert-authored tasks.
96
 
 
 
 
 
 
97
  ## Why this dataset exists
98
 
99
  Most legal evaluations reduce to multiple-choice recall or bar-exam-style questions. Real legal work
@@ -259,6 +264,10 @@ Rating scales, as presented to reviewers:
259
  - **Difficulty:** `1 - Trivial` → `5 - Very Hard` (`3 - Moderate`, `4 - Hard`)
260
  - **Task specification quality:** `Underspecified`, `Well-Specified`, `Overspecified`
261
 
 
 
 
 
262
  ## Intended uses
263
 
264
  - Evaluating LLM performance on open-ended, high-complexity legal reasoning
@@ -269,6 +278,9 @@ Rating scales, as presented to reviewers:
269
  - A reference template for anyone constructing expert-authored rubric evaluations in other
270
  professional domains
271
 
 
 
 
272
  ## Limitations
273
 
274
  - **Six tasks.** This is a methodology sample, not a benchmark. Do not report aggregate scores over
@@ -281,10 +293,8 @@ Rating scales, as presented to reviewers:
281
  results on this sample as indicative once models trained after its publication are involved.
282
  - **Reviewer identities are withheld.** Cohort-level credentials are described above; individual
283
  names and affiliations are not published.
284
- - **Not legal advice.** The golden answers are evaluation artifacts written against hypothetical
285
- facts. They are not advice and must not be relied on.
286
 
287
- ## License & Citation
288
 
289
  Released under the **Creative Commons Attribution 4.0 International** license ([CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)).
290
 
@@ -292,23 +302,25 @@ You are free to share and adapt this dataset for any purpose, including commerci
292
 
293
  The license covers Human Edge's contribution — the prompts, golden answers, rubrics, and review ratings. It does not grant rights in the third-party statutes, regulations, and court opinions cited within the tasks; those remain governed by their own terms. It does not extend to the remainder of the corpus.
294
 
 
 
295
  If you use this dataset, please cite it:
296
 
 
 
297
  ```bibtex
298
  @misc{humanedgeai2026legalreasoning,
299
- title = {Human Edge Legal Reasoning Evaluation: Showcase Sample},
300
- author = {{Human Edge}},
301
- year = {2026},
302
- publisher = {Hugging Face},
303
- howpublished = {Hugging Face dataset repository},
304
- url = {https://huggingface.co/datasets/HumanEdgeAI/LegalReasoning},
305
- note = {Rubric-based expert evaluation dataset for legal reasoning,
306
- CC BY 4.0}
307
  }
308
  ```
309
 
310
- Human Edge. *Human Edge Legal Reasoning Evaluation: Showcase Sample.* Hugging Face, 2026.
311
- https://huggingface.co/datasets/HumanEdgeAI/LegalReasoning
 
312
 
313
  ## About Human Edge
314
 
 
94
  The sample contains **one task per legal subdomain**, drawn from a larger internal corpus of
95
  50 expert-authored tasks.
96
 
97
+ - **Curated by:** Human Edge
98
+ - **Language:** English
99
+ - **License:** CC BY 4.0
100
+ - **Repository:** [HumanEdgeAI/LegalReasoning](https://huggingface.co/datasets/HumanEdgeAI/LegalReasoning)
101
+
102
  ## Why this dataset exists
103
 
104
  Most legal evaluations reduce to multiple-choice recall or bar-exam-style questions. Real legal work
 
264
  - **Difficulty:** `1 - Trivial` → `5 - Very Hard` (`3 - Moderate`, `4 - Hard`)
265
  - **Task specification quality:** `Underspecified`, `Well-Specified`, `Overspecified`
266
 
267
+ ## Personal and sensitive information
268
+
269
+ The dataset contains no personal data. Scenarios are built on fictional parties and hypothetical facts; the only real names are the litigants in cited case law, which is public record. Author and reviewer identities are not published.
270
+
271
  ## Intended uses
272
 
273
  - Evaluating LLM performance on open-ended, high-complexity legal reasoning
 
278
  - A reference template for anyone constructing expert-authored rubric evaluations in other
279
  professional domains
280
 
281
+ **Out of scope:** legal advice of any kind. The golden answers are evaluation artifacts written
282
+ against hypothetical facts, not guidance on any real matter, and must not be relied on as such.
283
+
284
  ## Limitations
285
 
286
  - **Six tasks.** This is a methodology sample, not a benchmark. Do not report aggregate scores over
 
293
  results on this sample as indicative once models trained after its publication are involved.
294
  - **Reviewer identities are withheld.** Cohort-level credentials are described above; individual
295
  names and affiliations are not published.
 
 
296
 
297
+ ## License
298
 
299
  Released under the **Creative Commons Attribution 4.0 International** license ([CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)).
300
 
 
302
 
303
  The license covers Human Edge's contribution — the prompts, golden answers, rubrics, and review ratings. It does not grant rights in the third-party statutes, regulations, and court opinions cited within the tasks; those remain governed by their own terms. It does not extend to the remainder of the corpus.
304
 
305
+ ## Citation
306
+
307
  If you use this dataset, please cite it:
308
 
309
+ **BibTeX:**
310
+
311
  ```bibtex
312
  @misc{humanedgeai2026legalreasoning,
313
+ title = {Human Edge Legal Reasoning Evaluation: Showcase Sample},
314
+ author = {{Human Edge}},
315
+ year = {2026},
316
+ publisher = {Hugging Face},
317
+ url = {https://huggingface.co/datasets/HumanEdgeAI/LegalReasoning}
 
 
 
318
  }
319
  ```
320
 
321
+ **APA:**
322
+
323
+ Human Edge. (2026). *Human Edge Legal Reasoning Evaluation: Showcase Sample* [Data set]. Hugging Face. https://huggingface.co/datasets/HumanEdgeAI/LegalReasoning
324
 
325
  ## About Human Edge
326