File size: 1,636 Bytes
d788cc8 ae09a8c d788cc8 ae09a8c 154cdbc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
---
license: cc
task_categories:
- text-generation
language:
- mr
size_categories:
- n<1K
pretty_name: Aya Paraphrase Marathi
source_datasets:
- extended|ai4bharat/IndicXParaphrase
---
### Description
This dataset is derived from the already existing dataset made by AI4Bharat. We have used the [IndicXParaphrase](https://huggingface.co/datasets/ai4bharat/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](https://sites.google.com/cohere.com/aya-en/home) 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(Marathi) where used for converting the original dataset:
```
prompt:
खालील वाक्य दुसरे-भिन्न शब्द वापरून लिहा: "{original_sentence}"
completion:
{paraphrased_sentence}
```
```
prompt:
खालील वाक्य वेगळ्या प्रकारे पुन्हा लिहा: "{original_sentence}"
completion:
{paraphrased_sentence}
```
```
prompt:
खालील वाक्य दुसरे शब्द वापरून रूपांतरित-अनुवादित करा: "{original_sentence}"
completion:
{paraphrased_sentence}
```
### Acknowledgement
Thank you, Yogesh Haribhau Kulkarni for helping in building and verifying this dataset |