Update README.md
Browse files
README.md
CHANGED
@@ -43,3 +43,19 @@ configs:
|
|
43 |
- split: test
|
44 |
path: data/test-*
|
45 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
- split: test
|
44 |
path: data/test-*
|
45 |
---
|
46 |
+
|
47 |
+
# Word in Context (WIC)
|
48 |
+
|
49 |
+
Original Paper: https://wic-ita.github.io/
|
50 |
+
|
51 |
+
This dataset comes from EVALITA-2023.
|
52 |
+
|
53 |
+
Word in Context task consists of establishing if a word *w* occurring in two different sentences *s1* and *s2* has the same meaning or not.
|
54 |
+
|
55 |
+
We repropose this task to test generative LLMs defining a specific prompting strategy comparing the perplexities of possible continuations to understand the models' capabilities.
|
56 |
+
|
57 |
+
Data statistics:
|
58 |
+
- add
|
59 |
+
|
60 |
+
Proposed Prompt:
|
61 |
+
- add
|