Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shhossain/banglaqadataset

Dataset for Bangla Question Answering
https://github.com/shhossain/banglaqadataset

Last synced: about 1 month ago
JSON representation

Dataset for Bangla Question Answering

Awesome Lists containing this project

README

        

# BanglaQA Dataset - A Question Answering Dataset for Bengali Language

## Description

BanglaQA is a question answering dataset for Bengali language. It contains 4000+ data points. Each data point consists of a question and a corresponding answer. The dataset is in json format.

## Format

The dataset is in json format. Each data point consists of a question and a corresponding answer. The format is as follows:

```json
{
"q": "বাংলাদেশের রাজধানী কোনটি?",
"a": "ঢাকা"
}
```

## Download
You can download the dataset from [here](data.json).