MicPie commited on
Commit
59c0ca3
1 Parent(s): 35dc544

update name change

Browse files
Files changed (1) hide show
  1. unpredictable_sporcle-com.py +6 -1
unpredictable_sporcle-com.py CHANGED
@@ -20,7 +20,12 @@ import pandas as pd
20
  import datasets
21
 
22
  _CITATION = """\
23
- @misc{https://ethanperez.net/unpredictable, author = {Chan, Jun Shern and Pieler, Michael and Jao, Jonathan and Scheurer, Jérémy and Perez, Ethan}, title = {Exploring Few-Shot Adaptation of Language Models with Tables}, publisher = {arXiv}, year = {2022}}
 
 
 
 
 
24
 
25
  """
26
 
 
20
  import datasets
21
 
22
  _CITATION = """\
23
+ @misc{https://ethanperez.net/unpredictable,
24
+ author = {Chan, Jun Shern and Pieler, Michael and Jao, Jonathan and Scheurer, Jérémy and Perez, Ethan},
25
+ title = {Few-shot Adaptation Works with UnpredicTable Data},
26
+ publisher = {arXiv},
27
+ year = {2022},
28
+ }
29
 
30
  """
31