← Latest papers
💬 NLP

Operationalizing Linguistic Methods through Prompt-Engineering Skills: An Automatic Chinese Web Neologism Detection Pipeline

This paper presents an automatic pipeline for detecting Chinese web neologisms that translates traditional linguistic principles into prompt-engineering skills, achieving high coverage on a large corpus while identifying candidate generation and semantic classification as key bottlenecks through a novel conditional recall decomposition analysis.

Original authors: Yufeng Wu, Meichun Liu

Published 2026-06-09
📖 5 min read🧠 Deep dive

Original authors: Yufeng Wu, Meichun Liu

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 new, trendy slang words that people are inventing on the Chinese internet. It's like trying to catch fish in a massive, murky ocean where the water is full of old, known fish, random debris, and a few brand-new, shiny creatures you've never seen before.

This paper describes a four-stage fishing net designed specifically to catch these new "internet fish" (neologisms) automatically, without needing a human to look at every single piece of debris.

Here is how the process works, using simple analogies:

The Big Picture: Turning Rules into "Skills"

Traditionally, linguists have written books describing how new words are made (like how you can combine two words to make a new one). But those books are just descriptions; they don't tell a computer how to do it.

The authors took those linguistic rules and turned them into "skills" for an AI (a Large Language Model). Think of it like giving a very smart but literal-minded intern a specific checklist and a set of examples, rather than just saying, "Find me new words."

The Four-Stage Pipeline

Stage 1: The Big Net (Candidate Generation)
The team started with a massive library of 267 million Chinese web documents. Instead of using a standard dictionary to chop up the text, they just grabbed every possible combination of 2, 3, or 4 characters that appeared frequently.

  • The Result: They pulled up a bucket containing 1.2 million potential word candidates. This is the "raw catch."

Stage 2: The Dictionary Check & The Glue Test (Pre-filtering)

  • The Dictionary Check: They checked if these words were already in the standard 2005 Chinese dictionary. If they were, they threw them out (because they aren't new).
  • The Glue Test (PMI): They used a math test to see if the characters in a candidate "stick" together tightly. For example, "social" and "death" stick together well to make "social death" (a new concept), but random characters like "apple" and "cloud" might not. If the glue is weak, the candidate is discarded.
  • The Result: The bucket shrinks to 783,000 candidates.

Stage 3: The Grammar Architect (Well-formedness Skill)
This is where the AI gets its first "skill." The AI looks at the remaining candidates and asks: "Does this look like a real Chinese word structure?"

  • It checks if the word follows rules like "Adjective + Noun" or "Verb + Object."
  • It ignores whether the AI has heard the word before; it only cares if the structure makes sense.
  • The Result: The bucket shrinks to 226,000 candidates that look structurally sound.

Stage 4: The Final Judge (Three-Way Classification)
This stage splits into two steps to decide what the word actually is:

  • 4A (The Rule Filter): A simple rule-based filter quickly removes obvious junk (like words starting with "the" or ending with a preposition that makes them sound like sentence fragments).
  • 4B (The AI Judge): The AI uses a second "skill" to make the final call. It has to choose between three options:
    1. Neologism: A brand-new, valid slang word.
    2. Entity: A name of a person, place, or thing (not a new word).
    3. None: Just random noise or an existing phrase.
  • The Result: The final bucket contains 226,959 classified items, including 4,853 confirmed new words.

The "X-Ray" Evaluation: Finding the Leaks

The authors didn't just say, "We found 4,853 words!" They wanted to know where they lost the words they should have found. They used a special "X-ray" method called conditional recall decomposition.

Imagine you have a leaky bucket with five holes. Instead of just measuring how much water is left at the end, they measured how much water leaked out at each specific hole.

The Findings:

  1. Two Big Leaks: They found that most of the "new words" were lost at the very beginning (Stage 1, because the initial net wasn't wide enough) and at the very end (Stage 4B, because the AI struggled to decide if a word was truly "new" or just a known entity).
  2. The Length Problem: They discovered a funny pattern based on word length:
    • The AI was great at checking if 2, 3, or 4-character words were structurally correct (it passed almost all of them).
    • However, the AI got worse at deciding if they were new as the words got longer. It was good at spotting new 2-character words, but its accuracy dropped significantly for 4-character words.

The Bottom Line

The paper proves that you can turn old-school linguistic rules into modern AI "skills" to automatically find new words. They released their list of 4,853 new words and their "X-ray" testing method as a public resource.

However, they also found a boundary: while AI is excellent at checking if a word looks like a word, it still struggles a bit with the harder job of deciding if that word is truly new, especially when the word is long and complex.

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 →