paper-with-me

Papers

Unsupervised Representation Learning of Player Behavioral Data with Confidence Guided Masking

2022-04-25 · WWW 2022 4 · Jiashu Pu, Jianshi Lin, Xiaoxi Mao, Jianrong Tao, Xudong Shen, Yue Shang, Runze Wu

Players of online games generate rich behavioral data during gaming. Based on these data, game developers can build a range of data science applications, such as bot detection and social recommendation, to improve the gaming experience. However, the development of such applications requires data cleansing, training sample labeling, feature engineering, and model development, which makes the use of such applications in small and medium-sized game studios still uncommon. While acquiring supervised learning data is costly, unlabeled behavioral logs are often continuously and automatically generated in games. Thus we resort to unsupervised representation learning of player behavioral data to optimize intelligent services in games. Behavioral data has many unique properties, including semantic complexity, excessive length, etc. A worth noting property within raw player behavioral data is that a lot of it is task-irrelevant. For these data characteristics, we introduce a BPE-enhanced compression method and propose a novel adaptive masking strategy called Masking by Token Confidence (MTC) for the Masked Language Modeling (MLM) pre-training task. MTC is designed to increase the masking probabilities of task-relevant tokens. Experiments on four downstream tasks and successful deployment in a world-renowned Massively Multiplayer Online Role-Playing Game (MMORPG) prove the effectiveness of the MTC strategy.

📄 PDF Abstract BibTeX

Code (1)

iamlxb3/PMTC pytorch

Tasks

Feature EngineeringLanguage ModelingLanguage ModellingMasked Language ModelingRepresentation Learning

Methods 이 논문이 사용한 방법론

L1 Regularization $L_{1}$ Regularization is a regularization technique applied to the weights of a neural network. We minimize a loss function compromising both the primary loss function and a…
Adaptive Masking 설명 없음

Similar Papers 제목 키워드 기반

Behavioral Player Rating in Competitive Online Shooter Games

2022-07-01 · Arman Dehpanah, Muheeb Faizan Ghori, Jonathan Gemmell, Bamshad Mobasher

Competitive online games use rating systems for matchmaking; progression-based algorithms that estimate the skill level of players with interpretable ratings in terms of the outcome of the games they played. However, the…

Predicting the outcome of team movements -- Player time series analysis using fuzzy and deep methods for representation learning

2021-09-13 · Omid Shokrollahi, Bahman Rohani, Amin Nobakhti

We extract and use player position time-series data, tagged along with the action types, to build a competent model for representing team tactics behavioral patterns and use this representation to predict the outcome of …

PositionRepresentation LearningTime SeriesTime Series Analysis+1

Player Modeling using Behavioral Signals in Competitive Online Games

2021-11-29 · Arman Dehpanah, Muheeb Faizan Ghori, Jonathan Gemmell, Bamshad Mobasher

Competitive online games use rating systems to match players with similar skills to ensure a satisfying experience for players. In this paper, we focus on the importance of addressing different aspects of playing behavio…

Collusion Detection in Team-Based Multiplayer Games

2022-03-10 · Laura Greige, Fernando De Mesentier Silva, Meredith Trotter, Chris Lawrence 외

In the context of competitive multiplayer games, collusion happens when two or more teams decide to collaborate towards a common goal, with the intention of gaining an unfair advantage from this cooperation. The task of …

Toward Modeling Player-Specific Chess Behaviors

2026-05-12 · Loris Sogliuzzo, Aloïs Rautureau, Eric Piette arxiv

While artificial intelligence has achieved superhuman performance in chess, developing models that accurately emulate the individualized decision-making styles of human players remains a significant challenge. Existing h…