File size: 1,335 Bytes
4920c97 c9bd3b3 4920c97 73c3769 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
---
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](https://colab.research.google.com/drive/1m1I4kV_UFccm76fE2MWB0rLJ9IzoQZfX?usp=sharing)
## 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:
```json
{
"input": "Question text in Telugu",
"instruction": "Instructions in Telugu",
"output": "Answer text in Telugu"
}
```
## Source
GK Questions from - [telugutechbadi](https://www.telugutechbadi.com/)
|