paper-with-me

홈 › Papers

ORION: Teaching Language Models to Reason Efficiently in the Language of Thought

2025-11-28 · Kumar Tanmay, Kriti Aggarwal, Paul Pu Liang, Subhabrata Mukherjee arxiv

Large Reasoning Models (LRMs) achieve strong performance in mathematics, code generation, and task planning, but their reliance on long chains of verbose "thinking" tokens leads to high latency, redundancy, and incoherent reasoning paths. Inspired by the Language of Thought Hypothesis, which posits that human reasoning operates over a symbolic, compositional mental language called Mentalese, we introduce a framework that trains models to reason in a similarly compact style. Mentalese encodes abstract reasoning as ultra-compressed, structured tokens, enabling models to solve complex problems with far fewer steps. To improve both efficiency and accuracy, we propose SHORTER LENGTH PREFERENCE OPTIMIZATION (SLPO), a reinforcement learning method that rewards concise solutions that stay correct, while still allowing longer reasoning when needed. Applied to Mentalese-aligned models, SLPO yields significantly higher compression rates by enabling concise reasoning that preserves the benefits of detailed thinking without the computational overhead. Across benchmarks including AIME 2024 and 2025, MinervaMath, OlympiadBench, Math500, and AMC, our ORION models produce reasoning traces with 4-16x fewer tokens, achieve up to 5x lower inference latency, and reduce training costs by 7-9x relative to the DeepSeek R1 Distilled model, while maintaining 90-98% of its accuracy. ORION also surpasses Claude and ChatGPT-4o by up to 5% in accuracy while maintaining 2x compression. These results show that Mentalese-style compressed reasoning offers a step toward human-like cognitive efficiency, enabling real-time, cost-effective reasoning without sacrificing accuracy.

📄 PDF Abstract BibTeX arXiv:2511.22891

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningCode Generation

Similar Papers 제목 키워드 기반

ORION: A Holistic End-to-End Autonomous Driving Framework by Vision-Language Instructed Action Generation

2025-03-25 · Haoyu Fu, Diankun Zhang, Zongchuang Zhao, Jianfeng Cui 외

End-to-end (E2E) autonomous driving methods still struggle to make correct decisions in interactive closed-loop evaluation due to limited causal reasoning capability. Current methods attempt to leverage the powerful unde…

Action GenerationAutonomous DrivingBench2DriveLarge Language Model+4

Orion: A Unified Visual Agent for Multimodal Perception, Advanced Visual Reasoning and Execution

2025-11-18 · N Dinesh Reddy, Dylan Snyder, Lona Kiragu, Mirajul Mohin 외 arxiv

We introduce Orion, a visual agent that integrates vision-based reasoning with tool-augmented execution to achieve powerful, precise, multi-step visual intelligence across images, video, and documents. Unlike traditional…

Panoptic SegmentationObject DetectionVisual Reasoning

VideoOrion: Tokenizing Object Dynamics in Videos

2024-11-25 · Yicheng Feng, Yijiang Li, Wanpeng Zhang, Sipeng Zheng 외

We present VideoOrion, a Video Large Language Model (Video-LLM) that explicitly captures the key semantic information in videos--the spatial-temporal dynamics of objects throughout the videos. VideoOrion employs expert v…

Language ModelingLanguage ModellingLarge Language ModelObject+2

Orion-14B: Open-source Multilingual Large Language Models

2024-01-20 · Du Chen, Yi Huang, Xiaopu Li, Yongqiang Li 외

In this study, we introduce Orion-14B, a collection of multilingual large language models with 14 billion parameters. We utilize a data scheduling approach to train a foundational model on a diverse corpus of 2.5 trillio…

Scheduling

Orion-Bix: Bi-Axial Attention for Tabular In-Context Learning

2025-11-28 · Mohamed Bouadi, Pratinav Seth, Aditya Tanna, Vinay Kumar Sankarapu arxiv

Tabular data drive most real-world machine learning applications, yet building general-purpose models for them remains difficult. Mixed numeric and categorical fields, weak feature structure, and limited labeled data mak…