ThomasNLG commited on
Commit
09efe72
1 Parent(s): 96867c3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -43,7 +43,7 @@ You can play with the model using the inference API, the text input format shoul
43
 
44
  where CONTEXT is a structured table that is linearised this way:
45
 
46
- 'name [ The Eagle ] , eatType [ coffee shop ] , food [ French ] , priceRange [ £ 2 0 - 2 5 ]'
47
 
48
 
49
  ## Training data
@@ -54,7 +54,7 @@ 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{\'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
  }
 
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
 
48
 
49
  ## Training data
 
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
  }