asahi417 commited on
Commit
680da38
1 Parent(s): 1f0ba52

model update

Browse files
Files changed (1) hide show
  1. README.md +36 -13
README.md CHANGED
@@ -46,23 +46,38 @@ model-index:
46
  - name: MoverScore (Question Generation)
47
  type: moverscore_question_generation
48
  value: 64.99
49
- - name: QAAlignedF1Score-BERTScore (Question & Answer Generation) [Gold Answer]
50
- type: qa_aligned_f1_score_bertscore_question_answer_generation_gold_answer
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
51
  value: 95.54
52
- - name: QAAlignedRecall-BERTScore (Question & Answer Generation) [Gold Answer]
53
- type: qa_aligned_recall_bertscore_question_answer_generation_gold_answer
54
  value: 95.49
55
- - name: QAAlignedPrecision-BERTScore (Question & Answer Generation) [Gold Answer]
56
- type: qa_aligned_precision_bertscore_question_answer_generation_gold_answer
57
  value: 95.59
58
- - name: QAAlignedF1Score-MoverScore (Question & Answer Generation) [Gold Answer]
59
- type: qa_aligned_f1_score_moverscore_question_answer_generation_gold_answer
60
  value: 70.82
61
- - name: QAAlignedRecall-MoverScore (Question & Answer Generation) [Gold Answer]
62
- type: qa_aligned_recall_moverscore_question_answer_generation_gold_answer
63
  value: 70.54
64
- - name: QAAlignedPrecision-MoverScore (Question & Answer Generation) [Gold Answer]
65
- type: qa_aligned_precision_moverscore_question_answer_generation_gold_answer
66
  value: 71.13
67
  - task:
68
  name: Text2text Generation
