paper-with-me

Papers

Demystifying Issues, Causes and Solutions in LLM Open-Source Projects

2024-09-25 · Yangxiao Cai, Peng Liang, Yifei Wang, Zengyang Li, Mojtaba Shahin

With the advancements of Large Language Models (LLMs), an increasing number of open-source software projects are using LLMs as their core functional component. Although research and practice on LLMs are capturing considerable interest, no dedicated studies explored the challenges faced by practitioners of LLM open-source projects, the causes of these challenges, and potential solutions. To fill this research gap, we conducted an empirical study to understand the issues that practitioners encounter when developing and using LLM open-source software, the possible causes of these issues, and potential solutions. We collected all closed issues from 15 LLM open-source projects and labelled issues that met our requirements. We then randomly selected 994 issues from the labelled issues as the sample for data extraction and analysis to understand the prevalent issues, their underlying causes, and potential solutions. Our study results show that (1) Model Issue is the most common issue faced by practitioners, (2) Model Problem, Configuration and Connection Problem, and Feature and Method Problem are identified as the most frequent causes of the issues, and (3) Optimize Model is the predominant solution to the issues. Based on the study results, we provide implications for practitioners and researchers of LLM open-source projects.

📄 PDF Abstract BibTeX arXiv:2409.16559

Code (1)

caiyangxiao/llmossissuesdataset 공식 구현

Similar Papers 제목 키워드 기반

Cause-and-Effect Analysis of ADAS: A Comparison Study between Literature Review and Complaint Data

2022-07-30 · Jackie Ayoub, Zifei Wang, Meitang Li, Huizhong Guo 외

Advanced driver assistance systems (ADAS) are designed to improve vehicle safety. However, it is difficult to achieve such benefits without understanding the causes and limitations of the current ADAS and their possible …

Fundamental Challenges in Evaluating Text2SQL Solutions and Detecting Their Limitations

2025-01-30 · Cedric Renggli, Ihab F. Ilyas, Theodoros Rekatsinas

In this work, we dive into the fundamental challenges of evaluating Text2SQL solutions and highlight potential failure causes and the potential risks of relying on aggregate metrics in existing benchmarks. We identify tw…

Bit-Accurate Modeling of GPU Matrix Multiply-Accumulate Units: Demystifying Numerical Discrepancy and Accuracy

2025-11-14 · Peichen Xie, Shuotao Xu, Yang Wang, Fan Yang 외 arxiv

Modern AI accelerators rely on matrix multiply-accumulate units (MMAUs), such as NVIDIA Tensor Cores and AMD Matrix Cores, to accelerate deep neural network workloads. MMAUs expose only instruction-level or API-level int…

Demystifying the Performance of Data Transfers in High-Performance Research Networks

2023-08-20 · Ehsan Saeedizade, Bing Zhang, Engin Arslan

High-speed research networks are built to meet the ever-increasing needs of data-intensive distributed workflows. However, data transfers in these networks often fail to attain the promised transfer rates for several rea…

Demystifying Flux Architecture

2025-07-13 · Or Greenberg arxiv

FLUX.1 is a diffusion-based text-to-image generation model developed by Black Forest Labs, designed to achieve faithful text-image alignment while maintaining high image quality and diversity. FLUX is considered state-of…

Text-to-Image Generation