Datasets:
update name change
Browse files
unpredictable_gamefaqs-com.py
CHANGED
|
@@ -20,7 +20,13 @@ import pandas as pd
|
|
| 20 |
import datasets
|
| 21 |
|
| 22 |
_CITATION = """\
|
| 23 |
-
@misc{https://ethanperez.net/unpredictable,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
|
| 25 |
_DESCRIPTION = """\
|
| 26 |
The UnpredicTable dataset consists of web tables formatted as few-shot tasks for fine-tuning language models to improve their few-shot performance. For more details please see the accompanying dataset card.
|
|
|
|
| 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 |
_DESCRIPTION = """\
|
| 32 |
The UnpredicTable dataset consists of web tables formatted as few-shot tasks for fine-tuning language models to improve their few-shot performance. For more details please see the accompanying dataset card.
|