Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- retrieval-augmented-generation
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
tags:
|
| 7 |
+
- legal
|
| 8 |
+
- india
|
| 9 |
+
- bns
|
| 10 |
+
- fir
|
| 11 |
+
pretty_name: Bharatiya Nyaya Sanhita (BNS) Definitions Dataset
|
| 12 |
+
size_categories:
|
| 13 |
+
- 1K<n<10K
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
# Dataset Card for BNS Definitions Dataset
|
| 17 |
+
|
| 18 |
+
BHARATIYA NYAYA SANHITA (BNS) DEFINITIONS DATASET
|
| 19 |
+
|
| 20 |
+
## Dataset Details
|
| 21 |
+
|
| 22 |
+
### Dataset Description
|
| 23 |
+
|
| 24 |
+
THIS IS A CLEANED AND CURATED DATASET OF DEFINITIONS UNDER THE **BHARATIYA NYAYA SANHITA, 2023 (BNS)**
|
| 25 |
+
BUILT FOR USE IN LEGAL RAG (RETRIEVAL AUGMENTED GENERATION) SYSTEMS.
|
| 26 |
+
|
| 27 |
+
THE DATASET INCLUDES OFFICIAL SECTION TITLES AND THEIR DETAILED LEGAL DEFINITIONS
|
| 28 |
+
TO HELP YOUR MODELS UNDERSTAND THE NUANCES OF INDIAN PENAL LAW BETTER ⚖️📜
|
| 29 |
+
|
| 30 |
+
- **Curated by:** [Navaneeth. K]
|
| 31 |
+
|
| 32 |
+
### Dataset Sources
|
| 33 |
+
|
| 34 |
+
https://www.indiacode.nic.in/
|
| 35 |
+
https://huggingface.co/datasets
|
| 36 |
+
https://www.chatgpt.com
|
| 37 |
+
https://claude.ai/
|
| 38 |
+
|
| 39 |
+
## Uses
|
| 40 |
+
|
| 41 |
+
This dataset is designed to **enhance legal retrieval systems**, especially for tasks involving:
|
| 42 |
+
|
| 43 |
+
- FIR generation
|
| 44 |
+
- Legal document classification
|
| 45 |
+
- Intelligent legal assistants
|
| 46 |
+
- Chatbots that answer Indian criminal law queries
|
| 47 |
+
|
| 48 |
+
### Direct Use
|
| 49 |
+
|
| 50 |
+
I'm using this dataset to boost a legal RAG pipeline (AFIRGen) that **retrieves accurate section references and definitions**
|
| 51 |
+
from BNS and explains them in simple terms to users or systems generating legal outputs.
|
| 52 |
+
|
| 53 |
+
## Dataset Structure
|
| 54 |
+
|
| 55 |
+
The dataset follows a simple JSONL format like:
|
| 56 |
+
|
| 57 |
+
```json
|
| 58 |
+
{"section": "106", "title": "Abetment of offence", "definition": "A person abets an offence when..."}
|