Challenge 2: Getting some Sense from LLMs
Many words have more than one sense, i.e. they are polysemous. For example, the noun treasure has 4 senses in Open English Wordnet:
- accumulated wealth in the form of money or jewels etc. “the pirates hid their treasure on a small island in the West Indies”
- art highly prized for its beauty or perfection
- any possession that is highly valued by its owner “the children returned from the seashore with their shells and other treasures”
- a collection of precious things “the trunk held all her meager treasures”
Although the different senses of a word exhibit a rich internal structure, this structure is often not explicitly encoded in lexical resources and the senses of a word are listed without their inter-sense relations. For example, senses 2 and 3 of the noun ‘treasure’ are metaphorically related to sense 1, and sense 4 is an instance of metonymy.
The goal of this challenge is to see whether LLMs can be used to automatically assign sense relations to dictionary entries. Data consists of Dutch dictionary data, including definitions, glosses, and example sentences. Your results are evaluated with metrics on evaluation data
Required skills:
- Basic knowledge of Dutch.
- Basic familiarity with LLMs and prompting.
- Basic python skills (running scripts).
|