@@ -347,16 +362,24 @@ output = pipe("<hl> Beyonce <hl> further expanded her acting career, starring as
347
  | ROUGE_L | 53.85 | default | [lmqg/qg_squad](https://huggingface.co/datasets/lmqg/qg_squad) |
348
 
349
 
350
- - ***Metric (Question & Answer Generation)***: QAG metrics are computed with *the gold answer* and generated question on it for this model, as the model cannot provide an answer. [raw metric file](https://huggingface.co/lmqg/bart-large-squad-qg/raw/main/eval/metric.first.answer.paragraph.questions_answers.lmqg_qg_squad.default.json)
351
 
352
  | | Score | Type | Dataset |
353
  |:--------------------------------|--------:|:--------|:---------------------------------------------------------------|
 
 
 
 
 
 
 
354
  | QAAlignedF1Score (BERTScore) | 95.54 | default | [lmqg/qg_squad](https://huggingface.co/datasets/lmqg/qg_squad) |
355
  | QAAlignedF1Score (MoverScore) | 70.82 | default | [lmqg/qg_squad](https://huggingface.co/datasets/lmqg/qg_squad) |
356
  | QAAlignedPrecision (BERTScore) | 95.59 | default | [lmqg/qg_squad](https://huggingface.co/datasets/lmqg/qg_squad) |
357
  | QAAlignedPrecision (MoverScore) | 71.13 | default | [lmqg/qg_squad](https://huggingface.co/datasets/lmqg/qg_squad) |
358
  | QAAlignedRecall (BERTScore) | 95.49 | default | [lmqg/qg_squad](https://huggingface.co/datasets/lmqg/qg_squad) |
359
  | QAAlignedRecall (MoverScore) | 70.54 | default | [lmqg/qg_squad](https://huggingface.co/datasets/lmqg/qg_squad) |
 
360
 
361
 
362
  - ***Metrics (Question Generation, Out-of-Domain)***
46
  - name: MoverScore (Question Generation)
47
  type: moverscore_question_generation
48
  value: 64.99
49
+ - name: BLEU4 (Question & Answer Generation (with Gold Answer))
50
+ type: bleu4_question_answer_generation_with_gold_answer
51
+ value: 13.96
52
+ - name: ROUGE-L (Question & Answer Generation (with Gold Answer))
53
+ type: rouge_l_question_answer_generation_with_gold_answer
54
+ value: 42.37
55
+ - name: METEOR (Question & Answer Generation (with Gold Answer))
56
+ type: meteor_question_answer_generation_with_gold_answer
57
+ value: 40.22
58
+ - name: BERTScore (Question & Answer Generation (with Gold Answer))
59
+ type: bertscore_question_answer_generation_with_gold_answer
60
+ value: 94.63
61
+ - name: MoverScore (Question & Answer Generation (with Gold Answer))
62
+ type: moverscore_question_answer_generation_with_gold_answer
63
+ value: 69.72
64
+ - name: QAAlignedF1Score-BERTScore (Question & Answer Generation (with Gold Answer)) [Gold Answer]
65
+ type: qa_aligned_f1_score_bertscore_question_answer_generation_with_gold_answer_gold_answer
66
  value: 95.54
67
+ - name: QAAlignedRecall-BERTScore (Question & Answer Generation (with Gold Answer)) [Gold Answer]
68
+ type: qa_aligned_recall_bertscore_question_answer_generation_with_gold_answer_gold_answer
69
  value: 95.49
70
+ - name: QAAlignedPrecision-BERTScore (Question & Answer Generation (with Gold Answer)) [Gold Answer]
71
+ type: qa_aligned_precision_bertscore_question_answer_generation_with_gold_answer_gold_answer
72
  value: 95.59
73
+ - name: QAAlignedF1Score-MoverScore (Question & Answer Generation (with Gold Answer)) [Gold Answer]
74
+ type: qa_aligned_f1_score_moverscore_question_answer_generation_with_gold_answer_gold_answer
75
  value: 70.82
76
+ - name: QAAlignedRecall-MoverScore (Question & Answer Generation (with Gold Answer)) [Gold Answer]
77
+ type: qa_aligned_recall_moverscore_question_answer_generation_with_gold_answer_gold_answer
78
  value: 70.54
79
+ - name: QAAlignedPrecision-MoverScore (Question & Answer Generation (with Gold Answer)) [Gold Answer]
80
+ type: qa_aligned_precision_moverscore_question_answer_generation_with_gold_answer_gold_answer
81
  value: 71.13
82
  - task:
83
  name: Text2text Generation
362
  | ROUGE_L | 53.85 | default | [lmqg/qg_squad](https://huggingface.co/datasets/lmqg/qg_squad) |
363
 
364
 
365
+ - ***Metric (Question & Answer Generation, Reference Answer)***: Each question is generated from *the gold answer*. [raw metric file](https://huggingface.co/lmqg/bart-large-squad-qg/raw/main/eval/metric.first.answer.paragraph.questions_answers.lmqg_qg_squad.default.json)
366
 
367
  | | Score | Type | Dataset |
368
  |:--------------------------------|--------:|:--------|:---------------------------------------------------------------|
369
+ | BERTScore | 94.63 | default | [lmqg/qg_squad](https://huggingface.co/datasets/lmqg/qg_squad) |
370
+ | Bleu_1 | 43.22 | default | [lmqg/qg_squad](https://huggingface.co/datasets/lmqg/qg_squad) |
371
+ | Bleu_2 | 29.09 | default | [lmqg/qg_squad](https://huggingface.co/datasets/lmqg/qg_squad) |
372
+ | Bleu_3 | 19.77 | default | [lmqg/qg_squad](https://huggingface.co/datasets/lmqg/qg_squad) |
373
+ | Bleu_4 | 13.96 | default | [lmqg/qg_squad](https://huggingface.co/datasets/lmqg/qg_squad) |
374
+ | METEOR | 40.22 | default | [lmqg/qg_squad](https://huggingface.co/datasets/lmqg/qg_squad) |
375
+ | MoverScore | 69.72 | default | [lmqg/qg_squad](https://huggingface.co/datasets/lmqg/qg_squad) |
376
  | QAAlignedF1Score (BERTScore) | 95.54 | default | [lmqg/qg_squad](https://huggingface.co/datasets/lmqg/qg_squad) |
377
  | QAAlignedF1Score (MoverScore) | 70.82 | default | [lmqg/qg_squad](https://huggingface.co/datasets/lmqg/qg_squad) |
378
  | QAAlignedPrecision (BERTScore) | 95.59 | default | [lmqg/qg_squad](https://huggingface.co/datasets/lmqg/qg_squad) |
379
  | QAAlignedPrecision (MoverScore) | 71.13 | default | [lmqg/qg_squad](https://huggingface.co/datasets/lmqg/qg_squad) |
380
  | QAAlignedRecall (BERTScore) | 95.49 | default | [lmqg/qg_squad](https://huggingface.co/datasets/lmqg/qg_squad) |
381
  | QAAlignedRecall (MoverScore) | 70.54 | default | [lmqg/qg_squad](https://huggingface.co/datasets/lmqg/qg_squad) |
382
+ | ROUGE_L | 42.37 | default | [lmqg/qg_squad](https://huggingface.co/datasets/lmqg/qg_squad) |
383
 
384
 
385
  - ***Metrics (Question Generation, Out-of-Domain)***