Datasets:

Languages:
Bengali
Multilinguality:
monolingual
Size Categories:
100k<n<1M
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
ArXiv:
License:
BanglaParaphrase / README.md
Ajwad's picture
Update README.md
c8a3bfe
metadata
task_categories:
  - conditional-text-generation
task_ids:
  - conditional-text-generation-other-paraphrase-generation
language:
  - bn
size_categories:
  - 100k<n<1M
license:
  - cc-by-nc-sa-4.0
multilinguality:
  - monolingual
source_datasets:
  - original
annotations_creators:
  - found
language_creators:
  - found
pretty_name: BanglaParaphrase

Dataset Card for "BanglaParaphrase"

Table of Contents

Dataset Description

Dataset Summary

We present BanglaParaphrase, a high quality synthetic Bangla paraphrase dataset containing about 466k paraphrase pairs. The paraphrases ensures high quality by being semantically coherent and syntactically diverse.

Supported Tasks and Leaderboards

More information needed

Languages

  • bengali

Loading the dataset

from datasets import load_dataset

from datasets import load_dataset

ds = load_dataset("csebuetnlp/BanglaParaphrase")

Dataset Structure

Data Instances

One example from the train part of the dataset is given below in JSON format.

{
"source": "বেশিরভাগ সময় প্রকৃতির দয়ার ওপরেই বেঁচে থাকতেন উপজাতিরা।", 
"target": "বেশিরভাগ সময়ই উপজাতিরা প্রকৃতির দয়ার উপর নির্ভরশীল ছিল।"
}

Data Fields

  • 'source': A string representing the source sentence.
  • 'target': A string representing the target sentence.

Data Splits

Dataset with train-dev-test example counts are given below:

Language ISO 639-1 Code Train Validation Test
Bengali bn 419, 967 233, 31 233, 32

Dataset Creation

Curation Rationale

More information needed

Source Data

Roar Bangla

Initial Data Collection and Normalization

Detailed in the paper

Who are the source language producers?

Detailed in the paper

Annotations

Detailed in the paper

Annotation process

Detailed in the paper

Who are the annotators?

Detailed in the paper

Personal and Sensitive Information

More information needed

Considerations for Using the Data

Social Impact of Dataset

More information needed

Discussion of Biases

More information needed

Other Known Limitations

More information needed

Additional Information

Dataset Curators

More information needed

Licensing Information

Contents of this repository are restricted to only non-commercial research purposes under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0). Copyright of the dataset contents belongs to the original copyright holders.

Citation Information

Contributions