• bitcoinBitcoin(BTC)$84,059.00-0.56%
  • ethereumEthereum(ETH)$2,693.400.19%
  • tetherTether(USDT)$1.000.01%
  • binancecoinBNB(BNB)$776.06-0.22%
  • rippleXRP(XRP)$1.582.34%
  • usd-coinUSDC(USDC)$1.000.01%
  • solanaSolana(SOL)$122.013.91%
  • tronTRON(TRX)$0.337517-0.71%
  • zcashZcash(ZEC)$1,545.440.18%
  • Figure HelocFigure Heloc(FIGR_HELOC)$1.03-0.05%
  • HyperliquidHyperliquid(HYPE)$92.270.81%
  • dogecoinDogecoin(DOGE)$0.0991743.36%
  • moneroMonero(XMR)$557.87-2.47%
  • chainlinkChainlink(LINK)$13.984.24%
  • whitebitWhiteBIT Coin(WBT)$83.93-0.38%
  • cardanoCardano(ADA)$0.2622535.06%
  • USDSUSDS(USDS)$1.00-0.01%
  • leo-tokenLEO Token(LEO)$8.84-1.29%
  • stellarStellar(XLM)$0.2210860.51%
  • RainRain(RAIN)$0.010852-9.82%
  • bitcoin-cashBitcoin Cash(BCH)$342.190.55%
  • nearNEAR Protocol(NEAR)$4.958.69%
  • uniswapUniswap(UNI)$9.584.38%
  • litecoinLitecoin(LTC)$72.691.57%
  • CantonCanton(CC)$0.13390716.35%
  • Ethena USDeEthena USDe(USDE)$1.000.02%
  • suiSui(SUI)$1.1815.19%
  • avalanche-2Avalanche(AVAX)$10.835.54%
  • daiDai(DAI)$1.00-0.01%
  • USD1USD1(USD1)$1.000.03%
  • hedera-hashgraphHedera(HBAR)$0.0950262.04%
  • the-open-networkGram (prev. Toncoin)(GRAM)$1.453.14%
  • BittensorBittensor(TAO)$315.556.83%
  • shiba-inuShiba Inu(SHIB)$0.0000064.00%
  • crypto-com-chainCronos(CRO)$0.0662612.35%
  • Global DollarGlobal Dollar(USDG)$1.000.00%
  • paypal-usdPayPal USD(PYUSD)$1.000.01%
  • MemeCoreMemeCore(M)$1.21-1.24%
  • EthenaEthena(ENA)$0.26635817.08%
  • tether-goldTether Gold(XAUT)$4,283.910.02%
  • OndoOndo(ONDO)$0.543.47%
  • okbOKB(OKB)$121.651.56%
  • Ripple USDRipple USD(RLUSD)$1.00-0.01%
  • Circle USYCCircle USYC(USYC)$1.140.03%
  • aaveAave(AAVE)$154.946.23%
  • BlackRock USD Institutional Digital Liquidity FundBlackRock USD Institutional Digital Liquidity Fund(BUIDL)$1.000.00%
  • Ondo US Dollar YieldOndo US Dollar Yield(USDY)$1.15-0.11%
  • BitwayBitway(BTW)$0.86-9.97%
  • mantleMantle(MNT)$0.67-0.75%
  • polkadotPolkadot(DOT)$1.236.88%
TradePoint.io
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop
No Result
View All Result
TradePoint.io
No Result
View All Result

DeepSeek AI Introduces CODEI/O: A Novel Approach that Transforms Code-based Reasoning Patterns into Natural Language Formats to Enhance LLMs’ Reasoning Capabilities

February 15, 2025
in AI & Technology
Reading Time: 8 mins read
A A
DeepSeek AI Introduces CODEI/O: A Novel Approach that Transforms Code-based Reasoning Patterns into Natural Language Formats to Enhance LLMs’ Reasoning Capabilities
ShareShareShareShareShare

