Papers › DialoGraph: Incorporating Interpretable Strategy-Graph Networks into Negotiation Dialogues

DialoGraph: Incorporating Interpretable Strategy-Graph Networks into Negotiation Dialogues

2 Jun 2021ICLR 2021 1arXiv:2106.00920archive 2025-07-28

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.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2106.00920")

Code

Syntology Ran 3 of 17 code samples harvested from 2 repositories linked to this paper; 14 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · our draft was wrong; 1 ran with no contract checked.

By repository: official repository: 14 samples from 1 repository, 1 ran; community (archive-listed): 3 samples from 1 repository, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

rishabhjoshi/DialoGraph_ICLR21 officialmentioned in paperpytorchApache-2.0 report
boru-roylu/theta mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 3 ran; 1 honoured the contract we drafted; 14 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
1ran · our draft was wrong
1ran
14unverified

Licence: 3 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

count_parameters rishabhjoshi/DialoGraph_ICLR21/src/bot/helper.py official repository ran · honoured contract Apache-2.0 (permissive) · f6b944f50d3f15ae · report
attention rishabhjoshi/DialoGraph_ICLR21/src/bot/transformer_model.py official repository unverified Apache-2.0 (permissive) · f6ec93136ba6135d · report
beam_decode rishabhjoshi/DialoGraph_ICLR21/src/bot/bot_models.py official repository unverified Apache-2.0 (permissive) · ab1062b85c090c41 · report
checkFile rishabhjoshi/DialoGraph_ICLR21/src/bot/helper.py official repository unverified Apache-2.0 (permissive) · ee37607aa9b149ad · report
clones rishabhjoshi/DialoGraph_ICLR21/src/bot/transformer_model.py official repository unverified Apache-2.0 (permissive) · c12dbc36536a1028 · report
getAmounts rishabhjoshi/DialoGraph_ICLR21/src/utils.py official repository unverified Apache-2.0 (permissive) · 36717219876c7415 · report
getRatio rishabhjoshi/DialoGraph_ICLR21/src/utils.py official repository unverified Apache-2.0 (permissive) · eb87901e8a97565b · report
get_attention rishabhjoshi/DialoGraph_ICLR21/src/bot/higru_model.py official repository unverified Apache-2.0 (permissive) · 14f91d3ae965322d · report
get_attn_pad_mask rishabhjoshi/DialoGraph_ICLR21/src/bot/higru_model.py official repository unverified Apache-2.0 (permissive) · 4ca85dff48190064 · report
get_cmd rishabhjoshi/DialoGraph_ICLR21/src/bot/tuning_client.py official repository unverified Apache-2.0 (permissive) · 430fd103ade21c84 · report
get_conv rishabhjoshi/DialoGraph_ICLR21/src/utils.py official repository unverified Apache-2.0 (permissive) · 11dc2e1c87bdd148 · report
greedy_decode rishabhjoshi/DialoGraph_ICLR21/src/bot/bot_models.py official repository unverified Apache-2.0 (permissive) · 8e2d784cf34c95cd · report
str_proc rishabhjoshi/DialoGraph_ICLR21/src/bot/helper.py official repository unverified Apache-2.0 (permissive) · e26ca61a522b8c9a · report
subsequent_mask rishabhjoshi/DialoGraph_ICLR21/src/bot/transformer_model.py official repository unverified Apache-2.0 (permissive) · ad20149c986f9560 · report
HierarchicalBertModel boru-roylu/theta/src/hierarchical_models.py community (archive-listed) ran no licence file found · pointer only · 06c5c41854483ea6 · report
make_hierarchical boru-roylu/theta/src/hierarchical_models.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · 84722522f6fc6c6b · report
HierarchicalBertModelForConversationClassification boru-roylu/theta/src/hierarchical_models.py community (archive-listed) unverified no licence file found · pointer only · b7afae1868526099 · report

Tasks

Response Generation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections