paper-with-me

Papers

S3LLM: Large-Scale Scientific Software Understanding with LLMs using Source, Metadata, and Document

2024-03-15 · Kareem Shaik, Dali Wang, Weijian Zheng, Qinglei Cao, Heng Fan, Peter Schwartz, Yunhe Feng

The understanding of large-scale scientific software poses significant challenges due to its diverse codebase, extensive code length, and target computing architectures. The emergence of generative AI, specifically large language models (LLMs), provides novel pathways for understanding such complex scientific codes. This paper presents S3LLM, an LLM-based framework designed to enable the examination of source code, code metadata, and summarized information in conjunction with textual technical reports in an interactive, conversational manner through a user-friendly interface. S3LLM leverages open-source LLaMA-2 models to enhance code analysis through the automatic transformation of natural language queries into domain-specific language (DSL) queries. Specifically, it translates these queries into Feature Query Language (FQL), enabling efficient scanning and parsing of entire code repositories. In addition, S3LLM is equipped to handle diverse metadata types, including DOT, SQL, and customized formats. Furthermore, S3LLM incorporates retrieval augmented generation (RAG) and LangChain technologies to directly query extensive documents. S3LLM demonstrates the potential of using locally deployed open-source LLMs for the rapid understanding of large-scale scientific computing software, eliminating the need for extensive coding expertise, and thereby making the process more efficient and effective. S3LLM is available at https://github.com/ResponsibleAILab/s3llm.

📄 PDF Abstract BibTeX arXiv:2403.10588

Code (1)

responsibleailab/s3llm 공식 구현 pytorch

Tasks

Natural Language QueriesRAGRetrieval-augmented Generation

Similar Papers 제목 키워드 기반

SciKnowEval: Evaluating Multi-level Scientific Knowledge of Large Language Models

2024-06-13 · Kehua Feng, Keyan Ding, Weijie Wang, Xiang Zhuang 외

Large language models (LLMs) have gained increasing prominence in scientific research, but there is a lack of comprehensive benchmarks to fully evaluate their proficiency in understanding and mastering scientific knowled…

Benchmarking

SciMIF: Understanding Multimodal Instruction Following in Scientific Domains

2026-08-26 · Ye Shen, Yuting Zheng, Dun Pei, Zijian Chen 외 arxiv

Understanding instruction-following capabilities in scientific domains is essential for effectively leveraging Multimodal Large Language Models (MLLMs) to advance the development of scientific fields. In this work, we in…

Instruction Following

SciLitLLM: How to Adapt LLMs for Scientific Literature Understanding

2024-08-28 · Sihang Li, Jin Huang, Jiaxi Zhuang, Yaorui Shi 외

Scientific literature understanding is crucial for extracting targeted information and garnering insights, thereby significantly advancing scientific discovery. Despite the remarkable success of Large Language Models (LL…

Instruction Followingscientific discovery

SciInstruct: a Self-Reflective Instruction Annotated Dataset for Training Scientific Language Models

2024-01-15 · Dan Zhang, Ziniu Hu, Sining Zhoubian, Zhengxiao Du 외

Large Language Models (LLMs) have shown promise in assisting scientific discovery. However, such applications are currently limited by LLMs' deficiencies in understanding intricate scientific concepts, deriving symbolic …

MathMathematical Reasoningscientific discovery

SciCUEval: A Comprehensive Dataset for Evaluating Scientific Context Understanding in Large Language Models

2025-05-21 · Jing Yu, Yuqi Tang, Kehua Feng, Mingyang Rao 외

Large Language Models (LLMs) have shown impressive capabilities in contextual understanding and reasoning. However, evaluating their performance across diverse scientific domains remains underexplored, as existing benchm…

Knowledge Graphs