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
SUMMARY_REAL_PAPERS.mdInfo.plistdataset_info.txtLICENSE
SUMMARY_REAL_PAPERS.md
Raw Download

SUMMARY_REAL_PAPERS.md

<!--
Project: Question Answering Dataset - Real Question Papers Summary
Description: Summary of changes made to use real question papers
Author: Molla Samser
Website: https://rskworld.in
Contact: help@rskworld.in
Phone: +91 93305 39277
-->

# Real Question Papers - Implementation Summary

## ✅ Completed Actions

### 1. Removed Sample Question Papers
- **Status**: ✅ **COMPLETED**
- All sample/template PDF files have been deleted
- Count verified: **0 PDFs** remaining in sample folders

### 2. Created Real Papers Structure
- **Status**: ✅ **COMPLETED**
- Directory structure created at: `question-papers/real-papers/`
- Organized by:
- Boards (West Bengal, CBSE)
- Competitive Exams (JEE Main, JEE Advanced, NIT, WBJEE)
- Classes and Subjects
- Years (2020-2025)

### 3. Created Download Tools
- **Status**: ✅ **COMPLETED**
- Script: `download_real_question_papers.py`
- Instructions: `DOWNLOAD_REAL_PAPERS_INSTRUCTIONS.md`
- Guide: `README_REAL_PAPERS.md`

## 📋 Next Steps (Manual)

### To Get Real Question Papers:

1. **Visit Official Sources:**
- West Bengal Board: https://www.wbbse.org, 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:**
- Download question papers for years 2020-2025
- Save to: `question-papers/real-papers/boards/` or `question-papers/real-papers/competitive/`

3. **File Naming:**
- Follow naming convention: `[Board]-Class-[N]-[Subject]-[Year].pdf`
- Example: `WBBSE-Class-10-Mathematics-2024.pdf`

## 📁 Directory Structure

```
question-papers/
├── real-papers/ ← REAL PAPERS GO HERE
│ ├── boards/
│ │ ├── West-Bengal-Board/
│ │ │ ├── Class-10/
│ │ │ │ ├── Mathematics/
│ │ │ │ │ ├── 2020/
│ │ │ │ │ ├── 2021/
│ │ │ │ │ └── ... (2022-2025)
│ │ │ │ └── [Other Subjects]/
│ │ │ └── Class-12/
│ │ └── CBSE/
│ └── competitive/
│ ├── JEE-Main/
│ ├── JEE-Advanced/
│ ├── NIT/
│ └── WBJEE/
├── boards/ ← OLD (can be removed)
└── competitive/ ← OLD (can be removed)
```

## 🔗 Recommended Sources

### West Bengal Board
- **Official**: https://www.wbbse.org, https://www.wbchse.nic.in
- **LearnCBSE**: https://www.learncbse.in
- **Vedantu**: https://www.vedantu.com

### CBSE
- **Official**: https://cbse.gov.in
- **LearnCBSE**: https://www.learncbse.in/cbse-previous-year-question-papers

### Competitive Exams
- **JEE Main**: https://jeemain.nta.ac.in, https://howrah.motion.ac.in
- **JEE Advanced**: https://www.jeeadv.ac.in
- **WBJEE**: https://www.wbjeeb.in, https://testbook.com/wb-jee
- **NIT**: https://www.vedantu.com/nit

## ⚠️ Important Notes

1. **Sample PDFs Removed**: All template/sample question papers have been deleted
2. **Manual Download Required**: Real papers must be downloaded manually from official sources
3. **Legal Compliance**: Only download from official or authorized sources
4. **File Organization**: Use the provided directory structure

## 📝 Files Created

1. `download_real_question_papers.py` - Download script
2. `DOWNLOAD_REAL_PAPERS_INSTRUCTIONS.md` - Detailed instructions
3. `README_REAL_PAPERS.md` - Setup guide
4. `SUMMARY_REAL_PAPERS.md` - This file

## 🎯 Current Status

- ✅ Sample PDFs: **REMOVED**
- ✅ Directory Structure: **CREATED**
- ✅ Download Script: **READY**
- ✅ Instructions: **PROVIDED**
- ⏳ Real Papers: **NEED MANUAL DOWNLOAD**

## 📞 Contact

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

---

**Note**: The system is now ready for real question papers. Download them from official sources and place them in the `real-papers` folder following the directory structure.

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
🚀 Support RSK World

Subscribe to our YouTube channel for latest tutorials & updates!



Click subscribe & support our work ❤️

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