← Latest papers
💬 NLP

Binary Token-Level Classification with DeBERTa for All-Type MWE Identification: A Lightweight Approach with Linguistic Enhancement

This paper presents a lightweight, linguistically enhanced DeBERTa-v3-large model that reformulates multiword expression identification as binary token-level classification, achieving state-of-the-art performance on CoAM and STREUSLE datasets while using 165 times fewer parameters than leading large language models.

Original authors: Diego Rossini, Lonneke van der Plas

Published 2026-01-28
📖 4 min read☕ Coffee break read

Original authors: Diego Rossini, Lonneke van der Plas

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

Imagine you are trying to find specific phrases in a book, like "kick the bucket" or "look up the information." Sometimes these phrases are stuck together, but other times, other words get in the middle, like "look the information up." Finding these "Multiword Expressions" (MWEs) is like playing a game of "Where's Waldo?" where Waldo might be hiding in plain sight or split into two pieces with a crowd between them.

For a long time, computers struggled with this. They either missed the split-up phrases or got confused by the millions of parameters in giant, brain-like models (like Qwen-72B) that tried to memorize everything but still missed the mark.

Here is how the authors of this paper solved the problem using a "lightweight" approach:

1. Changing the Game: From "Guessing the Whole" to "Spotting the Edges"

Traditionally, computers tried to guess the entire phrase all at once, like trying to guess a whole sentence before you've even read the first word. This is hard and slow.

The authors changed the rules. Instead of guessing the whole phrase, they taught their model to answer three simple "Yes/No" questions for every single word in a sentence:

  • Is this the START of a phrase?
  • Is this the END of a phrase?
  • Is this word INSIDE a phrase?

Think of it like building a fence. Instead of trying to draw the whole fence in one go, you just place a "Start" post, an "End" post, and fill in the "Inside" posts. This makes the job much faster and easier for the computer to learn.

2. Giving the Computer a "Grammar Map"

Even with the new game rules, the computer still needed help spotting the tricky, split-up phrases. The authors gave the model a "cheat sheet" based on human grammar:

  • Noun Phrase Chunking: They told the model, "Hey, if these words are grouped together as a noun (like 'stock market'), pay extra attention."
  • Dependency Paths: They gave the model a map of how words connect to each other. If two words are far apart in the sentence but grammatically connected (like "look" and "up" in "look the info up"), the model knows to treat them as a team, even if other words are in between.

3. Balancing the Training Class

The data they used was unbalanced. It was like having a classroom with 100 students who are very good at math, but only 5 who are good at art. The computer kept ignoring the "art" students (the rare, tricky phrases).

To fix this, the authors used oversampling. They took the rare examples and showed them to the computer more often, like giving those 5 art students extra practice time so the computer learns to recognize them too.

The Results: Small and Mighty

The authors tested their new method (using a model called DeBERTa-v3-large) against the giant "Qwen-72B" model.

  • The Giant: Qwen-72B is huge (billions of parameters) and got a score of 57.8%.
  • The Lightweight: Their new model is 165 times smaller but got a score of 69.8%.

It's like a nimble, well-trained detective solving a case faster and more accurately than a giant, slow-moving robot that is trying to memorize the entire library.

Why This Matters

The paper shows that you don't need a massive, energy-hungry supercomputer to understand complex language structures. By using clever tricks (like the "Start/End/Inside" game) and giving the model a little help from grammar rules, a smaller, more efficient model can actually outperform the giants.

They also tested this on a different dataset (STREUSLE) and got similar great results, proving that their method isn't just a lucky fluke on one specific test, but a solid way to find these hidden phrases in English text.

In short: They found a smarter, faster, and smaller way to teach computers to spot complex phrases, even when those phrases are broken up by other words.

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 →