
Help shape the future of Lexical Semantic Change Detection! Join the SemEval-2027 shared task on tracking word meanings across multiple time periods.
Computational modeling of semantic change aims to study how the meanings of words evolve over time. Existing benchmarks have mostly focused on comparing two time periods, but semantic change is often gradual and unfolds across decades. This task extends the evaluation setting from two time periods to ten, enabling the modeling of individual word senses and their dynamics over time.
The task is based on a novel, multilingual benchmark covering Swedish, English, Italian, Spanish, Dutch, and Russian, with manually annotated data across ten time periods and approximately 120,000 human annotations.
The objective of Subtask 1 is to discover how the meanings of a word evolve over time without access to predefined sense inventories.
Participants receive dated usages of a target word and must automatically identify the underlying senses. The predictions are used for two complementary tracks through which Subtask 1 is evaluated.
Assign each usage of a target word to the senses it expresses.
Participants are free to induce any number of senses. The sense identifiers themselves are arbitrary; only the grouping of usages is evaluated.
For every usage, participants receive:
A system could produce:
| Usage | Senses |
|---|---|
| "The mouse ran across the floor." | [1] |
| "The laboratory mouse..." | [2] |
| "The mouse was on the kitchen table." | [1,2] |
| "Click the mouse button." | [1] |
Here, cluster 1 represents the animal sense, while cluster 2 represents the computer device.
Multiple senses can be assigned to the same sentence. However, if your system produce only one label per sentence, read how to format your submission in the Data and Submission Format section.
Performance is measured using BCubed F1, a clustering metric that evaluates how well predicted sense assignments match the gold standard.
Scores are computed independently for each target word and then macro-averaged across all target words for each language.
Estimate how the distribution of senses changes over time.
Instead of evaluating individual usages, this track focuses on the temporal evolution of each induced sense.
A semantic change score is computed from the annotated sense distributions using Jensen-Shannon Divergence (JSD) between consecutive time periods.
Participant systems are evaluated by comparing their predicted rankings with the gold rankings using Spearman's rank correlation coefficient.
Higher correlation indicates better modeling of semantic change.
Unlike Subtask 1, participants are given a target sense definition.
The objective is to identify which usages correspond to that specific meaning.
This setting reflects many real-world humanities applications, where researchers are interested in tracing the evolution of one particular concept rather than discovering all possible senses.
For every usage, participants receive:
For each usage, systems must predict whether the usage expresses the provided sense.
| Usage | Prediction |
|---|---|
| expresses target sense | 1 |
| does not express target sense | 0 |
Performance is measured using F1-score, computed independently for each target word and then averaged across all words.
| Track | Evaluation | Goal | Output | Metric |
|---|---|---|---|---|
| Subtask 1 Group usages by semantic sense (i.e., diachronic WSI) | 1a: Accuracy of sense assignments | Group usages by semantic sense | Cluster assignment | BCubed F1 |
| 1b: Measure semantic change score across time | Model semantic change across time | Change ranking | Spearman Correlation | |
| Subtask 2 Detect all usages of a given sense | Accuracy of usage classification | Detect usages matching a target sense | Binary classification | Average F1 |
The benchmark contains dated usages from diachronic corpora spanning approximately 1880–2023. Each language is divided into ten time periods of roughly equal length.
For each target word, usages are sampled from each time period. Each usage is manually annotated by at least three annotators.
The task, together with data and the evaluation, is hosted on Codabench and more information is available on: SemEval-2027 Task 3 Codabench