DanceHA: A Multi-Agent Framework for Document-Level Aspect-Based Sentiment Analysis

This paper introduces DanceHA, a multi-agent framework that utilizes a divide-and-conquer strategy and human-AI collaboration to address the underexplored challenge of document-level Aspect-Based Sentiment Intensity Analysis (ABSIA) in informal writing styles, accompanied by the release of the new Inf-ABSIA dataset.

Lei Wang, Min Huang, Eduard Dragut

Published 2026-03-18
📖 4 min read☕ Coffee break read

Imagine you are trying to understand the mood of a massive, chaotic party by reading thousands of text messages sent by the guests. Some guests are polite and formal ("The food was good"), while others are wild, informal, and expressive ("The food was soooooo goooood!!!!").

This paper introduces a new system called DanceHA designed to do exactly that: read long, messy reviews (like those on Yelp or Amazon) and figure out exactly what people are talking about, how they feel about it, and how strongly they feel.

Here is the breakdown of how it works, using simple analogies:

1. The Problem: The "Wall of Text"

Traditional AI is like a student trying to read a 50-page novel in one sitting. It often gets tired, misses details, or confuses one character with another.

  • The Challenge: Most AI is trained on short sentences. But real reviews are long documents.
  • The "Informal" Twist: People don't just say "good." They say "goooood," "amazzzing," or use emojis. Standard AI often ignores these "lengthened" words, missing the fact that the person is extremely happy, not just "okay."

2. The Solution: The "Dance" (Divide and Conquer)

Instead of one giant brain trying to do everything, the authors created a team of specialized robots (agents) that work together. They call this Dance.

Think of it like a construction crew building a house:

  • The Divider (The Foreman): Instead of one person trying to build the whole house, the Foreman breaks the long review into small, manageable chunks. If a review talks about the "battery," the "screen," and the "keyboard," the Foreman separates these into three different work zones.
  • The Specialists (The Workers):
    • The Category Expert: Looks at the "battery" zone and says, "This belongs in the 'Hardware' category."
    • The Opinion Hunter: Looks at the text and finds the specific words. If someone wrote "baaaattery," this agent catches that specific spelling and keeps it (because the extra 'a's matter!).
    • The Mood Reader: Decides if the feeling is positive or negative and, crucially, how intense it is. Is it a "meh" (score 1) or "OMG I LOVE IT" (score 5)?
  • The Merger: Once the specialists finish their small jobs, their results are stitched back together into a neat list.

3. The "HA" (Human-AI Collaboration)

Even the best robot team makes mistakes. So, the authors added a second layer called HA (Human-AI).

  • Imagine the robot team produces a draft of the review analysis.
  • A Manager Robot looks at the drafts from three different robot teams and tries to agree on the best answer.
  • Then, Human Reviewers step in. They act like the final editors. They check the robot's work, fix errors, throw out bad guesses, and add anything the robots missed.
  • The Result: This process created a brand new, super-accurate dataset called Inf-ABSIA, which is like a "Gold Standard" textbook for teaching AI how to read informal reviews.

4. The "Secret Sauce": Teaching the Small Models

The paper also shows how to teach smaller, cheaper AI models to be as smart as the big, expensive ones.

  • They took the "reasoning steps" (the thought process) the big robot team used to solve the problems.
  • They fed these steps to a smaller student model (like a Qwen-14B).
  • The Analogy: It's like a master chef (the big AI) writing down their secret recipe and cooking techniques, then teaching a junior chef (the small AI). The junior chef ends up cooking almost as well as the master, but much faster and cheaper.

Why Does This Matter?

  • It catches the "vibe": It understands that "cooool" is stronger than "cool."
  • It handles long stories: It doesn't get lost in long paragraphs.
  • It's accurate: By using a team of robots + humans, it creates data that is much better than what we had before.

In a nutshell: DanceHA is a smart, team-based system that breaks down long, messy, informal reviews into tiny pieces, assigns experts to solve each piece, checks the work with humans, and then teaches smaller AIs how to do the same thing. It's the difference between trying to eat a whole pizza in one bite versus slicing it up and enjoying every single slice.

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 →