Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shhossain/banglaqadataset
- Owner: shhossain
- Created: 2023-08-17T04:43:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-18T13:27:13.000Z (over 1 year ago)
- Last Synced: 2024-04-09T23:02:41.396Z (9 months ago)
- Size: 178 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).