Skip to main content

Showing 1–4 of 4 results for author: Yim, K S

Searching in archive cs. Search in all archives.
.
  1. arXiv:2507.01067  [pdf

    cs.LG cs.AI cs.DC eess.SY

    Evaluation of a Foundational Model and Stochastic Models for Forecasting Sporadic or Spiky Production Outages of High-Performance Machine Learning Services

    Authors: Keun Soo Yim

    Abstract: Time series forecasting models have diverse real world applications (e.g., from electricity metrics to software workload). Latest foundational models trained for time series forecasting show strengths (e.g., for long sequences and in zero-shot settings). However, foundational model was not yet used for forecasting rare, spiky events, i.e., a challenging target because those are a corner case of ex… ▽ More

    Submitted 30 June, 2025; originally announced July 2025.

  2. arXiv:2410.02809  [pdf

    cs.SE cs.CR

    TREBLE: Fast Software Updates by Creating an Equilibrium in an Active Software Ecosystem of Globally Distributed Stakeholders

    Authors: Keun Soo Yim, Iliyan Malchev, Andrew Hsieh, Dave Burke

    Abstract: This paper presents our experience with TREBLE, a two-year initiative to build the modular base in Android, a Java-based mobile platform running on the Linux kernel. Our TREBLE architecture splits the hardware independent core framework written in Java from the hardware dependent vendor implementations (e.g., user space device drivers, vendor native libraries, and kernel written in C/C++). Cross-l… ▽ More

    Submitted 19 September, 2024; originally announced October 2024.

    Comments: \c{opyright} K. S. Yim et al. | ACM 2019. This is the author's version of the work. It is posted here for your personal use. Not for redistribution. The definitive Version of Record was published in ACM TECS, https://doi.org/10.1145/3358237

  3. arXiv:2406.02943  [pdf

    cs.IR cs.AI cs.CL cs.HC cs.NE

    The Task-oriented Queries Benchmark (ToQB)

    Authors: Keun Soo Yim

    Abstract: Task-oriented queries (e.g., one-shot queries to play videos, order food, or call a taxi) are crucial for assessing the quality of virtual assistants, chatbots, and other large language model (LLM)-based services. However, a standard benchmark for task-oriented queries is not yet available, as existing benchmarks in the relevant NLP (Natural Language Processing) fields have primarily focused on ta… ▽ More

    Submitted 5 June, 2024; originally announced June 2024.

    Comments: Data available on GitHub, https://github.com/google/task-oriented-queries

  4. arXiv:2405.16655  [pdf

    cs.CR cs.AI cs.CY cs.LG cs.SE

    Predicting Likely-Vulnerable Code Changes: Machine Learning-based Vulnerability Protections for Android Open Source Project

    Authors: Keun Soo Yim

    Abstract: This paper presents a framework that selectively triggers security reviews for incoming source code changes. Functioning as a review bot within a code review service, the framework can automatically request additional security reviews at pre-submit time before the code changes are submitted to a source code repository. Because performing such secure code reviews add cost, the framework employs a c… ▽ More

    Submitted 26 May, 2024; originally announced May 2024.

    Comments: This is a preprint of an article that has been submitted to a journal for publication