English

SLM-Based Agentic AI with P-C-G: Optimized for Korean Tool Use

Computation and Language 2025-09-25 v1 Artificial Intelligence

Abstract

We propose a small-scale language model (SLM) based agent architecture, Planner-Caller-Generator (P-C-G), optimized for Korean tool use. P-C-G separates planning, calling, and generation by role: the Planner produces an initial batch plan with limited on-demand replanning; the Caller returns a normalized call object after joint schema-value validation; and the Generator integrates tool outputs to produce the final answer. We apply a Korean-first value policy to reduce execution failures caused by frequent Korean-to-English code switching in Korean settings. Evaluation assumes Korean queries and Korean tool/parameter specifications; it covers single-chain, multi-chain, missing-parameters, and missing-functions scenarios, and is conducted via an LLM-as-a-Judge protocol averaged over five runs under a unified I/O interface. Results show that P-C-G delivers competitive tool-use accuracy and end-to-end quality while reducing tokens and maintaining acceptable latency, indicating that role-specialized SLMs are a cost-effective alternative for Korean tool-use agents.

Cite

@article{arxiv.2509.19369,
  title  = {SLM-Based Agentic AI with P-C-G: Optimized for Korean Tool Use},
  author = {Changhyun Jeon and Jinhee Park and Jungwoo Choi and Keonwoo Kim and Jisu Kim and Minji Hong},
  journal= {arXiv preprint arXiv:2509.19369},
  year   = {2025}
}
R2 v1 2026-07-01T05:52:44.974Z