Large Language Models (LLMs) have advanced significantly in natural language processing, yet reasoning remains a persistent challenge. While tasks such as mathematical problem-solving and code generation benefit from structured training data, broader reasoning tasks—like logical deduction, scientific inference, and symbolic reasoning—suffer from sparse and fragmented data. Traditional approaches, such as continual pretraining on code, often embed reasoning signals implicitly, making it difficult for models to generalize. Even text-to-code generation methods remain constrained by syntax-specific learning, limiting their applicability beyond programming-related tasks. A more structured approach is needed to expose LLMs to fundamental reasoning patterns while preserving logical rigor.

DeepSeek AI Research presents CODEI/O, an approach that converts code-based reasoning into natural language. By transforming raw code into an input-output prediction format and expressing reasoning steps through Chain-of-Thought (CoT) rationales, CODEI/O allows LLMs to internalize core reasoning processes such as logic flow planning, decision tree traversal, and modular decomposition. Unlike conventional methods, CODEI/O separates reasoning from code syntax, enabling broader applicability while maintaining logical structure.

YOU MAY ALSO LIKE

Liquid AI Releases LFM2.5-VL-3B-DSpark: Speculative Decoding for Vision-Language Models With Up to 3.13x Faster Decoding

How To Stop Meta Training Its AI Models On Your Smart Glasses’ Visual Data

Technical Overview and Benefits

CODEI/O follows a structured data processing pipeline:

  1. Collecting Raw Code Files: Over 450K functions were gathered from multiple sources, including algorithm repositories and educational programming datasets.
  2. Standardizing the Data: The collected code was refined using DeepSeek-V2.5, ensuring clarity and execution compatibility.
  3. Generating Input-Output Pairs: Functions were executed with varying inputs to create structured training examples across diverse reasoning tasks.
  4. Generating Chain-of-Thought Reasoning: Using models like DeepSeek-V2.5, natural language explanations were generated to provide structured reasoning.
  5. Verification and Refinement: Predictions were validated through execution, with incorrect responses revised iteratively to improve reasoning accuracy.

Key Features of CODEI/O:

  • Transformative Learning: Converts diverse code patterns into natural language CoT rationales, making reasoning transferable beyond programming contexts.
  • Syntax-Decoupled Learning: Separates logical reasoning from code syntax, improving adaptability across reasoning tasks.
  • Multi-Task Improvement: Enhances performance across symbolic, scientific, logical, mathematical, and commonsense reasoning domains.
  • Verifiability: Predictions can be validated through cached ground-truth matching or re-execution.
  • Iterative Refinement: A refined version, CODEI/O++, employs multi-turn revision to enhance reasoning accuracy.

Empirical Results and Performance

The impact of CODEI/O was tested across four base models (ranging from 7B to 30B parameters) on 14 reasoning benchmarks covering logic, symbolic inference, mathematics, scientific deduction, and commonsense reasoning.

Findings:

  • Consistent Improvements: CODEI/O training led to higher scores across reasoning benchmarks compared to traditional pretraining methods.
  • Generalization Across Tasks: Unlike existing approaches that improve specific tasks but degrade performance elsewhere, CODEI/O showed balanced enhancements.
  • Comparison to Baselines: CODEI/O outperformed datasets such as OpenMathInstruct2, OpenCoder-SFT-Stage1, and WebInstruct.
  • Effectiveness of Multi-Turn Refinement: CODEI/O++ further improved results by iteratively refining incorrect responses, leveraging execution feedback for better reasoning quality.

For instance, in logical and symbolic reasoning benchmarks such as BBH and CruxEval, CODEI/O led to notable performance gains. In math reasoning tasks (GSM8K, MATH, and MMLU-STEM), it demonstrated improvements over existing baselines. Even in commonsense reasoning, where code-based methods typically struggle, CODEI/O maintained robust results.

Conclusion

CODEI/O presents a structured way to enhance LLMs’ reasoning by leveraging input-output transformations from real-world code. Instead of focusing on isolated reasoning tasks, it extracts universal reasoning patterns and translates them into natural language explanations. This structured learning approach ensures that models acquire robust reasoning skills across different domains.

