paper-with-me

Papers

DialoGraph: Incorporating Interpretable Strategy-Graph Networks into Negotiation Dialogues

2021-06-02 · ICLR 2021 1 · Rishabh Joshi, Vidhisha Balachandran, Shikhar Vashishth, Alan Black, Yulia Tsvetkov

To successfully negotiate a deal, it is not enough to communicate fluently: pragmatic planning of persuasive negotiation strategies is essential. While modern dialogue agents excel at generating fluent sentences, they still lack pragmatic grounding and cannot reason strategically. We present DialoGraph, a negotiation system that incorporates pragmatic strategies in a negotiation dialogue using graph neural networks. DialoGraph explicitly incorporates dependencies between sequences of strategies to enable improved and interpretable prediction of next optimal strategies, given the dialogue context. Our graph-based method outperforms prior state-of-the-art negotiation models both in the accuracy of strategy/dialogue act prediction and in the quality of downstream dialogue response generation. We qualitatively show further benefits of learned strategy-graphs in providing explicit associations between effective negotiation strategies over the course of the dialogue, leading to interpretable and strategic dialogues.

📄 PDF Abstract BibTeX arXiv:2106.00920

Code (2)

rishabhjoshi/DialoGraph_ICLR21 공식 구현 pytorch
boru-roylu/theta pytorch

Tasks

Response Generation

Similar Papers 제목 키워드 기반

Reinforcement Knowledge Graph Reasoning for Explainable Recommendation

2019-06-12 · Yikun Xian, Zuohui Fu, S. Muthukrishnan, Gerard de Melo 외

Recent advances in personalized recommendation have sparked great interest in the exploitation of rich structured information provided by knowledge graphs. Unlike most existing approaches that only focus on leveraging kn…

Causal InferenceDecision MakingExplainable RecommendationKnowledge Graphs+2

Towards Interpretable Sparse Graph Representation Learning with Laplacian Pooling

2019-05-28 · Emmanuel Noutahi, Dominique Beaini, Julien Horwood, Sébastien Giguère 외

Recent work in graph neural networks (GNNs) has led to improvements in molecular activity and property prediction tasks. Unfortunately, GNNs often fail to capture the relative importance of interactions between molecular…

Drug DesignDrug DiscoveryGraph Representation Learningmolecular representation+3

Incorporating Retrieval-based Causal Learning with Information Bottlenecks for Interpretable Graph Neural Networks

2024-02-07 · Jiahua Rao, Jiancong Xie, Hanjing Lin, Shuangjia Zheng 외

Graph Neural Networks (GNNs) have gained considerable traction for their capability to effectively process topological data, yet their interpretability remains a critical concern. Current interpretation methods are domin…

Retrieval

Incorporating Biological Knowledge with Factor Graph Neural Network for Interpretable Deep Learning

2019-06-03 · Tianle Ma, Aidong Zhang

While deep learning has achieved great success in many fields, one common criticism about deep learning is its lack of interpretability. In most cases, the hidden units in a deep neural network do not have a clear semant…

Deep LearningGraph Neural Network

Graph Data Condensation via Self-expressive Graph Structure Reconstruction

2024-03-12 · Zhanyu Liu, Chaolv Zeng, Guanjie Zheng

With the increasing demands of training graph neural networks (GNNs) on large-scale graphs, graph data condensation has emerged as a critical technique to relieve the storage and time costs during the training phase. It …