paper-with-me

Papers

Connecting Large Language Model Agent to High Performance Computing Resource

2025-02-17 · Heng Ma, Alexander Brace, Carlo Siebenschuh, Greg Pauloski, Ian Foster, Arvind Ramanathan

The Large Language Model agent workflow enables the LLM to invoke tool functions to increase the performance on specific scientific domain questions. To tackle large scale of scientific research, it requires access to computing resource and parallel computing setup. In this work, we implemented Parsl to the LangChain/LangGraph tool call setup, to bridge the gap between the LLM agent to the computing resource. Two tool call implementations were set up and tested on both local workstation and HPC environment on Polaris/ALCF. The first implementation with Parsl-enabled LangChain tool node queues the tool functions concurrently to the Parsl workers for parallel execution. The second configuration is implemented by converting the tool functions into Parsl ensemble functions, and is more suitable for large task on super computer environment. The LLM agent workflow was prompted to run molecular dynamics simulations, with different protein structure and simulation conditions. These results showed the LLM agent tools were managed and executed concurrently by Parsl on the available computing resource.

📄 PDF Abstract BibTeX arXiv:2502.12280

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingLarge Language Model

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

A Large Language Model-based multi-agent manufacturing system for intelligent shopfloor

2024-05-27 · Zhen Zhao, Dunbing Tang, Haihua Zhu, Zequn Zhang 외

As productivity advances, the demand of customers for multi-variety and small-batch production is increasing, thereby putting forward higher requirements for manufacturing systems. When production tasks frequent changes …

Language ModelingLanguage ModellingLarge Language ModelScheduling

MASA: LLM-Driven Multi-Agent Systems for Autoformalization

2025-10-10 · Lan Zhang, Marco Valentino, André Freitas arxiv

Autoformalization serves a crucial role in connecting natural language and formal reasoning. This paper presents MASA, a novel framework for building multi-agent systems for autoformalization driven by Large Language Mod…

RePrompt: Planning by Automatic Prompt Engineering for Large Language Models Agents

2024-06-17 · Weizhe Chen, Sven Koenig, Bistra Dilkina

In this past year, large language models (LLMs) have had remarkable success in domains outside the traditional natural language processing, and people are starting to explore the usage of LLMs in more general and close t…

Code GenerationPrompt Engineering

Epidemic Modeling with Generative Agents

2023-07-11 · Ross Williams, Niyousha Hosseinichimeh, Aritra Majumdar, Navid Ghaffarzadegan

This study offers a new paradigm of individual-level modeling to address the grand challenge of incorporating human behavior in epidemic models. Using generative artificial intelligence in an agent-based epidemic model, …

Decision MakingLanguage ModelingLanguage ModellingLarge Language Model

Connecting the Dots: Training-Free Visual Grounding via Agentic Reasoning

2025-11-24 · Liqin Luo, Guangyao Chen, Xiawu Zheng, Yongxing Dai 외 arxiv

Visual grounding, the task of linking textual queries to specific regions within images, plays a pivotal role in vision-language integration. Existing methods typically rely on extensive task-specific annotations and fin…

Visual Grounding