Largest Indian legal judgment prediction dataset with 702,945 preprocessed court cases from Supreme Court, High Courts, Tribunals, and District Courts (collected from Indian Kanoon up to April 2024). Includes Maharashtra cases from Bombay High Court and district courts with structured judgment outcome labels.
from datasets import load_dataset
# ds = load_dataset('opennyai/InLegalBERT')
print('Nyaya Anumana: Indian Legal NLP')
print('Judgments from Supreme Court and High Courts')| Field | Type | Description |
|---|---|---|
| judgment_text | string | Full judgment text |
| court | string | Court name |
| case_type | string | Type of case |
| decision | string | Case decision/outcome |