paper-with-me

Papers

Seeded self-play for language learning

2019-11-01 · WS 2019 11 · Abhinav Gupta, Ryan Lowe, Jakob Foerster, Douwe Kiela, Joelle Pineau

How can we teach artificial agents to use human language flexibly to solve problems in real-world environments? We have an example of this in nature: human babies eventually learn to use human language to solve problems, and they are taught with an adult human-in-the-loop. Unfortunately, current machine learning methods (e.g. from deep reinforcement learning) are too data inefficient to learn language in this way. An outstanding goal is finding an algorithm with a suitable {`}language learning prior{'} that allows it to learn human language, while minimizing the number of on-policy human interactions. In this paper, we propose to learn such a prior in simulation using an approach we call, Learning to Learn to Communicate (L2C). Specifically, in L2C we train a meta-learning agent in simulation to interact with populations of pre-trained agents, each with their own distinct communication protocol. Once the meta-learning agent is able to quickly adapt to each population of agents, it can be deployed in new populations, including populations speaking human language. Our key insight is that such populations can be obtained via self-play, after pre-training agents with imitation learning on a small amount of off-policy human language data. We call this latter technique Seeded Self-Play (S2P). Our preliminary experiments show that agents trained with L2C and S2P need fewer on-policy samples to learn a compositional language in a Lewis signaling game.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement LearningImitation LearningMeta-LearningReinforcement Learning

Similar Papers 제목 키워드 기반

Supervised Seeded Iterated Learning for Interactive Language Learning

2020-10-06 · EMNLP 2020 11 · Yuchen Lu, Soumye Singhal, Florian Strub, Olivier Pietquin 외

Language drift has been one of the major obstacles to train language models through interaction. When word-based conversational agents are trained towards completing a task, they tend to invent their language rather than…

Translation

Mazocarta: A Seeded Procedural Deckbuilder for Instrumented Game Development

2026-05-08 · Timothy C. Cogan arxiv

Mazocarta is a seeded procedural tactical deckbuilder implemented in Rust, compiled to WebAssembly for browser play, and executable natively for simulation. Its primary technical contribution is not the invention of a ne…

AlphaZero in Sparsely Rewarded Games: Limits and Auxiliary Supervision

2026-07-09 · Brent Kong, Tejas Ram, Tony Yue Yu arxiv

AlphaZero has demonstrated that a neural-guided Monte Carlo Tree Search can achieve superhuman performance, but strong play does not necessarily imply perfect play. We study this gap in two oracle-evaluable domains with …

The Correctness Illusion in LLM-Generated GPU Kernels

2026-06-18 · Dipankar Sarkar arxiv

Benchmarks for LLM-generated GPU kernels (KernelBench, TritonBench, GEAK) score correctness through fixed-shape, small-sample allclose-style checks. The number of inputs varies between benchmarks. The shape, dtype, and t…

SeeDiff: Off-the-Shelf Seeded Mask Generation from Diffusion Models

2025-07-26 · Joon Hyun Park, Kumju Jo, Sungyong Baik arxiv

Entrusted with the goal of pixel-level object classification, the semantic segmentation networks entail the laborious preparation of pixel-level annotation masks. To obtain pixel-level annotation masks for a given class …

Semantic SegmentationObject Localization