Papers › ConvLab-2: An Open-Source Toolkit for Building, Evaluating, and Diagnosing Dialogue Systems

ConvLab-2: An Open-Source Toolkit for Building, Evaluating, and Diagnosing Dialogue Systems

12 Feb 2020ACL 2020 6arXiv:2002.04793archive 2025-07-28

Qi Zhu, Zheng Zhang, Yan Fang, Xiang Li, Ryuichi Takanobu, Jinchao Li, Baolin Peng, Jianfeng Gao, Xiaoyan Zhu, Minlie Huang

We present ConvLab-2, an open-source toolkit that enables researchers to build task-oriented dialogue systems with state-of-the-art models, perform an end-to-end evaluation, and diagnose the weakness of systems. As the successor of ConvLab (Lee et al., 2019b), ConvLab-2 inherits ConvLab's framework but integrates more powerful dialogue models and supports more datasets. Besides, we have developed an analysis tool and an interactive tool to assist researchers in diagnosing dialogue systems. The analysis tool presents rich statistics and summarizes common mistakes from simulated dialogues, which facilitates error analysis and system improvement. The interactive tool provides a user interface that allows developers to diagnose an assembled dialogue system by interacting with the system and modifying the output of each system component.

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

Code

Syntology Ran 2 of 17 code samples harvested from 1 repository linked to this paper; 15 have no recorded run. Of those that ran: 2 ran with no contract checked.

By repository: official repository: 17 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.

thu-coai/ConvLab-2 officialmentioned in papermentioned 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; 2 ran; 0 honoured the contract we drafted; 15 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
15unverified

Licence: 0 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 thu-coai/ConvLab-2. “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.

Copy thu-coai/ConvLab-2/convlab2/e2e/damd/multiwoz/damd_net.py official repository ran · metamorphic tier: invariant Apache-2.0 (permissive) · dd9b8d6b030197c9 · report
MultiLayerGRUwithLN thu-coai/ConvLab-2/convlab2/e2e/damd/multiwoz/damd_net.py official repository ran · metamorphic tier: deterministic fingerprinted Apache-2.0 (permissive) · 74066f3caa545fa8 · report
ActSelectionModel thu-coai/ConvLab-2/convlab2/e2e/damd/multiwoz/damd_net.py official repository unverified Apache-2.0 (permissive) · 821598c3a40ac4ce · report
ActSpanDecoder thu-coai/ConvLab-2/convlab2/e2e/damd/multiwoz/damd_net.py official repository unverified Apache-2.0 (permissive) · 984cbcea9ecd3b92 · report
Attn thu-coai/ConvLab-2/convlab2/e2e/damd/multiwoz/damd_net.py official repository unverified Apache-2.0 (permissive) · d2f2e98a00d15268 · report
BeamSearchNode thu-coai/ConvLab-2/convlab2/e2e/damd/multiwoz/damd_net.py official repository unverified Apache-2.0 (permissive) · 7d1a0b45de1618cc · report
BeliefSpanDecoder thu-coai/ConvLab-2/convlab2/e2e/damd/multiwoz/damd_net.py official repository unverified Apache-2.0 (permissive) · a73f44f91302b0e1 · report
DAMD thu-coai/ConvLab-2/convlab2/e2e/damd/multiwoz/damd_net.py official repository unverified Apache-2.0 (permissive) · 4360dfd7931f302c · report
DomainSpanDecoder thu-coai/ConvLab-2/convlab2/e2e/damd/multiwoz/damd_net.py official repository unverified Apache-2.0 (permissive) · 9face4b0ca5e076a · report
ResponseDecoder thu-coai/ConvLab-2/convlab2/e2e/damd/multiwoz/damd_net.py official repository unverified Apache-2.0 (permissive) · 29c60036092a8630 · report
_Config thu-coai/ConvLab-2/convlab2/e2e/damd/multiwoz/damd_net.py official repository unverified Apache-2.0 (permissive) · 38d06dcd71f175d4 · report
biGRUencoder thu-coai/ConvLab-2/convlab2/e2e/damd/multiwoz/damd_net.py official repository unverified Apache-2.0 (permissive) · 234fcbef27246471 · report
cuda_ thu-coai/ConvLab-2/convlab2/e2e/damd/multiwoz/damd_net.py official repository unverified Apache-2.0 (permissive) · dd2ac2aaa9b0505d · report
get_final_scores thu-coai/ConvLab-2/convlab2/e2e/damd/multiwoz/damd_net.py official repository unverified Apache-2.0 (permissive) · 27866d42f8822564 · report
get_one_hot_input thu-coai/ConvLab-2/convlab2/e2e/damd/multiwoz/damd_net.py official repository unverified Apache-2.0 (permissive) · 8e464195b37f432b · report
label_smoothing thu-coai/ConvLab-2/convlab2/e2e/damd/multiwoz/damd_net.py official repository unverified Apache-2.0 (permissive) · 581ad6f9369f50f6 · report
update_input thu-coai/ConvLab-2/convlab2/e2e/damd/multiwoz/damd_net.py official repository unverified Apache-2.0 (permissive) · ec5a6a8fe29173c7 · report

Tasks

Task-Oriented Dialogue Systems

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