Datasets:
Add MIKE dataset card and notice
Browse files
NOTICE
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
MIKE High-Signal Indian Legal Triage Dataset
|
| 2 |
+
Copyright (c) 2026 itsalloverig
|
| 3 |
+
|
| 4 |
+
Licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
|
| 5 |
+
https://creativecommons.org/licenses/by/4.0/
|
| 6 |
+
|
| 7 |
+
Official-source-derived criminal-transition examples are original paraphrases
|
| 8 |
+
and include source URLs in their metadata. No sealed evaluation examples are
|
| 9 |
+
included in this release.
|
README.md
ADDED
|
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
task_categories:
|
| 6 |
+
- text-generation
|
| 7 |
+
- question-answering
|
| 8 |
+
- text-classification
|
| 9 |
+
pretty_name: MIKE High-Signal Indian Legal Triage
|
| 10 |
+
size_categories:
|
| 11 |
+
- 10K<n<100K
|
| 12 |
+
tags:
|
| 13 |
+
- legal
|
| 14 |
+
- india
|
| 15 |
+
- indian-law
|
| 16 |
+
- instruction-tuning
|
| 17 |
+
- legal-research
|
| 18 |
+
- adaption
|
| 19 |
+
configs:
|
| 20 |
+
- config_name: default
|
| 21 |
+
data_files:
|
| 22 |
+
- split: train
|
| 23 |
+
path: data/train.jsonl
|
| 24 |
+
---
|
| 25 |
+
|
| 26 |
+
# MIKE High-Signal Indian Legal Triage
|
| 27 |
+
|
| 28 |
+
This is the curated instruction-tuning corpus for MIKE, an India-focused legal
|
| 29 |
+
research and triage adapter. It contains 10,913 English examples designed for
|
| 30 |
+
source-bounded reasoning, issue triage, document and evidence planning,
|
| 31 |
+
structured output, and legacy/current criminal-law transition screening.
|
| 32 |
+
|
| 33 |
+
## Dataset composition
|
| 34 |
+
|
| 35 |
+
- 10,049 balanced, completion-deduplicated base examples;
|
| 36 |
+
- 244 explicit JSON-schema instruction variants;
|
| 37 |
+
- 500 explicit 120-word-limit variants;
|
| 38 |
+
- 120 authored IPC/CrPC/Indian Evidence Act versus BNS/BNSS/BSA transition
|
| 39 |
+
examples paraphrased from official India Code provisions and the official
|
| 40 |
+
commencement notice;
|
| 41 |
+
- SHA-256: `0b0d9f73a2d503083d27747fdde37dd930ba0dda803066fbf182da3cb3016918`.
|
| 42 |
+
|
| 43 |
+
The 651-row official-source evaluation set used during development is sealed
|
| 44 |
+
and is not included. Exact normalized overlap against that set was checked
|
| 45 |
+
before release and found to be zero.
|
| 46 |
+
|
| 47 |
+
## Fields
|
| 48 |
+
|
| 49 |
+
- `instruction`: task request;
|
| 50 |
+
- `input`: matter facts or question;
|
| 51 |
+
- `source`: optional source-bounded context;
|
| 52 |
+
- `response`: target completion;
|
| 53 |
+
- `task_type`, `legal_area`, `safety_type`: task metadata;
|
| 54 |
+
- `citation_required`: whether grounded citation behavior is expected;
|
| 55 |
+
- provenance, licensing, grouping, and curation-variant metadata.
|
| 56 |
+
|
| 57 |
+
For Adaption serialization, map `instruction` to prompt, `response` to
|
| 58 |
+
completion, and both `input` and `source` to context.
|
| 59 |
+
|
| 60 |
+
## Curation and exclusions
|
| 61 |
+
|
| 62 |
+
The corpus was selected from user-owned source material whose publication
|
| 63 |
+
rights were confirmed on 1 July 2026. Selection excluded weak-provenance v5
|
| 64 |
+
shards, repeated completions, detected legal-area conflicts, ungrounded
|
| 65 |
+
numbered citations, duplicate older Hub samples, and all sealed evaluation
|
| 66 |
+
examples. The criminal-transition additions are authored paraphrases rather
|
| 67 |
+
than reproduced statutory text.
|
| 68 |
+
|
| 69 |
+
Automated consistency filters reduce obvious errors but do not constitute a
|
| 70 |
+
legal accuracy audit. Users should independently review examples and current
|
| 71 |
+
law before high-stakes use.
|
| 72 |
+
|
| 73 |
+
## Intended use
|
| 74 |
+
|
| 75 |
+
The dataset is intended for research and instruction tuning of Indian legal
|
| 76 |
+
triage systems. It is not legal advice and should not be used as a substitute
|
| 77 |
+
for qualified professional review or current primary legal sources.
|
| 78 |
+
|
| 79 |
+
## License
|
| 80 |
+
|
| 81 |
+
Released under CC BY 4.0. Attribution: **MIKE High-Signal Indian Legal Triage
|
| 82 |
+
Dataset, itsalloverig, 2026**.
|
| 83 |
+
|