Papers › The Ubuntu Dialogue Corpus: A Large Dataset for Research in Unstructured Multi-Turn...

The Ubuntu Dialogue Corpus: A Large Dataset for Research in Unstructured Multi-Turn Dialogue Systems

30 Jun 2015WS 2015 9arXiv:1506.08909archive 2025-07-28

Ryan Lowe, Nissan Pow, Iulian Serban, Joelle Pineau

This paper introduces the Ubuntu Dialogue Corpus, a dataset containing almost 1 million multi-turn dialogues, with a total of over 7 million utterances and 100 million words. This provides a unique resource for research into building dialogue managers based on neural language models that can make use of large amounts of unlabeled data. The dataset has both the multi-turn property of conversations in the Dialog State Tracking Challenge datasets, and the unstructured nature of interactions from microblog services such as Twitter. We also describe two neural learning architectures suitable for analyzing this dataset, and provide benchmark performance on the task of selecting the best next response.

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

Code

Syntology Ran 1 of 26 code samples harvested from 4 repositories linked to this paper; 25 have no recorded run. Of those that ran: 1 ran · our draft was wrong.

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

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

npow/ubottu officialmentioned in papermentioned on GitHub report
CKRC24/Listen-and-Translate mentioned on GitHubtf report
Conchylicultor/DeepQA mentioned on GitHubtfApache-2.0 report
MobileGuru1013/ubot mentioned on GitHub report
adaxry/ss_on_decoding_steps mentioned on GitHubtf report
dennybritz/chatbot-retrieval mentioned on GitHubtfMIT report
facebookresearch/ParlAI mentioned on GitHubpytorchMIT report
joe-prog/https-github.com-facebookresearch-ParlAI mentioned on GitHubpytorchnot reachable when probed 2026-09-18 — repositories for recent papers often appear after camera-ready report
julianser/hed-dlg-truncated mentioned on GitHubGPL-3.0 report
llStringll/Poly-encoders mentioned on GitHubpytorch report
npow/ubuntu-corpus mentioned on GitHub report
wayalhruhi/julianser mentioned on GitHubGPL-3.0 report
wszcaswsz/Conversation_Model mentioned on GitHubtf report
yangliuy/HybridNCM mentioned on GitHubpytorchApache-2.0 report
yangliuy/NeuralResponseRanking mentioned on GitHubtfMIT report
yf0726/SemeterProjectSpring19 mentioned on GitHubtf 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

26 samples harvested; 1 ran; 0 honoured the contract we drafted; 25 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 · our draft was wrong
25unverified

Licence: 1 of the 26 samples is 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 4 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.

