跳到正文
Jones Ray

ScholarPulse 日报 2026-09-05

2026-09-05 学术简报:2 篇。TAHI通过人机交互实现高效测试时适应,显著提升个性化任务成功率并支持跨用户泛化。

今日速览

序号标题来源日期主题推荐等级
1Efficient Test-Time Adaptation through Human-AI InteractionarXiv2026-09-03RAG高
2The Natural Language Interaction Protocol and Standard for AI AgentsarXiv2026-09-03MCP高

重点论文与技术动态

1. Efficient Test-Time Adaptation through Human-AI Interaction

一句话结论

TAHI通过人机交互实现高效测试时适应,显著提升个性化任务成功率并支持跨用户泛化。

核心内容

方法与数据

价值判断

摘要 AI agents are trained on population-scale data to encode broad capabilities spanning those of many practitioners. Yet the artifacts they produce rarely meet the personal bar professionals need to stake their reputation on. On realistic, open-ended tasks where success criteria are heterogeneous and insufficiently documented, individual expertise lives precisely in the elevation and departure from the average. In practice, iterative human-agent interaction surfaces criteria that users cannot fully specify up front, yet apply repeatedly across tasks. We argue this cross-session interaction data is a rich, underused signal for closing the gap to individual expertise. In this work, we propose test-time adaptation through human-agent interaction (TAHI), which integrates these signals into agent context and weights, and crystallizes each user's training and evaluation criteria via an evolving rubric module. We adapt agents to 30 individuals in two high-utility domains, writing and visual creation, on a total of 600 tasks. Our agents improve solo task success by 4.5-20.9% within only tens of tasks. Meanwhile, our evolving rubric module serves as a scalable annotation tool, creating evaluation rubrics that catch 16.0-22.3% more failures than those from LMs or humans alone. While agents are adapted towards individuals, we show these personalized agents also produce improvements in success of up to 8.8% that generalize across users.

2. The Natural Language Interaction Protocol and Standard for AI Agents

一句话结论

NLIP作为Ecma International标准化的协议,解决了AI代理在异构开发框架中的互操作性问题,通过轻量级语义消息封装支持HTTP/HTTPS、WebSocket和AMQP等传输协议,促进社会和商业应用落地。

核心内容

方法与数据

价值判断

摘要 AI agents are increasingly being developed and deployed across organizations using heterogeneous agent-development frameworks, AI models, tool interfaces, protocols, and execution environments. To realize their potential social and business impact, these agents must be able to interoperate through a common communication protocol. The Natural Language Interaction Protocol (NLIP), developed by researchers and practitioners across companies and universities and standardized by Ecma International, addresses this need by defining a standards-based application-layer protocol for AI-agent interaction. NLIP provides a lightweight semantic message envelope that can be carried over existing transports such as HTTP/HTTPS, WebSocket, and AMQP, while allowing NLIP-aware agents and gateways to adapt between clients, agents, local context stores, ontologies, tools, enterprise services, and heterogeneous underlying protocols. This paper presents the motivation and design rationale of NLIP, its message model and transport bindings, security-by-design considerations, reference implementation, representative applications, adoption signals, and relationship to emerging agent protocols such as MCP and A2A.