Update README.md
Browse files
README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
language: en
|
3 |
tags:
|
4 |
- qa
|
5 |
-
- question
|
6 |
- generation
|
7 |
- SQuAD
|
8 |
- data2text
|
@@ -15,7 +15,7 @@ datasets:
|
|
15 |
model-index:
|
16 |
- name: t5-qg_webnlg_synth-en
|
17 |
results:
|
18 |
-
- task:
|
19 |
name: Data Question Generation
|
20 |
type: Text To Text Generation
|
21 |
widget:
|
@@ -41,7 +41,7 @@ You can play with the model using the inference API, the text input format shoul
|
|
41 |
|
42 |
`text_input = "{ANSWER} </s> {CONTEXT}"`
|
43 |
|
44 |
-
where CONTEXT is a structured table that is linearised this way:
|
45 |
|
46 |
`CONTEXT = "name [ The Eagle ] , eatType [ coffee shop ] , food [ French ] , priceRange [ £ 2 0 - 2 5 ]"`
|
47 |
|
@@ -54,9 +54,8 @@ The model was trained on synthetic data as described in [Data-QuestEval: A Refer
|
|
54 |
```bibtex
|
55 |
@article{rebuffel2021data,
|
56 |
title={Data-QuestEval: A Referenceless Metric for Data to Text Semantic Evaluation},
|
57 |
-
author={Rebuffel, Cl{
|
58 |
journal={arXiv preprint arXiv:2104.07555},
|
59 |
year={2021}
|
60 |
}
|
61 |
-
}
|
62 |
```
|
|
|
2 |
language: en
|
3 |
tags:
|
4 |
- qa
|
5 |
+
- question
|
6 |
- generation
|
7 |
- SQuAD
|
8 |
- data2text
|
|
|
15 |
model-index:
|
16 |
- name: t5-qg_webnlg_synth-en
|
17 |
results:
|
18 |
+
- task:
|
19 |
name: Data Question Generation
|
20 |
type: Text To Text Generation
|
21 |
widget:
|
|
|
41 |
|
42 |
`text_input = "{ANSWER} </s> {CONTEXT}"`
|
43 |
|
44 |
+
where `CONTEXT is a structured table that is linearised this way:
|
45 |
|
46 |
`CONTEXT = "name [ The Eagle ] , eatType [ coffee shop ] , food [ French ] , priceRange [ £ 2 0 - 2 5 ]"`
|
47 |
|
|
|
54 |
```bibtex
|
55 |
@article{rebuffel2021data,
|
56 |
title={Data-QuestEval: A Referenceless Metric for Data to Text Semantic Evaluation},
|
57 |
+
author={Rebuffel, Cl{\'{e}}ment and Scialom, Thomas and Soulier, Laure and Piwowarski, Benjamin and Lamprier, Sylvain and Staiano, Jacopo and Scoutheeten, Geoffrey and Gallinari, Patrick},
|
58 |
journal={arXiv preprint arXiv:2104.07555},
|
59 |
year={2021}
|
60 |
}
|
|
|
61 |
```
|