Skip to content

Riazi-8B: An Urdu Large Language Model for Mathematical Reasoning

Jun 2026 · arXiv.org · Vol abs/2606.25568 · 0 citations · 25 references
Computer Science

TL;DR

Riazi-8B, an Urdu mathematical reasoning model developed through a two-step adaptation process comprising continued pre-training on Urdu Wikipedia and supervised fine-tuning on Urdu Chain-of-Thought data derived from GSM8K, demonstrates that combining Urdu language adaptation with reasoning-focused fine-tuning is an effective strategy for extending mathematical reasoning capabilities to low-resource languages.

Abstract

Recent LLMs demonstrate strong mathematical reasoning capabilities, but existing gains rely heavily on English-centric training resources and benchmarks. As a result, reasoning performance degrades substantially in low-resource languages such as Urdu, where reasoning-oriented datasets and adapted models remain scarce. Urdu lacks both reasoning-oriented resources and models adapted for multi-step mathematical problem solving, limiting the applicability of recent progress to Urdu-speaking users. We address this gap through Riazi-8B, an Urdu mathematical reasoning model developed through a two-step adaptation process comprising continued pre-training on Urdu Wikipedia and supervised fine-tuning on Urdu Chain-of-Thought data derived from GSM8K. We evaluate Riazi-8B on MGSM-Urdu against existing Urdu instruction-tuned models. Our results show consistent improvements in answer correctness, reasoning quality, response completeness, and Urdu generation. Our findings demonstrate that combining Urdu language adaptation with reasoning-focused fine-tuning is an effective strategy for extending mathematical reasoning capabilities to low-resource languages.

View source

Similar papers

Preprint Jul 2026

PluraMath: Extending Mathematical Reasoning Evaluation Beyond High-Resource Languages

Mathematical reasoning has become a central task for evaluating and tuning reasoning Large Language Models (LLMs), yet existing benchmarks remain heavily biased toward high-resource languages, with English and Chinese dominating both pre-training corpora and evaluation suites. The recently released PolyMath (Wang et al., 2025) dataset represents a significant step forward, yet its coverage is still limited to 18 only high-resource languages. To address this gap, we introduce PluraMath, an extension of PolyMath to 18 additional {underrepresented languages spanning 6 language families -- ranging from mid-resource to extreme low-resource settings. We constructed the dataset through a human-curated pipeline, where native speakers thoroughly validated pre-computed translations. Using PluraMath, we then benchmark 27 reasoning LLMs across four model scales -- small, mid-size, large, and closed-source ensembles -- probing the multilingual mathematical reasoning capabilities of state-of-the-art models under diverse linguistic conditions. Our fine-grained analysis confirms a persistent gap in mathematical reasoning performance between high-resource and underrepresented languages, with stronger results largely associated with better instruction-following ability. We fully open-source our dataset, data acquisition pipeline, and evaluation framework, with the goal of lowering the barrier to multilingual benchmark development for underrepresented communities.

Daryna Dementieva, N. Babakov, Kathy Hammerl et al. · 0 citations
Open access Jul 2026

PD-CoTD:A Prefix-Description Enhanced CoT Distillation Framework for Improving Mathematical Reasoning in Small Language Models

Experimental results show that PD-CoTD significantly enhances the mathematical reasoning abilities of SLMs and provides an effective solution for deploying powerful reasoning in resource-constrained environments.

Zhe Wang, Long Zhang, Fengbo Zheng et al. · 0 citations
Preprint Jul 2026

Cost of Reasoning in non-English Languages: A Case Study on Japanese

Reasoning Language Models (RLMs) achieve their strongest performance when they reason in English, the language for which reasoning-oriented training data is most abundant. However, reasoning trace is a clue for model interpretability and safety, and useful in practice for both the model users and for model developers. Thus, it is desirable to be able to develop a model that reasons in a language of the user's choice, while still maintaining strong reasoning performance. To this end, we study the feasibility of training a model that reasons in Japanese. We develop a Japanese-reasoning variant of Qwen-3-Swallow-8B, which is a Japanese LLM continually pretrained from Qwen-3-8B, with GRPO and evaluate it across coding, math, and science benchmarks. The study shows that reasoning-language control is feasible by training a Japanese continually pretrained model with GRPO. However, its performance is at best on par with strong English-reasoning baselines on several benchmarks. We also evaluate the trained model on Japanese cultural benchmarks and observe that the model's performance is worse than the baseline models, suggesting that the reasoning in Japanese does not immediately improve performance on culturally relevant tasks for free.

Yuu Jinnai · 1 citation
Open access Jul 2026

Activation Steering for Enhancing Mathematical Reasoning in Large Language Models: A Study of Cross-Model Generalization

An activation steering method based on single-vector ablation is proposed to enhance mathematical reasoning by injecting a carefully constructed steering vector into the model’s residual stream by constructing the AS direction from the activation difference between mathematical and general-domain samples.

Yuyang Han, Panpan Zhang, Bo Zhang · 0 citations
Conference Jun 2026

Research on Enhancing Complex Reasoning Capabilities of Large Language Models Based on Chain-of-Thought

Addressing the bottlenecks of existing Chain-of-Thought (CoT) methods in complex reasoning of Large Language Models (LLMs), such as reasoning skips, frequent logical illusions, and unbalanced computational costs, this paper proposes an original Adaptive Bidirectional Verification Chain-of-Thought (ABV-CoT) algorithm. This algorithm comprises three core modules: a task complexity-aware forward adaptive reasoning step size generation module, which dynamically matches reasoning granularity with task difficulty; a reverse logical closed-loop verification and error backtracking correction module, which can locate and correct intermediate reasoning errors, reducing logical illusions and error accumulation; and a lightweight gated attention optimization unit, which can improve reasoning performance while controlling computational costs. Comparative and ablation experiments are conducted on four standard complex reasoning datasets, including GSM8K and MATH, using Llama-2-7B, Llama-2-13B, and Qwen-14B as base models. The results show that the ABV-CoT algorithm improves the average inference accuracy by 5.12-19.78 percentage points compared to the mainstream CoT method, reduces inference latency by 36.84% compared to the Tree-of-Thoughts (ToT) method, and reduces memory usage by 26.09%. It exhibits excellent generalization ability on small-to-medium-scale models, providing a new technical path and theoretical support for enhancing the complex reasoning capabilities of LLMs, and has significant academic and engineering value.

Yang Guo, Qian-cheng Guo · 0 citations
Open access Jul 2026

Combining feedback enhancement with knowledge graphs in large language models

Experiments on three different domain tasks show that FKGLM can effectively integrate LLMs and large-scale knowledge graphs, leading to a significant enhancement in the reasoning capabilities of LLMs.

Yulin Zhou, Yongbin Qin, Chuan Lin · 0 citations