CoolFace
Datasetpublic

JG1310/repro-chain-of-thought-gradient-descent-code-sol

Chain-of-Thought Gradient Descent — independent reproduction This directory contains a scaled, self-contained reproduction of the mechanisms behind ICML 2026 paper #443, Chain-of-Thought Gradient Descent. The paper does not provide code or complete training hyperparameters. This reproduction therefore tests its two central mechanisms directly: A frozen, one-layer decoder-style attention block is trained once and reused to emit local ReLU-network forward and backward blocks. It… See the full description on the dataset page: https://huggingface.co/datasets/JG1310/repro-chain-of-thought-gradient-descent-code-sol.

sourceHugging Facemitupdated 2mo agoView on Hugging Face
0likes36downloads
6 commits on main
1d0d5b92mo ago

Add final poster style gate report

JG1310
f360cf02mo ago

Add dataset card metadata

JG1310
0f9cda82mo ago

Add final reproduction code and poster sources

JG1310
077c76d2mo ago

Keep experimental outputs in isolated runs dataset

JG1310
3f991712mo ago

Upload folder using huggingface_hub

JG1310
1446f142mo ago

initial commit

JG1310