asahi417 commited on
Commit
18d0d2f
1 Parent(s): 27ded53

model update

Browse files
Files changed (1) hide show
  1. README.md +54 -9
README.md CHANGED
@@ -26,7 +26,7 @@ widget:
26
  - text: "extract answers: フェルメールの作品では、17世紀のオランダの画家、ヨハネス・フェルメールの作品について記述する。フェルメールの作品は、疑問作も含め30数点しか現存しない。<hl>現存作品はすべて油彩画で、版画、下絵、素描などは残っていない。以下には若干の疑問作も含め、37点の基本情報を記載し、各作品について略説する。<hl>収録順序、推定制作年代は『「フェルメールとその時代展」図録』による。日本語の作品タイトルについては、上掲図録のほか、『「フェルメール展」図録』、『フェルメール生涯と作品』による。便宜上「1650年代の作品」「1660年代の作品」「1670年代の作品」の3つの節を設けたが、フェルメールの作品には制作年代不明のものが多く、推定制作年代については研究者や文献によって若干の差がある。"
27
  example_title: "Answer Extraction Example 2"
28
  model-index:
29
- - name: lmqg/mt5-base-jaquad-multitask
30
  results:
31
  - task:
32
  name: Text2text Generation
@@ -51,16 +51,49 @@ model-index:
51
  - name: MoverScore (Question Generation)
52
  type: moverscore_question_generation
53
  value: 58.85
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  - name: AnswerF1Score (Answer Extraction)
55
- type: answer_f1_score_answer_extraction
56
  value: 30.21
57
  - name: AnswerExactMatch (Answer Extraction)
58
  type: answer_exact_match_answer_extraction
59
  value: 30.21
60
  ---
61
 
