TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The surprising effectiveness of test-time training for abstract reasoning [pdf]

87 pointsby trott6 months ago

4 comments

mikeknoop6 months ago
Context: ARC Prize 2024 just wrapped up yesterday. ARC Prize&#x27;s goal is to be a north star towards AGI. The two major categories of this year&#x27;s progress seem to fall into &quot;program synthesis&quot; and &quot;test-time fine tuning&quot;. Both of these techniques are adopted by DeepMind&#x27;s impressive AlphaProof system [1]. And I&#x27;m personally excited to finally see actual code implementation of these ideas [2]!<p>We still have a long way to go for the grand prize -- we&#x27;ll be back next year. Also got some new stuff in the works for 2025.<p>Watch for the official ARC Prize 2024 paper coming Dec 6. We&#x27;re going to be overviewing all the new AI reasoning code and approaches open sourced via the competition [3].<p>[1] <a href="https:&#x2F;&#x2F;deepmind.google&#x2F;discover&#x2F;blog&#x2F;ai-solves-imo-problems-at-silver-medal-level&#x2F;" rel="nofollow">https:&#x2F;&#x2F;deepmind.google&#x2F;discover&#x2F;blog&#x2F;ai-solves-imo-problems...</a><p>[2] <a href="https:&#x2F;&#x2F;github.com&#x2F;ekinakyurek&#x2F;marc">https:&#x2F;&#x2F;github.com&#x2F;ekinakyurek&#x2F;marc</a><p>[3] <a href="https:&#x2F;&#x2F;x.com&#x2F;arcprize" rel="nofollow">https:&#x2F;&#x2F;x.com&#x2F;arcprize</a>
评论 #42109387 未加载
arjvik6 months ago
Test-Time Training is incredibly powerful. Most recently, it has been shown that Self-Attention can in fact be viewed through the lens of test-time training, with a kernel-smoother &quot;learning&quot; from context. Simply replacing that with more powerful models than a kernel-smoother result in very capable and scalable models!<p><a href="https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;2407.04620" rel="nofollow">https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;2407.04620</a>
sthlmb6 months ago
I initially read that as &quot;Tea-Time&quot; training and my inner Brit got a little excited..
评论 #42110567 未加载
zbyforgotp6 months ago
Is test time the same thing as inference time?
评论 #42110163 未加载