paperbot · PL 论文追踪

RSS

Run-Time Prevention of Software Integration Failures of Machine Learning APIs

OOPSLA 7(OOPSLA2)2023
Chengcheng Wan, Yuhan Liu, Kuntai Du, Henry Hoffmann, Junchen Jiang, Michael Maire, Shan Lu

尚未生成 AI 速览(可能缺少 API key 或等待下次运行补跑)。

原文摘要(Abstract)

Due to the under-specified interfaces, developers face challenges in correctly integrating machine learning (ML) APIs in software. Even when the ML API and the software are well designed on their own, the resulting application misbehaves when the API output is incompatible with the software. It is desirable to have an adapter that converts ML API output at runtime to better fit the software need and prevent integration failures. In this paper, we conduct an empirical study to understand ML API integration problems in real-world applications. Guided by this study, we present SmartGear, a tool that automatically detects and converts mismatching or incorrect ML API output at run time, serving as a middle layer between ML API and software. Our evaluation on a variety of open-source applications shows that SmartGear detects 70% incompatible API outputs and prevents 67% potential integration failures, outperforming alternative solutions.

链接与引用

DOI 原文 ·

BibTeX
@article{paperbot1833,
  title = {Run-Time Prevention of Software Integration Failures of Machine Learning APIs},
  author = {Chengcheng Wan and Yuhan Liu and Kuntai Du and Henry Hoffmann and Junchen Jiang and Michael Maire and Shan Lu},
  journal = {Proceedings of the ACM on Programming Languages},
  volume = {7},
  number = {OOPSLA2},
  year = {2023},
  doi = {10.1145/3622806}
}