MicPie commited on
Commit
121fb00
1 Parent(s): 4f035bf

update citation info

Browse files
README.md CHANGED
@@ -239,10 +239,11 @@ Apache 2.0
239
  ### Citation Information
240
 
241
  ```
242
- @misc{https://ethanperez.net/unpredictable,
243
  author = {Chan, Jun Shern and Pieler, Michael and Jao, Jonathan and Scheurer, Jérémy and Perez, Ethan},
244
  title = {Few-shot Adaptation Works with UnpredicTable Data},
245
- publisher = {arXiv},
246
  year = {2022},
 
247
  }
248
  ```
239
  ### Citation Information
240
 
241
  ```
242
+ @misc{chan2022few,
243
  author = {Chan, Jun Shern and Pieler, Michael and Jao, Jonathan and Scheurer, Jérémy and Perez, Ethan},
244
  title = {Few-shot Adaptation Works with UnpredicTable Data},
245
+ publisher={arXiv},
246
  year = {2022},
247
+ url = {https://arxiv.org/abs/2208.01009}
248
  }
249
  ```
unpredictable_bulbapedia-bulbagarden-net.py CHANGED
@@ -21,11 +21,12 @@ import datasets
21
 
22
 
23
  _CITATION = """\
24
- @misc{https://ethanperez.net/unpredictable,
25
  author = {Chan, Jun Shern and Pieler, Michael and Jao, Jonathan and Scheurer, Jérémy and Perez, Ethan},
26
  title = {Few-shot Adaptation Works with UnpredicTable Data},
27
- publisher = {arXiv},
28
  year = {2022},
 
29
  }
30
  """
31
 
21
 
22
 
23
  _CITATION = """\
24
+ @misc{chan2022few,
25
  author = {Chan, Jun Shern and Pieler, Michael and Jao, Jonathan and Scheurer, Jérémy and Perez, Ethan},
26
  title = {Few-shot Adaptation Works with UnpredicTable Data},
27
+ publisher={arXiv},
28
  year = {2022},
29
+ url = {https://arxiv.org/abs/2208.01009}
30
  }
31
  """
32