ltg
/

ltgoslo commited on
Commit
87d5045
1 Parent(s): 52adf1a

Corrected scores

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -54,14 +54,14 @@ Three datasets were used to fine-tune the model:
54
  - English subset of *CodWoE* ([Mickus et al., SemEval 2022](https://aclanthology.org/2022.semeval-1.1/))
55
 
56
  FLAN-T5-Definition Base achieves the following results on the WordNet test set:
57
- - ROUGE-L: 23.19
58
- - BLEU: 8.80
59
- - BERT-F1: 87.49
60
 
61
  FLAN-T5-Definition Base achieves the following results on the Oxford dictionary test set:
62
- - ROUGE-L: 17.25
63
- - BLEU: 3.71
64
- - BERT-F1: 86.44
65
 
66
 
67
  ## Training procedure
 
54
  - English subset of *CodWoE* ([Mickus et al., SemEval 2022](https://aclanthology.org/2022.semeval-1.1/))
55
 
56
  FLAN-T5-Definition Base achieves the following results on the WordNet test set:
57
+ - BLEU: 10.38
58
+ - ROUGE-L: 27.17
59
+ - BERT-F1: 88.22
60
 
61
  FLAN-T5-Definition Base achieves the following results on the Oxford dictionary test set:
62
+ - BLEU: 7.18
63
+ - ROUGE-L: 23.04
64
+ - BERT-F1: 86.90
65
 
66
 
67
  ## Training procedure