惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

月光博客
月光博客
D
Docker
腾讯CDC
J
Java Code Geeks
大猫的无限游戏
大猫的无限游戏
The Cloudflare Blog
Martin Fowler
Martin Fowler
MongoDB | Blog
MongoDB | Blog
博客园 - Franky
博客园 - 三生石上(FineUI控件)
Recent Announcements
Recent Announcements
F
Fortinet All Blogs
IT之家
IT之家
WordPress大学
WordPress大学
M
MIT News - Artificial intelligence
爱范儿
爱范儿
Microsoft Azure Blog
Microsoft Azure Blog
Vercel News
Vercel News
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
小众软件
小众软件
N
Netflix TechBlog - Medium
T
Tailwind CSS Blog
Engineering at Meta
Engineering at Meta
博客园 - 【当耐特】

Benson's blog

Enjoy life Internship AI on academic research How AI Will Change the Mobile Ecosystem Look ahead Goodbye 2025 Hacker News to Kindle Another project How to imporve english Introduction of Fraud detection PopTranslate Last day in netease Better idea between Copilot-typed and CLI-typed assistant Gemini-cli LLM Post-Training experience Difference between LLMs and traditional computer technology GRPO Weekly-#26 AI Application Weekly-#25 AI infra and application Weekly-#24 First week as LLM inference engineer Weekly-#23 seeking job Weekly-#22 2025 New Year AutoSwitch Translate Goodbye 2024 Weekly-#20 Breaking of glass Cross Entropy Loss of Triton Weekly-#18 Cross Entropy Loss of Triton Weekly-#17 Triton Puzzles Weekly-#16 AutoBuilder Weekly-#15 Starting of tanble tennis
Papers I readed recently about LLM application
Benson · 2025-06-22 · via Benson's blog

Post

How much do LLM memorize?

  • key definition
    • unintended memorization: memorize a specific dataset
    • generalization (intended memorization): contains about the true data-generation process
    • calculation method: by information entropy and mutual information
  • double desent appear on the changing points from unintended memorization into generalization
  • GPT-models store 3.6bits data per parameters
  • value of float32 is 9% higher than float16

Scaling LLM Test-Time Compute Optimally can be More Effective than Scaling Model Parameters

  • trade-off between pre-train model size and inference-time(inference length)
  • performance can ouperform 14x size model
  • performance is better in easy and medium problem, judge easy, medium or hard question based on the pass rate
  • two ways to increase inference-compute-time
    • best-of-N: sample N outputs parallel and choose the best one based on learned verifier or reward function.
    • revise response: revise original response

Prolonged Reinforcement Learning

  • tempurature: increase tempurate to avoid entropy collapse
  • decoupled clip to increase exploration space
  • dynamic sampling: erase all truely right or wrong samples
  • calculate loss from sample level into token level – DAPO
  • KL-regularization and reference model reset

illusion of thinking

  • for hanio tasks
    • lower performance in simple-level question for reasoning model than general mdoel because it get wrong answer when thinking even already get correct answer [over thinking]
    • better performance in medium-level question
    • zero-performance in hard question

Gemini 2.5 tech report

  • dataset
    • ensure dataset quality
    • fliter and drop duplicates
  • post-training
    • verifiable reward and model-base generative rewards to provide sophisticated and scaleable feedback signals
      • verifiable reward
      • model-base: more sophisticated and scaleable feedback signals
    • update LR-method to improve the stability of training
    • result: learning in complex space

This post is licensed under CC BY 4.0 by the author.

Trending Tags