Papers › On the interaction between supervision and self-play in emergent communication

On the interaction between supervision and self-play in emergent communication

4 Feb 2020ICLR 2020 1arXiv:2002.01093archive 2025-07-28

Ryan Lowe, Abhinav Gupta, Jakob Foerster, Douwe Kiela, Joelle Pineau

A promising approach for teaching artificial agents to use natural language involves using human-in-the-loop training. However, recent work suggests that current machine learning methods are too data inefficient to be trained in this way from scratch. In this paper, we investigate the relationship between two categories of learning signals with the ultimate goal of improving sample efficiency: imitating human language data via supervised learning, and maximizing reward in a simulated multi-agent environment via self-play (as done in emergent communication), and introduce the term supervised self-play (S2P) for algorithms using both of these signals. We find that first training agents via supervised learning on human data followed by self-play outperforms the converse, suggesting that it is not beneficial to emerge languages from scratch. We then empirically investigate various S2P schedules that begin with supervised learning in two environments: a Lewis signaling game with symbolic inputs, and an image-based referential game with natural language descriptions. Lastly, we introduce population based approaches to S2P, which further improves the performance over single-agent methods.

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.01093")

Code

Syntology Ran 11 of 16 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 1 ran · honoured contract; 3 ran · our draft was wrong; 3 ran · fixture could not drive it; 4 ran with no contract checked.

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

backpropper/s2p officialmentioned in paperpytorch 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

16 samples harvested; 11 ran; 1 honoured the contract we drafted; 5 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
3ran · our draft was wrong
3ran · fixture could not drive it
4ran
5unverified

Licence: 0 of the 16 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 backpropper/s2p. “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.

Beholder backpropper/s2p/ibr_game/finetune.py official repository ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 7a6f9cb1a39ca0b3 · report
Listener backpropper/s2p/ibr_game/finetune.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 9ecb51a47b201507 · report
Speaker backpropper/s2p/ibr_game/finetune.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 9f509297c82bb3a7 · report
filter_caps backpropper/s2p/ibr_game/finetune.py official repository ran MIT (permissive) · 02b107d78fd0fca7 · report
get_s2p_batch backpropper/s2p/ibr_game/finetune.py official repository ran · fixture could not drive it MIT (permissive) · 5a0aaf20a82cf665 · report
gumbel_softmax backpropper/s2p/ibr_game/finetune.py official repository ran · fixture could not drive it MIT (permissive) · 779be7e9ddb772f0 · report
gumbel_softmax_sample backpropper/s2p/ibr_game/finetune.py official repository ran · honoured contract fingerprinted MIT (permissive) · 626e470a849ef8d9 · report
sample_gumbel backpropper/s2p/ibr_game/finetune.py official repository ran · our draft was wrong MIT (permissive) · eb35bf807af0e213 · report
trim_caps backpropper/s2p/ibr_game/finetune.py official repository ran · our draft was wrong MIT (permissive) · 7b8ff1df3ed9fbd2 · report
truncate_captions backpropper/s2p/ibr_game/finetune.py official repository ran · fixture could not drive it MIT (permissive) · bfdb7c5db11d3441 · report
truncate_dicts backpropper/s2p/ibr_game/finetune.py official repository ran · our draft was wrong MIT (permissive) · d004ca3c465884a6 · report
SpeakerListener backpropper/s2p/ibr_game/finetune.py official repository unverified MIT (permissive) · 057dbfd6c2a4131d · report
load_listener backpropper/s2p/ibr_game/finetune.py official repository unverified MIT (permissive) · 6509889b8433dd2e · report
main backpropper/s2p/ibr_game/finetune.py official repository unverified MIT (permissive) · 5dffc621e220f31f · report
save_to_file backpropper/s2p/ibr_game/finetune.py official repository unverified MIT (permissive) · 975549298f10836c · report
torch_save_to_file backpropper/s2p/ibr_game/finetune.py official repository unverified MIT (permissive) · 409eb80fda6b01b0 · report

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