Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Transformer QG on SQuAD
|
2 |
HLQG is Proposed by [Ying-Hong Chan & Yao-Chung Fan. (2019). A Re-current BERT-based Model for Question Generation.](https://www.aclweb.org/anthology/D19-5821/)
|
3 |
|
@@ -20,7 +29,7 @@ Harry Potter is a series of seven fantasy novels written by British author, [HL]
|
|
20 |
We report two dataset setting as Follow
|
21 |
|
22 |
### SQuAD
|
23 |
-
- train: 87599
|
24 |
- validation: 10570
|
25 |
> [SQuAD: 100,000+ Questions for Machine Comprehension of Text](https://arxiv.org/abs/1606.05250)
|
26 |
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- squad
|
4 |
+
tags:
|
5 |
+
- question-generation
|
6 |
+
widget:
|
7 |
+
- text: "Harry Potter is a series of seven fantasy novels written by British author, [HL]J. K. Rowling[HL]."
|
8 |
+
---
|
9 |
+
|
10 |
# Transformer QG on SQuAD
|
11 |
HLQG is Proposed by [Ying-Hong Chan & Yao-Chung Fan. (2019). A Re-current BERT-based Model for Question Generation.](https://www.aclweb.org/anthology/D19-5821/)
|
12 |
|
|
|
29 |
We report two dataset setting as Follow
|
30 |
|
31 |
### SQuAD
|
32 |
+
- train: 87599\\\\t
|
33 |
- validation: 10570
|
34 |
> [SQuAD: 100,000+ Questions for Machine Comprehension of Text](https://arxiv.org/abs/1606.05250)
|
35 |
|