From d0a1c91f4f6fc9a027136cea88c0edddd8c53e39 Mon Sep 17 00:00:00 2001 From: YurenHao0426 Date: Wed, 8 Apr 2026 19:20:54 -0500 Subject: =?UTF-8?q?paper=20v2.32.2:=20=C2=A73=20=C2=B61=20"20=C3=97=20belo?= =?UTF-8?q?w=20clamp"=20=E2=86=92=20"25=C3=97=20below=20clamp"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit After v2.30.2 updated §3 ¶1's endpoint ‖g_L‖ to the 3-seed mean 4×10^-10, the math 1e-8/4e-10 = 25, not 20. Updated the "20× below" approximation to "25× below" for precision. Verified F.cosine_similarity default eps = 1e-8 by: >>> torch.nn.functional.cosine_similarity(a, b, dim=-1) on a vector with norm 1e-15: returned 1e-7 (clamped) Co-Authored-By: Claude Opus 4.6 (1M context) --- paper/main.pdf | Bin 501187 -> 501189 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'paper/main.pdf') diff --git a/paper/main.pdf b/paper/main.pdf index 642e971..733d229 100644 Binary files a/paper/main.pdf and b/paper/main.pdf differ -- cgit v1.2.3