Papers › Power law graph attention: exact generalization of scaled dot-product attention,...

Power law graph attention: exact generalization of scaled dot-product attention, empirical collapse at inference

10 Aug 2026arXiv:2608.10288added by Syntology

Burc Gokden

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

The Large Language Model from Power Law Decoder Representations (PLDR-LLM) and its attention, Power Law Graph Attention (PLGA), replace the fixed bilinear form of scaled dot-product attention (SDPA) with a learned, input-generated bilinear operator G_(LM), built from a positive tensor A_(LM) by elementwise power laws. The architecture is fully specified, verified against pinned reference releases; claims are labeled theorem, conditional theorem, measurement, or conjecture. Unconditionally: PLGA contains SDPA exactly at G_(LM)=I; A_(LM) and A_P are strictly entrywise positive, with Perron-Frobenius structure on A_(LM); the DAG regularizer has the NOTEARS walk-counting form and positivity obstructs exact acyclicity; and, under nonresonance (satisfied by standard rotary frequencies), a commutant criterion identifies which operators preserve relative-position dependence. An inference-collapse theorem: exact input invariance of deductive outputs collapses inference to generalized SDPA with a constant operator. Measured invariance: relative fluctuations of 10⁻⁶ and below; perturbation bounds quantify but do not certify cached inference; the assembled proxy misses the decoding margin. A conditional three-stage mechanism (rotary twirl, concentration, row-map contraction) is measured on a released checkpoint. Blockwise training and scoring under the global Gram are stated with explicit target exposure; on tested samples, block and sequential scoring select identical answers and agree on the published TruthfulQA probability-mass metric within 5×10⁻⁵ per item. Self-organized criticality enters as a phenomenological framework with an intrinsic order parameter; open claims become falsifiable conjectures. Selected proof cores are machine-checked in Lean 4.

PaperPDFCode Syntology ran

In Syntology 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.10288")

Code

Syntology Ran 25 of 31 code samples harvested from 2 repositories linked to this paper; 6 have no recorded run. Of those that ran: 3 ran · honoured contract; 3 ran · our draft was wrong; 19 ran with no contract checked.

By repository: found in paper text by Syntology: 30 samples from 2 repositories, 24 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

burcgokden/PLDR-LLM-Math-Foundations found in paper text by Syntology report
burcgokden/lmevaluation-harness-with-PLDR-LLM-kvg-cache found in paper text by Syntologynot reachable when probed 2026-09-16 — repositories for recent papers often appear after camera-ready report
burcgokden/lm-evaluation-harness-with-PLDR-LLM 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

31 samples harvested; 25 ran; 3 honoured the contract we drafted; 6 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.

3ran · honoured contract
3ran · our draft was wrong
19ran
6unverified

Licence: 1 of the 31 samples is 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 2 repositories linked to this paper, official or community; each sample names its own and says which. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “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.

