paper-with-me

Papers

TextArena

2025-04-15 · Leon Guertler, Bobby Cheng, Simon Yu, Bo Liu, Leshem Choshen, Cheston Tan

TextArena is an open-source collection of competitive text-based games for training and evaluation of agentic behavior in Large Language Models (LLMs). It spans 57+ unique environments (including single-player, two-player, and multi-player setups) and allows for easy evaluation of model capabilities via an online-play system (against humans and other submitted models) with real-time TrueSkill scores. Traditional benchmarks rarely assess dynamic social skills such as negotiation, theory of mind, and deception, creating a gap that TextArena addresses. Designed with research, community and extensibility in mind, TextArena emphasizes ease of adding new games, adapting the framework, testing models, playing against the models, and training models. Detailed documentation of environments, games, leaderboard, and examples are available on https://github.com/LeonGuertler/TextArena and https://www.textarena.ai/.

📄 PDF Abstract BibTeX arXiv:2504.11442

Code (1)

leonguertler/textarena 공식 구현

Tasks

text-based games

Similar Papers 제목 키워드 기반

Hack-Verifiable Environments: Towards Evaluating Reward Hacking at Scale

2026-05-20 · Amit Roth, Ankur Samanta, Matan Halevy, Yoav Levine 외 arxiv

Aligning autonomous agents with human intent remains a central challenge in modern AI. A key manifestation of this challenge is reward hacking, whereby agents appear successful under the evaluation signal while violating…

AutoHarness: improving LLM agents by automatically synthesizing a code harness

2026-02-10 · Xinghua Lou, Miguel Lázaro-Gredilla, Antoine Dedieu, Carter Wendelken 외 arxiv

Despite significant strides in language models in the last few years, when used as agents, such models often try to perform actions that are not just suboptimal for a given state, but are strictly prohibited by the exter…

Decision Making

Divide-Fuse-Conquer: Eliciting "Aha Moments" in Multi-Scenario Games

2025-05-22 · Xiaoqing Zhang, Huabin Zheng, Ang Lv, YuHan Liu 외

Large language models (LLMs) have been observed to suddenly exhibit advanced reasoning abilities during reinforcement learning (RL), resembling an ``aha moment'' triggered by simple outcome-based rewards. While RL has pr…

Reinforcement Learning (RL)

Skill Issue: Are Skills Language-Invariant in LLMs?

2026-08-26 · Bobby Cheng, Adam Gaber, Zhengyuan Liu, Catherine Arnett 외 arxiv

Large language models access knowledge inconsistently across languages, but to what extent do they differ in their skill sets when interacting with different languages? This work quantifies cross-lingual skill inconsiste…

Spatial Reasoning

MINDGAMES: A Live Arena for Evaluating Social and Strategic Reasoning in Multi-Agent LLMs

2026-05-28 · Kevin Wang, Anna Thöni, Benjamin Kempinski, Bobby Cheng 외 arxiv

Large language models (LLMs) are increasingly deployed as interactive agents, yet their capacity for social and strategic reasoning over extended interaction remains poorly understood. Existing evaluations rely on static…