62
- # Model Card of `lmqg/mt5-base-jaquad-multitask`
63
- This model is fine-tuned version of [google/mt5-base](https://huggingface.co/google/mt5-base) for question generation task and answer extraction jointly on the [lmqg/qg_jaquad](https://huggingface.co/datasets/lmqg/qg_jaquad) (dataset_name: default) via [`lmqg`](https://github.com/asahi417/lm-question-generation).
64
 
65
 
66
  ### Overview
@@ -77,7 +110,7 @@ This model is fine-tuned version of [google/mt5-base](https://huggingface.co/goo
77
  from lmqg import TransformersQG
78
 
79
  # initialize model
80
- model = TransformersQG(language="ja", model="lmqg/mt5-base-jaquad-multitask")
81
 
82
  # model prediction
83
  question_answer_pairs = model.generate_qa("フェルメールの作品では、17世紀のオランダの画家、ヨハネス・フェルメールの作品について記述する。フェルメールの作品は、疑問作も含め30数点しか現存しない。現存作品はすべて油彩画で、版画、下絵、素描などは残っていない。")
@@ -88,7 +121,7 @@ question_answer_pairs = model.generate_qa("フェルメールの作品では、1
88
  ```python
89
  from transformers import pipeline
90
 
91
- pipe = pipeline("text2text-generation", "lmqg/mt5-base-jaquad-multitask")
92
 
93
  # answer extraction
94
  answer = pipe("generate question: ゾフィーは貴族出身ではあったが王族出身ではなく、ハプスブルク家の皇位継承者であるフランツ・フェルディナントとの結婚は貴賤結婚となっ���。皇帝フランツ・ヨーゼフは、2人の間に生まれた子孫が皇位を継がないことを条件として結婚を承認していた。視察が予定されている<hl>6月28日<hl>は2人の14回目の結婚記念日であった。")
@@ -101,7 +134,7 @@ question = pipe("extract answers: 『クマのプーさん』の物語はまず1
101
  ## Evaluation
102
 
103
 
104
- - ***Metric (Question Generation)***: [raw metric file](https://huggingface.co/lmqg/mt5-base-jaquad-multitask/raw/main/eval/metric.first.sentence.paragraph_answer.question.lmqg_qg_jaquad.default.json)
105
 
106
  | | Score | Type | Dataset |
107
  |:-----------|--------:|:--------|:-----------------------------------------------------------------|
@@ -115,7 +148,19 @@ question = pipe("extract answers: 『クマのプーさん』の物語はまず1
115
  | ROUGE_L | 50.8 | default | [lmqg/qg_jaquad](https://huggingface.co/datasets/lmqg/qg_jaquad) |
116
 
117
 
118
- - ***Metric (Answer Generation)***: [raw metric file](https://huggingface.co/lmqg/mt5-base-jaquad-multitask/raw/main/eval/metric.first.answer.paragraph_sentence.answer.lmqg_qg_jaquad.default.json)
 
 
 
 
 
 
 
 
 
 
 
 
119
 
120
  | | Score | Type | Dataset |
121
  |:-----------------|--------:|:--------|:-----------------------------------------------------------------|
@@ -151,7 +196,7 @@ The following hyperparameters were used during fine-tuning:
151
  - gradient_accumulation_steps: 2
152
  - label_smoothing: 0.15
153
 
154
- The full configuration can be found at [fine-tuning config file](https://huggingface.co/lmqg/mt5-base-jaquad-multitask/raw/main/trainer_config.json).
155
 
156
  ## Citation
157
  ```
 
26
  - text: "extract answers: フェルメールの作品では、17世紀のオランダの画家、ヨハネス・フェルメールの作品について記述する。フェルメールの作品は、疑問作も含め30数点しか現存しない。<hl>現存作品はすべて油彩画で、版画、下絵、素描などは残っていない。以下には若干の疑問作も含め、37点の基本情報を記載し、各作品について略説する。<hl>収録順序、推定制作年代は『「フェルメールとその時代展」図録』による。日本語の作品タイトルについては、上掲図録のほか、『「フェルメール展」図録』、『フェルメール生涯と作品』による。便宜上「1650年代の作品」「1660年代の作品」「1670年代の作品」の3つの節を設けたが、フェルメールの作品には制作年代不明のものが多く、推定制作年代については研究者や文献によって若干の差がある。"
27
  example_title: "Answer Extraction Example 2"
28
  model-index:
29
+ - name: lmqg/mt5-base-jaquad-qg-ae
30
  results:
31
  - task:
32
  name: Text2text Generation
 
51
  - name: MoverScore (Question Generation)
52
  type: moverscore_question_generation
53
  value: 58.85
54
+ - name: QAAlignedF1Score-BERTScore (Question & Answer Generation)
55
+ type: qa_aligned_f1_score_bertscore_question_answer_generation
56
+ value: 80.35
57
+ - name: QAAlignedRecall-BERTScore (Question & Answer Generation)
58
+ type: qa_aligned_recall_bertscore_question_answer_generation
59
+ value: 83.79
60
+ - name: QAAlignedPrecision-BERTScore (Question & Answer Generation)
61
+ type: qa_aligned_precision_bertscore_question_answer_generation
62
+ value: 77.28
63
+ - name: QAAlignedF1Score-MoverScore (Question & Answer Generation)
64
+ type: qa_aligned_f1_score_moverscore_question_answer_generation
65
+ value: 56.23
66
+ - name: QAAlignedRecall-MoverScore (Question & Answer Generation)
67
+ type: qa_aligned_recall_moverscore_question_answer_generation
68
+ value: 58.81
69
+ - name: QAAlignedPrecision-MoverScore (Question & Answer Generation)
70
+ type: qa_aligned_precision_moverscore_question_answer_generation
71
+ value: 54.02
72
+ - name: BLEU4 (Answer Extraction)
73
+ type: bleu4_answer_extraction
74
+ value: 27.35
75
+ - name: ROUGE-L (Answer Extraction)
76
+ type: rouge_l_answer_extraction
77
+ value: 36.81
78
+ - name: METEOR (Answer Extraction)
79
+ type: meteor_answer_extraction
80
+ value: 26.18
81
+ - name: BERTScore (Answer Extraction)
82
+ type: bertscore_answer_extraction
83
+ value: 78.16
84
+ - name: MoverScore (Answer Extraction)
85
+ type: moverscore_answer_extraction
86
+ value: 65.84
87
  - name: AnswerF1Score (Answer Extraction)
88
+ type: answer_f1_score__answer_extraction
89
  value: 30.21
90
  - name: AnswerExactMatch (Answer Extraction)
91
  type: answer_exact_match_answer_extraction
92
  value: 30.21
93
  ---
94
 
95
+ # Model Card of `lmqg/mt5-base-jaquad-qg-ae`
96
+ This model is fine-tuned version of [google/mt5-base](https://huggingface.co/google/mt5-base) for question generation and answer extraction jointly on the [lmqg/qg_jaquad](https://huggingface.co/datasets/lmqg/qg_jaquad) (dataset_name: default) via [`lmqg`](https://github.com/asahi417/lm-question-generation).
97
 
98
 
99
  ### Overview
 
110
  from lmqg import TransformersQG
111
 
112
  # initialize model
113
+ model = TransformersQG(language="ja", model="lmqg/mt5-base-jaquad-qg-ae")
114
 
115
  # model prediction
116
  question_answer_pairs = model.generate_qa("フェルメールの作品では、17世紀のオランダの画家、ヨハネス・フェルメールの作品について記述する。フェルメールの作品は、疑問作も含め30数点しか現存しない。現存作品はすべて油彩画で、版画、下絵、素描などは残っていない。")
 
121
  ```python
122
  from transformers import pipeline
123
 
124
+ pipe = pipeline("text2text-generation", "lmqg/mt5-base-jaquad-qg-ae")
125
 
126
  # answer extraction
127
  answer = pipe("generate question: ゾフィーは貴族出身ではあったが王族出身ではなく、ハプスブルク家の皇位継承者であるフランツ・フェルディナントとの結婚は貴賤結婚となっ���。皇帝フランツ・ヨーゼフは、2人の間に生まれた子孫が皇位を継がないことを条件として結婚を承認していた。視察が予定されている<hl>6月28日<hl>は2人の14回目の結婚記念日であった。")
 
134
  ## Evaluation
135
 
136
 
137
+ - ***Metric (Question Generation)***: [raw metric file](https://huggingface.co/lmqg/mt5-base-jaquad-qg-ae/raw/main/eval/metric.first.sentence.paragraph_answer.question.lmqg_qg_jaquad.default.json)
138
 
139
  | | Score | Type | Dataset |
140
  |:-----------|--------:|:--------|:-----------------------------------------------------------------|
 
148
  | ROUGE_L | 50.8 | default | [lmqg/qg_jaquad](https://huggingface.co/datasets/lmqg/qg_jaquad) |
149
 
150
 
151
+ - ***Metric (Question & Answer Generation)***: [raw metric file](https://huggingface.co/lmqg/mt5-base-jaquad-qg-ae/raw/main/eval/metric.first.answer.paragraph.questions_answers.lmqg_qg_jaquad.default.json)
152
+
153
+ | | Score | Type | Dataset |
154
+ |:--------------------------------|--------:|:--------|:-----------------------------------------------------------------|
155
+ | QAAlignedF1Score (BERTScore) | 80.35 | default | [lmqg/qg_jaquad](https://huggingface.co/datasets/lmqg/qg_jaquad) |
156
+ | QAAlignedF1Score (MoverScore) | 56.23 | default | [lmqg/qg_jaquad](https://huggingface.co/datasets/lmqg/qg_jaquad) |
157
+ | QAAlignedPrecision (BERTScore) | 77.28 | default | [lmqg/qg_jaquad](https://huggingface.co/datasets/lmqg/qg_jaquad) |
158
+ | QAAlignedPrecision (MoverScore) | 54.02 | default | [lmqg/qg_jaquad](https://huggingface.co/datasets/lmqg/qg_jaquad) |
159
+ | QAAlignedRecall (BERTScore) | 83.79 | default | [lmqg/qg_jaquad](https://huggingface.co/datasets/lmqg/qg_jaquad) |
160
+ | QAAlignedRecall (MoverScore) | 58.81 | default | [lmqg/qg_jaquad](https://huggingface.co/datasets/lmqg/qg_jaquad) |
161
+
162
+
163
+ - ***Metric (Answer Extraction)***: [raw metric file](https://huggingface.co/lmqg/mt5-base-jaquad-qg-ae/raw/main/eval/metric.first.answer.paragraph_sentence.answer.lmqg_qg_jaquad.default.json)
164
 
165
  | | Score | Type | Dataset |
166
  |:-----------------|--------:|:--------|:-----------------------------------------------------------------|
 
196
  - gradient_accumulation_steps: 2
197
  - label_smoothing: 0.15
198
 
199
+ The full configuration can be found at [fine-tuning config file](https://huggingface.co/lmqg/mt5-base-jaquad-qg-ae/raw/main/trainer_config.json).
200
 
201
  ## Citation
202
  ```