Papers › SeqLLM: Augmenting LLMs with Behavioral-Sequence Modeling for High-Stakes Decisions at...

SeqLLM: Augmenting LLMs with Behavioral-Sequence Modeling for High-Stakes Decisions at WeChat Pay

4 Aug 2026arXiv:2608.03063added by Syntology

Guilin Li, Jiaxing Zhang, Matthias Hwai Yong Tan, Bo Wang, Weiran Huang

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Merchant risk control at large payment platforms screens tens of millions of merchants daily, where false positives harm legitimate merchants and false negatives leave harmful activity undetected. The hardest cases require jointly understanding a merchant's textual profile and long behavioral sequence. Large language models (LLMs) excel at text but cannot natively model such sequences, while adapting them often causes catastrophic forgetting. We present SeqLLM, a framework that adds behavioral-sequence modeling to a pretrained LLM while preserving its language ability. SeqLLM combines three components: a compact discrete vocabulary that represents behavioral events as native tokens; a lightweight projector, trained with a two-stage alignment curriculum, that grounds these tokens in the LLM's semantic space; and prefix-guided capability injection, which acquires sequence-modeling ability through task-prefixed supervised fine-tuning rather than continual pre-training. SeqLLM is deployed at WeChat Pay, screening millions of merchants daily. Against the production DeepSeek-based LLM baseline, it raises screening precision from 92.0% to 97.5%. Its pretrained behavior-token embeddings also improve Precision@Top-0.01% by 26.8 percentage points in a production fraud detector serving billion-scale transaction traffic. Beyond payments, SeqLLM achieves state-of-the-art results on public recommendation benchmarks. On MovieLens and Amazon, it surpasses the strong User-LLM baseline by up to 32% relative Recall@5 while retaining markedly stronger language ability. On RecIF, it improves Pass@32 by 14.2% over the full OneRec-8B pipeline using only one-fifth of its GPU-days.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2608.03063")

Code

Syntology Ran 22 of 22 code samples harvested from 1 repository linked to this paper; 0 have no recorded run. Of those that ran: 22 ran with no contract checked.

By repository: found in paper text by Syntology: 22 samples from 1 repository, 22 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

125jx/SeqLLM found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

22 samples harvested; 22 ran; 0 honoured the contract we drafted; 0 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

22ran

Licence: 22 of the 22 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 125jx/SeqLLM. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

build_messages 125jx/SeqLLM/evaluation/eval_merchant_risk/eval_qwen.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · a9d547ed25699663 · report
create_score_evaluation_response 125jx/SeqLLM/src/llamafactory/api/chat.py found in paper text by Syntology ran no licence file found · pointer only · dbea5358be6b5ad0 · report
delta_tensor 125jx/SeqLLM/evaluation/eval_cpt_sft/eval_pathway.py found in paper text by Syntology ran no licence file found · pointer only · 87e572c2db63c80c · report
format_ceval_row 125jx/SeqLLM/evaluation/eval_cpt_sft/prepare_probe_ceval.py found in paper text by Syntology ran no licence file found · pointer only · 112358561b0af55b · report
get_answer_field 125jx/SeqLLM/evaluation/eval_item_understanding_task/score_recprobe.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · f14488cc9ee1ddb7 · report
load_data 125jx/SeqLLM/evaluation/eval_merchant_risk/eval_qwen.py found in paper text by Syntology ran no licence file found · pointer only · c0566fe2b533f9d2 · report
load_from_datasets 125jx/SeqLLM/evaluation/eval_cpt_sft/prepare_probe_ceval.py found in paper text by Syntology ran no licence file found · pointer only · 4b88e2ae47a5240f · report
load_from_lm_eval 125jx/SeqLLM/evaluation/eval_cpt_sft/prepare_probe_ceval.py found in paper text by Syntology ran no licence file found · pointer only · f46e12435fa63248 · report
load_jsonl 125jx/SeqLLM/evaluation/eval_item_understanding_task/infer_recprobe_vllm.py found in paper text by Syntology ran no licence file found · pointer only · ffd4c6463dd0a477 · report
load_named_tensor 125jx/SeqLLM/evaluation/eval_cpt_sft/eval_repr.py found in paper text by Syntology ran no licence file found · pointer only · c0076b4def6a0c11 · report
load_probe_texts 125jx/SeqLLM/evaluation/eval_cpt_sft/eval_repr.py found in paper text by Syntology ran no licence file found · pointer only · 201af73b8d437c26 · report
load_tensor 125jx/SeqLLM/evaluation/eval_cpt_sft/eval_delta_w.py found in paper text by Syntology ran no licence file found · pointer only · 1bc57da0f5eb3318 · report
load_tensor 125jx/SeqLLM/evaluation/eval_cpt_sft/eval_pathway.py found in paper text by Syntology ran no licence file found · pointer only · 0b654505f598166a · report
load_tensor 125jx/SeqLLM/evaluation/eval_cpt_sft/eval_subspace.py found in paper text by Syntology ran no licence file found · pointer only · 62b201e03cfc4192 · report
load_weight_map 125jx/SeqLLM/evaluation/eval_cpt_sft/eval_delta_w.py found in paper text by Syntology ran no licence file found · pointer only · 664fe94bfeb615b9 · report
load_weight_map 125jx/SeqLLM/evaluation/eval_cpt_sft/eval_pathway.py found in paper text by Syntology ran no licence file found · pointer only · 58d75c2293203d66 · report
load_weight_map 125jx/SeqLLM/evaluation/eval_cpt_sft/eval_subspace.py found in paper text by Syntology ran no licence file found · pointer only · ef5dd0b120e5f712 · report
parse_choice 125jx/SeqLLM/evaluation/eval_item_understanding_task/score_recprobe.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 4932f33dac65acc6 · report
parse_conclusion 125jx/SeqLLM/evaluation/eval_merchant_risk/eval_qwen.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · ff1bfaa829457c53 · report
parse_layer_module 125jx/SeqLLM/evaluation/eval_cpt_sft/eval_subspace.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · cfc3315f8c3b8152 · report
parse_ranking 125jx/SeqLLM/evaluation/eval_item_understanding_task/score_recprobe.py found in paper text by Syntology ran no licence file found · pointer only · 9dc07e12c02ddfeb · report
relative_frobenius 125jx/SeqLLM/evaluation/eval_cpt_sft/eval_delta_w.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 25cadb2dfd196cf0 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2608.03063, was issued in August 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections