paper-with-me

홈 › Papers

SEAR: Schema-Based Evaluation and Routing for LLM Gateways

2026-03-20 · Zecheng Zhang, Han Zheng, Yue Xu arxiv

Evaluating production LLM responses and routing requests across providers in LLM gateways requires fine-grained quality signals and operationally grounded decisions. To address this gap, we present SEAR, a schema-based evaluation and routing system for multi-model, multi-provider LLM gateways. SEAR defines an extensible relational schema covering both LLM evaluation signals (context, intent, response characteristics, issue attribution, and quality scores) and gateway operational metrics (latency, cost, throughput), with cross-table consistency links across around one hundred typed, SQL-queryable columns. To populate the evaluation signals reliably, SEAR proposes self-contained signal instructions, in-schema reasoning, and multi-stage generation that produces database-ready structured outputs. Because signals are derived through LLM reasoning rather than shallow classifiers, SEAR captures complex request semantics, enables human-interpretable routing explanations, and unifies evaluation and routing in a single query layer. Across thousands of production sessions, SEAR achieves strong signal accuracy on human-labeled data and supports practical routing decisions, including large cost reductions with comparable quality.

📄 PDF Abstract BibTeX arXiv:2603.26728

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LLM-X: A Scalable Negotiation-Oriented Exchange for Communication Among Personal LLM Agents

2026-05-12 · Giuliano Lorenzoni, Paulo Alencar, Donald Cowan arxiv

We propose a personal-LLM exchange (LLM-X), a scalable negotiation-oriented environment that enables direct, structured communication across populations of personal agents (LLMs), each representing an individual user. Un…

Optimizing Satellite Network Infrastructure: A Joint Approach to Gateway Placement and Routing

2024-05-02 · Yuma Abe, Flor Ortiz, Eva Lagunas, Victor Monzon Baeza 외

Satellite constellation systems are becoming more attractive to provide communication services worldwide, especially in areas without network connectivity. While optimizing satellite gateway placement is crucial for oper…

Management

Behavioral Consistency and Transparency Analysis on Large Language Model API Gateways

2026-04-22 · Guanjie Lin, Yinxin Wan, Shichao Pei, Ting Xu 외 arxiv

Third-party Large Language Model (LLM) API gateways are rapidly emerging as unified access points to models offered by multiple vendors. However, the internal routing, caching, and billing policies of these gateways are …

Executable Schema Contracts: From Automatic Ingestion to Multi-Source Retrieval

2026-06-03 · Padmaja Jonnalagedda, Yuguang Yao, Xiang Gao, Hilaf Hasson 외 arxiv

Real-world data spans tables, documents, and semi-structured files with implicit semantics. Querying this data requires integrating evidence across inconsistent schemas and formats, yet existing approaches either demand …

DBCopilot: Natural Language Querying over Massive Databases via Schema Routing

2023-12-06 · Tianshu Wang, Xiaoyang Chen, Hongyu Lin, Xianpei Han 외

The development of Natural Language Interfaces to Databases (NLIDBs) has been greatly advanced by the advent of large language models (LLMs), which provide an intuitive way to translate natural language (NL) questions in…

NavigateQuestion GenerationQuestion-GenerationText-To-SQL