pierluigic
commited on
Commit
•
a54420f
1
Parent(s):
a8a150f
Update README.md
Browse files
README.md
CHANGED
@@ -5,13 +5,13 @@ widget:
|
|
5 |
output:
|
6 |
url: "cfn.svg"
|
7 |
---
|
8 |
-
# Cross-Encoder for Word
|
9 |
|
10 |
-
This model
|
11 |
|
12 |
-
The model can be used to detect
|
13 |
|
14 |
-
The training code
|
15 |
|
16 |
<b> Citation </b>
|
17 |
|
|
|
5 |
output:
|
6 |
url: "cfn.svg"
|
7 |
---
|
8 |
+
# Cross-Encoder for Word-Sense Relationship Classification
|
9 |
|
10 |
+
This model has been trained on word sense relations extracted from WordNet.
|
11 |
|
12 |
+
The model can be used to detect what kind of relationships (among homonymy, antonymy, hypernonymy, hyponymy, and co-hyponymy) occur between word senses: Given a pair of word sense definitions, predict the sense relationship (homonymy, antonymy, hypernonymy, hyponymy, and co-hyponymy).
|
13 |
|
14 |
+
The training code can be found here: [https://github.com/ChangeIsKey/change-type-classification](https://github.com/ChangeIsKey/change-type-classification)
|
15 |
|
16 |
<b> Citation </b>
|
17 |
|