← Search

Bei Shi

6 accepted papers

2026

Can LLM Agents Stick to the Script? Modeling Commitment in Interactive Narratives

ICML 2026poster

The rapid advancement of Large Language Models (LLMs) is revolutionizing AI for Game by enabling open-ended and fluid interactive storytelling. However, existing research has largely overlooked the critical challenge of maintaining logical consistency and narrative integrity against unconstrained us…

Cited by 0SourceScholar
2021

A Theoretical Analysis of the Repetition Problem in Text Generation

AAAI 2021technical

Text generation tasks, including translation, summarization, language models, and etc. see rapid growth during recent years. Despite the remarkable achievements, the repetition problem has been observed in nearly all text generation models undermining the generation performance extensively. To solve…

2021

Combining Tree Search and Action Prediction for State-of-the-Art Performance in DouDiZhu

IJCAI 2021poster

AlphaZero has achieved superhuman performance on various perfect-information games, such as chess, shogi and Go. However, directly applying AlphaZero to imperfect-information games (IIG) is infeasible, due to the fact that traditional MCTS methods cannot handle missing information of other players.…

2021

Learning Diverse Policies in MOBA Games via Macro-Goals

NeurIPS 2021poster

Recently, many researchers have made successful progress in building the AI systems for MOBA-game-playing with deep reinforcement learning, such as on Dota 2 and Honor of Kings. Even though these AI systems have achieved or even exceeded human-level performance, they still suffer from the lack of po…

Cited by 12SourcePDFScholar
2020

Towards Playing Full MOBA Games with Deep Reinforcement Learning

NeurIPS 2020poster

MOBA games, e.g., Honor of Kings, League of Legends, and Dota 2, pose grand challenges to AI systems such as multi-agent, enormous state-action space, complex action control, etc. Developing AI for playing MOBA games has raised much attention accordingly. However, existing work falls short in handli…

2019

DHER: Hindsight Experience Replay for Dynamic Goals

ICLR 2019poster

Dealing with sparse rewards is one of the most important challenges in reinforcement learning (RL), especially when a goal is dynamic (e.g., to grasp a moving object). Hindsight experience replay (HER) has been shown an effective solution to handling sparse rewards with fixed goals. However, it doe…