Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
json
Sub-tasks:
semantic-similarity-classification
Languages:
English
Size:
1K - 10K
ArXiv:
Tags:
arxiv:2609.20593
word-in-context
wic
word-sense-disambiguation
lexical-semantics
lexical-ambiguity
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -64,8 +64,8 @@ Both datasets are intended for **evaluation only** and are provided as a single
|
|
| 64 |
```python
|
| 65 |
from datasets import load_dataset
|
| 66 |
|
| 67 |
-
coarse = load_dataset("
|
| 68 |
-
fine = load_dataset("
|
| 69 |
```
|
| 70 |
|
| 71 |
|
|
|
|
| 64 |
```python
|
| 65 |
from datasets import load_dataset
|
| 66 |
|
| 67 |
+
coarse = load_dataset("cardiffnlp/GrainWiC", "coarse_grained", split="test")
|
| 68 |
+
fine = load_dataset("cardiffnlp/GrainWiC", "fine_grained", split="test")
|
| 69 |
```
|
| 70 |
|
| 71 |
|