paper-with-me

Papers

Beyond the Turn-Based Game: Enabling Real-Time Conversations with Duplex Models

2024-06-22 · Xinrong Zhang, Yingfa Chen, Shengding Hu, Xu Han, Zihang Xu, Yuanwei Xu, Weilin Zhao, Maosong Sun, Zhiyuan Liu

As large language models (LLMs) increasingly permeate daily lives, there is a growing demand for real-time interactions that mirror human conversations. Traditional turn-based chat systems driven by LLMs prevent users from verbally interacting with the system while it is generating responses. To overcome these limitations, we adapt existing LLMs to \textit{duplex models} so that these LLMs can listen for users while generating output and dynamically adjust themselves to provide users with instant feedback. % such as in response to interruptions. Specifically, we divide the queries and responses of conversations into several time slices and then adopt a time-division-multiplexing (TDM) encoding-decoding strategy to pseudo-simultaneously process these slices. Furthermore, to make LLMs proficient enough to handle real-time conversations, we build a fine-tuning dataset consisting of alternating time slices of queries and responses as well as covering typical feedback types in instantaneous interactions. Our experiments show that although the queries and responses of conversations are segmented into incomplete slices for processing, LLMs can preserve their original performance on standard benchmarks with a few fine-tuning steps on our dataset. Automatic and human evaluation indicate that duplex models make user-AI interactions more natural and human-like, and greatly improve user satisfaction compared to vanilla LLMs. Our duplex model and dataset will be released.

📄 PDF Abstract BibTeX arXiv:2406.15718

Code (1)

thunlp/duplex-model 공식 구현 pytorch

Similar Papers 제목 키워드 기반

TotalBotWar: A New Pseudo Real-time Multi-action Game Challenge and Competition for AI

2020-09-18 · Alejandro Estaben, César Díaz, Raul Montoliu, Diego Pérez-Liebana

This paper presents TotalBotWar, a new pseudo real-time multi-action challenge for game AI, as well as some initial experiments that benchmark the framework with different agents. The game is based on the real-time battl…

Experiments with Game Tree Search in Real-Time Strategy Games

2012-08-09 · Santiago Ontanon

Game tree search algorithms such as minimax have been used with enormous success in turn-based adversarial games such as Chess or Checkers. However, such algorithms cannot be directly applied to real-time strategy (RTS) …

Real-Time Strategy Games

SidConArena: An Environment Evaluating Agents in Open-Ended,Positive-Sum Bargaining Game

2026-06-24 · Yeqi Feng, Yuxin Chen, Tianxing He arxiv

Evaluating LLM agents requires dynamic environments that go beyond static reasoning and zero-sum games. Real-world economic interaction is often open-ended and mixed-motive: agents must negotiate, create positive-sum sur…

General search techniques without common knowledge for imperfect-information games, and application to superhuman Fog of War chess

2025-06-02 · Brian Hu Zhang, Tuomas Sandholm

Since the advent of AI, games have served as progress benchmarks. Meanwhile, imperfect-information variants of chess have existed for over a century, present extreme challenges, and have been the focus of significant AI …

Ensemble Framework for Real-time Decision Making

2017-06-21 · Philip Rodgers, John Levine

This paper introduces a new framework for real-time decision making in video games. An Ensemble agent is a compound agent composed of multiple agents, each with its own tasks or goals to achieve. Usually when dealing wit…

Decision Making