Papers for

customer service teams

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Sentiment analysis improves with better handling of missing data

Robust Multimodal Sentiment Analysis with Incomplete Modalities via Semantic-aware Completeness based Reconstruction

Abstract: Recent multimodal sentiment analysis studies increasingly adopt text-centric fusion approaches to exploit the rich sentiment information inherent in the textual modality. However, these approaches often suffer from performance degradation during inference due to partially missing or noisy data in real-world scenarios, especially when sentiment-related cues are missing. To address this issue, we introduce a new completeness estimation approach that quantifies the degree of sentiment-relevant information preserved in incomplete data to guide the reconstruction of missing semantics. Furthermore, we propose a training strategy that stabilizes multi-task learning while jointly optimizing sentiment prediction and completeness estimation. Extensive experiments and in-depth analyses on three benchmark datasets demonstrate that the proposed approach enables more accurate semantic reconstruction, leading to more precise sentiment prediction.

Thu 10 SeptComputation and LanguageArtificial IntelligenceMachine Learning
The gist
Sentiment analysis tries to understand feelings from things like texts, videos, or sounds. Sometimes parts of this information are missing or noisy, which makes it hard to guess the right emotion. The authors designed a way to figure out how much important sentiment information is still there when some parts are missing. They then use this idea to rebuild the missing meaning and improve the overall sentiment prediction. Their method worked well on several test datasets.
Open 2609.10950v1

SocialRL improves multi-turn dialogue for smarter AI conversations

SocialRL: Refining LLMs' Social Intelligence through Multi-turn Reinforcement Learning and Reward Design

Abstract: Social intelligence enables agents to read social context, infer intent, and adapt over sustained dialogue. As language models become autonomous collaborators, it is central to building effective and trustworthy human-AI interaction. Existing reinforcement learning methods optimize single-turn utterances and sparse outcome rewards, producing short-sighted policies that struggle to manage goal-relationship tensions across multi-turn interactions. We propose SocialRL, a multi-turn reinforcement learning framework addressing both challenges. First, we apply multi-turn reinforcement learning using PPO that propagates delayed outcome rewards back to each turn, enabling long-horizon planning. Second, we design six process reward dimensions capturing the goal-relationship trade-off, including goal advancement, relational attunement, contextual coherence, etc. A reward model dynamically generates fine-grained scoring criteria for each dimension, while a stage-aware weight schedule prioritizes relationship-building in early turns, goal advancement mid-way, and balanced closure late. Across multiple social-dialogue benchmarks, SocialRL improves Goal Achievement by an average of 9.2 percentage points over the corresponding Base models. These results demonstrate the effectiveness of SocialRL across synthetic and real social scenes, as well as standard and challenging social scenarios.

Wed 9 SeptComputation and Language
The gist
Having a good conversation with AI means understanding both the goal and the relationship between people in the talk. The authors found that current AI chat methods only focus on one message at a time, which misses the bigger picture over many turns. They created SocialRL, which teaches AI to think about the whole conversation, balancing getting things done with being friendly and clear. Their approach improved AI’s success in several social chat tests by about 9%.
Open 2609.09764v1

Large language models struggle with understanding emotional relations in group talks

RESCUE-BENCH: Towards Relation-Aware Multi-Party Emotional Support Conversation Systems

Abstract: Existing emotional support conversation systems mainly focus on one-on-one seeker-supporter interactions and individual emotional states, leaving interpersonal relations in multi-party scenarios underexplored. In this work, we introduce relation-aware emotional support conversation, a new task that evaluates whether LLMs can capture and utilize the evolving dynamics of relationships to offer more effective emotional support. We construct RESCUE (Relation-aware Emotional Support Conversation Understanding and Evaluation Benchmark) from real couple and family interview conversations, containing 191 samples, 7,079 annotated turns, and 1,064.8 minutes of video. Based on rich annotations of socio-emotional and support-related dynamics, RESCUE defines six tasks that evaluate two core capabilities required for relation-aware emotional support: Relational Understanding and Relation-Sensitive Support. Experiments with ten LLMs show that current models perform relatively well on tasks relying on local emotional or intervention cues, but struggle with relation-intensive tasks such as relation pattern prediction, viewpoint prediction, and support strategy prediction. These findings reveal the limitations of current LLMs in modeling interpersonal relations and making relation-sensitive support decisions.

Wed 9 SeptArtificial Intelligence
The gist
Most systems that offer emotional support focus on one person talking to one helper, but real-life conversations often involve families or couples with complex relationships. This paper introduces a new way to test if AI models can understand these relationships and give better emotional help. The authors made a dataset of real conversations with couples and families, marking emotional and relationship details in each part. They found that current AI models can catch simple emotional signs but have trouble understanding and using the deeper relationship dynamics to provide sensitive support.
Open 2609.09657v1