Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv Machine Learning · 2026/7/31 04:00:00

Modeling Decisions in Blockchain Analytics: A Leakage-Aware Evaluation of Tree-Based vs. Sequential Models

AI 中文解读
核心亮点:区块链反作弊研究有了新发现——对付伪装成真实用户的“机器人”,传统机器学习模型竟然比最前沿的深度学习更靠谱,而且更快更省电。 通俗解读:在以太坊这种公开账本上,有人用脚本批量注册假账号,模仿真人去薅空投羊毛或操纵投票,这些“机器人”很难分辨。过去专家爱用处理语言的方式分析交易记录,但模型又贵又慢,还可能因为数据“作弊”而虚报成绩。这回研究者设计了一套更严谨的测试,把交易历史拆成类似“语法”的节奏和意图信息。结果大跌眼镜:采用梯度提升算法的XGBoost模型,既比高端序列模型识别得准,响应速度还快得多,能耗也更低。简单反而赢了。 实际影响:这直接关系到区块链应用里的钱和公平。以后项目方发空投时,能用更便宜的方式过滤掉机器号,把奖励真正给到真人用户;链上投票、去中心化治理也会更干净。同时,节约算力意味着更环保、更低的运营成本,普通用户参与的DeFi应用可能更流畅、门槛更低,规则也更公平。
arXiv:2607.27350v1 Announce Type: new Abstract: Sybil bots are Ethereum actors that imitate legitimate users to extract airdrop rewards or influence governance. Recent Sybil detection methods increasingly use deep learning and treat blockchain activity as a quasi-linguistic sequence. However, complex sequence models are computationally expensive for real-time monitoring, and their reported performance may be inflated by label leakage from high-signal smart contracts. We ask whether and how organic users, Sybil bots, and MEV bots differ in the structural complexity of their transaction histories; whether sequential models outperform tree-based tabular models once leakage is reduced; whether transaction order or timing provides the stronger behavioral signal; and whether the resulting models are practical for low-latency deployment. Our approach to leakage-aware Sybil bot detection consists of a Blind-Spot protocol and a Transaction Grammar representation of wallet behavior. The former eliminates shortcuts associated with high-signal contracts, whereas the latter models wallets using rhythm, EVM execution structure, and intent. We evaluate this approach on Ethereum actor classification by comparing Transformer and BiLSTM sequence models against XGBoost and SVM baselines. We contribute a framework for leakage-aware Ethereum actor classification and a Transaction Grammar representation of wallet behavior. Our results demonstrate that, under leakage-aware evaluation, XGBoost outperforms Transformer-based sequence models while providing lower latency and estimated energy use.
分享
阅读原文