The introduction of multi-turn revision (CODEI/O++) further refines reasoning accuracy, demonstrating that iterative learning from execution feedback enhances model reliability. By making predictions verifiable, CODEI/O provides a scalable and reliable method for improving LLM reasoning.

By bridging code-based and natural language reasoning, CODEI/O offers a promising direction for enhancing LLMs’ cognitive abilities beyond programming-related tasks.


Check out the Paper and GitHub Page. All credit for this research goes to the researchers of this project. Also, feel free to follow us on Twitter and don’t forget to join our 75k+ ML SubReddit.

🚨 Recommended Open-Source AI Platform: ‘IntellAgent is a An Open-Source Multi-Agent Framework to Evaluate Complex Conversational AI System’ (Promoted)


Asif Razzaq is the CEO of Marktechpost Media Inc.. As a visionary entrepreneur and engineer, Asif is committed to harnessing the potential of Artificial Intelligence for social good. His most recent endeavor is the launch of an Artificial Intelligence Media Platform, Marktechpost, which stands out for its in-depth coverage of machine learning and deep learning news that is both technically sound and easily understandable by a wide audience. The platform boasts of over 2 million monthly views, illustrating its popularity among audiences.

✅ [Recommended] Join Our Telegram Channel

Credit: Source link

ShareTweetSendSharePin

Related Posts

Liquid AI Releases LFM2.5-VL-3B-DSpark: Speculative Decoding for Vision-Language Models With Up to 3.13x Faster Decoding
AI & Technology

Liquid AI Releases LFM2.5-VL-3B-DSpark: Speculative Decoding for Vision-Language Models With Up to 3.13x Faster Decoding

September 25, 2026
How To Stop Meta Training Its AI Models On Your Smart Glasses’ Visual Data
AI & Technology

How To Stop Meta Training Its AI Models On Your Smart Glasses’ Visual Data

September 25, 2026
New Mexico Jury Rules Meta Misled State Residents About Data Privacy
AI & Technology

New Mexico Jury Rules Meta Misled State Residents About Data Privacy

September 25, 2026
Cricut’s New DIY Machines Let You Print And Cut Your Own Stickers
AI & Technology

Cricut’s New DIY Machines Let You Print And Cut Your Own Stickers

September 25, 2026
Next Post
US East braces for flooding, with snow in the forecast for the Northeast. The Plains will be frigid – The Associated Press

US East braces for flooding, with snow in the forecast for the Northeast. The Plains will be frigid - The Associated Press

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Search

No Result
View All Result
Chase Slate Edge Review – An Unsecured Card for Fair Credit and Not Much Else

Chase Slate Edge Review – An Unsecured Card for Fair Credit and Not Much Else

September 21, 2026
Intel: Beware The Muse AI-Driven FOMO Rally

Intel: Beware The Muse AI-Driven FOMO Rally

September 23, 2026
Kyutai Releases Voice of Reason: A Speech-Native Model that Solves Spoken Math with Reinforcement Learning

Kyutai Releases Voice of Reason: A Speech-Native Model that Solves Spoken Math with Reinforcement Learning

September 23, 2026

About

Learn more

Our Services

Legal

Privacy Policy

Terms of Use

Bloggers

Learn more

Article Links

Contact

Advertise

Ask us anything

©2020- TradePoint.io - All rights reserved!

Tradepoint.io, being just a publishing and technology platform, is not a registered broker-dealer or investment adviser. So we do not provide investment advice. Rather, brokerage services are provided to clients of Tradepoint.io by independent SEC-registered broker-dealers and members of FINRA/SIPC. Every form of investing carries some risk and past performance is not a guarantee of future results. “Tradepoint.io“, “Instant Investing” and “My Trading Tools” are registered trademarks of Apperbuild, LLC.

This website is operated by Apperbuild, LLC. We have no link to any brokerage firm and we do not provide investment advice. Every information and resource we provide is solely for the education of our readers. © 2020 Apperbuild, LLC. All rights reserved.

No Result
View All Result
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop

© 2023 - TradePoint.io - All Rights Reserved!