Datasets:
File size: 1,673 Bytes
056b0d4 a019298 056b0d4 a019298 056b0d4 a019298 00ff83c d1e5fa4 056b0d4 00ff83c 056b0d4 00ff83c 056b0d4 1f157e7 056b0d4 1f157e7 48bf2a6 1f157e7 48bf2a6 1f157e7 48bf2a6 1f157e7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 |
---
dataset_info:
features:
- name: title
dtype: string
- name: filename
dtype: string
- name: date
dtype: string
- name: case_number
dtype: string
- name: scr_citation
dtype: string
- name: neutral_citation
dtype: string
- name: judges
dtype: string
- name: source
dtype: string
- name: length
dtype: float64
splits:
- name: train
num_bytes: 18636342
num_examples: 36914
download_size: 5628458
dataset_size: 18636342
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
task_categories:
- text-generation
- summarization
language:
- en
tags:
- law
- india
pretty_name: Supreme Court of India Judgements
size_categories:
- 10K<n<100K
---
# Supreme Court of India Judgements
This dataset contains metadata about all of the judgements made by Supreme Court of India.
## How to access judgement PDFs
All judgements are uploaded to this Cloudflare R2 bucket ->
https://pub-93a7aae0244344319e35611fdc1c80ef.r2.dev
You can access any specific judgement by taking the `filename` property of a judgement, adding ".pdf" then url encoding it as a path.
Example: for `filename` "(ex)-capt.-randhir-singh-dhull-vs.-s.-d.-bhambri-,-others" you can get the pdf from `https://pub-93a7aae0244344319e35611fdc1c80ef.r2.dev/(ex)-capt.-randhir-singh-dhull-vs.-s.-d.-bhambri-%26-others.pdf`
### Dataset Sources
This data is scraped from Supreme Court of India's Digital Supreme Court reports website
- **DigiSCR:** [https://digiscr.sci.gov.in]
## Uses
This dataset is aimed to help users find and process supreme court judgements without having to manually scrape themselves. |