Skip to content

TUDMLab/DanceHA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DanceHA: Multi-Agents Framework for Open-ended Document-level Aspect-Based Sentiment Intensity Analysis with Informal Styles

Update

DanceHA has been accepted to AAAI 2026 Main Track (acceptance rate 17.6%), appearing!!!

Overview

In this work, we introduces \textbf{DanceHA}, a multi-agent framework for open-ended document-level ABSIA with informal styles. It comprises two components: Dance, which applies a divide-and-conquer principle to decompose the complex ABSIA task into the collaboration of expert agents, and HA, Human-AI collaboration for annotation to generate fine-grained and high-accuracy labels. We release Inf-ABSIA, a multi-domain document-level ABSIA dataset featuring fine-grained and high-accuracy labels from DanceHA. Extensive experiments demonstrate the effectiveness of our agentic framework and show that the multi-agent knowledge in DanceHA can be effectively transferred into student models. Our results highlight the importance of the overlooked informal styles in ABSIA, as they often intensify opinions tied to specific aspects.

DaceMaFramework *Figure 1: An overview of our DanceHA framework, consisting of two core components:

  1. Dance (Divide-and-Conquer Teamwork) for open-ended document-level ABSIA with Informal Styles.
  2. HA (Human-AI collaboration) for label annotation.

DanceCase *Figure 2: A running case of Dance for document-level ABSIA with expert agents collaboration.

Code for DanceMA

python ./code/Dance.py # Run Dance
python ./code/MA.py # Run MA
python ./code/reasoning_distillation/run_exp.py # Run reasoning finetuning and inference 

About

Agentic document-level ABSA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%