paper-with-me

홈 › Papers

SAGE-32B: Agentic Reasoning via Iterative Distillation

2026-01-04 · Basab Jha, Firoj Paudel, Ujjwal Puri, Ethan Henkel, Zhang Yuting, Mateusz Kowalczyk, Mei Huang, Choi Donghyuk, Wang Junhao arxiv

We demonstrate SAGE-32B, a 32 billion parameter language model that focuses on agentic reasoning and long range planning tasks. Unlike chat models that aim for general conversation fluency, SAGE-32B is designed to operate in an agentic loop, emphasizing task decomposition, tool usage, and error recovery. The model is initialized from the Qwen2.5-32B pretrained model and fine tuned using Iterative Distillation, a two stage training process that improves reasoning performance through rigorously tested feedback loops. SAGE-32B also introduces an inverse reasoning approach, which uses a meta cognition head to forecast potential failures in the planning process before execution. On agentic reasoning benchmarks including MMLU-Pro, AgentBench, and MATH-500, SAGE-32B achieves higher success rates in multi tool usage scenarios compared to similarly sized baseline models, while remaining competitive on standard reasoning evaluations. Model weights are publicly released at https://huggingface.co/sagea-ai/sage-reasoning-32b

📄 PDF Abstract BibTeX arXiv:2601.04237

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Agentic-R: Learning to Retrieve for Agentic Search

2026-01-17 · Wenhan Liu, Xinyu Ma, Yutao Zhu, Yuchen Li 외 arxiv

Agentic search has recently emerged as a powerful paradigm, where an agent interleaves multi-step reasoning with on-demand retrieval to solve complex questions. Despite its success, how to design a retriever for agentic …

Answer Generation

IBISAgent: Reinforcing Pixel-Level Visual Reasoning in MLLMs for Universal Biomedical Object Referring and Segmentation

2026-01-06 · Yankai Jiang, Qiaoru Li, Binlu Xu, Haoran Sun 외 arxiv

Recent research on medical MLLMs has gradually shifted its focus from image-level understanding to fine-grained, pixel-level comprehension. Although segmentation serves as the foundation for pixel-level understanding, ex…

Reinforcement LearningVisual Reasoning

RSAgent: Learning to Reason and Act for Text-Guided Segmentation via Multi-Turn Tool Invocations

2025-12-30 · Xingqi He, Yujie Zhang, Shuyong Gao, Wenjie Li 외 arxiv

Text-guided object segmentation requires both cross-modal reasoning and pixel grounding abilities. Most recent methods treat text-guided segmentation as one-shot grounding, where the model predicts pixel prompts in a sin…

Reinforcement LearningObject Segmentation

Rethinking Reasoning-Intensive Retrieval: Evaluating and Advancing Retrievers in Agentic Search Systems

2026-05-05 · Yilun Zhao, Jinbiao Wei, Tingyu Song, Siyue Zhang 외 arxiv

Reasoning-intensive retrieval aims to surface evidence that supports downstream reasoning rather than merely matching topical similarity. This capability is increasingly important for agentic search systems, where retrie…

FactGuard: Agentic Video Misinformation Detection via Reinforcement Learning

2026-02-26 · Zehao Li, Hongwei Yu, Hao Jiang, Qiang Sheng 외 arxiv

Multimodal large language models (MLLMs) have substantially advanced video misinformation detection through unified multimodal reasoning, but they often rely on fixed-depth inference and place excessive trust in internal…

Reinforcement LearningMultimodal ReasoningDecision Making