跳到正文
Jones Ray

ScholarPulse 日报 2026-06-22

2026-06-22 学术简报:2 篇。AI经济学家代理框架通过整合RAG、知识图谱与LLM代理,显著提升经济分析报告的经济连贯性与可追溯性。

今日速览

序号标题来源日期主题推荐等级
1AI Economist Agent: An Agentic Framework for Model-Grounded Economic Analysis with RAG, Knowledge Graphs, and Large Language ModelsarXiv2026-06-18RAG高
2When Lower Privileges Suffice: Investigating Over-Privileged Tool Selection in LLM AgentsarXiv2026-06-18AI-Agent高

重点论文与技术动态

1. AI Economist Agent: An Agentic Framework for Model-Grounded Economic Analysis with RAG, Knowledge Graphs, and Large Language Models

一句话结论

AI经济学家代理框架通过整合RAG、知识图谱与LLM代理,显著提升经济分析报告的经济连贯性与可追溯性。

一段话:该框架避免直接依赖LLM生成定量声明,转而通过AI代理规划分析流程、检索经济理论与数据证据、选择模型并生成基于显式模型计算的叙述,确保报告与真实经济场景紧密关联,从而增强可信度。

核心内容

方法与数据

价值判断

摘要 We propose a model-grounded RAG-based AI economist with an agentic framework for economic scenario analysis using large language models (LLMs) and knowledge graphs. While LLMs can generate fluent economic narratives, economists are often required to make economic claims grounded by economic theory and real-world data. Based on this motivation, this study proposes an RAG-based AI economist, which utilizes knowledge graphs including economic data and theory and LLM-based agents to plan the analysis, retrieve relevant evidence, select appropriate models, and generate reports. In our framework, we do not produce quantitative claims directly with the language model alone; instead, we generate narratives grounded in explicit model-based computations and linked to the retrieved evidence via AI agents. We refer to our framework as an AI economist agent. We evaluate the AI economist agent in two applications: economist report generation for U.S. inflation persistence and Federal Reserve policy, and bank stress-test narrative generation for U.S. commercial real estate refinancing stress. The results illustrate how grounding the generated reports improves their economic coherence and traceability.

2. When Lower Privileges Suffice: Investigating Over-Privileged Tool Selection in LLM Agents

一句话结论

主流LLM代理普遍存在选择高权限工具而非足够低权限替代方案的问题,特权感知后训练防御能有效减少不必要的高权限使用。

核心内容

方法与数据

价值判断

摘要 As LLM agents increasingly select tools autonomously, their choices among tools with different privileges become safety-relevant. However, prior tool-selection studies focus on safety-agnostic metadata preferences, leaving privilege-sensitive choices underexplored. To address this gap, we study over-privileged tool selection, in which an agent selects or escalates to a higher-privilege tool despite a sufficient lower-privilege alternative. We introduce ToolPrivBench to evaluate whether agents choose higher-privilege tools despite sufficient lower-privilege alternatives, measuring both initial selection and escalation after transient tool failures. Across eight domains and five recurring risk patterns, we find that over-privileged tool selection is common among mainstream LLM agents and is further amplified by transient failures. We further find that general safety alignment does not reliably transfer to least-privilege tool choice, while prompt-level controls provide only limited mitigation under transient failures. We therefore introduce a privilege-aware post-training defense that teaches agents to prefer sufficient lower-privilege tools and escalate only when necessary. Our mitigation experiments show that this defense substantially reduces unnecessary high-privilege tool use while preserving general capabilities.