jerome-ai commited on
Commit
e389fcd
1 Parent(s): 4879320

Add citation

Browse files
Files changed (1) hide show
  1. pest-management-opendata.py +16 -1
pest-management-opendata.py CHANGED
@@ -20,6 +20,21 @@ from datasets import (
20
  from shapely.wkt import loads
21
 
22
  __version__ = '20230327-1214'
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
 
24
  SplitInfo = cl.namedtuple('SplitInfo', 'dtype, basename, split')
25
  Payload = cl.namedtuple('Payload', 'source, target, df')
@@ -171,7 +186,7 @@ class PestManagementOpendata(GeneratorBasedBuilder):
171
 
172
  return DatasetInfo(
173
  homepage='https://github.com/WadhwaniAI/pest-management-opendata',
174
- # citation=_CITATION,
175
  # description=_DESCRIPTION,
176
  license='CC-BY 4.0',
177
  features=features,
 
20
  from shapely.wkt import loads
21
 
22
  __version__ = '20230327-1214'
23
+ __citation__ = '''
24
+ @inproceedings{iclr-2023,
25
+ author = {White, Jerome and Agrawal, Chandan and Ojha, Anmol and
26
+ Agnihotri, Apoorv and Sharma, Makkunda and Doshi,
27
+ Jigar},
28
+ title = {{BOLLWM}: A real-world dataset for bollworm pest monitoring
29
+ from cotton fields in {India}},
30
+ booktitle = {International Conference on Learning Representations},
31
+ year = {2023},
32
+ series = {ICLR},
33
+ publisher = {Workshop on Practical Machine Learning for Developing
34
+ Countries},
35
+ doi = {10.48550/arXiv.2304.00763},
36
+ }
37
+ '''
38
 
39
  SplitInfo = cl.namedtuple('SplitInfo', 'dtype, basename, split')
40
  Payload = cl.namedtuple('Payload', 'source, target, df')
 
186
 
187
  return DatasetInfo(
188
  homepage='https://github.com/WadhwaniAI/pest-management-opendata',
189
+ citation=__citation__,
190
  # description=_DESCRIPTION,
191
  license='CC-BY 4.0',
192
  features=features,