el2e10's picture
Update README.md
6f116c9 verified
metadata
language:
  - bn
license: cc
size_categories:
  - n<1K
source_datasets:
  - extended|ai4bharat/IndicXParaphrase
task_categories:
  - text-generation
pretty_name: Aya Paraphrase Bengali
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
dataset_info:
  features:
    - name: inputs
      dtype: string
    - name: targets
      dtype: string
    - name: template_lang
      dtype: string
    - name: template_id
      dtype: int64
  splits:
    - name: train
      num_bytes: 625479
      num_examples: 1001
  download_size: 224004
  dataset_size: 625479

Description

This dataset is derived from the already existing dataset made by AI4Bharat. We have used the IndicXParaphrase dataset of AI4Bharat to create this instruction style dataset. We have used the malayalam split of the above mentioned dataset to create this one. This was created as part of Aya Open Science Initiative from Cohere For AI.

IndicXParaphrase is multilingual, and n-way parallel dataset for paraphrase detection in 10 Indic languages. The original dataset(IndicXParaphrase) was made available under the cc-0 license.

Template

The following templates(Bengali) where used for converting the original dataset:

#Template 1
prompt:
ভিন্ন শব্দগুচ্ছ ব্যবহার করে নিচের বাক্যটি লেখ:  "{original_sentence}"

completion:
{paraphrased_sentence}
#Template 2
prompt:
নিচের বাক্যটি ভিন্নভাবে লেখ: "{original_sentence}"

completion:
{paraphrased_sentence}
#Template 3
prompt:
অর্থের পরিবর্তন না করে নিচের বাক্যটি নতুনভাবে লেখ: "{original_sentence}"

completion:
{paraphrased_sentence}

Acknowledgement

Thank you, Tahmid Hossain for helping with the preparation of this dataset by providing the Bengali translation of the above mentioned English prompts.