Commit
·
63f07b0
1
Parent(s):
19d6b30
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
datasets:
|
| 3 |
+
- social_i_qa
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
metrics:
|
| 7 |
+
- accuracy
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 12 |
+
|
| 13 |
+
RoBERTa Large trained on Social Interaction QA dataset using HuggingFace's Script for training Multiple Choice QA models.
|
| 14 |
+
The model was trained for the EACL 2023 paper: MetaQA: Combining Expert Agents for Multi-Skill Question Answering. More information on: https://arxiv.org/abs/2112.01922
|
| 15 |
+
The average performance of five models trained with different random seeds on the on the test set is 74.17 ± 0.64
|