Datasets:

Modalities:
Text
ArXiv:
Libraries:
Datasets
License:
ratishsp commited on
Commit
15697de
1 Parent(s): 5c55837

added citation info, license and home url

Browse files
Files changed (1) hide show
  1. IndicParaphrase.py +8 -3
IndicParaphrase.py CHANGED
@@ -7,16 +7,21 @@ import os
7
  import datasets
8
 
9
  _CITATION = """\
10
-
 
 
 
 
 
11
  """
12
 
13
  _DESCRIPTION = """\
14
 
15
 
16
  """
17
- _HOMEPAGE = " "
18
 
19
- _LICENSE = " "
20
 
21
  _URL = "https://huggingface.co/datasets/ai4bharat/IndicParaphrase/resolve/main/data/{}_IndicParaphrase_v{}.tar.bz2"
22
 
 
7
  import datasets
8
 
9
  _CITATION = """\
10
+ @inproceedings{Kumar2022IndicNLGSM,
11
+ title={IndicNLG Suite: Multilingual Datasets for Diverse NLG Tasks in Indic Languages},
12
+ author={Aman Kumar and Himani Shrotriya and Prachi Sahu and Raj Dabre and Ratish Puduppully and Anoop Kunchukuttan and Amogh Mishra and Mitesh M. Khapra and Pratyush Kumar},
13
+ year={2022},
14
+ url = "https://arxiv.org/abs/2203.05437"
15
+ }
16
  """
17
 
18
  _DESCRIPTION = """\
19
 
20
 
21
  """
22
+ _HOMEPAGE = "https://indicnlp.ai4bharat.org/indicnlg-suite"
23
 
24
+ _LICENSE = "Creative Commons Attribution-NonCommercial 4.0 International Public License"
25
 
26
  _URL = "https://huggingface.co/datasets/ai4bharat/IndicParaphrase/resolve/main/data/{}_IndicParaphrase_v{}.tar.bz2"
27