EVIL-Detect for NLPCC 2026 Shared Task 6: LLM-Generated Text Detection
This paper presents EVIL-Detect, a multi-signal ensemble framework with conflict-aware fusion that achieved first place in the NLPCC 2026 Shared Task 6 by effectively detecting LLM-generated, human-written, and LLM-refined text in Chinese scenarios.
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 the internet as a giant, bustling library where books are written by both humans and a new, incredibly fast kind of librarian: Artificial Intelligence. For a long time, these AI librarians (called Large Language Models) could only write simple notes, but now they can write entire stories, essays, and articles that sound almost exactly like a human wrote them. This is a double-edged sword. On one hand, it's a superpower for creativity; on the other, it makes it hard to tell who actually wrote a piece of text. If a student submits an essay, how do we know if they wrote it, if an AI wrote it, or if they asked an AI to help polish their rough draft? This is the big puzzle scientists are trying to solve: building a "lie detector" for text that can spot the difference between a human, a robot, and a human-robot team-up.
In this story, a team of researchers from China has built a new tool called EVIL-Detect to solve this puzzle. They didn't just build a single detector; they built a "detective squad" that works together to catch the truth. Their system was tested in a major competition called NLPCC 2026, where it faced a tricky challenge: distinguishing between three types of text—purely human writing, purely AI writing, and text that was written by a human but then edited or polished by an AI. While other methods tried to guess the answer with a single brain, EVIL-Detect used a team approach, combining different clues to get the right answer. In the final score, their system achieved a macro-F1 score of 0.8888, ranking first in the official evaluation.
The Problem: The "Three-Way" Mystery
Most old-school detectors were like binary switches: they could only say "Human" or "AI." But the real world is messier. People often use AI to fix their grammar or make their writing sound better. This creates a third category: LLM-refined text. Imagine a student writes a draft (Human), then asks an AI to "make this sound more professional" (Refined), or an AI writes a whole story from scratch (AI). The challenge is that the "Refined" text looks like a mix of both, making it very hard to spot.
The researchers found that if you just try to teach a computer to guess all three at once, it gets confused. In their tests, a standard method that tried to learn all three categories directly performed terribly, scoring only 0.1690 on the test. It was like trying to teach a dog to speak three languages at once; it just gave up.
The Solution: The Detective Squad (EVIL-Detect)
Instead of one big brain, the team built EVIL-Detect (which stands for Edit-aware View-Integrated Learning for Detection). Think of this system as a team of four different detectives, each looking at the text through a different pair of glasses. They don't just vote; they talk to each other and resolve their disagreements to reach a final verdict.
Here are the four detectives and what they look for:
- The "Edit Detective" (Supervised Training): This detective is trained to measure how much the text was changed. It looks at the difference between a human's original style and the final version. If the text is pure human, the change is zero. If it's pure AI, the change is huge. If it's "Refined," the change is somewhere in the middle. This detective gives a score on a sliding scale from 0 to 1, telling the team how "edited" the text feels.
- The "Zero-Shot Detective" (EchoPrompt): This detective doesn't need to be trained on the specific data. It uses a clever trick: it asks the text, "Does this sound like something a robot would say?" by comparing how likely different AI models are to generate that text. If the text sounds very much like a robot's natural output, this detective raises a red flag for "AI-generated."
- The "Word Count Detective" (Lexical Statistics): This detective looks at the small, boring details: how often certain words or letter combinations appear. Humans and robots tend to use different "fingerprints" of words. This detective counts these patterns to see if the text leans more toward human habits or machine habits.
- The "Rule Book Detective" (Text Rules): This is the safety net. It looks for obvious giveaways that a human wouldn't make, like leftover computer code (HTML tags like
<div>or<html>) or unfinished sentences that look like a robot got cut off mid-sentence. If it sees these, it immediately flags the text as AI.
How They Work Together: The "Conflict-Aware" Meeting
The magic of EVIL-Detect isn't just having four detectives; it's how they handle it when they disagree. Sometimes the "Edit Detective" thinks a text is "Refined," but the "Word Count Detective" thinks it's "AI."
Instead of just averaging their votes (which would be like a democracy where the minority opinion gets ignored), the team uses a Conflict-Aware Fusion strategy. They have a set of rules for resolving arguments:
- If two detectives agree, they go with that answer.
- If they disagree, they look at the specific clues. For example, if the "Edit Detective" is unsure between "Human" and "Refined," the team checks the "Zero-Shot Detective" to see if there are strong signs of AI.
- Finally, the "Rule Book Detective" gets the last word. If the text has obvious computer code in it, the system overrides everything else and calls it AI.
The Results: Winning the Competition
When the team tested their system on the official competition data, which included tricky, unseen examples designed to break detectors, EVIL-Detect performed incredibly well.
- On the first test set (testp1), it scored a macro-F1 of 0.8913.
- On the second, harder test set (testp2), it scored 0.8888.
The system was particularly good at spotting pure AI text (scoring 0.9219 on that category) and did a solid job with the tricky "Refined" text (scoring 0.8407). The researchers found that the "Edit Detective" was the strongest single member of the team, but the system only reached the top spot because the other detectives helped fix the mistakes the main one made.
What They Learned (and What They Rejected)
The paper also tested some other ideas to see if they worked, and they found that some popular methods actually failed in this specific three-way challenge.
- Direct Training Failed: They tried training a single AI model to just "guess" the three categories directly. It was a disaster, scoring only 0.1690. This proved that you can't just throw data at a model and expect it to understand the nuance between "Human," "AI," and "Refined" without help.
- Old Detectors Struggled: They also tried a method called "Binoculars," which is good for simple binary detection, but it only scored 0.3928 here. It couldn't handle the complexity of the three classes.
The researchers suggest that the secret to success wasn't a single "super-model," but rather a multi-signal ensemble. By combining the "edit strength" (how much was changed), the "likelihood" (does it sound like a robot?), and the "word patterns," they created a system that is robust enough to handle the messy reality of how people actually use AI today.
In short, EVIL-Detect shows that to catch the truth in a world of AI and humans, you need a team of specialists who can argue, compromise, and double-check each other, rather than relying on a single guess.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.