paper-with-me

홈 › Papers

Token-Hungry, Yet Precise: DeepSeek R1 Highlights the Need for Multi-Step Reasoning Over Speed in MATH

2025-01-30 · Evgenii Evstafev

This study investigates the performance of the DeepSeek R1 language model on 30 challenging mathematical problems derived from the MATH dataset, problems that previously proved unsolvable by other models under time constraints. Unlike prior work, this research removes time limitations to explore whether DeepSeek R1's architecture, known for its reliance on token-based reasoning, can achieve accurate solutions through a multi-step process. The study compares DeepSeek R1 with four other models (gemini-1.5-flash-8b, gpt-4o-mini-2024-07-18, llama3.1:8b, and mistral-8b-latest) across 11 temperature settings. Results demonstrate that DeepSeek R1 achieves superior accuracy on these complex problems but generates significantly more tokens than other models, confirming its token-intensive approach. The findings highlight a trade-off between accuracy and efficiency in mathematical problem-solving with large language models: while DeepSeek R1 excels in accuracy, its reliance on extensive token generation may not be optimal for applications requiring rapid responses. The study underscores the importance of considering task-specific requirements when selecting an LLM and emphasizes the role of temperature settings in optimizing performance.

📄 PDF Abstract BibTeX arXiv:2501.18576

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingMathMathematical Problem-Solving

Similar Papers 제목 키워드 기반

DeepSeek: Paradigm Shifts and Technical Evolution in Large AI Models

2025-07-14 · Luolin Xiong, Haofen Wang, Xi Chen, Lu Sheng 외 arxiv

DeepSeek, a Chinese Artificial Intelligence (AI) startup, has released their V3 and R1 series models, which attracted global attention due to their low cost, high performance, and open-source advantages. This paper begin…

MISA: Mixture of Indexer Sparse Attention for Long-Context LLM Inference

2026-05-08 · Ruijie Zhou, Fanxu Meng, Yufei Xu, Tongxuan Liu 외 arxiv

DeepSeek Sparse Attention (DSA) sets the state of the art for fine-grained inference-time sparse attention by introducing a learned token-wise indexer that scores every prefix token and selects the most relevant ones for…

DeepSeek-V4: Towards Highly Efficient Million-Token Context Intelligence

2026-04-26 · DeepSeek-AI, Anyi Xu, Bangcai Lin, Bing Xue 외 arxiv

We present a preview version of DeepSeek-V4 series, including two strong Mixture-of-Experts (MoE) language models -- DeepSeek-V4-Pro with 1.6T parameters (49B activated) and DeepSeek-V4-Flash with 284B parameters (13B ac…

DeepSeek-OCR: Contexts Optical Compression

2025-10-21 · Haoran Wei, Yaofeng Sun, Yukun Li arxiv

We present DeepSeek-OCR as an initial investigation into the feasibility of compressing long contexts via optical 2D mapping. DeepSeek-OCR consists of two components: DeepEncoder and DeepSeek3B-MoE-A570M as the decoder. …

DeepSeek-V3 Technical Report

2024-12-27 · DeepSeek-AI, Aixin Liu, Bei Feng, Bing Xue 외

We present DeepSeek-V3, a strong Mixture-of-Experts (MoE) language model with 671B total parameters with 37B activated for each token. To achieve efficient inference and cost-effective training, DeepSeek-V3 adopts Multi-…

GPULanguage ModelingLanguage ModellingMixture-of-Experts