Datasets:
Tasks:
Text Generation
Modalities:
Text
Sub-tasks:
language-modeling
Languages:
English
Size:
10K - 100K
ArXiv:
Tags:
question-generation
License:
init
Browse files
README.md
CHANGED
@@ -65,9 +65,7 @@ An example of 'train' looks as follows.
|
|
65 |
```
|
66 |
{
|
67 |
"question": "What is heresy mainly at odds with?",
|
68 |
-
"passage": "Heresy is any provocative belief or theory that is strongly at variance with established beliefs or customs."
|
69 |
-
"A heretic is a proponent of such claims or beliefs. Heresy is distinct from both apostasy, which is the explicit"
|
70 |
-
"renunciation of one's religion, principles or cause, and blasphemy, which is an impious utterance or action concerning God or sacred things.",
|
71 |
"answer": "established beliefs or customs",
|
72 |
"sentence": "Heresy is any provocative belief or theory that is strongly at variance with established beliefs or customs .",
|
73 |
"passage_sentence": "<hl> Heresy is any provocative belief or theory that is strongly at variance with established beliefs or customs . <hl> A heretic is a proponent of such claims or beliefs. Heresy is distinct from both apostasy, which is the explicit renunciation of one's religion, principles or cause, and blasphemy, which is an impious utterance or action concerning God or sacred things.",
|
@@ -86,7 +84,7 @@ The data fields are the same among all splits.
|
|
86 |
- `passage_sentence`: a `string` feature, which is same as the passage but a sentence containing the answer is highlighted by a special token `<hl>`.
|
87 |
- `sentence_answer`: a `string` feature, which is same as the sentence but the answer is highlighted by a special token `<hl>`.
|
88 |
|
89 |
-
Each of `passage_answer
|
90 |
but with different information. The `passage_answer` and `sentence_answer` features are for answer-aware question generation and
|
91 |
`passage_sentence` feature is for sentence-aware question generation.
|
92 |
|
|
|
65 |
```
|
66 |
{
|
67 |
"question": "What is heresy mainly at odds with?",
|
68 |
+
"passage": "Heresy is any provocative belief or theory that is strongly at variance with established beliefs or customs. A heretic is a proponent of such claims or beliefs. Heresy is distinct from both apostasy, which is the explicit renunciation of one's religion, principles or cause, and blasphemy, which is an impious utterance or action concerning God or sacred things.",
|
|
|
|
|
69 |
"answer": "established beliefs or customs",
|
70 |
"sentence": "Heresy is any provocative belief or theory that is strongly at variance with established beliefs or customs .",
|
71 |
"passage_sentence": "<hl> Heresy is any provocative belief or theory that is strongly at variance with established beliefs or customs . <hl> A heretic is a proponent of such claims or beliefs. Heresy is distinct from both apostasy, which is the explicit renunciation of one's religion, principles or cause, and blasphemy, which is an impious utterance or action concerning God or sacred things.",
|
|
|
84 |
- `passage_sentence`: a `string` feature, which is same as the passage but a sentence containing the answer is highlighted by a special token `<hl>`.
|
85 |
- `sentence_answer`: a `string` feature, which is same as the sentence but the answer is highlighted by a special token `<hl>`.
|
86 |
|
87 |
+
Each of `passage_answer`, `passage_sentence`, and `sentence_answer` feature is assumed to be used to train a question generation model,
|
88 |
but with different information. The `passage_answer` and `sentence_answer` features are for answer-aware question generation and
|
89 |
`passage_sentence` feature is for sentence-aware question generation.
|
90 |
|