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

推荐订阅源

Engineering at Meta
Engineering at Meta
Microsoft Azure Blog
Microsoft Azure Blog
I
InfoQ
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
人人都是产品经理
人人都是产品经理
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
T
Tailwind CSS Blog
MongoDB | Blog
MongoDB | Blog
Google DeepMind News
Google DeepMind News
WordPress大学
WordPress大学
量子位
美团技术团队
大猫的无限游戏
大猫的无限游戏
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Last Week in AI
Last Week in AI
博客园 - 司徒正美
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
小众软件
小众软件
C
Check Point Blog
博客园 - 三生石上(FineUI控件)
N
Netflix TechBlog - Medium
Recent Announcements
Recent Announcements
有赞技术团队
有赞技术团队
月光博客
月光博客

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