Persuasive Dialogue Understanding: the Baselines and Negative Results
Hui Chen, Deepanway Ghosal, Navonil Majumder, Amir Hussain, Soujanya, Poria

TL;DR
This paper evaluates Transformer-based models with CRF for persuasive strategy recognition in dialogues, revealing their limitations and negative results, and highlighting the importance of model choice and sequence modeling in this task.
Contribution
The study demonstrates the limitations of Transformer+CRF models for persuasive strategy recognition and provides insights into effective sequence modeling in dialogue understanding.
Findings
Transformer+CRF models do not outperform baselines.
CRF cannot effectively capture persuasive label dependencies.
LSTM outperforms Transformer in capturing sequential information.
Abstract
Persuasion aims at forming one's opinion and action via a series of persuasive messages containing persuader's strategies. Due to its potential application in persuasive dialogue systems, the task of persuasive strategy recognition has gained much attention lately. Previous methods on user intent recognition in dialogue systems adopt recurrent neural network (RNN) or convolutional neural network (CNN) to model context in conversational history, neglecting the tactic history and intra-speaker relation. In this paper, we demonstrate the limitations of a Transformer-based approach coupled with Conditional Random Field (CRF) for the task of persuasive strategy recognition. In this model, we leverage inter- and intra-speaker contextual semantic features, as well as label dependencies to improve the recognition. Despite extensive hyper-parameter optimizations, this architecture fails to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Speech and dialogue systems · Misinformation and Its Impacts
MethodsLinear Layer · Absolute Position Encodings · Position-Wise Feed-Forward Layer · Softmax · Residual Connection · Dropout · Adam · Dense Connections · Label Smoothing · Conditional Random Field
