debkanchan's picture
Upload dataset
00ff83c verified
|
raw
history blame
1.67 kB
---
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.