philippelaban
commited on
Commit
·
f18d231
1
Parent(s):
58b4d5c
Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ widget:
|
|
12 |
---
|
13 |
|
14 |
# QA Consolidation Model
|
15 |
-
Model card for the QA Consolidation (step 3) of the Discord Questions framework (EMNLP 2022 - Findings).
|
16 |
|
17 |
The model is a RoBERTa-large model, finetuned on the [MOCHA dataset](https://arxiv.org/abs/2010.03636), and a 5-pt version of the [Answer Equivalence](https://arxiv.org/abs/2202.07654v1) dataset. For a (question, answer1, answer2)-tuple, the model outputs a [1-5] answer similarity score, where 5 is most similar.
|
18 |
|
|
|
12 |
---
|
13 |
|
14 |
# QA Consolidation Model
|
15 |
+
Model card for the QA Consolidation (step 3) of the Discord Questions framework (EMNLP 2022 - Findings). The model assesses the similarity between two answers (a1, a2) to a question Q. The score obtained is on a scale from 1 (most dissimilar) to 5 (most similar). See example below for formatting.
|
16 |
|
17 |
The model is a RoBERTa-large model, finetuned on the [MOCHA dataset](https://arxiv.org/abs/2010.03636), and a 5-pt version of the [Answer Equivalence](https://arxiv.org/abs/2202.07654v1) dataset. For a (question, answer1, answer2)-tuple, the model outputs a [1-5] answer similarity score, where 5 is most similar.
|
18 |
|