Agents
Reports of the Association for the Advancement of Artificial Intelligence's 2025 Spring Symposium Series
The Association for the Advancement of Artificial Intelligence's 2025 Spring Symposium Series was held in Burmingame, California, March 31-April 2, 2025. There were eight symposia in the spring program: AI for Engineering and Scientific Discoveries, AI for Health Symposium: Leveraging Artificial Intelligence to Revolutionize Healthcare, Current and Future Varieties of Human-AI Collaboration, GenAI@Edge: Empowering Generative AI at the Edge, Human-Compatible AI for Well-being: Harnessing Potential of GenAI for AI-Powered Science, Machine Learning and Knowledge Engineering for Trustworthy Multimodal and Generative AI, Symposium on Child-AI Interaction in the Era of Foundation Models, Towards Agentic AI for Science: Hypothesis Generation, Comprehension, Quantification, and Validation. This report contains summaries of the workshops, which were submitted by some, but not all, of the workshop chairs. This symposium aims to advance and diversify the application of AI in emerging engineering and scientific discovery domains. Inspired by progress in large language models, generative AI, and AI-assisted scientific computing, we seek to foster new collaborations between industry and academia to tackle challenging problems in materials, manufacturing, and life sciences. We also plan to explore new directions in human-machine interaction for accelerating knowledge discovery and address related ethical considerations. Through invited speakers, panel discussions, and contributions from researchers with cross-disciplinary expertise, we hoped to cultivate partnerships that drive transformative advances in both AI and scientific research. No formal report was filed by the organizers for this symposium.
Advancing Tool-Augmented Large Language Models: Integrating Insights from Errors in Inference Trees Sijia Chen 1, 2, Yibo Wang 1, 2, Yi-Feng Wu3 Qing-Guo Chen
Tool-augmented large language models (LLMs) leverage tools, often in the form of APIs, to improve their reasoning capabilities on complex tasks. This enables them to act as intelligent agents interacting with the real world. The recently introduced ToolLLaMA model by Qin et al. [ 2023 ] utilizes the depth-first search-based decision tree (DFSDT) mechanism for multi-step reasoning with 16000+ real-world APIs, effectively enhancing the performance of tool-augmented LLMs compared to traditional chain reasoning mechanisms. However, their approach only employs successful paths from decision trees (also called inference trees) for supervised fine-tuning (SFT), missing out on the potential learning opportunities from failed paths. Inspired by this, we propose an inference trajectory optimization framework based on preference learning to address this limitation.