C_theta_of burcgokden/PLDR-LLM-Math-Foundations/audit/audit_lib.py found in paper text by Syntology ran Apache-2.0 (permissive) · 2fc076006e58847d · report
CacheHook burcgokden/lm-evaluation-harness-with-PLDR-LLM/lm_eval/models/pldrllm.py found in paper text by Syntology ran MIT (permissive) · 6b18afe1c79bc27a · report
Collator burcgokden/lm-evaluation-harness-with-PLDR-LLM/lm_eval/models/pldrllm.py found in paper text by Syntology ran MIT (permissive) · 9dacd599f75004ed · report
block_input burcgokden/PLDR-LLM-Math-Foundations/audit/audit_online_lib.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 934f18dac35dc76a · report
chunks burcgokden/lm-evaluation-harness-with-PLDR-LLM/lm_eval/models/pldrllm.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 222587ff95e2d189 · report
create_look_ahead_mask burcgokden/lm-evaluation-harness-with-PLDR-LLM/lm_eval/models/pldrllm.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · 8341c08d516199fe · report
create_masks burcgokden/lm-evaluation-harness-with-PLDR-LLM/lm_eval/models/pldrllm.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · 6112a5d2c9d3e7b4 · report
create_padding_mask burcgokden/lm-evaluation-harness-with-PLDR-LLM/lm_eval/models/pldrllm.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · d15ced8abf730e0f · report
encode_pair_split burcgokden/PLDR-LLM-Math-Foundations/audit/audit_seq_lib.py found in paper text by Syntology ran Apache-2.0 (permissive) · 8845c6e9ce544ca4 · report
final_logits burcgokden/PLDR-LLM-Math-Foundations/audit/audit_online.py found in paper text by Syntology ran Apache-2.0 (permissive) · abc093434b942437 · report
final_logprob burcgokden/PLDR-LLM-Math-Foundations/audit/audit_seq.py found in paper text by Syntology ran Apache-2.0 (permissive) · 3b3ff17531f14497 · report
forward burcgokden/PLDR-LLM-Math-Foundations/audit/audit_online.py found in paper text by Syntology ran Apache-2.0 (permissive) · 01eade9225d5e9f6 · report
forward_batch burcgokden/PLDR-LLM-Math-Foundations/audit/audit_online.py found in paper text by Syntology ran Apache-2.0 (permissive) · e06da39a2100b537 · report
get_rolling_token_windows burcgokden/lm-evaluation-harness-with-PLDR-LLM/lm_eval/models/pldrllm.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · b68ff110117d65e7 · report
make_disjoint_window burcgokden/lm-evaluation-harness-with-PLDR-LLM/lm_eval/models/pldrllm.py found in paper text by Syntology ran MIT (permissive) · 4df9168e0a0c38eb · report
mk_ln1_hook burcgokden/PLDR-LLM-Math-Foundations/audit/audit.py found in paper text by Syntology ran Apache-2.0 (permissive) · 6f36d76788c2a0a6 · report
mk_plga_hook burcgokden/PLDR-LLM-Math-Foundations/audit/audit.py found in paper text by Syntology ran Apache-2.0 (permissive) · cc17651b80f85f8d · report
mult burcgokden/PLDR-LLM-Math-Foundations/audit/audit_lib.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 29319f289c78a110 · report
npy burcgokden/PLDR-LLM-Math-Foundations/audit/audit.py found in paper text by Syntology ran Apache-2.0 (permissive) · bcf87f6fe770689d · report
rope_rotation burcgokden/PLDR-LLM-Math-Foundations/audit/audit_lib.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 5215f7dc959efad1 · report
seq_prefix burcgokden/PLDR-LLM-Math-Foundations/audit/audit_online_lib.py found in paper text by Syntology ran Apache-2.0 (permissive) · d2ee438b0fb9ed70 · report
sha256_file burcgokden/PLDR-LLM-Math-Foundations/audit/audit_online_lib.py found in paper text by Syntology ran Apache-2.0 (permissive) · cd09bc0035d76c74 · report
shift_trailing_space burcgokden/PLDR-LLM-Math-Foundations/audit/audit_seq_lib.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 7c4ba8a8cd0b14d2 · report
split_continuation_tokens burcgokden/PLDR-LLM-Math-Foundations/audit/audit_seq_lib.py found in paper text by Syntology ran Apache-2.0 (permissive) · 333d19860878a402 · report
Instance burcgokden/lm-evaluation-harness-with-PLDR-LLM/lm_eval/models/pldrllm.py found in paper text by Syntology unverified MIT (permissive) · adb6b7194eb0be02 · report
LM burcgokden/lm-evaluation-harness-with-PLDR-LLM/lm_eval/models/pldrllm.py found in paper text by Syntology unverified MIT (permissive) · ffb69af0d7083180 · report
pldrllm burcgokden/lm-evaluation-harness-with-PLDR-LLM/lm_eval/models/pldrllm.py found in paper text by Syntology unverified MIT (permissive) · ee1889bca63802b9 · report
register_model burcgokden/lm-evaluation-harness-with-PLDR-LLM/lm_eval/models/pldrllm.py found in paper text by Syntology unverified MIT (permissive) · d5ad2bdbe66d6986 · report
top_k_logits burcgokden/lm-evaluation-harness-with-PLDR-LLM/lm_eval/models/pldrllm.py found in paper text by Syntology unverified MIT (permissive) · d45ec14e4fa4dd35 · report
top_p_logits burcgokden/lm-evaluation-harness-with-PLDR-LLM/lm_eval/models/pldrllm.py found in paper text by Syntology unverified MIT (permissive) · 8110b89018ed3fcc · report
hash_args identical code first harvested elsewhere ran · our draft was wrong fingerprinted licence of this copy not recorded · 20a7cc804eb22661 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2608.10288, 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