12 papers
Eluna: An Agentic LLM System for Automating Warehouse Operations with Reasoning and Task Execution
Ning Liu, Kalle Kujanpää, Zhaoxuan Zhu +11
Warehouse operations are governed by Standard Operating Procedures (SOPs) that encode complex, multi-system decision logic, which must be executed reliably under strict time constr…
Tool-Making and Self-Evolving LLM Agents in Low-Latency Systems
Kalle Kujanpää, Ning Liu, Shahnawaz Alam +4
Production LLM agents often waste latency and reliability by regenerating code for the same procedural steps on every request. We replace this inference-time coding loop with an ag…
Beyond Pairs: Your Language Model is Secretly Optimizing a Preference Graph
Ning Liu, Chuanneng Sun, Kristina Klinkner +1
Direct Preference Optimization (DPO) aligns language models using pairwise preference comparisons, offering a simple and effective alternative to Reinforcement Learning (RL) from h…
From Unstructured to Structured: LLM-Guided Attribute Graphs for Entity Search and Ranking
Yilun Zhu, Nikhita Vedula, Shervin Malmasi
Entity search, i.e., finding the most similar entities to a query entity, faces unique challenges in e-commerce, where product similarity varies across categories and contexts. Tra…
Breaking the Autoregressive Chain: Hyper-Parallel Decoding for Efficient LLM-Based Attribute Value Extraction
Theodore Glavas, Nikhita Vedula, Dushyanta Dhyani +2
Some text generation tasks, such as Attribute Value Extraction (AVE), require decoding multiple independent sequences from the same document context. While standard autoregressive…
Text-to-Distribution Prediction with Quantile Tokens and Neighbor Context
Yilun Zhu, Yuan Zhuang, Nikhita Vedula +6
Many applications of LLM-based text regression require predicting a full conditional distribution rather than a single point value. We study distributional regression under empiric…