paper-with-me

Papers

Decoding ML Decision: An Agentic Reasoning Framework for Large-Scale Ranking System

2026-02-20 · Longfei Yun, Yihan Wu, Haoran Liu, Xiaoxuan Liu, Ziyun Xu, Yi Wang, Yang Xia, Pengfei Wang, Mingze Gao, Yunxiang Wang, Changfan Chen, Wenjie Fu, Hong Yan, Junfeng Pan arxiv

Modern large-scale ranking systems operate within a sophisticated landscape of competing objectives, operational constraints, and evolving product requirements. Progress in this domain is increasingly bottlenecked by the engineering context constraint: the arduous process of translating ambiguous product intent into reasonable, executable, verifiable hypotheses, rather than by modeling techniques alone. We present GEARS (Generative Engine for Agentic Ranking Systems), a framework that reframes ranking optimization as an autonomous discovery process within a programmable experimentation environment. Rather than treating optimization as static model selection, GEARS leverages Specialized Agent Skills to encapsulate ranking expert knowledge into reusable reasoning capabilities, enabling operators to steer systems via high-level intent vibe personalization. Furthermore, to ensure production reliability, the framework incorporates validation hooks to enforce statistical robustness and filter out brittle policies that overfit short-term signals. Experimental validation across diverse product surfaces demonstrates that GEARS consistently identifies superior, near-Pareto-efficient policies by synergizing algorithmic signals with deep ranking context while maintaining rigorous deployment stability.

📄 PDF Abstract BibTeX arXiv:2602.18640

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ODYSSE: Episode-wise Policy Optimization for Personalized Agentic Reasoning

2026-07-28 · Jiaqi Zhang, Tong Chen, Junliang Yu, Quoc Viet Hung Nguyen 외 arxiv

Agentic systems have rapidly advanced in their ability to interact with real-world environments, leverage external tools, and provide services for users. However, unlike natural-world tasks that assume well-defined instr…

Adaptive Latent Agentic Reasoning

2026-06-01 · Dongwon Jung, Peng Shi, Yi Zhang, Junshan Zhang 외 arxiv

Large reasoning models improve performance by generating extended chain-of-thought (CoT) reasoning, but this behavior becomes inefficient when applied to LLM agents. Current LLM agents often generate verbose textual reas…

An Analysis of Decoding Methods for LLM-based Agents for Faithful Multi-Hop Question Answering

2025-03-30 · Alexander Murphy, Mohd Sanad Zaki Rizvi, Aden Haussmann, Ping Nie 외

Large Language Models (LLMs) frequently produce factually inaccurate outputs - a phenomenon known as hallucination - which limits their accuracy in knowledge-intensive NLP tasks. Retrieval-augmented generation and agenti…

HallucinationMulti-hop Question AnsweringQuestion AnsweringRetrieval+1

Agentic Reasoning: Reasoning LLMs with Tools for the Deep Research

2025-02-07 · Junde Wu, Jiayuan Zhu, Yuyuan Liu

We introduce Agentic Reasoning, a framework that enhances large language model (LLM) reasoning by integrating external tool-using agents. Unlike conventional LLM-based reasoning approaches, which rely solely on internal …

Decision MakingLanguage ModelingLanguage ModellingLarge Language Model+3

AsymSpec: Context-Asymmetric Speculative Decoding for Agentic LLMs

2026-08-26 · Sheng Liang, Yongyue Zhang, Nathanael Brian, Hang Lv 외 arxiv

Agentic LLM pipelines face escalating inference costs as context accumulates across retrieval, tool use, and multi-turn interactions. To control latency, deployments routinely compress inputs, but this degrades task accu…