Datasets:
Indian IPC statute identification dataset (CC-BY-4.0)
Browse files- README.md +1 -1
- data/train.parquet +2 -2
README.md
CHANGED
|
@@ -35,7 +35,7 @@ domain adaptation of text embedding models to Indian criminal law.
|
|
| 35 |
|--------|-------------|
|
| 36 |
| `case_facts` | The factual narrative from an Indian High Court judgment. Explicit references to the governing section (e.g. "Section 302 IPC", "u/s 420") are **masked as `[STATUTE]`** so the example is a genuine facts→statute task and cannot be solved by string-matching the section number. |
|
| 37 |
| `ipc_section` | The relevant IPC section number (e.g. `302`, `304B`, `498A`). |
|
| 38 |
-
| `statute_text` | The text of that IPC section
|
| 39 |
|
| 40 |
- **40,000** examples · **~14,900** distinct cases · **316** distinct IPC sections.
|
| 41 |
- A case charged under multiple sections appears as multiple rows (one per relevant section).
|
|
|
|
| 35 |
|--------|-------------|
|
| 36 |
| `case_facts` | The factual narrative from an Indian High Court judgment. Explicit references to the governing section (e.g. "Section 302 IPC", "u/s 420") are **masked as `[STATUTE]`** so the example is a genuine facts→statute task and cannot be solved by string-matching the section number. |
|
| 37 |
| `ipc_section` | The relevant IPC section number (e.g. `302`, `304B`, `498A`). |
|
| 38 |
+
| `statute_text` | The full operative text of that IPC section — the offence definition and punishment (the "Whoever… shall be punished…" statutory language). |
|
| 39 |
|
| 40 |
- **40,000** examples · **~14,900** distinct cases · **316** distinct IPC sections.
|
| 41 |
- A case charged under multiple sections appears as multiple rows (one per relevant section).
|
data/train.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3ee5a058d8401738a39d7029516154c33b6ae66c1f173864d3d8aaa55c52c541
|
| 3 |
+
size 7270512
|