WritingUpstage (Solar)Upstage (Solar)published Jan 8, 2024seen 4h

Upstages 13b Llm

Open original ↗

Captured source

source ↗
published Jan 8, 2024seen 4hcaptured 4hhttp 200method plain

Upstage 13B LLM Beats MS ToRA and ChatGPT in Mathematical Reasoning

Upstage Studio — Build and deploy your agent. Learn more → Upstage Studio — Build and deploy your agent. Learn more →

Solutions

Resources

Company

Pricing

Try now Try demo

Contact us

en

Seoul, Jan. 8, 2024 – Upstage introduces the outstanding performance of its 13B-parameter Large Language Model (LLM) in math problem-solving domain, surpassing both Microsoft (MS) ToRA 13B and ChatGPT and achieving State-of-the-Art (SoTA) status across key benchmarks. For this task, Upstage collaborated with Qanda, an AI-powered learning platform, and KT, a major Korean carrier that supplied GPUs for model training, to build a language model specifically designed for mathematical reasoning and problem-solving. By leveraging Qanda's high-quality math dataset, Upstage seamlessly integrated natural language reasoning with program-based mathematical processing. The result: Upstage-Qanda 13B model has achieved SoTA performance over MS ToRA 13B on both GSM8K and MATH benchmark datasets. Notably, the model has surpassed ChatGPT's average performance across various benchmark tests and even outperformed GPT-4 on MATH with an impressive accuracy of 48.8 percent, showcasing its competitiveness with industry-leading models.

  • Based on MS ToRA paper ( link )

** includes datasets other than GSM8K and MATH (as of Dec. 22) Achieving SoTA performance on both MATH and GSM8K datasets is exceptionally rare, but Upstage has set itself apart by adopting unique data-centric methodologies to curate an optimal dataset cohort for training and fine-tuning the model. The resulting format integrates the advantages of natural language rationales in mathematical reasoning (Chain-of-Thought) with code-based algorithmic techniques in precise calculation (Program-of-Thought), significantly enhancing the model’s capability to solve complex mathematical problems. “This achievement marks a significant milestone for Upstage, reaffirming our unrivaled promise in making the world’s best domain-specific language model,” said Sung Kim, CEO of Upstage. “Looking ahead, our flagship LLM 'Solar' will be the focal point of our expansion into versatile applications within the global AI landscape.” Further details, including the research methodology and analysis, will be available soon through an in-depth research paper.

Upstage is developing a ‘mathematics domain-specialized private LLM’ with Masspresso, operator of AI-based learning platform Qanda.

Related News

Browse all Articles

March 19, 2026

AMD and Upstage Expand Strategic Collaboration to Advance Sovereign AI Infrastructure in Korea

December 17, 2025

2025 in Review: South Korea’s Leading AI Innovator Marks Breakout Year After U.S. Launch

November 21, 2025

Upstage × Karakuri co-developed “Syn Pro” officially certified as a domestic foundation model by Japan’s METI

document.addEventListener("DOMContentLoaded", function () { const sets = document.querySelectorAll(".ab-test-topbar-set");

if (sets.length === 0) return;

const randomIndex = Math.floor(Math.random() * sets.length);

sets.forEach((set, idx) => { set.style.display = idx === randomIndex ? "block" : "none"; // 또는 "inline-flex", 레이아웃에 따라 조정 }); });