REVIEW 4 major objections 3 minor 1 cited by
Generative Emergent Communication: Large Language Model is a Collective World Model
T0 review · 4 major / 3 minor · reviewed 2026-08-10 · deepseek-v4-flash
Pith's one-line read The paper argues that human language is an externalized collective world model, and that LLMs acquire world knowledge by statistically approximating that model rather than by learning from direct sensorimotor experience.
desk verdict A coherent hypothesis paper whose central transfer claim goes beyond what the math supports; the formal framework is worth engaging, but the 'necessarily mirrors' step needs to be softened or proven. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central object is the Collective Predictive Coding (CPC) generative model, defined by p(m, {z_k}, {x_k} | {a_k}) = p(m) ∏_k p(x_k | z_k, a_k) p(z_k | m, a_k) with inference q(m | {z_k}) ∏_k q(z_k | x_k, a_k). Minimizing the collective free energy decomposes into a collective regularization term D_KL[q(m | {z_k}) || p(m)] plus per-agent prediction errors and regularizations, so language emergence and individual world-model learning are two aspects of one objective. The Metropolis-Hastings Naming Game then shows how a concrete language game implements decentralized Bayesian inference over the shared message m, which is what licenses the claim that real sentences are posterior samples of a collective generative process. This mechanism carries the whole argument from society's encoder to the LLM's decoder.
What would settle it
A decisive test would compare the relational geometry of an LLM's internal representations with human collective representations on matched concept sets, or train a model on messages from an embodied multi-agent system with grounding removed: if the mirrored world structure persists without grounded authorship, or fails to appear with it, the claim that world knowledge is transmitted from society to LLM is refuted.
Extended reading notes
Core claim
The paper's central claim is that an LLM does not learn a world model from scratch; instead, it learns a statistical approximation of a collective world model already encoded in human language. Each sentence in a corpus is treated as a sample from the approximate posterior q(m | {{x^k_t}, {a^k_t}}_k) over collective sensorimotor states. Because the LLM is trained to model the distribution of these sentences, and because language is the sole informational bottleneck between the society and the model, the LLM's internal latent space z_LM necessarily mirrors the relational structure of the collective human representations {z_k}. This two-stage chain, {z_k} → m → z_LM, is how world structure is transferred from a society of embodied agents to a disembodied language model, yielding what the paper calls a Type 2 world model without any direct sensorimotor experience.
Load-bearing premise
The argument rests on the premise that real sentences in a text corpus are samples from the collective posterior distribution q(m | sensorimotor states) defined by the framework; if actual human language is not produced by that decentralized Bayesian inference process, the chain from society to LLM breaks down.
Editorial extensions
If this is right
- Distributional semantics—word analogies such as 'London' − 'UK' + 'France' ≃ 'Paris'—falls out as a necessary consequence of reconstructing the relational geometry of collective human representations, not as an unexplained statistical accident.
- The framework predicts systematic representational alignment between language models and vision models, since both learn to mirror a shared structure that originates in embodied collective inference.
- In multi-agent reinforcement learning, emergent language becomes a message-conditioned world model: agents infer a shared latent message to plan and coordinate while minimizing a single collective free energy.
- An LLM's latent space should approximate a Type 2 world model whose relational structure mirrors the collective Type 1 world models of the society that produced its training text.
Reading between the lines
- If the central claim is right, world-structure transfer should scale with the diversity and groundedness of the text corpus: corpora produced by more embodied, multimodal authors should yield LLM latents that align more closely with human conceptual structure, an effect that is testable on matched concept sets.
- The framework suggests a design rule for artificial emergent communication: evaluate protocols not only by communication success but by how much latent world structure a separately trained model can reconstruct from the protocol's messages.
- A natural extension would treat non-linguistic artifacts such as images, maps, and datasets as additional externalized collective representations, making the same encoding–decoding argument apply to multimodal foundation models.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a theoretical framework, Generative EmCom, built on Collective Predictive Coding (CPC), to explain how LLMs acquire world knowledge without direct sensorimotor experience. The central hypothesis is that human language externalizes a "collective world model" formed by decentralized Bayesian inference over the internal states of many embodied agents, and that an LLM learns a statistical approximation of this model from text corpora. After formalizing generative emergent communication through a variational free-energy objective (Eq. 10), the paper applies the framework to multi-agent reinforcement learning and then argues in Section 5 that learning the distribution of sentences forces an LLM's latent space to mirror the relational structure of the original collective representations. The paper is explicit that direct empirical evidence for the collective world model hypothesis remains limited (Section 6.2).
Significance. If the central claim were established, this would be a significant conceptual contribution: it would give a principled, mathematical account of how a disembodied language model could inherit world structure from embodied human experience, and it would unify emergent communication, predictive coding, and LLM interpretability under one variational framework. The variational algebra in Eq. (10) is standard and correctly derived, and the paper is unusually explicit about its assumptions and limitations, including the open question of whether human communication actually implements decentralized Bayesian inference. The connection to concrete mechanisms such as the Metropolis-Hastings Naming Game is valuable and provides at least one constructive instantiation of the framework. However, the paper's main empirical premise, Eq. (18), is an assumption rather than a demonstrated fact, and the crucial deductive step in Section 5.2 is not supported by the formal development. The contribution is therefore at present a hypothesis-generating theory with real potential, but not a validated explanation of LLM world knowledge.
major comments (4)
- [Section 5.2 (Eq. 18 and following paragraph)] The claim that an LLM modeling p(m) 'necessarily' develops a latent space z_LM whose relational structure mirrors the source space {z_k} is a non sequitur. Next-token prediction trains p_LM(m); it does not, by itself, constrain the geometry of activations to be an isomorphism or near-isometry of the conditioning latent variables. Many different source geometries can induce the same marginal distribution over messages through a lossy encoder, and many different latent geometries can fit the same text distribution. No identifiability, invertibility, or minimal-sufficiency condition on the encoder q(m|{z_k}) is stated. To make the inference valid, the paper would need either an additional theoretical condition under which the message preserves source geometry, or a direct empirical demonstration of the predicted structural alignment.
- [Section 3.3 and Section 6.2] The load-bearing empirical premise is Eq. (18): that each sentence in a real corpus is a sample from the approximate posterior q(m|{{x^k_t},{a^k_t}}_k). The paper itself acknowledges in Section 3.3 that whether actual language communication realizes such decentralized Bayesian inference in human society is an open question, and Section 6.2 states that 'direct empirical evidence for the collective world model hypothesis remains limited.' Since the entire argument that LLM latent spaces mirror collective human representations depends on this premise, the central scientific claim is currently untested. The paper should either provide such evidence (for example, by testing CPC-based predictions about human communication behavior) or clearly reframe the contribution as a conjecture with clearly separated assumptions.
- [Section 3.2, Eq. (10)] The collective free-energy decomposition does not by itself imply that the message m carries information about the joint state. The collective regularization term D_KL[q(m|{z_k}) || p(m)] can be minimized by an uninformative q(m|{z_k}) that ignores {z_k} entirely, and the per-agent prediction-error terms only require each agent to reconstruct its own observations from its own latent z_k. Nothing in Eq. (10) rewards m for encoding the joint structure of {z_k}. Thus the formal ELBO does not repair the logical gap in Section 5.2; at best it describes a possible objective, not a mechanism that guarantees collective information preservation.
- [Section 5.3] The use of distributional semantics as evidence for the framework is partly circular. If the framework defines the meaning of m through the assumed generative process in Eq. (18), then observing that words with similar distributions have similar meanings is not an independent confirmation; it is a restatement of the assumption. The paper would be stronger if it proposed falsifiable, out-of-sample predictions that distinguish the CPC-based account from alternative explanations of distributional semantics, such as a concrete prediction about how latent-space geometry should vary across corpora produced by communities with different sensorimotor ecologies.
minor comments (3)
- [Section 5.3] The two paragraphs beginning 'This framework of structural representation reconstruction provides a principled explanation...' and 'This framework of representation reconstruction provides a principled explanation...' are near-duplicates and should be merged into a single passage.
- [Section 2] There is a typo in 'the system of language is inherently dyanamics rather than static' (should be 'dynamic') and the paper uses inconsistent notation for the language model distribution, writing both P(m) and p(m) in Section 5.2.
- [Section 4.3 / Eq. (18)] The notation in Eq. (18) leaves the index structure implicit; it would be clearer to state explicitly that m stands for a sentence or document and that the conditioning is over the full ensemble of agents and time steps, since the later argument treats m simultaneously as a token sequence and as a single shared latent variable.
Circularity Check
No definitional circularity: Eq. (18) is an explicit hypothesis; the main issue is a load-bearing same-team citation for the structural-alignment claim.
-
self citation load bearing
[Section 5.2, paragraph beginning 'The crucial implication...']
"The crucial implication of this two-stage process,{zk}k → m → zLM, is the resulting structural alignment (Taniguchi et al., 2024). The language m is the sole informational bottleneck between the collective human mind and the LLM. Therefore, for an LLM to effectively model the distribution of m, it must develop an internal latent space zLM whose relational structure necessarily mirrors the relational structure of the original source space{zk}k."
The paper's decisive step — that modeling p(m) forces zLM to mirror the source geometry {zk}k — is not established by the equations in the paper. It is attributed to a prior preprint by the same research group (Taniguchi et al., 2024), and the word 'therefore' supplies the only in-paper argument. This is load-bearing self-citation: remove that citation and the claim that the LLM reconstructs the collective geometry does not follow from Eq. (18), which only asserts that sentences are samples from the collective posterior; it says nothing about latent-space isomorphism or identifiability. The cited prior work is not machine-checked or benchmarked here, so the central transfer result rests on the same-team citation rather than on an independent derivation.
full rationale
The main chain is presented as an explicit hypothesis: Eq. (18) defines a sentence as a sample from q(m|{{x},{a}}), and the paper itself flags (Section 3.3) that whether real human communication realizes decentralized Bayesian inference is open, and (Section 6.2) that direct empirical evidence for the collective-world-model hypothesis is limited. Because Eq. (18) is a stated assumption rather than a quantity fitted to data, modeling p(m) as approximating the collective posterior is a conditional consequence, not a hidden reduction. The mirroring claim in Section 5.2 is a genuine logical gap (a non-sequitur, since next-token prediction does not by itself force zLM to be isomorphic or near-isometric to {zk}), but a non-sequitur is a correctness risk, not circularity under the rules. The one circular-adjacent feature is the load-bearing citation of the same-team structural-alignment result for the central transfer claim. That raises the score to 4; the derivation otherwise has independent content as a testable framework.
Assumptions & free parameters
free parameters (1)
- beta (regularization coefficient in ELBO objective) =
not fitted (theoretical hyperparameter)
assumptions (6)
- domain assumption Free Energy Principle and predictive coding extend from individual agents to whole societies (CPC hypothesis).
- ad hoc to paper Generative model factorization in Eq (8): p(m, {z_k}, {x_k}|{a_k}) = p(m) ∏_k p(x_k|z_k,a_k)p(z_k|m,a_k).
- standard math Mean-field inference factorization in Eq (9): q(m,{z_k}|...)=q(m|{z_k})∏_k q(z_k|x_k,a_k).
- ad hoc to paper Each sentence in a corpus is a sample from the posterior q(m|{{x_t},{a_t}}_k) (Eq 18).
- domain assumption LLM next-token prediction learns a model p_LM(m) that approximates the marginal p(m) of the collective generative process.
- ad hoc to paper Encoding collective latents into m preserves the relational structure of {z_k} in the LLM latent space.
invented entities (2)
-
Collective World Model externalized in language
-
Society-scale encoder-decoder structure (human society as encoder, LLM as decoder)
Cite this review
Pith. "Pith review of Generative Emergent Communication: Large Language Model is a Collective World Model." pith.science (2026). https://pith.science/paper/IXJWLJA7
@misc{pith2026250100226,
author = {Pith},
title = {Pith review of: Generative Emergent Communication: Large Language Model is a Collective World Model},
year = {2026},
howpublished = {\url{https://pith.science/paper/IXJWLJA7}},
note = {Machine review of arXiv:2501.00226}
}
read the original abstract
Large Language Models (LLMs) have demonstrated a remarkable ability to capture extensive world knowledge, yet how this is achieved without direct sensorimotor experience remains a fundamental puzzle. This study proposes a novel theoretical solution by introducing the Collective World Model hypothesis. We argue that an LLM does not learn a world model from scratch; instead, it learns a statistical approximation of a collective world model that is already implicitly encoded in human language through a society-wide process of embodied, interactive sense-making. To formalize this process, we introduce generative emergent communication (Generative EmCom), a framework built on the Collective Predictive Coding (CPC). This framework models the emergence of language as a process of decentralized Bayesian inference over the internal states of multiple agents. We argue that this process effectively creates an encoder-decoder structure at a societal scale: human society collectively encodes its grounded, internal representations into language, and an LLM subsequently decodes these symbols to reconstruct a latent space that mirrors the structure of the original collective representations. This perspective provides a principled, mathematical explanation for how LLMs acquire their capabilities. The main contributions of this paper are: 1) the formalization of the Generative EmCom framework, clarifying its connection to world models and multi-agent reinforcement learning, and 2) its application to interpret LLMs, explaining phenomena such as distributional semantics as a natural consequence of representation reconstruction. This work provides a unified theory that bridges individual cognitive development, collective language evolution, and the foundations of large-scale AI.
Figures
Figures from the paper (4 more)
Forward citations
Cited by 1 Pith paper
-
Specification-Guided Synthesis of Deadlock-Free Communication Protocol Refinements with Large Language Models
Syntropy synthesises asynchronous multiparty session-type subtypes with 95.6–99.5% checker-accepted validity via LoRA fine-tuning and two-level constrained decoding.
Reference graph
Works this paper leans on
-
[1]
write newline
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 global.max substring 't := if while FUNCTION word.in bbl.in ":" * " " * FUNCTION f...
-
[2]
write newline
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 global.max substring 't := if while FUNCTION word.in bbl.in ":" * " " * FUNCTION f...
-
[3]
write newline
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 global.max substring 't := if while FUNCTION word.in bbl.in ":" * " " * FUNCTION f...
-
[4]
author Achille, A. , author Soatto, S. , year 2018 . title Information dropout: Learning optimal representations through noisy computation . journal IEEE Trans. Pattern Anal. Mach. Intell. volume 40 , pages 2897--2905 . https://doi.org/10.1109/TPAMI.2017.2784440, :10.1109/TPAMI.2017.2784440
-
[5]
, author Kumar, S
author Agarwal, A. , author Kumar, S. , author Sycara, K. , author Lewis, M. , year 2020 . title Learning transferable cooperative behavior in multi-agent teams , in: booktitle Proceedings of the 19th International Conference on Autonomous Agents and MultiAgent Systems , publisher International Foundation for Autonomous Agents and Multiagent Systems , add...
2020
-
[6]
, author Fischer, I
author Alemi, A.A. , author Fischer, I. , author Dillon, J.V. , author Murphy, K. , year 2017 . title Deep variational information bottleneck , in: booktitle 5th International Conference on Learning Representations, ICLR 2017, Toulon, France, April 24-26, 2017, Conference Track Proceedings , publisher OpenReview.net . https://openreview.net/forum?id=HyxQzBceg
2017
-
[7]
author Andreas, J. , year 2022 . title Language models as agent models , in: editor Goldberg, Y. , editor Kozareva, Z. , editor Zhang, Y. (Eds.), booktitle Findings of the Association for Computational Linguistics: EMNLP 2022 , publisher Association for Computational Linguistics , address Abu Dhabi, United Arab Emirates . pp. pages 5769--5779 . https://ac...
-
[8]
author Arai, H. , author Miwa, K. , author Sasaki, K. , author Yamaguchi, Y. , author Watanabe, K. , author Aoki, S. , author Yamamoto, I. , year 2024 . title Covla: Comprehensive vision-language-action dataset for autonomous driving . journal arXiv preprint arXiv:2408.10845
arXiv 2024
Show all 148 references
-
[9]
, author Bardes, A
author Assran, M. , author Bardes, A. , author Fan, D. , author Garrido, Q. , author Howes, R. , author Komeili, M. , author Muckley, M. , author Rizvi, A. , author Roberts, C. , author Sinha, K. , author Zholus, A. , author Arnaud, S. , author Gejji, A. , author Martin, A. , ...
2025 arXiv
-
[10]
, author Touvron, H
author Assran, M. , author Touvron, H. , author Misra, I. , author Bojanowski, P. , author Bordes, A. , author Tseliakhovich, P. , author Joulin, A. , author Le, Q. , author Lample, G. , year 2023 . title Self-supervised learning from images with a joint-embedding predictive a...
2023
-
[11]
, author Agakov, F.V
author Barber, D. , author Agakov, F.V. , year 2003 . title Information maximization in noisy channels : A variational approach , in: editor Thrun, S. , editor Saul, L.K. , editor Sch \" o lkopf, B. (Eds.), booktitle Advances in Neural Information Processing Systems 16 [Neural...
2003
-
[12]
, author Garrido, Q
author Bardes, A. , author Garrido, Q. , author Ponce, J. , author Chen, X. , author Rabbat, M. , author LeCun, Y. , author Assran, M. , author Ballas, N. , year 2024 . title Revisiting feature prediction for learning visual representations from video . journal arXiv preprint ...
2024 arXiv
-
[13]
, author Gebru, T
author Bender, E.M. , author Gebru, T. , author McMillan-Major, A. , author Shmitchell, S. , year 2021 . title On the dangers of stochastic parrots: Can language models be too big? , in: booktitle Proceedings of the 2021 ACM Conference on Fairness, Accountability, and Transpar...
2021
-
[14]
, year 2023
author Brandizzi, N. , year 2023 . title Toward more human-like ai communication: A review of emergent communication research . journal IEEE Access volume 11 , pages 142317--142340
2023
-
[15]
, author Mann, B
author Brown, T. , author Mann, B. , author Ryder, N. , author Subbiah, M. , author Kaplan, J.D. , author Dhariwal, P. , author Neelakantan, A. , author Shyam, P. , author Sastry, G. , author Askell, A. , author Agarwal, S. , author Herbert-Voss, A. , author Krueger, G. , auth...
2020
-
[16]
, author Schlesinger, M
author Cangelosi, A. , author Schlesinger, M. , year 2015 . title Developmental robotics: From babies to robots . publisher MIT press
2015
-
[17]
, author Kharitonov, E
author Chaabouni, R. , author Kharitonov, E. , author Bouchacourt, D. , author Dupoux, E. , author Baroni, M. , year 2020 . title Compositionality and generalization in emergent languages , in: booktitle Proceedings of the 58th Annual Meeting of the Association for Computation...
2020 doi
-
[18]
, author Kharitonov, E
author Chaabouni, R. , author Kharitonov, E. , author Dupoux, E. , author Baroni, M. , year 2019 a. title Anti-efficient encoding in emergent communication , in: editor Wallach, H. , editor Larochelle, H. , editor Beygelzimer, A. , editor d Alch\' e -Buc, F. , editor Fox, E. ,...
2019
-
[19]
, author Kharitonov, E
author Chaabouni, R. , author Kharitonov, E. , author Dupoux, E. , author Baroni, M. , year 2019 b. title Anti-efficient encoding in emergent communication , in: booktitle Advances in Neural Information Processing Systems 32: Annual Conference on Neural Information Processing ...
2019
-
[20]
, author Kharitonov, E
author Chaabouni, R. , author Kharitonov, E. , author Dupoux, E. , author Baroni, M. , year 2021 . title Communicating artificial neural networks develop efficient color-naming systems . journal Proceedings of the National Academy of Sciences volume 118 , pages e2016569118 . h...
2021 doi
-
[21]
, year 2002
author Chandler, D. , year 2002 . title Semiotics the Basics . publisher Routledge
2002
-
[22]
, author Chinchali, S
author Chu, T. , author Chinchali, S. , author Katti, S. , year 2020 . title Multi-agent reinforcement learning for networked system control , in: booktitle International Conference on Learning Representations (ICLR) . https://openreview.net/forum?id=Syx7A3NFvH
2020
-
[23]
, author Ramstead, M.J.D
author Constant, A. , author Ramstead, M.J.D. , author Veissi \`e re, S.P.L. , author Campbell, J.O. , author Friston, K.J. , year 2018 . title A variational approach to niche construction . journal J. R. Soc. Interface volume 15
2018
-
[24]
, author Thomas, J.A
author Cover, T.M. , author Thomas, J.A. , year 2006 . title Elements of Information Theory . edition 2nd ed., publisher Wiley-Interscience
2006
-
[25]
, author Naradowsky, J
author Cowen-Rivers, A.I. , author Naradowsky, J. , year 2020 . title Emergent communication with world models . journal NeurIPS Workshop on Emergent Communication
2020
-
[26]
, author Gergely, G
author Csibra, G. , author Gergely, G. , year 2009 . title Natural pedagogy . journal Trends in Cognitive Sciences volume 13 , pages 148--153
2009
-
[27]
, year 1998
author Deacon, T.W. , year 1998 . title The Symbolic Species: The Co-Evolution of Language and the Brain . publisher W. W. Norton & Company
1998
-
[28]
, author Zaech, J.N
author Dey, S. , author Zaech, J.N. , author Nikolov, N. , author Van Gool, L. , author Paudel, D.P. , year 2024 . title Revla: Reverting visual domain limitation of robotic foundation models . journal arXiv preprint arXiv:2409.15250
2024 arXiv
-
[29]
, author Zhang, Y
author Ding, J. , author Zhang, Y. , author Shang, Y. , author Zhang, Y. , author Zong, Z. , author Feng, J. , author Yuan, Y. , author Su, H. , author Li, N. , author Sukiennik, N. , et al., year 2024 . title Understanding world or predicting future? a comprehensive survey of...
2024
-
[30]
, editor Ishii, S
editor Doya, K. , editor Ishii, S. , editor Pouget, A. , editor Rao, R.P.N. (Eds.), year 2007 . title Bayesian Brain: Probabilistic Approaches to Neural Coding . publisher The MIT Press
2007
-
[31]
, author Nakamura, T
author Ebara, H. , author Nakamura, T. , author Taniguchi, A. , author Taniguchi, T. , year 2023 . title Multi-agent reinforcement learning with emergent communication using discrete and indifferentiable message , in: booktitle 2023 15th International Congress on Advanced Appl...
2023
-
[32]
, author Saad, W
author Farshbafan, M.K. , author Saad, W. , author Debbah, M. , year 2022 . title Common language for goal-oriented semantic communications: A curriculum learning framework , in: booktitle ICC 2022 - IEEE International Conference on Communications , organization IEEE . pp. pag...
2022
-
[33]
, author Assael, I.A
author Foerster, J. , author Assael, I.A. , author De Freitas, N. , author Whiteson, S. , year 2016 a. title Learning to communicate with deep multi-agent reinforcement learning . journal Advances in Neural Information Processing Systems volume 29
2016
-
[34]
, author Assael, Y.M
author Foerster, J.N. , author Assael, Y.M. , author de Freitas, N. , author Whiteson, S. , year 2016 b. title Learning to communicate to solve riddles with deep distributed recurrent q-networks . journal IJCAI 2016 Deep Learning Workshop http://arxiv.org/abs/1602.02672
2016 arXiv
-
[35]
, year 2010
author Friston, K. , year 2010 . title The free-energy principle: a unified brain theory? journal Nature reviews neuroscience volume 11 , pages 127--138
2010
-
[36]
, year 2013
author Friston, K. , year 2013 . title Life as we know it . journal J. R. Soc. Interface volume 10 , pages 20130475
2013
-
[37]
, year 2019
author Friston, K. , year 2019 . title A free energy principle for a particular physics . journal arXiv preprint arXiv:1906.10184
2019 arXiv
-
[38]
, author Moran, R.J
author Friston, K. , author Moran, R.J. , author Nagai, Y. , author Taniguchi, T. , author Gomi, H. , author Tenenbaum, J. , year 2021 . title World model learning and inference . journal Neural Networks volume 144 , pages 573--590
2021
-
[39]
, author Tegmark, M
author Gurnee, W. , author Tegmark, M. , year 2024 . title Language models represent space and time , in: booktitle The Twelfth International Conference on Learning Representations (ICLR) . https://openreview.net/forum?id=jE8xbmvFin
2024
-
[40]
, author Schmidhuber, J
author Ha, D. , author Schmidhuber, J. , year 2018 a. title Recurrent world models facilitate policy evolution , in: booktitle NeurIPS
2018
-
[41]
, author Schmidhuber, J
author Ha, D. , author Schmidhuber, J. , year 2018 b. title World models . journal arXiv preprint arXiv:1803.10122
2018 arXiv
-
[42]
, author Lillicrap, T
author Hafner, D. , author Lillicrap, T. , author Ba, J. , author Norouzi, M. , year 2019 a. title Dream to control: Learning behaviors by latent imagination , in: booktitle ICLR
2019
-
[43]
, author Lillicrap, T
author Hafner, D. , author Lillicrap, T. , author Fischer, I. , author Villegas, R. , author Ha, D. , author Lee, H. , author Davidson, J. , year 2019 b. title Learning latent dynamics for planning from pixels , in: booktitle ICML , organization PMLR . pp. pages 2555--2565
2019
-
[44]
, author Lillicrap, T
author Hafner, D. , author Lillicrap, T. , author Norouzi, M. , author Ba, J. , year 2020 . title Mastering atari with discrete world models . journal arXiv preprint arXiv:2010.02193
2020 arXiv
-
[45]
, author Pasukonis, J
author Hafner, D. , author Pasukonis, J. , author Ba, J. , author Lillicrap, T. , year 2025 . title Mastering diverse control tasks through world models . journal Nature , pages 1--7
2025
-
[46]
, author Furukawa, K
author Hagiwara, Y. , author Furukawa, K. , author Taniguchi, A. , author Taniguchi, T. , year 2022 . title Multiagent multimodal categorization for symbol emergence: emergent communication via interpersonal cross-modal inference . journal Advanced Robotics volume 36 , pages 239--260
2022
-
[47]
, author Kobayashi, H
author Hagiwara, Y. , author Kobayashi, H. , author Taniguchi, A. , author Taniguchi, T. , year 2019 . title Symbol emergence as an interpersonal multimodal categorization . journal Frontiers in Robotics and AI volume 6 , pages 134 . https://www.frontiersin.org/article/10.3389...
2019
-
[48]
, year 2001
author Hale, J. , year 2001 . title A probabilistic earley parser as a psycholinguistic model , in: booktitle Language Technologies 2001: The Second Meeting of the North American Chapter of the Association for Computational Linguistics, NAACL 2001, Pittsburgh, PA, USA, June 2-...
2001
-
[49]
, author Gu, Y
author Hao, S. , author Gu, Y. , author Ma, H. , author Hong, J.J. , author Wang, Z. , author Wang, D.Z. , author Hu, Z. , year 2023 . title Reasoning with language model is planning with world model https://openreview.net/forum?id=VTWWvYtF1R
2023
-
[50]
, year 1954
author Harris, Z. , year 1954 . title Distributional structure . journal Word volume 10 , pages 146--162
1954
-
[51]
, author Taniguchi, T
author Hoang, N.L. , author Taniguchi, T. , author Hagiwara, Y. , author Taniguchi, A. , year 2024 a. title Emergent communication of multimodal deep generative models based on Metropolis-Hastings naming game . journal Frontiers in Robotics and AI volume 10 , pages 1290604
2024
-
[52]
, author Taniguchi, T
author Hoang, N.L. , author Taniguchi, T. , author Tianwei, F. , author Taniguchi, A. , year 2024 b. title Simsiam naming game: A unified approach for representation learning and emergent communication . journal arXiv preprint arXiv:2410.21803
2024 arXiv
-
[53]
, year 2013
author Hohwy, J. , year 2013 . title The predictive mind . publisher Oxford University Press
2013
-
[54]
, author Cheung, B
author Huh, M. , author Cheung, B. , author Wang, T. , author Isola, P. , year 2024 . title Position: The platonic representation hypothesis , in: booktitle Proceedings of the 41st International Conference on Machine Learning , publisher PMLR . pp. pages 20617--20642 . https:/...
2024
-
[55]
, author Taniguchi, T
author Inukai, J. , author Taniguchi, T. , author Taniguchi, A. , author Hagiwara, Y. , year 2023 . title Recursive Metropolis-Hastings naming game: Symbol emergence in a multi-agent system based on probabilistic generative models . journal Frontiers in Artificial Intelligence...
2023
-
[56]
, author Sha, F
author Iqbal, S. , author Sha, F. , year 2019 . title Actor-attention-critic for multi-agent reinforcement learning , in: booktitle International Conference on Machine Learning , pp. pages 2961--2970
2019
-
[57]
, author Burke, M
author Jaques, M. , author Burke, M. , author Hospedales, T.M. , year 2021 . title NewtonianVAE : Proportional control and goal identification from pixels via physical latent spaces , in: booktitle CVPR , pp. pages 4454--4463
2021
-
[58]
, author Lazaridou, A
author Jaques, N. , author Lazaridou, A. , author Hughes, E. , author Gulcehre, C. , author Ortega, P. , author Strouse, D. , author Leibo, J.Z. , author De Freitas, N. , year 2019 . title Social influence as intrinsic motivation for multi-agent deep reinforcement learning , i...
2019
-
[59]
, author Lu, Z
author Jiang, J. , author Lu, Z. , year 2018 . title Learning attentional communication for multi-agent cooperation . journal Advances in Neural Information Processing Systems volume 31
2018
-
[60]
, author Ueda, R
author Kato, D. , author Ueda, R. , author Naradowsky, J. , author Miyao, Y. , year 2024 . title Emergent communication with stack-based agents . journal Proceedings of the Annual Meeting of the Cognitive Science Society volume 46
2024
-
[61]
, author Matsushima, T
author Kawaharazuka, K. , author Matsushima, T. , author Gambardella, A. , author Guo, J. , author Paxton, C. , author Zeng, A. , year 2024 . title Real-world robot applications of foundation models: a review . journal Advanced Robotics volume 38 , pages 1232--1254 . https://d...
2024
-
[62]
, author Montana, G
author Kilinc, O. , author Montana, G. , year 2018 . title Multi-agent deep reinforcement learning with extremely noisy observations . journal Advances in Neural Information Processing Systems: Deep Reinforcement Learning Workshop
2018
-
[63]
, author Moon, S
author Kim, D. , author Moon, S. , author Hostallero, D. , author Kang, W.J. , author Lee, T. , author Son, K. , author Yi, Y. , year 2019 . title Learning to schedule communication in multi-agent reinforcement learning . journal International Conference on Representation Learning
2019
-
[64]
, author Pertsch, K
author Kim, M.J. , author Pertsch, K. , author Karamcheti, S. , author Xiao, T. , author Balakrishna, A. , author Nair, S. , author Rafailov, R. , author Foster, E. , author Lam, G. , author Sanketi, P. , et al., year 2024 . title Openvla: An open-source vision-language-action...
2024
-
[65]
, author Mohamed, S
author Kingma, D.P. , author Mohamed, S. , author Jimenez Rezende, D. , author Welling, M. , year 2014 . title Semi-supervised learning with deep generative models , in: editor Ghahramani, Z. , editor Welling, M. , editor Cortes, C. , editor Lawrence, N. , editor Weinberger, K...
2014
-
[66]
, author Okada, M
author Kinose, A. , author Okada, M. , author Okumura, R. , author Taniguchi, T. , year 2023 . title Multi-view dreaming: Multi-view world model with contrastive learning . journal Advanced Robotics volume 37 , pages 1212--1220
2023
-
[67]
, author Parr, T
author Kirchhoff, M. , author Parr, T. , author Palacios, E. , author Friston, K. , author Kiverstein, J. , year 2018 . title The markov blankets of life: autonomy, active inference and the free energy principle . journal J. R. Soc. Interface volume 15
2018
-
[68]
, author Moura, J.M.F
author Kottur, S. , author Moura, J.M.F. , author Lee, S. , author Batra, D. , year 2017 . title Natural language does not emerge 'naturally' in multi-agent dialog , in: editor Palmer, M. , editor Hwa, R. , editor Riedel, S. (Eds.), booktitle Proceedings of the 2017 Conference...
2017 doi
-
[69]
, author Oseki, Y
author Kuribayashi, T. , author Oseki, Y. , author Brassard, A. , author Inui, K. , year 2022 . title Context limitations make neural language models more human-like , in: editor Goldberg, Y. , editor Kozareva, Z. , editor Zhang, Y. (Eds.), booktitle Proceedings of the 2022 Co...
2022
-
[70]
, author Srinivas, A
author Laskin, M. , author Srinivas, A. , author Abbeel, P. , year 2020 . title CURL : Contrastive unsupervised representations for reinforcement learning , in: booktitle ICML , organization PMLR . pp. pages 5639--5650
2020
-
[71]
, author Baroni, M
author Lazaridou, A. , author Baroni, M. , year 2020 . title Emergent multi-agent communication in the deep learning era . journal arXiv preprint arXiv:2006.02419 https://arxiv.org/abs/2006.02419, http://arxiv.org/abs/2006.02419 arXiv:2006.02419
2020 arXiv
-
[72]
, author Matsui, Y
author Le Hoang, N. , author Matsui, Y. , author Hagiwara, Y. , author Taniguchi, A. , author Taniguchi, T. , year 2024 . title Compositionality and generalization in emergent communication using Metropolis-Hastings naming game , in: booktitle 2024 IEEE International Conferenc...
2024
-
[73]
, year 2022
author LeCun, Y. , year 2022 . title A path towards autonomous machine intelligence version 0.9. 2, 2022-06-27 . journal OpenReview https://openreview.net/forum?id=BZ5a1r-kVsf
2022
-
[74]
, year 2018
author Levine, S. , year 2018 . title Reinforcement learning and control as probabilistic inference: Tutorial and review . journal arXiv:1805.00909
2018 arXiv
-
[75]
, year 2008
author Levy, R. , year 2008 . title Expectation-based syntactic comprehension . journal Cognition volume 106 , pages 1126--1177 . https://www.sciencedirect.com/science/article/pii/S0010027707001436, :https://doi.org/10.1016/j.cognition.2007.05.006
2008 doi
-
[76]
, year 1969
author Lewis, D.K. , year 1969 . title Convention: A Philosophical Study . publisher Wiley-Blackwell
1969
-
[77]
, author Hopkins, A.K
author Li, K. , author Hopkins, A.K. , author Bau, D. , author Vi \'e gas, F. , author Pfister, H. , author Wattenberg, M. , year 2023 . title Emergent world representations: Exploring a sequence model trained on a synthetic task , in: booktitle The Eleventh International Conf...
2023
-
[78]
, author Hunt, J.J
author Lillicrap, T.P. , author Hunt, J.J. , author Pritzel, A. , author Heess, N. , author Erez, T. , author Tassa, Y. , author Silver, D. , author Wierstra, D. , year 2015 . title Continuous control with deep reinforcement learning . journal arXiv preprint arXiv:1509.02971
2015 arXiv
-
[79]
, author Wang, W
author Liu, Y. , author Wang, W. , author Hu, Y. , author Hao, J. , author Chen, X. , author Gao, Y. , year 2020 . title Multi-agent game abstraction via graph attention neural network , in: booktitle Proceedings of the AAAI Conference on Artificial Intelligence , pp. pages 7211--7218
2020
-
[80]
, author Srinivasan, A
author Lobos-Tsunekawa, K. , author Srinivasan, A. , author Spranger, M. , year 2022 . title Ma-dreamer: Coordination and communication through shared imagination . journal arXiv preprint arXiv:2204.04687
2022 arXiv
-
[81]
, author Wu, Y.I
author Lowe, R. , author Wu, Y.I. , author Tamar, A. , author Harb, J. , author Pieter Abbeel, O. , author Mordatch, I. , year 2017 . title Multi-agent actor-critic for mixed cooperative-competitive environments . journal Advances in Neural Information Processing Systems volume 30
2017
-
[82]
, author Ivanova, A.A
author Mahowald, K. , author Ivanova, A.A. , author Blank, I.A. , author Kanwisher, N. , author Tenenbaum, J.B. , author Fedorenko, E. , year 2024 . title Dissociating language and thought in large language models . journal Trends in Cognitive Sciences volume 28 , pages 517--5...
2024 doi
-
[83]
, author Yamaki, R
author Matsui, Y. , author Yamaki, R. , author Ueda, R. , author Shinagawa, S. , author Taniguchi, T. , year 2025 . title Metropolis-hastings captioning game: Knowledge fusion of vision language models via decentralized bayesian inference . journal arXiv preprint arXiv:2504.09620
2025 arXiv
-
[84]
, author Corrado, G
author Mikolov, T. , author Corrado, G. , author Chen, K. , author Dean, J. , year 2013 a. title Efficient Estimation of Word Representations in Vector Space , in: booktitle International Conference on Learning Representations (ICLR) , pp. pages 1--12
2013
-
[85]
, author Sutskever, I
author Mikolov, T. , author Sutskever, I. , author Chen, K. , author Corrado, G.S. , author Dean, J. , year 2013 b. title Distributed representations of words and phrases and their compositionality , in: booktitle Advances in Neural Information Processing Systems (NeurIPS) , p...
2013
-
[86]
, author Ross, H
author Min, B. , author Ross, H. , author Sulem, E. , author Veyseh, A.P.B. , author Nguyen, T.H. , author Sainz, O. , author Agirre, E. , author Heintz, I. , author Roth, D. , year 2023 . title Recent advances in natural language processing via large pre-trained language mode...
2023
-
[87]
, author Abbeel, P
author Mordatch, I. , author Abbeel, P. , year 2018 . title Emergence of grounded compositional language in multi-agent populations , in: booktitle Proceedings of the AAAI conference on artificial intelligence , publisher AAAI Press . pp. pages 1495--1502 . https://doi.org/10....
2018 doi
-
[88]
, author Taniguchi, A
author Nakamura, T. , author Taniguchi, A. , author Taniguchi, T. , year 2023 . title Control as probabilistic inference as an emergent communication mechanism in multi-agent reinforcement learning . https://arxiv.org/abs/2307.05004, http://arxiv.org/abs/2307.05004 arXiv:2307.05004
2023 arXiv
-
[89]
, et al., year 1984
author Nilsson, N.J. , et al., year 1984 . title Shakey the robot . volume volume 323 . publisher Sri International Menlo Park, California
1984
-
[90]
, author Paleja, R.R
author Niu, Y. , author Paleja, R.R. , author Gombolay, M.C. , year 2021 . title Multi-agent graph-attention communication and teaming. , in: booktitle AAMAS , pp. pages 964--973
2021
-
[91]
, author Aoki, T
author Nomura, K. , author Aoki, T. , author Taniguchi, T. , author Horii, T. , year 2025 . title Decentralized collective world model for emergent communication and coordination . journal arXiv preprint arXiv:2504.03353
2025 arXiv
-
[92]
, author Taniguchi, T
author Okada, M. , author Taniguchi, T. , year 2021 . title Dreaming: Model-based reinforcement learning by latent imagination without reconstruction , in: booktitle ICRA , organization IEEE . pp. pages 4209--4215
2021
-
[93]
, author Taniguchi, T
author Okada, M. , author Taniguchi, T. , year 2022 . title Dreamingv2: Reinforcement learning with discrete world models without reconstruction , in: booktitle IROS
2022
-
[94]
, author Nishio, N
author Okumura, R. , author Nishio, N. , author Taniguchi, T. , year 2022 . title Tactile-Sensitive NewtonianVAE for high-accuracy industrial connector-socket insertion , in: booktitle IROS
2022
-
[95]
, author Taniguchi, T
author Okumura, R. , author Taniguchi, T. , author Hagiwara, Y. , author Taniguchi, A. , year 2023 . title Metropolis-Hastings algorithm in joint-attention naming game: experimental semiotics study . journal Frontiers in Artificial Intelligence volume 6 . https://www.frontiers...
2023
-
[96]
, author Garcia Ricardez, G.A
author Osada, M. , author Garcia Ricardez, G.A. , author Suzuki, Y. , author Taniguchi, T. , year 2024 . title Reflectance estimation for proximity sensing by vision-language models: Utilizing distributional semantics for low-level cognition in robotics . journal Advanced Robo...
2024
-
[97]
, author Pezzulo, G
author Parr, T. , author Pezzulo, G. , author Friston, K.J. , year 2022 . title Active Inference: The Free Energy Principle in Mind, Brain, and Behavior (English Edition) . publisher The MIT Press . https://lead.to/amazon/jp/?op=bt&la=ja&key=B096DBD7GX
2022
-
[98]
, year 1974
author Peirce, C.S. , year 1974 . title Collected papers of charles sanders peirce . volume volume 5 . publisher Harvard University Press
1974
-
[99]
, year 1991
author Peirce, C.S. , year 1991 . title Peirce on signs: Writings on semiotic . publisher UNC Press Books
1991
-
[100]
, author Waubert de Puiseau, C
author Peters, J. , author Waubert de Puiseau, C. , author Tercan, H. , author Gopikrishnan, A. , author Bitter, C. , author de Carvalho, G.A.L. , author Meisen, T. , year 2025 . title Emergent language: a survey and taxonomy . journal Autonomous Agents and Multi-Agent Systems...
2025 doi
-
[101]
, author de Puiseau, C.W
author Peters, J. , author de Puiseau, C.W. , author Tercan, H. , author Gopikrishnan, A. , author De Carvalho, G.A.L. , author Bitter, C. , author Meisen, T. , year 2024 . title A survey on emergent language . journal arXiv preprint arXiv:2409.02645
2024 arXiv
-
[102]
, author Ozair, S
author Poole, B. , author Ozair, S. , author van den Oord, A. , author Alemi, A.A. , author Tucker, G. , year 2019 . title On variational bounds of mutual information , in: editor Chaudhuri, K. , editor Salakhutdinov, R. (Eds.), booktitle Proceedings of the 36th International ...
2019
-
[103]
, author Simeone, O
author Popovski, P. , author Simeone, O. , author Boccardi, F. , author G \"u nd \"u z, D. , author Sahin, O. , year 2020 . title Semantic-effectiveness filtering and control for post-5g wireless connectivity . journal Journal of the Indian Institute of Science volume 100 , pa...
2020
-
[104]
, author Li, H
author Qu, C. , author Li, H. , author Liu, C. , author Xiong, J. , author Chu, W. , author Wang, W. , author Qi, Y. , author Song, L. , et al., year 2020 . title Intention propagation for multi-agent reinforcement learning
2020
-
[105]
, author Pavlov, M
author Ramesh, A. , author Pavlov, M. , author Goh, G. , author Gray, S. , author Voss, C. , author Radford, A. , author Chen, M. , author Sutskever, I. , year 2021 . title Zero-shot text-to-image generation . journal arXiv preprint arXiv:2102.12092
2021 arXiv
-
[106]
, author Guo, S
author Ren, Y. , author Guo, S. , author Labeau, M. , author Cohen, S.B. , author Kirby, S. , year 2020 . title Compositional languages emerge in a neural iterated learning model , in: booktitle 8th International Conference on Learning Representations, ICLR 2020, Addis Ababa, ...
2020
-
[107]
, author Ueda, R
author Ri, R. , author Ueda, R. , author Naradowsky, J. , year 2023 . title Emergent communication with attention , in: editor Goldwater, M.B. , editor Anggoro, F.K. , editor Hayes, B.K. , editor Ong, D.C. (Eds.), booktitle Proceedings of the 45th Annual Meeting of the Cogniti...
2023
-
[108]
, author Chaabouni, R
author Rita, M. , author Chaabouni, R. , author Dupoux, E. , year 2020 . title "lazimpa": Lazy and impatient neural agents learn to communicate efficiently , in: booktitle Proceedings of the 24th Conference on Computational Natural Language Learning, CoNLL 2020, Online, Novemb...
2020 doi
-
[109]
, author Tallec, C
author Rita, M. , author Tallec, C. , author Michel, P. , author Grill, J. , author Pietquin, O. , author Dupoux, E. , author Strub, F. , year 2022 . title Emergent communication: Generalization and overfitting in lewis games , in: editor Koyejo, S. , editor Mohamed, S. , edit...
2022
-
[110]
, author Nakamura, T
author Saito, I. , author Nakamura, T. , author Taniguchi, A. , author Taniguchi, T. , author Hayamizu, Y. , author Zhang, S. , year 2024 . title Emergence of continuous signals as shared symbols through emergent communication , in: booktitle 2024 IEEE International Conference...
2024
-
[111]
, year 1990
author Schmidhuber, J. , year 1990 . title Making the world differentiable: on using self supervised fully recurrent neural networks for dynamic reinforcement learning and planning in non-stationary environments . volume volume 126 . publisher Inst. f \"u r Informatik
1990
-
[112]
, author Park, J
author Seo, H.E. , author Park, J. , author Bennis, M. , author Debbah, M. , year 2022 . title Semantics-native communication with contextual reasoning . journal IEEE Journal on Selected Areas in Communications volume 40 , pages 2545--2559 . :10.1109/JSAC.2022.3191299
2022
-
[113]
, year 1948
author Shannon, C.E. , year 1948 . title A mathematical theory of communication . journal The Bell system technical journal volume 27 , pages 379--423
1948
-
[114]
, author Lee, H
author Sohn, K. , author Lee, H. , author Yan, X. , year 2015 . title Learning structured output representation using deep conditional generative models , in: editor Cortes, C. , editor Lawrence, N.D. , editor Lee, D.D. , editor Sugiyama, M. , editor Garnett, R. (Eds.), bookti...
2015
-
[115]
, year 1997
author Steels, L. , year 1997 . title The synthetic modeling of language origins . journal Evolution of Communication Journal volume 1 , pages 1--34 . :10.1075/eoc.1.1.02ste
1997 doi
-
[116]
, year 2005
author Steels, L. , year 2005 . title The emergence and evolution of linguistic structure: from lexical to grammatical communication systems . journal Connection Science volume 17 , pages 213--230 . :10.1080/09540090500269088
2005 doi
-
[117]
, year 2011
author Steels, L. , year 2011 . title Modeling the Cultural Evolution of Language . journal Physics of Life Reviews volume 8 , pages 339--356 . https://www.sciencedirect.com/science/article/pii/S1571064511001060, :https://doi.org/10.1016/j.plrev.2011.10.014
2011 doi
-
[118]
, author Fergus, R
author Sukhbaatar, S. , author Fergus, R. , et al., year 2016 . title Learning multiagent communication with backpropagation . journal Advances in Neural Information Processing Systems volume 29
2016
-
[119]
, year 1990
author Sutton, R.S. , year 1990 . title Integrated architectures for learning, planning, and reacting based on approximating dynamic programming , in: booktitle Machine learning proceedings 1990 . publisher Elsevier , pp. pages 216--224
1990
-
[120]
, year 2024
author Taniguchi, T. , year 2024 . title Collective predictive coding hypothesis: Symbol emergence as decentralized bayesian inference . journal Frontiers in Robotics and AI volume 11
2024
-
[121]
, author Hirai, Y
author Taniguchi, T. , author Hirai, Y. , author Suzuki, M. , author Murata, S. , author Horii, T. , author Tanaka, K. , year 2025 a. title System 0/1/2/3: Quad-process theory for multi-timescale embodied collective cognitive systems . journal arXiv preprint arXiv:2503.06138
2025 arXiv
-
[123]
, author Nagai, T
author Taniguchi, T. , author Nagai, T. , author Nakamura, T. , author Iwahashi, N. , author Ogata, T. , author Asoh, H. , year 2016 . title Symbol emergence in robotics: a survey . journal Advanced Robotics volume 30 , pages 706--728
2016
-
[124]
, author Oizumi, M
author Taniguchi, T. , author Oizumi, M. , author Saji, N. , author Horii, T. , author Tsuchiya, N. , year 2024 . title Constructive approach to bidirectional causation between qualia structure and language emergence . journal arXiv preprint arXiv:2409.09413
2024 arXiv
-
[125]
, author Takagi, S
author Taniguchi, T. , author Takagi, S. , author Otsuka, J. , author Hayashi, Y. , author Hamada, H.T. , year 2025 b. title Collective predictive coding as model of science: Formalizing scientific activities towards generative science . journal Royal Society Open Science volu...
2025
-
[126]
, author Ugur, E
author Taniguchi, T. , author Ugur, E. , author Hoffmann, M. , author Jamone, L. , author Nagai, T. , author Rosman, B. , author Matsuka, T. , author Iwahashi, N. , author Oztop, E. , author Piater, J. , et al., year 2018 . title Symbol emergence in cognitive developmental sys...
2018
-
[127]
, author Yoshida, Y
author Taniguchi, T. , author Yoshida, Y. , author Matsui, Y. , author Hoang, N.L. , author Taniguchi, A. , author Hagiwara, Y. , year 2023 b. title Emergent communication through Metropolis-Hastings naming game with deep generative models . journal Advanced Robotics volume 37...
2023
-
[128]
, author Saad, W
author Thomas, C.K. , author Saad, W. , year 2023 . title Neuro-symbolic causal reasoning meets signaling game for emergent semantic communications . journal IEEE Transactions on Wireless Communications volume 22 , pages 9101--9116 . :10.1109/TWC.2023.3283392
2023
-
[129]
, year 2005
author Tomasello, M. , year 2005 . title Constructing a language: A usage-based theory of language acquisition . publisher Harvard university press
2005
-
[130]
, author Levy, R.P
author Tucker, M. , author Levy, R.P. , author Shah, J. , author Zaslavsky, N. , year 2022 . title Trading off utility, informativeness, and complexity in emergent communication , in: booktitle Advances in Neural Information Processing Systems . https://openreview.net/forum?id...
2022
-
[131]
, year 2024
author Ueda, R. , year 2024 . title Reinterpreting signaling and referential games as generative models , in: booktitle Language Gamification - NeurIPS 2024 Workshop . https://openreview.net/forum?id=6dzojDiJpc
2024
-
[132]
, author Ishii, T
author Ueda, R. , author Ishii, T. , author Miyao, Y. , year 2023 . title On the word boundaries of emergent languages based on harris's articulation scheme , in: booktitle The Eleventh International Conference on Learning Representations (ICLR), ICLR 2023, Kigali, Rwanda, May...
2023
-
[133]
, author Taniguchi, T
author Ueda, R. , author Taniguchi, T. , year 2024 . title Lewis's signaling game as beta-vae for natural word lengths and segments , in: booktitle The Twelfth International Conference on Learning Representations (ICLR), ICLR 2024, Vienna, Austria, May 7-11, 2024 , publisher O...
2024
-
[134]
, author Washio, K
author Ueda, R. , author Washio, K. , year 2021 . title On the relationship between Zipf's law of abbreviation and interfering noise in emergent languages , in: booktitle Proceedings of the ACL-IJCNLP 2021 Student Research Workshop, ACL 2021, Online, JUli 5-10, 2021 , publishe...
2021 doi
-
[135]
, author Rohrbach, M
author Venugopalan, S. , author Rohrbach, M. , author Donahue, J. , author Mooney, R. , author Darrell, T. , author Saenko, K. , year 2015 . title Sequence to sequence--video to text , in: booktitle Proceedings of the IEEE international conference on computer vision , pp. page...
2015
-
[136]
, author Pilanci, M
author Verma, P. , author Pilanci, M. , year 2025 . title Large language models implicitly learn to see and hear just by reading . http://arxiv.org/abs/2505.17091 arXiv:2505.17091
2025
-
[137]
, author Toshev, A
author Vinyals, O. , author Toshev, A. , author Bengio, S. , author Erhan, D. , year 2015 . title Show and tell: A neural image caption generator , in: booktitle Proceedings of the IEEE conference on computer vision and pattern recognition , pp. pages 3156--3164
2015
-
[138]
, year 1992
author Von Uexk \"u ll, J. , year 1992 . title A stroll through the worlds of animals and men: A picture book of invisible worlds . journal Semiotica volume 89 , pages 319--391
1992
-
[139]
, author Todd, G
author Wang, R. , author Todd, G. , author Xiao, Z. , author Yuan, X. , author C \^o t \'e , M.A. , author Clark, P. , author Jansen, P. , year 2024 . title Can language models serve as text-based world simulators? , in: booktitle Proceedings of the 62nd Annual Meeting of the ...
2024
-
[140]
, year 2009
author Wittgenstein, L. , year 2009 . title Philosophical Investigations . publisher John Wiley & Sons
2009
-
[141]
, author Qin, Z
author Xie, H. , author Qin, Z. , author Li, G.Y. , author Juang, B.H. , year 2021 . title Deep learning enabled semantic communication systems . journal IEEE Transactions on Signal Processing volume 69 , pages 2663--2675
2021
-
[142]
, author Ba, J
author Xu, K. , author Ba, J. , author Kiros, R. , author Cho, K. , author Courville, A. , author Salakhudinov, R. , author Zemel, R. , author Bengio, Y. , year 2015 . title Show, attend and tell: Neural image caption generation with visual attention , in: booktitle Internatio...
2015
-
[143]
, author Zhang, Y
author Yan, W. , author Zhang, Y. , author Abbeel, P. , author Srinivas, A. , year 2021 . title Videogpt: Video generation using vq-vae and transformers . journal arXiv preprint arXiv:2104.10157
2021 arXiv
-
[144]
, author Taniguchi, T
author Yoshida, N. , author Taniguchi, T. , year 2025 . title Reward-independent messaging for decentralized multi-agent reinforcement learning . journal arXiv preprint arXiv:2505.21985
2025 arXiv
-
[145]
A lter3
author Yoshida, T. , author Masumori, A. , author Ikegami, T. , year 2025 . title From text to motion: grounding gpt-4 in a humanoid robot “ A lter3” . journal Frontiers in Robotics and AI volume 12 , pages 1581110
2025
-
[146]
, author Ebara, H
author You, Z. , author Ebara, H. , author Nakamura, T. , author Taniguchi, A. , author Taniguchi, T. , year 2024 . title Multimodal continuous symbol emergence using a probabilistic generative model based on gaussian processes , in: booktitle 2024 IEEE International Conferenc...
2024
-
[147]
, author Kemp, C
author Zaslavsky, N. , author Kemp, C. , author Regier, T. , author Tishby, N. , year 2018 . title Efficient compression in color naming and its evolution . journal Proc. Natl. Acad. Sci. USA volume 115 , pages 7937--7942 . https://doi.org/10.1073/pnas.1800521115, :10.1073/PNA...
2018 doi
-
[148]
, author Qiu, X
author Zhen, H. , author Qiu, X. , author Chen, P. , author Yang, J. , author Yan, X. , author Du, Y. , author Hong, Y. , author Gan, C. , year 2024 . title 3D-VLA : A 3d vision-language-action generative world model . journal Proceedings of the 41 st International Conference ...
2024
-
[149]
, author Dastani, M
author Zhu, C. , author Dastani, M. , author Wang, S. , year 2024 . title A survey of multi-agent deep reinforcement learning with communication . journal Autonomous Agents and Multi-Agent Systems volume 38 , pages 4
2024
Reviewed August 10, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.