paper-with-me

홈 › Papers

ORACLE: Anticipating Scams from Partial Trajectories in Streaming App Usage

2026-05-09 · Wenbo Gao, Songbai Tan, Zhongan Wang, Fei Shen, Gang Xu, Huiping Zhuang, Yunyun Yang, Ming Li, Xiaofeng Zhu arxiv

Smartphone scams are increasingly prevalent and typically manifest as multi-stage, cross-application processes with gradually emerging intent. Effective intervention thus requires anticipating scams before the intent becomes explicit. This is inherently challenging, as decisions must rely on partial trajectories with temporally distributed evidence. In this paper, we propose \textbf{ORACLE} Online Reasoning for Anticipating Cross-temporal Latent thrEats, the first agentic framework for early scam anticipation from \textit{streaming app-usage} trajectories. To support this setting, we curate a real-world long-horizon benchmark of streaming app-usage trajectories, covering 12 scam types, spanning extended periods (15 days on average), involving diverse applications (95 apps), and interleaving normal and scam behaviors. To address fragmented evidence, we introduce a self-evolving context manager that adaptively consolidates entity-centric interactions over time, enabling more effective reconstruction of cross-temporal evidence from partial observations. To enhance sensitivity to latent early-stage signals, we propose an on-policy self-distillation scheme in which a teacher model, conditioned on summarized anti-scam reflections and clues by skills, supervises a student model without access to such reflections. This scheme thereby distills evidence-informed knowledge and improves recognition of emerging fraud patterns from partial trajectories. Experiments show that \method{} consistently improves early scam anticipation, yielding timely warnings while reducing false alerts in realistic streaming scenarios.

📄 PDF Abstract BibTeX arXiv:2605.16363

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Triangle and Four Cycle Counting with Predictions in Graph Streams

2022-03-17 · ICLR 2022 4 · Justin Y. Chen, Talya Eden, Piotr Indyk, Honghao Lin 외

We propose data-driven one-pass streaming algorithms for estimating the number of triangles and four cycles, two fundamental problems in graph analytics that are widely studied in the graph data stream literature. Recent…

Anticipating Future with Large Language Model for Simultaneous Machine Translation

2024-10-29 · Siqi Ouyang, Oleksii Hrinchuk, Zhehuai Chen, Vitaly Lavrukhin 외

Simultaneous machine translation (SMT) takes streaming input utterances and incrementally produces target text. Existing SMT methods only use the partial utterance that has already arrived at the input and the generated …

Language ModelingLanguage ModellingLarge Language ModelMachine Translation+1

Deja Vu in Plots: Leveraging Cross-Session Evidence with Retrieval-Augmented LLMs for Live Streaming Risk Assessment

2026-01-22 · Yiran Qiao, Xiang Ao, Jing Chen, Yang Liu 외 arxiv

The rise of live streaming has transformed online interaction, enabling massive real-time engagement but also exposing platforms to complex risks such as scams and coordinated malicious behaviors. Detecting these risks i…

X2Streaming-ASR: wait when uncertain, emit when ready for streaming ASR

2026-09-08 · Zhiwei Lin, Kaiqi Fu, Rime Wen, Zehan Liu 외 arxiv

Streaming automatic speech recognition (ASR) for real-time voice agents and full-duplex dialogue must provide accurate partial transcripts with low commit latency. Existing systems commonly use a fixed chunk size, look-a…

Speech Recognition

ProactiveLLM: Learning Active Interaction for Streaming Large Language Models

2026-05-30 · Junlong Tong, Yao Zhang, Anhao Zhao, Yingqi Fan 외 arxiv

Standard Large Language Models (LLMs) follow a read-then-generate paradigm, causing unnecessary latency and computation. Streaming LLMs alleviate this issue by generating while receiving inputs, but still struggle to dec…