Spaces:
Configuration error
Configuration error
Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,14 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
emoji: 📈
|
4 |
-
colorFrom: pink
|
5 |
-
colorTo: indigo
|
6 |
-
sdk: static
|
7 |
-
pinned: false
|
8 |
-
---
|
9 |
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# DataSet
|
2 |
+
A benchmark for multi-dimensional question generation evaluation, which consists of 200 instances from SQuAD and HotpotQA, each instance contains 15 questions generated by 15 different QG models.
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
|
4 |
+
Evalutaion dimensions:
|
5 |
+
- fluency
|
6 |
+
- clarity
|
7 |
+
- conciseness
|
8 |
+
- relevance
|
9 |
+
- consistency
|
10 |
+
- answerability
|
11 |
+
- answer consistency
|
12 |
+
|
13 |
+
# Models
|
14 |
+
Trained QG models used for generating questions to be evaluated.
|