telugutechbadi-gk / README.md
librarian-bot's picture
Librarian Bot: Add language metadata for dataset
b69b042 verified
|
raw
history blame
1.34 kB
metadata
language:
  - te
license: apache-2.0

Telugu GK Questions Dataset

Overview

This dataset consists of General Knowledge (GK) questions scraped from the Telugu Tech Badi website. A separate data cleaning script refines the extracted questions for better readability and analysis.

Tasks

Task

  • Objective: Extract GK questions from a list of URLs.
  • Challenges: Some of the URLs follow a different format than others, so modify the code for specific URLs.
  • Colab Notebook: Modifying the .jsonl file is not in the Colab as there may be other ways. Link

Data Cleaning

Script

  • Objective: Refine the extracted questions for better readability and analysis. This includes removing any indicators such as "Question No," etc.
  • Read the JSON Lines files from the scraping tasks and create a new file with cleaned data.
  • Verify data for any errors or null values.

Data Format

The data is saved in JSON Lines format, where each line represents a JSON object with the following structure:

{
  "input": "Question text in Telugu",
  "instruction": "Instructions in Telugu",
  "output": "Answer text in Telugu"
}

Source

GK Questions from - telugutechbadi