Datasets:
update citation info
Browse files- README.md +3 -2
- unpredictable_en-wikipedia-org.py +7 -1
README.md
CHANGED
@@ -240,10 +240,11 @@ Apache 2.0
|
|
240 |
### Citation Information
|
241 |
|
242 |
```
|
243 |
-
@misc{
|
244 |
author = {Chan, Jun Shern and Pieler, Michael and Jao, Jonathan and Scheurer, Jérémy and Perez, Ethan},
|
245 |
title = {Few-shot Adaptation Works with UnpredicTable Data},
|
246 |
-
publisher
|
247 |
year = {2022},
|
|
|
248 |
}
|
249 |
```
|
|
|
240 |
### Citation Information
|
241 |
|
242 |
```
|
243 |
+
@misc{chan2022few,
|
244 |
author = {Chan, Jun Shern and Pieler, Michael and Jao, Jonathan and Scheurer, Jérémy and Perez, Ethan},
|
245 |
title = {Few-shot Adaptation Works with UnpredicTable Data},
|
246 |
+
publisher={arXiv},
|
247 |
year = {2022},
|
248 |
+
url = {https://arxiv.org/abs/2208.01009}
|
249 |
}
|
250 |
```
|
unpredictable_en-wikipedia-org.py
CHANGED
@@ -20,7 +20,13 @@ import pandas as pd
|
|
20 |
import datasets
|
21 |
|
22 |
_CITATION = """\
|
23 |
-
@misc{
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
"""
|
25 |
|
26 |
_DESCRIPTION = """\
|
|
|
20 |
import datasets
|
21 |
|
22 |
_CITATION = """\
|
23 |
+
@misc{chan2022few,
|
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 |
+
url = {https://arxiv.org/abs/2208.01009}
|
29 |
+
}
|
30 |
"""
|
31 |
|
32 |
_DESCRIPTION = """\
|