Update README.md
Browse files
README.md
CHANGED
@@ -3,7 +3,7 @@ language: en
|
|
3 |
tags:
|
4 |
- qa
|
5 |
- classification
|
6 |
-
- question
|
7 |
- answering
|
8 |
- SQuAD
|
9 |
- metric
|
@@ -16,7 +16,7 @@ datasets:
|
|
16 |
model-index:
|
17 |
- name: t5-weighter_cnndm-en
|
18 |
results:
|
19 |
-
- task:
|
20 |
name: Classification
|
21 |
type: Question Weighter
|
22 |
widget:
|
@@ -25,7 +25,7 @@ widget:
|
|
25 |
# t5-weighter_cnndm-en
|
26 |
|
27 |
## Model description
|
28 |
-
This model is a *Classifier* model based on T5-small, that predicts if a question is
|
29 |
It is actually a component of [QuestEval](https://github.com/recitalAI/QuestEval) metric but can be used independently as it is.
|
30 |
|
31 |
|
@@ -42,7 +42,6 @@ You can play with the model using the inference API, the text input format shoul
|
|
42 |
|
43 |
`text_input = "{ANSWER} </s> {QUESTION} </s> {CONTEXT}"`
|
44 |
|
45 |
-
|
46 |
## Training data
|
47 |
The model was trained on synthetic data as described in [Questeval: Summarization asks for fact-based evaluation](https://arxiv.org/abs/2103.12693).
|
48 |
|
|
|
3 |
tags:
|
4 |
- qa
|
5 |
- classification
|
6 |
+
- question
|
7 |
- answering
|
8 |
- SQuAD
|
9 |
- metric
|
|
|
16 |
model-index:
|
17 |
- name: t5-weighter_cnndm-en
|
18 |
results:
|
19 |
+
- task:
|
20 |
name: Classification
|
21 |
type: Question Weighter
|
22 |
widget:
|
|
|
25 |
# t5-weighter_cnndm-en
|
26 |
|
27 |
## Model description
|
28 |
+
This model is a *Classifier* model based on T5-small, that predicts if a answer / question couple is considered as important fact or not (Is this answer enough relevant to appear in a plausible summary?).
|
29 |
It is actually a component of [QuestEval](https://github.com/recitalAI/QuestEval) metric but can be used independently as it is.
|
30 |
|
31 |
|
|
|
42 |
|
43 |
`text_input = "{ANSWER} </s> {QUESTION} </s> {CONTEXT}"`
|
44 |
|
|
|
45 |
## Training data
|
46 |
The model was trained on synthetic data as described in [Questeval: Summarization asks for fact-based evaluation](https://arxiv.org/abs/2103.12693).
|
47 |
|