--- language: - gu license: cc size_categories: - n<1K source_datasets: - extended|ai4bharat/IndicXParaphrase task_categories: - text-generation pretty_name: Aya Paraphrase Gujarati 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: 623061 num_examples: 1001 download_size: 226705 dataset_size: 623061 configs: - config_name: default data_files: - split: train path: data/train-* --- ### 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(Gujarati) 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, Jay Patel for helping with the preparation of this dataset by providing the Gujarati translation of the above mentioned English prompts.