Datasets:
Tasks:
Text Generation
Modalities:
Text
Sub-tasks:
language-modeling
Languages:
English
Size:
1K - 10K
ArXiv:
Tags:
question-generation
License:
Update qag_tweetqa.py
Browse files- qag_tweetqa.py +11 -1
qag_tweetqa.py
CHANGED
|
@@ -5,7 +5,17 @@ logger = datasets.logging.get_logger(__name__)
|
|
| 5 |
_VERSION = "2.0.1"
|
| 6 |
_NAME = "qag_tweetqa"
|
| 7 |
_CITATION = """
|
| 8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
"""
|
| 10 |
_DESCRIPTION = """Question & answer generation dataset based on [TweetQA](https://huggingface.co/datasets/tweet_qa)."""
|
| 11 |
_URL = "https://huggingface.co/datasets/lmqg/qag_tweetqa/resolve/main/data/processed"
|
|
|
|
| 5 |
_VERSION = "2.0.1"
|
| 6 |
_NAME = "qag_tweetqa"
|
| 7 |
_CITATION = """
|
| 8 |
+
@inproceedings{ushio-etal-2022-generative,
|
| 9 |
+
title = "{G}enerative {L}anguage {M}odels for {P}aragraph-{L}evel {Q}uestion {G}eneration",
|
| 10 |
+
author = "Ushio, Asahi and
|
| 11 |
+
Alva-Manchego, Fernando and
|
| 12 |
+
Camacho-Collados, Jose",
|
| 13 |
+
booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing",
|
| 14 |
+
month = dec,
|
| 15 |
+
year = "2022",
|
| 16 |
+
address = "Abu Dhabi, U.A.E.",
|
| 17 |
+
publisher = "Association for Computational Linguistics",
|
| 18 |
+
}
|
| 19 |
"""
|
| 20 |
_DESCRIPTION = """Question & answer generation dataset based on [TweetQA](https://huggingface.co/datasets/tweet_qa)."""
|
| 21 |
_URL = "https://huggingface.co/datasets/lmqg/qag_tweetqa/resolve/main/data/processed"
|