AyeshaJadoon/Pakistan_Laws_Dataset
🇵🇰 Pakistan Laws Dataset 📌 Dataset Summary This dataset contains a comprehensive collection of 969 laws and acts relevant to Pakistan. The data was collected from the Ministry of Law and Justice website. The legal documents were originally in PDF format and have been converted into JSON format, where each entry includes: File Name: The original name of the law document. Content: The full text extracted from the PDF file. This dataset is useful for legal… See the full description on the dataset page: https://huggingface.co/datasets/AyeshaJadoon/Pakistan_Laws_Dataset.
🇵🇰 Pakistan Laws Dataset
📌 Dataset Summary
This dataset contains a comprehensive collection of 969 laws and acts relevant to Pakistan. The data was collected from the Ministry of Law and Justice website. The legal documents were originally in PDF format and have been converted into JSON format, where each entry includes:
- File Name: The original name of the law document.
- Content: The full text extracted from the PDF file.
This dataset is useful for legal professionals, researchers, students, and anyone interested in studying Pakistan’s legal framework.
📂 Data Structure
The dataset is provided in a single JSON file with the following format:
[
{
"file_name": "Constitution_of_Pakistan.pdf",
"content": "The Constitution of Pakistan 1973 states that..."
},
{
"file_name": "Pakistan_Penal_Code.pdf",
"content": "The Pakistan Penal Code (PPC) covers criminal offenses..."
}
]
