openbookqa-bn / README.md
sagorsarker's picture
Update README.md
4866b67 verified
|
raw
history blame
863 Bytes
---
language:
- bn
---
# OpenBookQA Bengali (BN)
This is the translated version of [openbookqa]() datasets. The datasets translated using a new method called expressive semantic translation(EST). The method comprises Google machine translation with LLM rewrite-based modification.
## Data details
| Split | Number |
| ---- | ----- |
| train | xx |
| validation | xx |
| test | xx |
## Data Sample
```json
{
"question_stem": "রাতে যখন একটি গাড়ি আপনার কাছে আসছে",
"choices": {
"text": ["হেডলাইট আরো তীব্র হয়", "হেডলাইট অন্ধকারে ফিরে যায়", "হেডলাইট একটি ধ্রুবক থাকে", "হেডলাইট বন্ধ"],
"label": ["A", "B", "C", "D"]
},
"answerKey": "A"
}
```