TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

The Tyranny of Possibilities in the Design of Task-Oriented LLM Systems

1 点作者 dhruvdh超过 1 年前

2 条评论

dhruvdh超过 1 年前
Full Title: The Tyranny of Possibilities in the Design of Task-Oriented LLM Systems: A Scoping Survey<p>Description: It is a survey that tries to identify our current progress in designing task-oriented LLM systems - how informed we are when we make decisions about prompting, augmentation, etc. It lists several such design parameters, describes them, and explores varying these parameters through a thought experiment (!). Then we select three parameters (prompting, augmentation, and uncertainty estimation), try to define them, and organize select available research on these topics. Our definition and organization differ slightly from what you&#x27;d expect as we try to avoid overlap in each parameter.<p>Later, we discuss what we find, defining &quot;linear and non-linear contexts&quot;, and using it to show how all (?) prompting techniques can be viewed as multi-agent systems, and speak about the implications of that - one of which is on synthetic data generation which the HN community might be interested in. In all, the paper shares seven conjectures to help guide future research efforts.<p>I will list these conjectures in a comment for those short on time.<p>Thank you for reading!
评论 #38841239 未加载
kk58超过 1 年前
LLM are fundamentally stateless. The exoskeleton of agents is essentially a work around to enable a state that resides externally to a LLM. This is required in some manner for creating an agent. Task oriented agents require reasoning and planning but the nature of its wildly different compared to the kind of behaviour that is observed in the interactive simulacra paper. Your ideas have merits but I feel it needs to have some further qualifications