跳到正文
Jones Ray

ScholarPulse 日报 2026-08-03

2026-08-03 学术简报:2 篇。当前LLM代理在超参数优化中展现出可测量的实验优化能力,但在持续迭代改进、复杂日志诊断和一致性能提升方面存在明显局限。

今日速览

序号标题来源日期主题推荐等级
1AgentHPOBench: A Benchmark For Evaluating LLM Agents as Sequential Hyperparameter OptimizersarXiv2026-07-31AI-Agent高
2Know It, Act on It: Investigating Memory Utilization in LLM PersonalizationarXiv2026-07-31AI-Agent高

重点论文与技术动态

1. AgentHPOBench: A Benchmark For Evaluating LLM Agents as Sequential Hyperparameter Optimizers

一句话结论

当前LLM代理在超参数优化中展现出可测量的实验优化能力,但在持续迭代改进、复杂日志诊断和一致性能提升方面存在明显局限。

一段话。
AgentHPOBench作为首个序列基准,填补了现有评估忽视实验证据解释与超参数决策指导的空白,通过30个跨领域任务验证了代理的优化潜力与不足。

核心内容

方法与数据

价值判断

摘要 As LLMs evolve from code completion systems into autonomous scientific agents, evaluating their ability to conduct experiments has become increasingly important. Existing benchmarks typically focus on static code generation, paper replication, or final answer correctness, but do not directly assess whether agents can interpret experimental evidence and use it to guide subsequent hyperparameter decisions. To address this gap, we introduce AgentHPOBench, a sequential benchmark comprising 30 executable machine learning tasks across seven research categories. Each task begins with a validated baseline run, after which an agent performs several sequential interventions. At each step, the agent observes the accumulated configurations, metrics, and logs before proposing the next valid configuration. We evaluate 12 widely used agents and conventional HPO baselines under a unified protocol. The results show that current agents exhibit measurable experimental optimization ability across domains, but still face clear limitations in sustained iterative refinement, complex log diagnosis, and consistent progress toward reported reference performance.

2. Know It, Act on It: Investigating Memory Utilization in LLM Personalization

一句话结论

LLM在个性化中常能记住用户偏好但无法有效应用,尤其在健康和治疗相关场景,实验显示模型通过回忆测试(Know)却在行为响应(Act)中失败,导致个性化失效。

核心内容

方法与数据

价值判断

摘要 As large language model (LLM) agents evolve into personalized companions, memory has emerged as a core capability. However, LLMs face a knowledge utilization problem: they may fail to act on relevant user preferences even when they are fully present in context. When an agent fails to tailor its response in a context where previously shared user preferences should matter, it is unclear whether the model failed to remember that information or remembered it but failed to use it. To isolate this breakdown, we introduce a decoupled evaluation paradigm that administers paired Know and Act tests to the same user preference. We conduct large-scale experiments across 16 systems and five memory architectures, evaluating 1,000 preferences embedded at three levels of expression strength. Our results show a large gap between Know and Act outcomes: agents often pass the recall test for a user preference but fail to reflect that same preference in the paired behavioral scenario. While memory architectures reduce this gap, utilization remains especially weak for health and therapy-related preferences, where failures to act carry the greatest real-world stakes.