← 返回时间线

paper

Graph Machine: Towards Better Pretraining via Edges

arXiv ↗
ID
2609.02881
分类
首次捕获
2026-09-10
状态
unread
作者
Lintai Hou
信号
🔥 2

信号历史

  • 2026-09-10HF Daily Papers · 🔥2
暂无信号数据

摘要

We introduce the Graph Machine (GM), an architecture that maintains an O(n)-sized state and accesses it through sparse, dynamic routing. Unlike methods with fixed-size states or sparse but static routing, GM preserves O(n) complexity in its sparse layers without restricting the potentially accessible state size to O(1). Instead, GM uses edges - pointer-like objects updated differentiably by a referral mechanism resembling pointer chasing. We replace 75% of the dense Transformer layers in Qwen3-0.6B with GM sparse layers and pretrain from scratch on 15.7B tokens. With only 2 of 4,096 tokens retrieved per KV head in each sparse layer, loss degrades only slightly; with 4, the best model marginally improves loss.

我的笔记

还没有笔记。

在 GitHub 上写笔记 ↗(新建 content/notes/2609.02881.md,PR 合并后本页自动更新)