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
get_real_videos.pyrequirements.txtINDEX_FIXES_SUMMARY.md
requirements.txt
Raw Download
Find: Go to:
# -*- coding: utf-8 -*-
# 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

torch>=2.0.0
transformers>=4.30.0
datasets>=2.12.0
pandas>=2.0.0
numpy>=1.24.0
reportlab>=4.0.0

16 lines•417 B
text
INDEX_FIXES_SUMMARY.md
Raw Download

INDEX_FIXES_SUMMARY.md

<!--
Project: Question Answering Dataset - Index.html Fixes
Description: Summary of fixes applied to index.html
Author: Molla Samser
Website: https://rskworld.in
Contact: help@rskworld.in
Phone: +91 93305 39277
-->

# Index.html - Issues Fixed

## ✅ Issues Found and Fixed

### 1. Broken ZIP File Link
- **Issue**: Link to `./question-answering/question-answering.zip` was broken (file doesn't exist)
- **Fix**: Removed the broken ZIP download link
- **Solution**: Added individual JSON file downloads instead (contexts.json, questions.json, answers.json)

### 2. Outdated Information
- **Issue**: Info box showed outdated PDF counts (330+ PDFs) that no longer exist after removing sample papers
- **Fix**: Updated info box to reflect current status
- **Solution**: Changed to show structure is ready and note that real papers need to be downloaded

### 3. Missing Download Options
- **Issue**: Only had ZIP, JSON, and CSV downloads
- **Fix**: Added more download options for individual JSON files
- **Solution**: Added links to contexts.json, questions.json, and answers.json

## ✅ Verified Working Links

All these links are verified and working:
- ✅ `styles.css` - Stylesheet exists
- ✅ `script.js` - JavaScript file exists
- ✅ `squad_format.json` - Dataset file exists
- ✅ `dataset.csv` - CSV file exists
- ✅ `contexts.json` - Contexts file exists
- ✅ `questions.json` - Questions file exists
- ✅ `answers.json` - Answers file exists
- ✅ `question-papers/index.html` - Question papers page exists
- ✅ `question-papers/boards/index.html` - Board papers page exists

## 📝 Changes Made

### Download Section (Lines 88-107)
**Before:**
```html
<a href="./question-answering/question-answering.zip" class="btn btn-primary" download>
<i class="fas fa-file-archive"></i> Download Dataset (ZIP)
</a>
```

**After:**
```html
<a href="squad_format.json" class="btn btn-primary" download>
<i class="fas fa-file-code"></i> SQuAD Format (JSON)
</a>
<a href="contexts.json" class="btn btn-secondary" download>
<i class="fas fa-file-alt"></i> Contexts (JSON)
</a>
<a href="questions.json" class="btn btn-secondary" download>
<i class="fas fa-question-circle"></i> Questions (JSON)
</a>
<a href="answers.json" class="btn btn-secondary" download>
<i class="fas fa-check-circle"></i> Answers (JSON)
</a>
```

### Question Papers Info Box (Lines 120-128)
**Before:**
- Showed specific PDF counts (144, 60, 54, 72 PDFs)
- Total: 330+ PDF files

**After:**
- Shows structure is ready
- Notes that real papers need to be downloaded
- Links to README_REAL_PAPERS.md for instructions

## ✅ All Links Verified

All internal and external links have been verified:
- ✅ CSS file: `styles.css`
- ✅ JavaScript file: `script.js`
- ✅ Dataset files: All JSON and CSV files
- ✅ Navigation links: All question paper pages
- ✅ External links: Font Awesome CDN, rskworld.in

## 🎯 Current Status

- ✅ **No broken links**
- ✅ **All files exist**
- ✅ **Information updated**
- ✅ **Download options improved**
- ✅ **Ready for use**

## 📞 Contact

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

---

**All issues fixed and verified!**

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