← Latest papers
💬 NLP

UCSC NLP at SemEval-2026 Task 10: Boundary-Aware Span Extraction and RoBERTa Classification for Conspiracy Detection

The UCSC NLP team's systems for SemEval-2026 Task 10 (PsyCoMark) employ boundary-aware span extraction with hard-negative sampling and RoBERTa-based classification to detect conspiracy markers and documents, achieving 7th and 11th place rankings respectively while highlighting robust detection of entity-like roles versus sensitivity in abstract role boundaries.

Original authors: Dom Marhoefer, Milos Suvakovic, Glenn Grant-Richards, Aidan Pinero, Ryan King

Published 2026-07-08
📖 5 min read🧠 Deep dive

Original authors: Dom Marhoefer, Milos Suvakovic, Glenn Grant-Richards, Aidan Pinero, Ryan King

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 a detective trying to solve a mystery, but instead of looking for fingerprints, you are looking for the specific "ingredients" that make a story feel like a conspiracy theory. This paper describes how a team from UC Santa Cruz built a computer program to do exactly that for a competition called SemEval-2026.

Here is the breakdown of their work, using simple analogies:

The Two Main Jobs

The competition had two distinct challenges, which the team tackled with two separate "detective agents" (AI models).

1. The Ingredient Hunter (Subtask 1)

  • The Goal: Find specific parts of a sentence that play a role in a conspiracy story. The roles are:
    • The Actor: Who is doing the bad thing?
    • The Victim: Who is getting hurt?
    • The Action: What is the bad thing?
    • The Evidence: What "proof" is being offered?
    • The Effect: What is the scary result?
  • The Challenge: It's not enough to just find the word "Jeffrey." The computer has to know exactly where the sentence starts and ends. For example, is the "Action" just "spilled the beans," or is it the whole phrase "spilled the beans on the Mossad operation"?
  • The Trick: The team taught the computer to be a "boundary perfectionist." They told it: "If you guess the start or end of the phrase even slightly wrong, it doesn't count." They also used a technique called Hard-Negative Mining. Imagine a teacher showing a student a picture of a cat and saying, "That's a cat." Then, they show a picture of a very fluffy dog that looks like a cat and say, "That is not a cat." This helps the student learn the fine line between the two. The computer learned to spot the difference between a true conspiracy marker and a phrase that almost looks like one but isn't quite right.

2. The Story Judge (Subtask 2)

  • The Goal: Read the whole document and decide: Is this a conspiracy theory? Is it definitely not? Or is it impossible to tell?
  • The Trick: This model didn't look at the specific ingredients found by the first detective. Instead, it read the whole story like a human reader, looking for the overall "vibe" or tone. It learned to distinguish between a critical news report (which might mention an actor and a victim but isn't a conspiracy) and a true conspiracy narrative (which uses those same roles but with a suspicious, secretive tone).

How They Did It

The team used a powerful AI brain called RoBERTa. Think of this as a very well-read librarian who has read almost everything on the internet and understands how words fit together.

  • For the Ingredient Hunter: They didn't just ask the librarian to label words one by one. Instead, they asked the librarian to look at every possible chunk of text (up to 32 words long) and ask, "Does this chunk fit the definition of 'Evidence'?" They trained the librarian to be extremely picky about the start and end dates of these chunks.
  • For the Story Judge: They fed the whole story to the librarian and asked for a simple verdict: Yes, No, or Maybe.

The Results

When the team entered their detectives into the official competition:

  • The Ingredient Hunter ranked 7th out of all teams. It was very good at finding the "Actor" and "Victim" (like people's names), but it sometimes struggled with the more abstract parts like "Action" or "Effect," where the boundaries of the phrase are fuzzier.
  • The Story Judge ranked 12th. It was quite good at telling the difference between a conspiracy story and a regular news story.

What They Learned (The "Aha!" Moments)

  • Precision is Hard: The biggest mistake the computer made was getting the start and end of a phrase slightly wrong. If the "Evidence" was the word "report," the computer sometimes guessed "a report" or "according to a report." The competition rules were strict: if you didn't get the exact words, you got zero points.
  • Two Heads are Better Than One (Separately): The team decided not to let the two detectives talk to each other while they were working. They thought, "If the first detective makes a mistake, we don't want the second detective to get confused by that mistake." They kept them separate and only combined their answers at the very end.
  • The "Can't Tell" Problem: The competition had a third option called "Can't tell." However, the final scoring rules ignored this category. This meant the computer's performance looked different on the test day compared to how it performed during practice, simply because the rules changed slightly at the finish line.

In Summary

The UC Santa Cruz team built a system that acts like a very precise editor and a keen observer. They showed that while computers are getting better at spotting the ingredients of conspiracy theories, they still struggle with the exact boundaries of those ingredients. However, they are quite good at sensing the overall mood of a story to decide if it's a conspiracy or not.

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 →