Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ pipeline_tag: text-classification
|
|
8 |
# Graded Word Sense Disambiguation (WSD) Model
|
9 |
|
10 |
## Model Summary
|
11 |
-
This model is a **fine-tuned version of RoBERTa-Large** for **Graded Word Sense Disambiguation (WSD)**. It is designed to predict the **degree of applicability** of a word sense in context by leveraging **large-scale sense-annotated corpora**. The model is based on the work outlined in:
|
12 |
|
13 |
**Reference Paper:**
|
14 |
Pierluigi Cassotti, Nina Tahmasebi (2025). Sense-specific Historical Word Usage Generation.
|
@@ -82,7 +82,7 @@ print(f"Graded Sense Score: {score}")
|
|
82 |
- Definition: The dictionary definition of the intended sense.
|
83 |
|
84 |
### Output
|
85 |
-
- **A continuous score** (between
|
86 |
|
87 |
---
|
88 |
|
|
|
8 |
# Graded Word Sense Disambiguation (WSD) Model
|
9 |
|
10 |
## Model Summary
|
11 |
+
This model is a **fine-tuned version of RoBERTa-Large** for **Graded Word Sense Disambiguation (WSD)**. It is designed to predict the **degree of applicability** (1-4) of a word sense in context by leveraging **large-scale sense-annotated corpora**. The model is based on the work outlined in:
|
12 |
|
13 |
**Reference Paper:**
|
14 |
Pierluigi Cassotti, Nina Tahmasebi (2025). Sense-specific Historical Word Usage Generation.
|
|
|
82 |
- Definition: The dictionary definition of the intended sense.
|
83 |
|
84 |
### Output
|
85 |
+
- **A continuous score** (between 1 and 4) indicating the **similarity** of the given definition with respect to the word in its current context.
|
86 |
|
87 |
---
|
88 |
|