Datasets:
lmqg
/

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Source Datasets:
squad
ArXiv:
Tags:
question-generation
License:
asahi417 commited on
Commit
695fdc7
1 Parent(s): c759858

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -13,20 +13,20 @@ task_ids: question-generation
13
 
14
  ## Dataset Description
15
  - **Repository:** [https://github.com/asahi417/lm-question-generation](https://github.com/asahi417/lm-question-generation)
16
- - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
17
  - **Point of Contact:** [Asahi Ushio](http://asahiushio.com/)
18
- - **Size of downloaded dataset files:** 284.1 MB
19
- - **Size of the generated dataset:** 269 MB
20
 
21
  ### Dataset Summary
22
- [SQuAD](https://rajpurkar.github.io/SQuAD-explorer/) dataset for question generation (QG) task. The split
 
 
23
  of train/development/test set follows the ["Neural Question Generation"](https://arxiv.org/abs/1705.00106) work and is
24
  compatible with the [leader board](https://paperswithcode.com/sota/question-generation-on-squad11).
25
 
26
 
27
  ### Supported Tasks and Leaderboards
28
- * `question-generation`: The dataset can be used to train a model for question generation.
29
- Success on this task is typically measured by achieving a high BLEU4/METEOR/ROUGE-L score.
30
  This task has an active leaderboard which can be found at [here](https://paperswithcode.com/sota/question-generation-on-squad11).
31
 
32
  ### Languages
 
13
 
14
  ## Dataset Description
15
  - **Repository:** [https://github.com/asahi417/lm-question-generation](https://github.com/asahi417/lm-question-generation)
16
+ - **Paper:** [TBA](TBA)
17
  - **Point of Contact:** [Asahi Ushio](http://asahiushio.com/)
 
 
18
 
19
  ### Dataset Summary
20
+ This is a subset of [QG-Bench](https://github.com/asahi417/lm-question-generation/blob/master/QG_BENCH.md#datasets), a unified question generation benchmark proposed in
21
+ ["Generative Language Models for Paragraph-Level Question Generation: A Unified Benchmark and Evaluation, EMNLP 2022 main conference"](paper_link).
22
+ This is [SQuAD](https://rajpurkar.github.io/SQuAD-explorer/) dataset for question generation (QG) task. The split
23
  of train/development/test set follows the ["Neural Question Generation"](https://arxiv.org/abs/1705.00106) work and is
24
  compatible with the [leader board](https://paperswithcode.com/sota/question-generation-on-squad11).
25
 
26
 
27
  ### Supported Tasks and Leaderboards
28
+ * `question-generation`: The dataset is assumed to be used to train a model for question generation.
29
+ Success on this task is typically measured by achieving a high BLEU4/METEOR/ROUGE-L/BERTScore/MoverScore (see our paper for more in detail).
30
  This task has an active leaderboard which can be found at [here](https://paperswithcode.com/sota/question-generation-on-squad11).
31
 
32
  ### Languages