Papers › MinTL: Minimalist Transfer Learning for Task-Oriented Dialogue Systems

MinTL: Minimalist Transfer Learning for Task-Oriented Dialogue Systems

25 Sep 2020EMNLP 2020 11arXiv:2009.12005archive 2025-07-28

Zhaojiang Lin, Andrea Madotto, Genta Indra Winata, Pascale Fung

In this paper, we propose Minimalist Transfer Learning (MinTL) to simplify the system design process of task-oriented dialogue systems and alleviate the over-dependency on annotated data. MinTL is a simple yet effective transfer learning framework, which allows us to plug-and-play pre-trained seq2seq models, and jointly learn dialogue state tracking and dialogue response generation. Unlike previous approaches, which use a copy mechanism to "carryover" the old dialogue states to the new one, we introduce Levenshtein belief spans (Lev), that allows efficient dialogue state tracking with a minimal generation length. We instantiate our learning framework with two pre-trained backbones: T5 and BART, and evaluate them on MultiWOZ. Extensive experiments demonstrate that: 1) our systems establish new state-of-the-art results on end-to-end response generation, 2) MinTL-based systems are more robust than baseline methods in the low resource setting, and they achieve competitive results with only 20\% training data, and 3) Lev greatly improves the inference efficiency.

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

Code

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

By repository: official repository: 9 samples from 1 repository, 3 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

zlinao/MinTL officialmentioned in papermentioned on GitHubpytorchMIT 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

9 samples harvested; 3 ran; 1 honoured the contract we drafted; 6 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
2ran · our draft was wrong
6unverified

Licence: 0 of the 9 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 zlinao/MinTL. “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.

average_distributed_scalar zlinao/MinTL/pretraining.py official repository ran · honoured contract MIT (permissive) · ebb24f4dc2a81286 · report
make_padding_mask zlinao/MinTL/BART.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · f20c9b1aead27fea · report
shift_tokens_right zlinao/MinTL/BART.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · e00ccf7847d12b59 · report
clean_text zlinao/MinTL/damd_multiwoz/clean_dataset.py official repository unverified MIT (permissive) · 5b9d615f09edd9c8 · report
clean_time zlinao/MinTL/damd_multiwoz/clean_dataset.py official repository unverified MIT (permissive) · 4c62f23ce8135bda · report
invert_mask zlinao/MinTL/BART.py official repository unverified MIT (permissive) · c9f6adbecd206460 · report
padOutput zlinao/MinTL/pretraining.py official repository unverified MIT (permissive) · 82241a05bdff196d · report
puntuation_handler zlinao/MinTL/utils.py official repository unverified MIT (permissive) · a9b8c7a10994073f · report
random_spans_noise_mask zlinao/MinTL/pretraining.py official repository unverified MIT (permissive) · 01cc69c1c0585dba · report

Tasks

Dialogue State TrackingMulti-domain Dialogue State TrackingResponse GenerationTask-Oriented Dialogue SystemsTransfer Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AdafactorAdamAttentionAttention DropoutBARTBPEDense ConnectionsDropoutGated Linear UnitInverse Square Root ScheduleLSTMLayer NormalizationLinear LayerMulti-Head AttentionResidual ConnectionSentencePieceSeq2SeqSigmoid ActivationSoftmaxT5Tanh Activation

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