asahi417 commited on
Commit
e85afd8
1 Parent(s): 316f4b8

model update

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md CHANGED
@@ -69,6 +69,27 @@ model-index:
69
  - name: QAAlignedPrecision-MoverScore (Question & Answer Generation)
70
  type: qa_aligned_precision_moverscore_question_answer_generation
71
  value: 55.76
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
  ---
73
 
74
  # Model Card of `lmqg/mt5-small-itquad-qg-ae`
@@ -139,6 +160,22 @@ question = pipe("extract answers: <hl> Il 6 ottobre 1973 , la Siria e l' Egitto,
139
  | QAAlignedRecall (MoverScore) | 56.32 | default | [lmqg/qg_itquad](https://huggingface.co/datasets/lmqg/qg_itquad) |
140
 
141
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
142
 
143
  ## Training hyperparameters
144
 
 
69
  - name: QAAlignedPrecision-MoverScore (Question & Answer Generation)
70
  type: qa_aligned_precision_moverscore_question_answer_generation
71
  value: 55.76
72
+ - name: BLEU4 (Answer Extraction)
73
+ type: bleu4_answer_extraction
74
+ value: 26.01
75
+ - name: ROUGE-L (Answer Extraction)
76
+ type: rouge_l_answer_extraction
77
+ value: 45.15
78
+ - name: METEOR (Answer Extraction)
79
+ type: meteor_answer_extraction
80
+ value: 42.68
81
+ - name: BERTScore (Answer Extraction)
82
+ type: bertscore_answer_extraction
83
+ value: 90.24
84
+ - name: MoverScore (Answer Extraction)
85
+ type: moverscore_answer_extraction
86
+ value: 81.17
87
+ - name: AnswerF1Score (Answer Extraction)
88
+ type: answer_f1_score__answer_extraction
89
+ value: 72.09
90
+ - name: AnswerExactMatch (Answer Extraction)
91
+ type: answer_exact_match_answer_extraction
92
+ value: 57.85
93
  ---
94
 
95
  # Model Card of `lmqg/mt5-small-itquad-qg-ae`
 
160
  | QAAlignedRecall (MoverScore) | 56.32 | default | [lmqg/qg_itquad](https://huggingface.co/datasets/lmqg/qg_itquad) |
161
 
162
 
163
+ - ***Metric (Answer Extraction)***: [raw metric file](https://huggingface.co/lmqg/mt5-small-itquad-qg-ae/raw/main/eval/metric.first.answer.paragraph_sentence.answer.lmqg_qg_itquad.default.json)
164
+
165
+ | | Score | Type | Dataset |
166
+ |:-----------------|--------:|:--------|:-----------------------------------------------------------------|
167
+ | AnswerExactMatch | 57.85 | default | [lmqg/qg_itquad](https://huggingface.co/datasets/lmqg/qg_itquad) |
168
+ | AnswerF1Score | 72.09 | default | [lmqg/qg_itquad](https://huggingface.co/datasets/lmqg/qg_itquad) |
169
+ | BERTScore | 90.24 | default | [lmqg/qg_itquad](https://huggingface.co/datasets/lmqg/qg_itquad) |
170
+ | Bleu_1 | 39.33 | default | [lmqg/qg_itquad](https://huggingface.co/datasets/lmqg/qg_itquad) |
171
+ | Bleu_2 | 33.64 | default | [lmqg/qg_itquad](https://huggingface.co/datasets/lmqg/qg_itquad) |
172
+ | Bleu_3 | 29.59 | default | [lmqg/qg_itquad](https://huggingface.co/datasets/lmqg/qg_itquad) |
173
+ | Bleu_4 | 26.01 | default | [lmqg/qg_itquad](https://huggingface.co/datasets/lmqg/qg_itquad) |
174
+ | METEOR | 42.68 | default | [lmqg/qg_itquad](https://huggingface.co/datasets/lmqg/qg_itquad) |
175
+ | MoverScore | 81.17 | default | [lmqg/qg_itquad](https://huggingface.co/datasets/lmqg/qg_itquad) |
176
+ | ROUGE_L | 45.15 | default | [lmqg/qg_itquad](https://huggingface.co/datasets/lmqg/qg_itquad) |
177
+
178
+
179
 
180
  ## Training hyperparameters
181