paper-with-me

Papers

PANTHER: Generative Pretraining Beyond Language for Sequential User Behavior Modeling

2025-10-11 · Guilin Li, Yun Zhang, Xiuyuan Chen, Chengqi Li, Bo Wang, Linghe Kong, Wenjia Wang, Weiran Huang, Matthias Hwai Yong Tan arxiv

Large language models (LLMs) have shown that generative pretraining can distill vast world knowledge into compact token representations. While LLMs encapsulate extensive world knowledge, they remain limited in modeling the behavioral knowledge contained within user interaction histories. User behavior forms a distinct modality, where each action, defined by multi-dimensional attributes such as time, context, and transaction type, constitutes a behavioral token. Modeling these high-cardinality sequences is challenging, and discriminative models often falter under limited supervision. To bridge this gap, we extend generative pretraining to user behavior, learning transferable representations from unlabeled behavioral data analogous to how LLMs learn from text. We present PANTHER, a hybrid generative-discriminative framework that unifies user behavior pretraining and downstream adaptation, enabling large-scale sequential user representation learning and real-time inference. PANTHER introduces: (1) Structured Tokenization to compress multi-dimensional transaction attributes into an interpretable vocabulary; (2) Sequence Pattern Recognition Module (SPRM) for modeling periodic transaction motifs; (3) a Unified User-Profile Embedding that fuses static demographics with dynamic transaction histories; and (4) Real-time scalability enabled by offline caching of pretrained embeddings for millisecond-level inference. Fully deployed and operational online at WeChat Pay, PANTHER delivers a 25.6 percent boost in next-transaction prediction HitRate@1 and a 38.6 percent relative improvement in fraud detection recall over baselines. Cross-domain evaluations on public benchmarks show strong generalization, achieving up to 21 percent HitRate@1 gains over transformer baselines, establishing PANTHER as a scalable, high-performance framework for industrial sequential user behavior modeling.

📄 PDF Abstract BibTeX arXiv:2510.10102

Code (0)

등록된 구현이 없습니다.

Tasks

Representation LearningFraud Detection

Similar Papers 제목 키워드 기반

Panther: Illuminate the Sight of Multimodal LLMs with Instruction-Guided Visual Prompts

2024-11-21 · Honglin Li, Yuting Gao, Chenglu Zhu, Jingdong Chen 외

Multimodal large language models (MLLMs) are closing the gap to human visual perception capability rapidly, while, still lag behind on attending to subtle images details or locating small objects precisely, etc. Common s…

Decoder

Panther: Faster and Cheaper Computations with Randomized Numerical Linear Algebra

2026-01-21 · Fahd Seddik, Abdulrahman Elbedewy, Gaser Sami, Mohamed Abdelmoniem 외 arxiv

Training modern deep learning models is increasingly constrained by GPU memory and compute limits. While Randomized Numerical Linear Algebra (RandNLA) offers proven techniques to compress these models, the lack of a unif…

PANTHER: Pathway Augmented Nonnegative Tensor factorization for HighER-order feature learning

2020-12-15 · Yuan Luo, Chengsheng Mao

Genetic pathways usually encode molecular mechanisms that can inform targeted interventions. It is often challenging for existing machine learning approaches to jointly model genetic pathways (higher-order features) and …

BIG-bench Machine LearningInterpretable Machine Learning

Panther: A Cost-Effective Privacy-Preserving Framework for GNN Training and Inference Services in Cloud Environments

2025-11-03 · Congcong Chen, Xinyu Liu, Kaifeng Huang, Lifei Wei 외 arxiv

Graph Neural Networks (GNNs) have marked significant impact in traffic state prediction, social recommendation, knowledge-aware question answering and so on. As more and more users move towards cloud computing, it has be…

Question Answering

Beyond Line-Level Filtering for the Pretraining Corpora of LLMs

2025-10-28 · Chanwoo Park, Suyoung Park, Yelim Ahn, Jongmin Kim 외 arxiv

While traditional line-level filtering techniques, such as line-level deduplication and trailing-punctuation filters, are commonly used, these basic methods can sometimes discard valuable content, negatively affecting do…