model update
Browse files
README.md
CHANGED
@@ -53,11 +53,29 @@ model-index:
|
|
53 |
value: 0.5662580131358668
|
54 |
---
|
55 |
|
56 |
-
#
|
57 |
This model is fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) for question generation task on the
|
58 |
-
[lmqg/qg_itquad](https://huggingface.co/datasets/lmqg/qg_itquad) (dataset_name: default).
|
59 |
This model is fine-tuned on the answer extraction task as well as the question generation.
|
60 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
### Overview
|
62 |
- **Language model:** [google/mt5-small](https://huggingface.co/google/mt5-small)
|
63 |
- **Language:** it
|
@@ -74,10 +92,12 @@ from transformers import pipeline
|
|
74 |
model_path = 'lmqg/mt5-small-itquad-multitask'
|
75 |
pipe = pipeline("text2text-generation", model_path)
|
76 |
|
77 |
-
# Question Generation
|
78 |
-
question = pipe('generate question: <hl> Dopo il 1971 <hl> , l' OPEC ha tardato ad adeguare i prezzi per riflettere tale deprezzamento.')
|
79 |
# Answer Extraction
|
80 |
answer = pipe('extract answers: <hl> Il 6 ottobre 1973 , la Siria e l' Egitto, con il sostegno di altre nazioni arabe, lanciarono un attacco a sorpresa su Israele, su Yom Kippur. <hl> Questo rinnovo delle ostilità nel conflitto arabo-israeliano ha liberato la pressione economica sottostante sui prezzi del petrolio. All' epoca, l' Iran era il secondo esportatore mondiale di petrolio e un vicino alleato degli Stati Uniti. Settimane più tardi, lo scià d' Iran ha detto in un' intervista: Naturalmente[il prezzo del petrolio] sta andando a salire Certamente! E come! Avete[Paesi occidentali] aumentato il prezzo del grano che ci vendete del 300 per cento, e lo stesso per zucchero e cemento.')
|
|
|
|
|
|
|
|
|
81 |
```
|
82 |
|
83 |
## Evaluation Metrics
|
@@ -114,4 +134,16 @@ The following hyperparameters were used during fine-tuning:
|
|
114 |
The full configuration can be found at [fine-tuning config file](https://huggingface.co/lmqg/mt5-small-itquad-multitask/raw/main/trainer_config.json).
|
115 |
|
116 |
## Citation
|
117 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
value: 0.5662580131358668
|
54 |
---
|
55 |
|
56 |
+
# Model Card of `lmqg/mt5-small-itquad-multitask`
|
57 |
This model is fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) for question generation task on the
|
58 |
+
[lmqg/qg_itquad](https://huggingface.co/datasets/lmqg/qg_itquad) (dataset_name: default) via [`lmqg`](https://github.com/asahi417/lm-question-generation).
|
59 |
This model is fine-tuned on the answer extraction task as well as the question generation.
|
60 |
|
61 |
+
Please cite our paper if you use the model ([TBA](TBA)).
|
62 |
+
|
63 |
+
```
|
64 |
+
|
65 |
+
@inproceedings{ushio-etal-2022-generative,
|
66 |
+
title = "{G}enerative {L}anguage {M}odels for {P}aragraph-{L}evel {Q}uestion {G}eneration: {A} {U}nified {B}enchmark and {E}valuation",
|
67 |
+
author = "Ushio, Asahi and
|
68 |
+
Alva-Manchego, Fernando and
|
69 |
+
Camacho-Collados, Jose",
|
70 |
+
booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing",
|
71 |
+
month = dec,
|
72 |
+
year = "2022",
|
73 |
+
address = "Abu Dhabi, U.A.E.",
|
74 |
+
publisher = "Association for Computational Linguistics",
|
75 |
+
}
|
76 |
+
|
77 |
+
```
|
78 |
+
|
79 |
### Overview
|
80 |
- **Language model:** [google/mt5-small](https://huggingface.co/google/mt5-small)
|
81 |
- **Language:** it
|
|
|
92 |
model_path = 'lmqg/mt5-small-itquad-multitask'
|
93 |
pipe = pipeline("text2text-generation", model_path)
|
94 |
|
|
|
|
|
95 |
# Answer Extraction
|
96 |
answer = pipe('extract answers: <hl> Il 6 ottobre 1973 , la Siria e l' Egitto, con il sostegno di altre nazioni arabe, lanciarono un attacco a sorpresa su Israele, su Yom Kippur. <hl> Questo rinnovo delle ostilità nel conflitto arabo-israeliano ha liberato la pressione economica sottostante sui prezzi del petrolio. All' epoca, l' Iran era il secondo esportatore mondiale di petrolio e un vicino alleato degli Stati Uniti. Settimane più tardi, lo scià d' Iran ha detto in un' intervista: Naturalmente[il prezzo del petrolio] sta andando a salire Certamente! E come! Avete[Paesi occidentali] aumentato il prezzo del grano che ci vendete del 300 per cento, e lo stesso per zucchero e cemento.')
|
97 |
+
|
98 |
+
# Question Generation
|
99 |
+
question = pipe('generate question: <hl> Dopo il 1971 <hl> , l' OPEC ha tardato ad adeguare i prezzi per riflettere tale deprezzamento.')
|
100 |
+
|
101 |
```
|
102 |
|
103 |
## Evaluation Metrics
|
|
|
134 |
The full configuration can be found at [fine-tuning config file](https://huggingface.co/lmqg/mt5-small-itquad-multitask/raw/main/trainer_config.json).
|
135 |
|
136 |
## Citation
|
137 |
+
|
138 |
+
@inproceedings{ushio-etal-2022-generative,
|
139 |
+
title = "{G}enerative {L}anguage {M}odels for {P}aragraph-{L}evel {Q}uestion {G}eneration: {A} {U}nified {B}enchmark and {E}valuation",
|
140 |
+
author = "Ushio, Asahi and
|
141 |
+
Alva-Manchego, Fernando and
|
142 |
+
Camacho-Collados, Jose",
|
143 |
+
booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing",
|
144 |
+
month = dec,
|
145 |
+
year = "2022",
|
146 |
+
address = "Abu Dhabi, U.A.E.",
|
147 |
+
publisher = "Association for Computational Linguistics",
|
148 |
+
}
|
149 |
+
|