Papers › Emergent Linguistic Phenomena in Multi-Agent Communication Games

Emergent Linguistic Phenomena in Multi-Agent Communication Games

25 Jan 2019IJCNLP 2019 11arXiv:1901.08706archive 2025-07-28

Laura Graesser, Kyunghyun Cho, Douwe Kiela

In this work, we propose a computational framework in which agents equipped with communication capabilities simultaneously play a series of referential games, where agents are trained using deep reinforcement learning. We demonstrate that the framework mirrors linguistic phenomena observed in natural language: i) the outcome of contact between communities is a function of inter- and intra-group connectivity; ii) linguistic contact either converges to the majority protocol, or in balanced cases leads to novel creole languages of lower complexity; and iii) a linguistic continuum emerges where neighboring languages are more mutually intelligible than farther removed languages. We conclude that intricate properties of language evolution need not depend on complex evolved linguistic capabilities, but can emerge from simple social exchanges between perceptually-enabled agents playing communication games.

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

Code

Syntology Ran 0 of 20 code samples harvested from 1 repository linked to this paper; 20 have no recorded run.

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

lgraesser/MultimodalGame officialmentioned in paperpytorchBSD-3-Clause 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

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

20unverified

Licence: 0 of the 20 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 lgraesser/MultimodalGame. “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.

add_elem lgraesser/MultimodalGame/analyze_messages.py official repository unverified BSD-3-Clause (permissive) · 2a4d0f5a6e0b0f11 · report
basic_block lgraesser/MultimodalGame/utils/package_data.py official repository unverified BSD-3-Clause (permissive) · 0e4b65c138fa4aa5 · report
build_eval_list lgraesser/MultimodalGame/community_util.py official repository unverified BSD-3-Clause (permissive) · 727f055137f254ec · report
build_train_matrix lgraesser/MultimodalGame/community_util.py official repository unverified BSD-3-Clause (permissive) · a6308dec32de38bc · report
calc_message_mean_and_std lgraesser/MultimodalGame/model_symmetric.py official repository unverified BSD-3-Clause (permissive) · f653105ff7ba6ade · report
calc_ratios lgraesser/MultimodalGame/analyze_messages.py official repository unverified BSD-3-Clause (permissive) · 1399d03e6a433f97 · report
clean_and_tokenize lgraesser/MultimodalGame/dataset_loader.py official repository unverified BSD-3-Clause (permissive) · 0b5e5ad6c0494100 · report
convert_tensor_to_string lgraesser/MultimodalGame/analyze_messages.py official repository unverified BSD-3-Clause (permissive) · f41a389cd0a31a31 · report
custom_dtype lgraesser/MultimodalGame/utils/package_data.py official repository unverified BSD-3-Clause (permissive) · 65343d95239ca6e7 · report
downsize lgraesser/MultimodalGame/dataset_loader.py official repository unverified BSD-3-Clause (permissive) · f9a910c22ed228de · report
flickr_name lgraesser/MultimodalGame/utils/download_data.py official repository unverified BSD-3-Clause (permissive) · 400e6ee276cd2cc3 · report
label_mapping lgraesser/MultimodalGame/utils/package_data.py official repository unverified BSD-3-Clause (permissive) · a3fa3e5837b92279 · report
loglikelihood lgraesser/MultimodalGame/model_symmetric.py official repository unverified BSD-3-Clause (permissive) · f8890e03987bcbdf · report
read_log_load lgraesser/MultimodalGame/misc.py official repository unverified BSD-3-Clause (permissive) · e64293b23b188b52 · report
recursively_set_device lgraesser/MultimodalGame/misc.py official repository unverified BSD-3-Clause (permissive) · 4cf10e714cf8e774 · report
sample_agents lgraesser/MultimodalGame/community_util.py official repository unverified BSD-3-Clause (permissive) · 52e46b251663ef26 · report
sparks lgraesser/MultimodalGame/old_files/sparks.py official repository unverified BSD-3-Clause (permissive) · 10d24b28d4ca56b5 · report
torch_load lgraesser/MultimodalGame/misc.py official repository unverified BSD-3-Clause (permissive) · ceb3746f90391b0e · report
try_mkdir lgraesser/MultimodalGame/utils/download_data.py official repository unverified BSD-3-Clause (permissive) · 5aab172cceed1b91 · report
upscale lgraesser/MultimodalGame/dataset_loader.py official repository unverified BSD-3-Clause (permissive) · 445f43025741f25e · report

Tasks

Deep Reinforcement LearningReinforcement LearningReinforcement Learning (RL)

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