Papers › A Diversity-Promoting Objective Function for Neural Conversation Models

A Diversity-Promoting Objective Function for Neural Conversation Models

11 Oct 2015NAACL 2016 6arXiv:1510.03055archive 2025-07-28

Jiwei Li, Michel Galley, Chris Brockett, Jianfeng Gao, Bill Dolan

Sequence-to-sequence neural network models for generation of conversational responses tend to generate safe, commonplace responses (e.g., "I don't know") regardless of the input. We suggest that the traditional objective function, i.e., the likelihood of output (response) given input (message) is unsuited to response generation tasks. Instead we propose using Maximum Mutual Information (MMI) as the objective function in neural models. Experimental results demonstrate that the proposed MMI models produce more diverse, interesting, and appropriate responses, yielding substantive gains in BLEU scores on two conversational datasets and in human evaluations.

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="1510.03055")

Code

Syntology Ran 2 of 13 code samples harvested from 3 repositories linked to this paper; 11 have no recorded run. Of those that ran: 2 ran · violated contract.

By repository: community (archive-listed): 13 samples from 3 repositories, 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.

14 repositories listed; official and paper-mentioned ones first.

GraphGrailAi/DialoGPT mentioned on GitHubpytorchMIT report
UladzimirBaklan/qwerty mentioned on GitHubtfMIT report
ankita1404/ConversationalChatBot mentioned on GitHubtfMIT report
aryasbandopadhyay/Chatbot-rnn mentioned on GitHubtfMIT report
aswinapk/chatbot_rnn mentioned on GitHubtfMIT report
kennethjones17/chatbot mentioned on GitHubtfMIT report
manu-sk/rnn_chatbot mentioned on GitHubtfMIT report
neeleshnegi/chat-bot mentioned on GitHubtfMIT report
pender/chatbot-rnn mentioned on GitHubtfMIT report
piekey1994/IOM mentioned on GitHubpytorch report
smruthidabbiru/Advanced-ChatBot mentioned on GitHubtf report
souvikdgp16/dialo_gpt_daily_dialog mentioned on GitHubpytorchMIT report
sseol11/DialoGPT mentioned on GitHubpytorchMIT report
tfolkman/deep-learning-experiments 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

13 samples harvested; 2 ran; 0 honoured the contract we drafted; 11 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.

2ran · violated contract
11unverified

Licence: 0 of the 13 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 3 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.

acceptable kennethjones17/chatbot/1.py community (archive-listed) ran · violated contract MIT (permissive) · 4c6947bcd84b3628 · report
str2bool UladzimirBaklan/qwerty/reddit-parse/reddit_parse.py community (archive-listed) ran · violated contract MIT (permissive) · f017532fc389cbfe · report
clean_up_sentence manu-sk/rnn_chatbot/man.py community (archive-listed) unverified MIT (permissive) · 16f8d75f772b43ce · report
format_data kennethjones17/chatbot/1.py community (archive-listed) unverified MIT (permissive) · 60443b1c88d3531b · report
forward_text UladzimirBaklan/qwerty/chatbot.py community (archive-listed) unverified MIT (permissive) · be8210ed15439010 · report
forward_text manu-sk/rnn_chatbot/chatbot.py community (archive-listed) unverified MIT (permissive) · 9859280733338cb9 · report
get_paths UladzimirBaklan/qwerty/chatbot.py community (archive-listed) unverified MIT (permissive) · cf672035bb7ea7a3 · report
get_paths manu-sk/rnn_chatbot/chatbot.py community (archive-listed) unverified MIT (permissive) · d14327156e4feb9e · report
initial_state UladzimirBaklan/qwerty/chatbot.py community (archive-listed) unverified MIT (permissive) · 06af0c6db9c5a42b · report
initial_state manu-sk/rnn_chatbot/chatbot.py community (archive-listed) unverified MIT (permissive) · ddebb05026cc81da · report
post_qualifies UladzimirBaklan/qwerty/reddit-parse/reddit_parse.py community (archive-listed) unverified MIT (permissive) · ac4d7ea9597a1622 · report
post_qualifies manu-sk/rnn_chatbot/reddit-parse/reddit_parse.py community (archive-listed) unverified MIT (permissive) · f542de6a921ff3e7 · report
read_comments_into_cache UladzimirBaklan/qwerty/reddit-parse/reddit_parse.py community (archive-listed) unverified MIT (permissive) · 23ea4680c813da5b · report

Tasks

Conversational Response GenerationDiversityResponse 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