Yasir-Bhatti/Passport_Dataset
收藏资源简介:
- ------ language: - en license: mit task_categories: - question-answering pretty_name: Pakistan Passport and Visa Q&A Dataset size_categories: - 1K<n<10K --- # Pakistan Passport and Visa Q&A Dataset ## Dataset Summary This dataset is a custom English Q&A dataset built for domain-specific instruction tuning on **Pakistan passport, immigration, citizenship, e-services, and online visa information**. The dataset contains question-answer pairs generated from **official public sources**, mainly related to: - Passport FAQs - Machine Readable Passport (MRP) - e-Passport - Passport Fee Asaan - Online Passport Renewal - Citizenship and Renunciation - Immigration procedures - Pakistan Online Visa System (POVS) - Visa Prior to Arrival - Exit Permit - Consular passport guidance The goal of this dataset is to help a model answer factual user questions related to Pakistan passport and visa services in a more accurate and natural way. --- ## Supported Tasks This dataset is mainly intended for: - Instruction tuning - Domain-specific fine-tuning - Question answering - Retrieval-style assistant training - Government service information assistants --- ## Languages - **English** --- ## Dataset Structure Each example is stored in **ChatML-style message format**: ```json { "messages": [ { "role": "user", "content": "What is the fee for a normal passport?" }, { "role": "assistant", "content": "The fee for a normal passport depends on the number of pages and validity period." } ] }



