asahi417 commited on
Commit
5362bd4
1 Parent(s): 56cfd4f

Update qg_subjqa.py

Browse files
Files changed (1) hide show
  1. qg_subjqa.py +11 -1
qg_subjqa.py CHANGED
@@ -4,7 +4,17 @@ import datasets
4
  logger = datasets.logging.get_logger(__name__)
5
  _VERSION = "1.0.1"
6
  _CITATION = """
7
- TBA
 
 
 
 
 
 
 
 
 
 
8
  """
9
  _DESCRIPTION = """[SubjQA](https://github.com/megagonlabs/SubjQA) dataset for question generation (QG) task."""
10
  _URL = 'https://huggingface.co/datasets/lmqg/qg_subjqa/raw/main/data/processed'
 
4
  logger = datasets.logging.get_logger(__name__)
5
  _VERSION = "1.0.1"
6
  _CITATION = """
7
+ @inproceedings{ushio-etal-2022-generative,
8
+ title = "{G}enerative {L}anguage {M}odels for {P}aragraph-{L}evel {Q}uestion {G}eneration",
9
+ author = "Ushio, Asahi and
10
+ Alva-Manchego, Fernando and
11
+ Camacho-Collados, Jose",
12
+ booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing",
13
+ month = dec,
14
+ year = "2022",
15
+ address = "Abu Dhabi, U.A.E.",
16
+ publisher = "Association for Computational Linguistics",
17
+ }
18
  """
19
  _DESCRIPTION = """[SubjQA](https://github.com/megagonlabs/SubjQA) dataset for question generation (QG) task."""
20
  _URL = 'https://huggingface.co/datasets/lmqg/qg_subjqa/raw/main/data/processed'