Datasets:
lmqg
/

Modalities:
Text
Languages:
Korean
ArXiv:
Libraries:
Datasets
License:
asahi417 commited on
Commit
da162ea
1 Parent(s): 2584161

Update qg_koquad.py

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