Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ Project: https://github.com/Strong-AI-Lab/Logical-Equivalence-driven-AMR-Data-Au
|
|
22 |
|
23 |
Leaderboard: https://eval.ai/web/challenges/challenge-page/503/leaderboard/1347
|
24 |
|
25 |
-
In this repository, we trained the DeBERTa-V2-XXLarge on the sentence pair constructed by our AMR-LE. We use AMR with two logical equivalence laws `(Contraposition law, Double negation law)` to construct
|
26 |
## How to load the model weight?
|
27 |
```
|
28 |
from transformers import AutoModel
|
|
|
22 |
|
23 |
Leaderboard: https://eval.ai/web/challenges/challenge-page/503/leaderboard/1347
|
24 |
|
25 |
+
In this repository, we trained the DeBERTa-V2-XXLarge on the sentence pair constructed by our AMR-LE. We use AMR with two logical equivalence laws `(Contraposition law, Double negation law)` to construct two different logical equivalence/inequivalence sentences.
|
26 |
## How to load the model weight?
|
27 |
```
|
28 |
from transformers import AutoModel
|