paper-with-me

Papers

Adaptive Self-improvement LLM Agentic System for ML Library Development

2025-02-04 · Genghan Zhang, Weixin Liang, Olivia Hsu, Kunle Olukotun

ML libraries, often written in architecture-specific programming languages (ASPLs) that target domain-specific architectures, are key to efficient ML systems. However, writing these high-performance ML libraries is challenging because it requires expert knowledge of ML algorithms and the ASPL. Large language models (LLMs), on the other hand, have shown general coding capabilities. However, challenges remain when using LLMs for generating ML libraries using ASPLs because 1) this task is complicated even for experienced human programmers and 2) there are limited code examples because of the esoteric and evolving nature of ASPLs. Therefore, LLMs need complex reasoning with limited data in order to complete this task. To address these challenges, we introduce an adaptive self-improvement agentic system. In order to evaluate the effectiveness of our system, we construct a benchmark of a typical ML library and generate ASPL code with both open and closed-source LLMs on this benchmark. Our results show improvements of up to $3.9\times$ over a baseline single LLM.

📄 PDF Abstract BibTeX arXiv:2502.02534

Code (1)

zhang677/pcl-lite 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

Dr. RTL: Autonomous Agentic RTL Optimization through Tool-Grounded Self-Improvement

2026-04-16 · Wenji Fang, Yao Lu, Shang Liu, Jing Wang 외 arxiv

Recent advances in large language models (LLMs) have sparked growing interest in automatic RTL optimization for better performance, power, and area (PPA). However, existing methods are still far from realistic RTL optimi…

An agentic system with reinforcement-learned subsystem improvements for parsing form-like documents

2025-05-16 · Ayesha Amjad, Saurav Sthapit, Tahir Qasim Syed

Extracting alphanumeric data from form-like documents such as invoices, purchase orders, bills, and financial documents is often performed via vision (OCR) and learning algorithms or monolithic pipelines with limited pot…

FormLanguage ModelingLanguage ModellingLarge Language Model+2

AgentFixer: From Failure Detection to Fix Recommendations in LLM Agentic Systems

2026-02-18 · Hadar Mulian, Sergey Zeltyn, Ido Levy, Liane Galanti 외 arxiv

We introduce a comprehensive validation framework for LLM-based agentic systems that provides systematic diagnosis and improvement of reliability failures. The framework includes fifteen failure-detection tools and two r…

You Live More Than Once: Towards Hierarchical Skill Meta-Evolving

2026-05-27 · Xujun Li, Kehan Zheng, Mingyuan Zhao, Yize Geng 외 arxiv

Test-time skill evolving is regarded as a new paradigm for enhancing deployed agentic systems. Existing works mainly focus on hard-coded skill evolving strategies or parametric learning that rely on expensive parameter u…

Self-Improvements in Modern Agentic Systems: A Survey

2026-07-14 · Zhe Ren, Yimeng Chen, Dandan Guo, Guowei Rong 외 hf

Self-improving autonomous agents are moving from research prototypes to deployed systems. The primary goal is controllable evolution, or adaptation, from experience with minimal or even no human input. This survey frames…