commit files to HF hub
Browse files- README.md +138 -0
- eval/metric.first.answer.paragraph_answer.question.lmqg_qg_esquad.default.json +1 -0
- eval/metric.first.sentence.paragraph_answer.question.lmqg_qg_esquad.default.json +1 -0
- eval/samples.test.hyp.paragraph_answer.question.lmqg_qg_esquad.default.txt +0 -0
- eval/samples.validation.hyp.paragraph_answer.question.lmqg_qg_esquad.default.txt +0 -0
README.md
ADDED
@@ -0,0 +1,138 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
license: cc-by-4.0
|
4 |
+
metrics:
|
5 |
+
- bleu4
|
6 |
+
- meteor
|
7 |
+
- rouge-l
|
8 |
+
- bertscore
|
9 |
+
- moverscore
|
10 |
+
language: es
|
11 |
+
datasets:
|
12 |
+
- lmqg/qg_esquad
|
13 |
+
pipeline_tag: text2text-generation
|
14 |
+
tags:
|
15 |
+
- question generation
|
16 |
+
widget:
|
17 |
+
- text: "del <hl> Ministerio de Desarrollo Urbano <hl> , Gobierno de la India."
|
18 |
+
example_title: "Question Generation Example 1"
|
19 |
+
- text: "a <hl> noviembre <hl> , que es también la estación lluviosa."
|
20 |
+
example_title: "Question Generation Example 2"
|
21 |
+
- text: "como <hl> el gobierno de Abbott <hl> que asumió el cargo el 18 de septiembre de 2013."
|
22 |
+
example_title: "Question Generation Example 3"
|
23 |
+
model-index:
|
24 |
+
- name: vocabtrimmer/mbart-large-cc25-trimmed-es-esquad-qg
|
25 |
+
results:
|
26 |
+
- task:
|
27 |
+
name: Text2text Generation
|
28 |
+
type: text2text-generation
|
29 |
+
dataset:
|
30 |
+
name: lmqg/qg_esquad
|
31 |
+
type: default
|
32 |
+
args: default
|
33 |
+
metrics:
|
34 |
+
- name: BLEU4 (Question Generation)
|
35 |
+
type: bleu4_question_generation
|
36 |
+
value: 9.47
|
37 |
+
- name: ROUGE-L (Question Generation)
|
38 |
+
type: rouge_l_question_generation
|
39 |
+
value: 24.48
|
40 |
+
- name: METEOR (Question Generation)
|
41 |
+
type: meteor_question_generation
|
42 |
+
value: 22.78
|
43 |
+
- name: BERTScore (Question Generation)
|
44 |
+
type: bertscore_question_generation
|
45 |
+
value: 84.04
|
46 |
+
- name: MoverScore (Question Generation)
|
47 |
+
type: moverscore_question_generation
|
48 |
+
value: 59.29
|
49 |
+
---
|
50 |
+
|
51 |
+
# Model Card of `vocabtrimmer/mbart-large-cc25-trimmed-es-esquad-qg`
|
52 |
+
This model is fine-tuned version of [ckpts/'mbart-large-cc25'-trimmed-es](https://huggingface.co/ckpts/'mbart-large-cc25'-trimmed-es) for question generation task on the [lmqg/qg_esquad](https://huggingface.co/datasets/lmqg/qg_esquad) (dataset_name: default) via [`lmqg`](https://github.com/asahi417/lm-question-generation).
|
53 |
+
|
54 |
+
|
55 |
+
### Overview
|
56 |
+
- **Language model:** [ckpts/'mbart-large-cc25'-trimmed-es](https://huggingface.co/ckpts/'mbart-large-cc25'-trimmed-es)
|
57 |
+
- **Language:** es
|
58 |
+
- **Training data:** [lmqg/qg_esquad](https://huggingface.co/datasets/lmqg/qg_esquad) (default)
|
59 |
+
- **Online Demo:** [https://autoqg.net/](https://autoqg.net/)
|
60 |
+
- **Repository:** [https://github.com/asahi417/lm-question-generation](https://github.com/asahi417/lm-question-generation)
|
61 |
+
- **Paper:** [https://arxiv.org/abs/2210.03992](https://arxiv.org/abs/2210.03992)
|
62 |
+
|
63 |
+
### Usage
|
64 |
+
- With [`lmqg`](https://github.com/asahi417/lm-question-generation#lmqg-language-model-for-question-generation-)
|
65 |
+
```python
|
66 |
+
from lmqg import TransformersQG
|
67 |
+
|
68 |
+
# initialize model
|
69 |
+
model = TransformersQG(language="es", model="vocabtrimmer/mbart-large-cc25-trimmed-es-esquad-qg")
|
70 |
+
|
71 |
+
# model prediction
|
72 |
+
questions = model.generate_q(list_context="a noviembre , que es también la estación lluviosa.", list_answer="noviembre")
|
73 |
+
|
74 |
+
```
|
75 |
+
|
76 |
+
- With `transformers`
|
77 |
+
```python
|
78 |
+
from transformers import pipeline
|
79 |
+
|
80 |
+
pipe = pipeline("text2text-generation", "vocabtrimmer/mbart-large-cc25-trimmed-es-esquad-qg")
|
81 |
+
output = pipe("del <hl> Ministerio de Desarrollo Urbano <hl> , Gobierno de la India.")
|
82 |
+
|
83 |
+
```
|
84 |
+
|
85 |
+
## Evaluation
|
86 |
+
|
87 |
+
|
88 |
+
- ***Metric (Question Generation)***: [raw metric file](https://huggingface.co/vocabtrimmer/mbart-large-cc25-trimmed-es-esquad-qg/raw/main/eval/metric.first.sentence.paragraph_answer.question.lmqg_qg_esquad.default.json)
|
89 |
+
|
90 |
+
| | Score | Type | Dataset |
|
91 |
+
|:-----------|--------:|:--------|:-----------------------------------------------------------------|
|
92 |
+
| BERTScore | 84.04 | default | [lmqg/qg_esquad](https://huggingface.co/datasets/lmqg/qg_esquad) |
|
93 |
+
| Bleu_1 | 25.81 | default | [lmqg/qg_esquad](https://huggingface.co/datasets/lmqg/qg_esquad) |
|
94 |
+
| Bleu_2 | 17.51 | default | [lmqg/qg_esquad](https://huggingface.co/datasets/lmqg/qg_esquad) |
|
95 |
+
| Bleu_3 | 12.67 | default | [lmqg/qg_esquad](https://huggingface.co/datasets/lmqg/qg_esquad) |
|
96 |
+
| Bleu_4 | 9.47 | default | [lmqg/qg_esquad](https://huggingface.co/datasets/lmqg/qg_esquad) |
|
97 |
+
| METEOR | 22.78 | default | [lmqg/qg_esquad](https://huggingface.co/datasets/lmqg/qg_esquad) |
|
98 |
+
| MoverScore | 59.29 | default | [lmqg/qg_esquad](https://huggingface.co/datasets/lmqg/qg_esquad) |
|
99 |
+
| ROUGE_L | 24.48 | default | [lmqg/qg_esquad](https://huggingface.co/datasets/lmqg/qg_esquad) |
|
100 |
+
|
101 |
+
|
102 |
+
|
103 |
+
## Training hyperparameters
|
104 |
+
|
105 |
+
The following hyperparameters were used during fine-tuning:
|
106 |
+
- dataset_path: lmqg/qg_esquad
|
107 |
+
- dataset_name: default
|
108 |
+
- input_types: paragraph_answer
|
109 |
+
- output_types: question
|
110 |
+
- prefix_types: None
|
111 |
+
- model: ckpts/'mbart-large-cc25'-trimmed-es
|
112 |
+
- max_length: 512
|
113 |
+
- max_length_output: 32
|
114 |
+
- epoch: 7
|
115 |
+
- batch: 8
|
116 |
+
- lr: 0.0001
|
117 |
+
- fp16: False
|
118 |
+
- random_seed: 1
|
119 |
+
- gradient_accumulation_steps: 8
|
120 |
+
- label_smoothing: 0.15
|
121 |
+
|
122 |
+
The full configuration can be found at [fine-tuning config file](https://huggingface.co/vocabtrimmer/mbart-large-cc25-trimmed-es-esquad-qg/raw/main/trainer_config.json).
|
123 |
+
|
124 |
+
## Citation
|
125 |
+
```
|
126 |
+
@inproceedings{ushio-etal-2022-generative,
|
127 |
+
title = "{G}enerative {L}anguage {M}odels for {P}aragraph-{L}evel {Q}uestion {G}eneration",
|
128 |
+
author = "Ushio, Asahi and
|
129 |
+
Alva-Manchego, Fernando and
|
130 |
+
Camacho-Collados, Jose",
|
131 |
+
booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing",
|
132 |
+
month = dec,
|
133 |
+
year = "2022",
|
134 |
+
address = "Abu Dhabi, U.A.E.",
|
135 |
+
publisher = "Association for Computational Linguistics",
|
136 |
+
}
|
137 |
+
|
138 |
+
```
|
eval/metric.first.answer.paragraph_answer.question.lmqg_qg_esquad.default.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"validation": {"Bleu_1": 0.25168761543616275, "Bleu_2": 0.16969842422141848, "Bleu_3": 0.12221232888506003, "Bleu_4": 0.09069361999413537}, "test": {"Bleu_1": 0.25719839832521757, "Bleu_2": 0.17446024600086468, "Bleu_3": 0.12616094540965023, "Bleu_4": 0.09423539661395836}}
|
eval/metric.first.sentence.paragraph_answer.question.lmqg_qg_esquad.default.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"validation": {"Bleu_1": 0.26315408292594367, "Bleu_2": 0.17892536114320237, "Bleu_3": 0.12964620207644803, "Bleu_4": 0.0966452304210191, "METEOR": 0.2243763497770286, "ROUGE_L": 0.24380223232475937, "BERTScore": 0.8360890941019903, "MoverScore": 0.5862222694493625}, "test": {"Bleu_1": 0.25811706031015474, "Bleu_2": 0.17509933074618378, "Bleu_3": 0.1266513082297991, "Bleu_4": 0.09465829730158955, "METEOR": 0.2277813819233985, "ROUGE_L": 0.24477113824538937, "BERTScore": 0.8403992575772397, "MoverScore": 0.5928563602505353}}
|
eval/samples.test.hyp.paragraph_answer.question.lmqg_qg_esquad.default.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
eval/samples.validation.hyp.paragraph_answer.question.lmqg_qg_esquad.default.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|