nikmaram/constitution-of-iran
Iranian Constitution Q&A Dataset Dataset Description The dataset was manually created by extracting information article by article from the text of the Iranian Constitution found in the PDF document available at the following URL: https://www.lu.ac.ir/uploads/123456_20436.pdf. This PDF is hosted on the website of Lorestan University (www.lu.ac.ir). Key points, definitions, duties, rights, and procedures were identified and reformulated as question-answer pairs.… See the full description on the dataset page: https://huggingface.co/datasets/nikmaram/constitution-of-iran.
Iranian Constitution Q&A Dataset
Dataset Description
The dataset was manually created by extracting information article by article from the text of the Iranian Constitution found in the PDF document available at the following URL: https://www.lu.ac.ir/uploads/123456_20436.pdf. This PDF is hosted on the website of Lorestan University (www.lu.ac.ir). Key points, definitions, duties, rights, and procedures were identified and reformulated as question-answer pairs. Care was taken to ensure the answers (output) accurately reflect the content of the source document.
The question-answer pairs were extracted by carefully reading the articles and identifying key information, duties, rights, structures, and procedures outlined in the constitution, then formulating them into a simple Q&A format.
Dataset Structure
The dataset consists of a single split, train, containing question-answer pairs in JSON format.
Each item in the dataset has the following structure:
{
"instruction": "اعتبار حقوق انسانی افراد غیر مسلمان طبق اصل ۱۴ منوط به چیست؟",
"input": "",
"output": "این اصل (اصل ۱۴) در حق کسانی اعتبار دارد که بر ضد اسلام و جمهوری اسلامی ایران توطئه و اقدام نکنند."
}