← Latest papers
🤖 AI

UTS at PsyDefDetect: Multi-Agent Councils and Absence-Based Reasoning for Defense Mechanism Classification

The UTS at PsyDefDetect system achieved a second-place ranking in classifying psychological defense mechanisms by leveraging absence-based reasoning in prompt-level rules and a multi-agent deliberative council, further enhanced by a targeted override ensemble of fine-tuned models to correct systematic biases against minority classes.

Original authors: Dima Galat, Marian-Andrei Rizoiu

Published 2026-05-12
📖 5 min read🧠 Deep dive

Original authors: Dima Galat, Marian-Andrei Rizoiu

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 understand why people say the things they do when they are upset. Sometimes, they aren't just being honest; they are using psychological "shielding" techniques called defense mechanisms. These shields range from very immature (like acting out physically) to very mature (like calmly solving a problem).

The challenge for computers is that these shields are tricky. A person might say, "I'm fine, just dealing with a lot of unknowns." On the surface, that sounds like a healthy, mature way to handle stress. But in reality, the person is hiding their feelings. They are missing the emotion they should have. To a computer, spotting what is missing is much harder than spotting what is there.

This paper describes a team (UTS at PsyDefDetect) that built a smart computer system to solve this puzzle. They entered a competition with 64 other teams and came in second place. Here is how they did it, explained simply.

1. The Core Idea: "The Ghost in the Room"

The team realized that defense mechanisms are defined by absence.

  • The Metaphor: Imagine a detective looking for a thief. Most detectives look for footprints (what is present). This team realized the thief is actually defined by the empty space where the footprints should be.
  • The Application: If someone talks about a tragedy but doesn't sound sad, the computer needs to recognize that the missing sadness is the clue. They programmed their system with "clinical rules" that specifically look for these missing pieces (missing emotion, blocked thinking, or denied reality). This single trick gave them a massive boost in performance.

2. The "Council of Experts" (The Deliberative Council)

Instead of asking one AI to make a guess, they built a multi-agent council.

  • The Metaphor: Imagine a courtroom. Instead of a jury voting by a simple majority (which would always pick the most common answer), they have a panel of specialized lawyers.
    • Phase 1: Three different "lawyers" (AI agents) look at the case and suggest possible verdicts.
    • Phase 2: If they disagree, a specific "advocate" for each possible verdict steps up. The advocate for "Level 7" (Mature) argues why it fits. The advocate for "Level 6" (Obsessive) argues why that fits better. They don't just shout "I win!"; they present evidence.
    • Phase 3: A judge looks at the strength of the evidence. If the "Level 6" advocate has strong proof, they win, even if three other agents voted for "Level 7."
  • The Result: This system was very good on its own, but it had a flaw: it was too confident about the most common answer (Level 7), often ignoring the rare, difficult cases.

3. The "L7 Attractor" (The Gravity Problem)

The data was heavily skewed. Over half the examples were "Level 7" (Mature).

  • The Metaphor: Imagine a giant magnet (Level 7) in the middle of a room. No matter where you throw a ball (a conversation), the magnet pulls it in. The AI kept getting sucked into saying "This is Mature" even when it wasn't.
  • The Problem: The AI was "confidently wrong." It would pick the rare answers (like Level 3 or 4) and be right, but it would also pick them and be wrong, and it would pick the common answer (Level 7) and be wrong 80% of the time for those specific cases.

4. The "Surgical Strike" Team (The Override Ensemble)

To fix the magnet problem, they added a second layer of defense: a Targeted Override Team.

  • The Metaphor: Think of the Council as a general manager making daily decisions. The Override Team is a specialized "Quality Control" squad that only steps in when the manager makes a risky guess.
  • How it works:
    • They trained three smaller, specialized AI models (like specialized surgeons) to look at the Council's predictions.
    • If the Council says "Level 7" but the specialized models say "Wait, this is actually Level 6," the system checks the evidence.
    • They used a Builder-Critic-Guard system:
      • Builder: Proposes a change.
      • Critic: Tries to prove the change is wrong (argues against it).
      • Guard: Only lets the change through if the evidence is rock-solid.
  • The Result: This team only made 16 changes out of 472 predictions. But those 16 changes were so accurate that they pushed the team from 3rd place to 2nd place.

5. The "Leaky Bucket" Warning

The paper also found a sneaky problem.

  • The Metaphor: Imagine taking a test where the questions are slightly different versions of ones you studied. If you memorize the answers to the study guide, you get 100%. But if the test questions are from the same conversation as the study guide, you aren't really learning; you're just remembering.
  • The Finding: The test data shared the same conversations as the training data. If the AI just "remembered" the conversation, it looked like it was 97% accurate. But when they stopped it from cheating (by ensuring it didn't see the same conversation twice), the accuracy dropped to a realistic 65%. This taught them that retrieval (finding similar examples) had to be done very carefully to avoid cheating.

Summary of the Win

The team didn't win by using the biggest, most powerful AI model. They won by:

  1. Teaching the AI to notice what is missing (the absence of emotion).
  2. Creating a debate system where evidence matters more than a simple vote.
  3. Using a small, highly disciplined "correction team" to fix the few times the main system got confidently wrong.

Their final score was a Macro-F1 of 0.406, beating 63 other teams. They proved that in psychology, sometimes the most important clue is the silence where a feeling should be.

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 →