Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ base_model:
|
|
8 |
|
9 |
# Ambiguity-aware RoBERTa
|
10 |
|
11 |
-
This model is trained on a subset of the
|
12 |
|
13 |
# Usage
|
14 |
|
|
|
8 |
|
9 |
# Ambiguity-aware RoBERTa
|
10 |
|
11 |
+
This model is trained on a subset of the SNLI dataset and is capable of representing the ambiguity occurring in natural language inference tasks as an accurate distribution (i.e., softmax output). It was introduced in the following paper: ["Deep Model Compression Also Helps Models Capture Ambiguity"](https://aclanthology.org/2023.acl-long.381.pdf) (ACL 2023).
|
12 |
|
13 |
# Usage
|
14 |
|