help@rskworld.in +91 93305 39277
RSK World
  • Home
  • Development
    • Web Development
    • Mobile Apps
    • Software
    • Games
    • Project
  • Technologies
    • Data Science
    • AI Development
    • Cloud Development
    • Blockchain
    • Cyber Security
    • Dev Tools
    • Testing Tools
  • Blog
  • About
  • Contact

Theme Settings

Color Scheme
Display Options
Font Size
100%
Back to Project
RSK World
question-answering
RSK World
question-answering
Question Answering Dataset - Question Answering + Reading Comprehension + SQuAD Format + NLP
question-answering
  • examples
  • question-papers
  • .gitignore535 B
  • BOARDS_INDEX_FIXES.md3.3 KB
  • BOARD_PAPERS_SUMMARY.md6.3 KB
  • DOWNLOAD_REAL_PAPERS_INSTRUCTIONS.md3.2 KB
  • INDEX_FIXES_SUMMARY.md3.3 KB
  • LICENSE1.4 KB
  • METADATA.json1.5 KB
  • PDF_DOWNLOAD_FIXES.md4.1 KB
  • PROJECT_SUMMARY.md4.6 KB
  • QUESTION_COLLECTION_GUIDE.md2.2 KB
  • QUESTION_PAPERS_SUMMARY.md4.6 KB
  • README.md5 KB
  • README_REAL_PAPERS.md4.2 KB
  • SUMMARY_REAL_PAPERS.md4.1 KB
  • answers.json1.9 KB
  • contexts.json2.4 KB
  • dataset.csv4.5 KB
  • dataset_metadata.txt878 B
  • download_real_question_papers.py13.3 KB
  • fetch_real_question_papers.py11 KB
  • generate_board_question_papers.py22.8 KB
  • generate_question_papers.py13.9 KB
  • index.html8.4 KB
  • questions.json1.8 KB
  • real_question_data.json1.8 KB
  • requirements.txt417 B
  • script.js2.9 KB
  • squad_format.json5.9 KB
  • styles.css5.7 KB
LICENSEREADME_REAL_PAPERS.md
LICENSE
Raw Download
Find: Go to:
/*
    Project: Question Answering Dataset
    Description: A dataset containing context passages, questions, and answers for training QA models and reading comprehension systems.
    Author: Molla Samser
    Website: https://rskworld.in
    Contact: help@rskworld.in
    Phone: +91 93305 39277
*/

MIT License

Copyright (c) 2025 RSK World (Molla Samser)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

32 lines•1.4 KB
text
README_REAL_PAPERS.md
Raw Download

README_REAL_PAPERS.md

<!--
Project: Question Answering Dataset - Real Question Papers
Description: Instructions for using real question papers instead of samples
Author: Molla Samser
Website: https://rskworld.in
Contact: help@rskworld.in
Phone: +91 93305 39277
-->

# Real Question Papers - Setup Guide

## Important Notice

**All sample/template question papers have been removed.**

To use **REAL question papers**, please follow these steps:

## Step 1: Download Real Question Papers

### Option A: Manual Download (Recommended)

1. **Visit Official Sources:**
- **West Bengal Board**: https://www.wbbse.org and https://www.wbchse.nic.in
- **CBSE**: https://cbse.gov.in
- **JEE Main**: https://jeemain.nta.ac.in
- **WBJEE**: https://www.wbjeeb.in

2. **Download PDFs for years 2020-2025**

3. **Save to correct folders:**
```
question-papers/real-papers/
├── boards/
│ ├── West-Bengal-Board/
│ │ ├── Class-10/
│ │ │ ├── Mathematics/
│ │ │ │ ├── 2020/
│ │ │ │ ├── 2021/
│ │ │ │ └── ... (2022-2025)
│ │ │ └── [Other Subjects]/
│ │ └── Class-12/
│ └── CBSE/
└── competitive/
├── JEE-Main/
├── JEE-Advanced/
├── NIT/
└── WBJEE/
```

### Option B: Use Download Script

```bash
python download_real_question_papers.py
```

**Note**: Many websites require manual download due to:
- Login requirements
- CAPTCHA protection
- Terms of service
- Dynamic content

## Step 2: File Naming Convention

Name your downloaded PDFs as:

- **West Bengal**: `WBBSE-Class-10-Mathematics-2024.pdf`
- **CBSE**: `CBSE-Class-10-Mathematics-2024.pdf`
- **JEE Main**: `JEE-Main-Mathematics-2024.pdf`
- **NIT**: `NIT-Mathematics-2024.pdf`
- **WBJEE**: `WBJEE-Mathematics-2024.pdf`

## Step 3: Recommended Sources

### West Bengal Board

1. **Official Websites:**
- WBBSE: https://www.wbbse.org
- WBCHSE: https://www.wbchse.nic.in

2. **Educational Portals:**
- LearnCBSE: https://www.learncbse.in
- Vedantu: https://www.vedantu.com
- Toppr: https://www.toppr.com

### CBSE Board

1. **Official**: https://cbse.gov.in
2. **LearnCBSE**: https://www.learncbse.in/cbse-previous-year-question-papers
3. **Vedantu**: https://www.vedantu.com/cbse

### Competitive Exams

1. **JEE Main:**
- Official: https://jeemain.nta.ac.in
- Motion: https://howrah.motion.ac.in/answer-keys-solutions.php
- Vedantu: https://www.vedantu.com/jee-main

2. **JEE Advanced:**
- Official: https://www.jeeadv.ac.in
- Vedantu: https://www.vedantu.com/jee-advanced

3. **WBJEE:**
- Official: https://www.wbjeeb.in
- Testbook: https://testbook.com/wb-jee/previous-year-papers
- ExamSIDE: https://questions.examside.com/past-years/year-wise/jee/wb-jee

4. **NIT:**
- Vedantu: https://www.vedantu.com/nit
- Embibe: https://www.embibe.com/exams/nit

## Step 4: Verify Downloads

After downloading, verify:
- ✅ PDF files are valid (open and check)
- ✅ Files are named correctly
- ✅ Files are in correct folders
- ✅ Years 2020-2025 are covered

## Step 5: Update Browse Interface

The browse interface at `question-papers/boards/index.html` will automatically show real papers once they are in the `real-papers` folder.

## Legal Notice

- ✅ Only download from official or authorized sources
- ✅ Respect copyright and terms of use
- ✅ Use for educational purposes only
- ✅ Do not redistribute copyrighted material without permission

## Current Status

- ❌ **Sample PDFs**: Removed
- ✅ **Directory Structure**: Created
- ✅ **Download Script**: Ready
- ⏳ **Real Papers**: Need to be downloaded manually

## Contact

For questions or support:
- **Author**: Molla Samser
- **Website**: https://rskworld.in
- **Email**: help@rskworld.in
- **Phone**: +91 93305 39277

---

**Note**: Real question papers must be downloaded manually from official sources. The script provides structure and instructions, but actual PDFs need to be obtained from board/exam websites.

About RSK World

Founded by Molla Samser, with Designer & Tester Rima Khatun, RSK World is your one-stop destination for free programming resources, source code, and development tools.

Founder: Molla Samser
Designer & Tester: Rima Khatun

Development

  • Game Development
  • Web Development
  • Mobile Development
  • AI Development
  • Development Tools

Legal

  • Terms & Conditions
  • Privacy Policy
  • Disclaimer

Contact Info

Nutanhat, Mongolkote
Purba Burdwan, West Bengal
India, 713147

+91 93305 39277

hello@rskworld.in
support@rskworld.in

© 2026 RSK World. All rights reserved.

Content used for educational purposes only. View Disclaimer