Update README.md
Browse files
README.md
CHANGED
|
@@ -14,4 +14,6 @@ viewer: true
|
|
| 14 |
|
| 15 |
# MILQA for question generation
|
| 16 |
|
| 17 |
-
This is a version of the [MILQA](https://huggingface.co/datasets/SzegedAI/MILQA) dataset, structured for question generation. All impossible questions have been left out for the purpose of training a model which generates answerable and relevant questions.
|
|
|
|
|
|
|
|
|
| 14 |
|
| 15 |
# MILQA for question generation
|
| 16 |
|
| 17 |
+
This is a version of the [MILQA](https://huggingface.co/datasets/SzegedAI/MILQA) dataset, structured for question generation. All impossible questions have been left out for the purpose of training a model which generates answerable and relevant questions.
|
| 18 |
+
|
| 19 |
+
The contexts have been structured for the training of a T5 model, with the title being included in them. This dataset uses the `qgen:` prefix for the question generation task.
|