word2id yangliuy/HybridNCM/generation/util.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · bfd4a7f346c5a4e6 · report
add_dataset_args yangliuy/HybridNCM/generation/options.py community (archive-listed) unverified Apache-2.0 (permissive) · f1eb26cb160eec98 · report
build_initial_embedding_matrix dennybritz/chatbot-retrieval/models/helpers.py community (archive-listed) unverified MIT (permissive) · 49642524b0c47d73 · report
build_prediction_set2 wszcaswsz/Conversation_Model/utilities/prepare_dataset_from_csv.py community (archive-listed) unverified no licence file found · pointer only · e1d1193ca4874b5e · report
cook_refs yangliuy/HybridNCM/generation/pycocoevalcap/cider/cider_scorer.py community (archive-listed) unverified Apache-2.0 (permissive) · 5172aba957a32d9e · report
cook_test yangliuy/HybridNCM/generation/pycocoevalcap/cider/cider_scorer.py community (archive-listed) unverified Apache-2.0 (permissive) · 90a4bcbf05586ff3 · report
create_input_fn dennybritz/chatbot-retrieval/udc_inputs.py community (archive-listed) unverified MIT (permissive) · 4bece3441814bac9 · report
create_model_fn dennybritz/chatbot-retrieval/udc_model.py community (archive-listed) unverified MIT (permissive) · b025140ec95287fc · report
create_train_op dennybritz/chatbot-retrieval/udc_model.py community (archive-listed) unverified MIT (permissive) · a79056c3a7ce2bb9 · report
get_feature_columns dennybritz/chatbot-retrieval/udc_inputs.py community (archive-listed) unverified MIT (permissive) · 6c224b019b52e6ce · report
get_id_feature dennybritz/chatbot-retrieval/udc_model.py community (archive-listed) unverified MIT (permissive) · 113d86038b1554c1 · report
get_parser yangliuy/HybridNCM/generation/options.py community (archive-listed) unverified Apache-2.0 (permissive) · 14ba65f9e410d6db · report
input_transpose yangliuy/HybridNCM/generation/util.py community (archive-listed) unverified Apache-2.0 (permissive) · 5cac8bd360b9940a · report
load_glove_vectors dennybritz/chatbot-retrieval/models/helpers.py community (archive-listed) unverified MIT (permissive) · a0e0d06a212cfb29 · report
load_vocab dennybritz/chatbot-retrieval/models/helpers.py community (archive-listed) unverified MIT (permissive) · d90e90d3ea78789a · report
masked_lstm_encode yangliuy/HybridNCM/generation/hncm_model.py community (archive-listed) unverified Apache-2.0 (permissive) · ec8c2438ecb373d8 · report
parse_args yangliuy/HybridNCM/generation/options.py community (archive-listed) unverified Apache-2.0 (permissive) · 14016c70fb929ac2 · report
precook yangliuy/HybridNCM/generation/pycocoevalcap/cider/cider_scorer.py community (archive-listed) unverified Apache-2.0 (permissive) · 422c41f5b22cf9c3 · report
read_corpus yangliuy/HybridNCM/generation/hncm_dataloader.py community (archive-listed) unverified Apache-2.0 (permissive) · 289d479248805b28 · report
read_fact yangliuy/HybridNCM/generation/hncm_dataloader.py community (archive-listed) unverified Apache-2.0 (permissive) · 8fc611385c172d57 · report
repeat yangliuy/HybridNCM/generation/decoder.py community (archive-listed) unverified Apache-2.0 (permissive) · f071e369bfdc4ba8 · report
resize yangliuy/HybridNCM/generation/decoder.py community (archive-listed) unverified Apache-2.0 (permissive) · 4fb9ed9e53e30879 · report
tokenizer_fn dennybritz/chatbot-retrieval/udc_predict.py community (archive-listed) unverified MIT (permissive) · 74541dfbcac28970 · report
topK_2d yangliuy/HybridNCM/generation/decoder.py community (archive-listed) unverified Apache-2.0 (permissive) · 3c61ced919851141 · report
tqdm_wrap Conchylicultor/DeepQA/chatbot/textdata.py community (archive-listed) unverified Apache-2.0 (permissive) · 4ecad9901e1e4617 · report
word2id_2d yangliuy/HybridNCM/generation/hncm_dataloader.py community (archive-listed) unverified Apache-2.0 (permissive) · b937027b72b21622 · report

Tasks

Answer SelectionConversational Response Selection

1 archive task tag without a task page not shown.

Datasets

Introduced by this paper, per the archive.

UDC

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Conversational Response Selection Ubuntu Dialogue (v1, Ranking) Dual-LSTM R10@1 0.604 #25 of 25 Archive leaderboard report
Conversational Response Selection Ubuntu Dialogue (v1, Ranking) Dual-LSTM R10@2 0.745 #25 of 25 Archive leaderboard report
Conversational Response Selection Ubuntu Dialogue (v1, Ranking) Dual-LSTM R10@5 0.926 #25 of 25 Archive leaderboard report
Conversational Response Selection Ubuntu Dialogue (v1, Ranking) Dual-LSTM R2@1 0.878 #25 of 25 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

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