A Theoretically Grounded Approach to Summarizing Conversation Dynamics for Forecasting the Derailment of Online Conversations (2026.acl-long)
Copied to clipboard
| Challenge: | Recent work on conversation derailment prediction relies on linguistic features rooted in linguistic and social theories. |
| Approach: | They propose a system that predicts from the start of a conversation whether it will derail into toxic exchanges. |
| Outcome: | The proposed system achieves 10% performance increase over baseline and 6.47% increase on benchmark dataset. |
Similar Papers
How did we get here? Summarizing conversation dynamics (2024.naacl-long)
Copied to clipboard
Yilun Hua, Nicholas Chernogor, Yuzhe Gu, Seoyeon Jeong, Miranda Luo, Cristian Danescu-Niculescu-Mizil
| Challenge: | Throughout a conversation, the way participants interact with each other is in constant flux. |
| Approach: | They propose to summarize conversations by constructing human-written summaries and exploring automated baselines. |
| Outcome: | The summarizing tools help both humans and automated systems forecast toxic behavior in conversations. |
Trouble on the Horizon: Forecasting the Derailment of Online Conversations as they Develop (D19-1)
Copied to clipboard
| Challenge: | Recent efforts focused on detecting antisocial behavior after the fact . a forecasting model needs to capture the flow of the conversation, not individual comments . real conversations have an unknown horizon; therefore a practical forecasting system needs to assess the risk . |
| Approach: | They propose a conversational forecasting model that learns conversational dynamics and exploits it to predict derailment as the conversation develops. |
| Outcome: | The proposed model outperforms state-of-the-art models at forecasting derailment . it learns an unsupervised representation of conversational dynamics and exploits it to predict future derailments . |
Dynamic Forecasting of Conversation Derailment (2021.emnlp-main)
Copied to clipboard
| Challenge: | a pretrained language encoder can predict derailment in online conversations . this is a useful task for detecting and preventing abusive language . |
| Approach: | They extend a task to predict derailment in online conversations by using a pretrained language encoder. |
| Outcome: | The proposed task outperforms previous approaches in terms of performance and quality. |
Can LLMs Be Efficient Predictors of Conversational Derailment? (2025.findings-emnlp)
Copied to clipboard
| Challenge: | Conversational derailment is a common issue on online platforms due to toxic or inappropriate remarks. |
| Approach: | They prompt pre-trained large language models to predict conversational derailment without fine-tuning . they compare chain-of-thought reasoning and few-shot exemplars to predict derailments . |
| Outcome: | The proposed model predicts conversational derailment without task-specific fine-tuning without fine-cuning. |
Wait! There’s a Way Out: A Decision Mechanism for Forecasting Conversational Derailment (2026.acl-long)
Copied to clipboard
| Challenge: | Existing approaches make decision to "trigger" based on the estimated likelihood of derailment given the preceding utterances, implicitly assuming that the conversation’s future trajectory is fixed. |
| Approach: | They propose a method for decoupling the decision to trigger from derailment likelihood estimation. |
| Outcome: | The proposed method is inspired by the first human baseline on this task, which shows that humans achieve dramatically lower false positive rates by selectively deferring their decision to trigger when they anticipate that tension is likely to subside. |
Conversations Gone Awry: Detecting Early Signs of Conversational Failure (P18-1)
Copied to clipboard
Justine Zhang, Jonathan Chang, Cristian Danescu-Niculescu-Mizil, Lucas Dixon, Yiqing Hua, Dario Taraborelli, Nithum Thain
| Challenge: | Prior work focused on characterizing and detecting content exhibiting antisocial online behavior. |
| Approach: | They propose a task of predicting from the very start of a conversation whether it will get out of hand. |
| Outcome: | The proposed framework can detect early warning signs of antisocial behavior in online conversations. |
Summary Grounded Conversation Generation (2021.findings-acl)
Copied to clipboard
| Challenge: | Existing datasets for conversation summarization are small due to the lack of large-scale datasets. |
| Approach: | They propose three approaches to generate summary grounded conversations, and evaluate the generated conversations using automatic measures and human judgements. |
| Outcome: | The proposed models can generate entire conversations with only a summary of a conversation as the input. |
Multimodal Conversation Modelling for Topic Derailment Detection (2022.findings-emnlp)
Copied to clipboard
| Challenge: | Existing work on analysing textual dialogues that derailed into toxic content ignores visual information, such as images and videos. |
| Approach: | They propose a new multimodal conversational architecture that utilises visual and conversational contexts to classify comments for derailment. |
| Outcome: | The proposed approach outperforms existing methods and is more robust to textual noise. |
TANet: Thread-Aware Pretraining for Abstractive Conversational Summarization (2022.findings-naacl)
Copied to clipboard
| Challenge: | Existing pre-trained language models are difficult to apply to abstractive conversational summarization tasks. |
| Approach: | They propose a thread-aware Transformer-based network that incorporates contextual dependency into the conversational summarization model. |
| Outcome: | The proposed model can be applied to real conversations using a large-scale pretraining dataset. |
Summarization of Dialogues and Conversations At Scale (2023.eacl-tutorials)
Copied to clipboard
| Challenge: | Conversations are the natural communication format for people. |
| Approach: | This tutorial will survey the cutting-edge methods for summarizing written and spoken conversation. |
| Outcome: | This tutorial will examine the cutting-edge methods for summarizing written and spoken conversations, covering key sub-areas whose combination is needed for a successful solution. |