← Latest papers
💬 NLP

In the LLM era, Word Sense Induction remains unsolved

This paper highlights persistent methodological flaws in Word Sense Induction (WSI) evaluation and demonstrates that despite exploring various unsupervised, LLM-based, and semi-supervised approaches, no current method surpasses the simple "one cluster per lemma" heuristic, indicating that WSI remains an unsolved challenge requiring better integration of lexicons and LLM capabilities.

Original authors: Anna Mosolova, Marie Candito, Carlos Ramisch

Published 2026-03-13
📖 6 min read🧠 Deep dive

Original authors: Anna Mosolova, Marie Candito, Carlos Ramisch

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

The Big Picture: The "Word Meaning" Puzzle

Imagine you are a librarian trying to organize a massive library where books are written in a language that changes meaning depending on the context.

Take the word "Bank."

  • In one sentence, it's a place where you keep money.
  • In another, it's the side of a river.
  • In a third, it's a place where you sit (a bench).

Word Sense Induction (WSI) is the task of teaching a computer to figure out these different meanings without being given a dictionary. The computer has to look at thousands of sentences and say, "Ah, when 'bank' is near 'money,' it's Group A. When it's near 'water,' it's Group B."

For a long time, researchers thought that with the rise of Large Language Models (LLMs) (like the AI you are talking to right now), this puzzle would be solved. They assumed these super-smart AIs could just "know" the meanings.

This paper says: "Not so fast." The authors argue that the puzzle is actually harder than we thought, and the current tools (including the smartest AIs) are failing when tested on real-world data.


The Problem: The "Fake Exam" vs. The "Real World"

The authors discovered that previous tests for these AI systems were rigged, like a student studying for a math test using only practice problems that are all easy algebra, while the real exam includes calculus.

  1. The Old Way (The Rigged Exam): Previous datasets used to train and test these AIs were cherry-picked. They only included words that were known to be tricky (polysemous) and had lots of examples. They ignored simple words that only have one meaning.

    • Analogy: It's like training a dog to fetch a ball, but you only ever throw the ball. You never test if the dog can ignore a stick. When the AI sees a simple word, it gets confused because it was trained to expect complexity.
  2. The New Way (The Real World): The authors created a new test using SemCor, a massive, natural collection of text. This dataset includes simple words, complex words, and everything in between, just like real life.

    • Analogy: This is like throwing the dog a mix of balls, sticks, leaves, and shoes to see what it actually does.

The Shocking Results: The "One-Size-Fits-All" Trick Wins

When the authors ran their tests on this "Real World" data, something bizarre happened.

  • The Smartest AI: They tried the most advanced clustering algorithms and the newest LLMs (like GPT-4 and Llama).
  • The Dumbest Baseline: They also tried a "dumb" method called 1cpl (One Cluster Per Lemma). This method simply says: "Don't bother grouping the words. Just put every single instance of the word 'bank' into one giant pile."

The Result: The "dumb" method (1cpl) beat the smart AI systems!

  • Why? Because in real life, most words are used the same way 90% of the time. If you have a word that appears 100 times, maybe 95 times it means "money bank" and 5 times it means "river bank." If you just group them all together, you get the "main idea" right most of the time. The fancy AI tries to split them up perfectly, makes mistakes, and ends up with a lower score.

The Takeaway: The current state-of-the-art AI is actually worse at this specific task than a simple rule that says "assume everything is the same."

The LLM Struggle: The "Over-Confident Student"

The authors also tried asking the LLMs directly to do the job (e.g., "Here are 50 sentences with the word 'bank'; please group them by meaning").

  • The Result: The LLMs struggled badly. They got confused, forgot the instructions, or gave irrelevant answers.
  • Analogy: Imagine asking a genius student to sort 500 cards by color. Instead of sorting them, the student starts writing a poem about the cards, or asks, "What is a card?" or just stops halfway through. The LLMs are great at chatting, but terrible at organizing large lists of data without specific training.

The Solution: The "Magic Dictionary" (Wiktionary)

So, if the AI is failing, how do we fix it? The authors found a way to boost performance, but it requires a little help from a human-made resource: Wiktionary (a free, online dictionary).

They tried three tricks:

  1. Data Augmentation: Feeding the AI more examples of the word from other books (like Wikibooks) so it sees more patterns.
  2. Must-Link Constraints: Telling the AI, "Hey, these two sentences definitely mean the same thing, so don't separate them."
  3. The Dictionary Boost: Using the definitions and examples from Wiktionary to guide the AI.

The Winner: The system that used Wiktionary as a guide (both for training and for giving hints) finally beat the "dumb" baseline. It improved the score by about 3.3%.

  • Analogy: It's like giving the student a cheat sheet. The student (AI) is still struggling, but if you give them the dictionary (Wiktionary) and say, "Use this to help you sort," they finally get an A.

Summary of the Paper's Message

  1. The Field is Broken: Current tests for Word Sense Induction are flawed because they use fake, unrealistic data.
  2. AI isn't Magic Yet: Even the most advanced LLMs cannot automatically figure out word meanings better than a simple "group everything together" rule when looking at real-world text.
  3. Human Knowledge is Still Needed: To make progress, we can't just rely on raw AI power. We need to combine AI with human-made resources like dictionaries (Wiktionary).
  4. The Future: We need to stop pretending the problem is solved. We need better ways to mix the "common sense" of human dictionaries with the "pattern recognition" of AI.

In short: We thought the AI had grown up and could handle the job alone. The paper proves the AI is still a toddler who needs a dictionary and a little bit of human help to do its homework correctly.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →