• bitcoinBitcoin(BTC)$64,041.00-1.90%
  • ethereumEthereum(ETH)$1,877.04-2.60%
  • tetherTether(USDT)$1.000.00%
  • binancecoinBNB(BNB)$601.59-0.80%
  • usd-coinUSDC(USDC)$1.000.00%
  • rippleXRP(XRP)$1.00-2.90%
  • solanaSolana(SOL)$75.62-1.40%
  • tronTRON(TRX)$0.3318880.40%
  • Figure HelocFigure Heloc(FIGR_HELOC)$1.000.20%
  • HyperliquidHyperliquid(HYPE)$54.961.50%
  • dogecoinDogecoin(DOGE)$0.0700860.20%
  • USDSUSDS(USDS)$1.000.00%
  • RainRain(RAIN)$0.0128292.30%
  • leo-tokenLEO Token(LEO)$9.51-1.90%
  • zcashZcash(ZEC)$487.80-3.80%
  • moneroMonero(XMR)$395.110.20%
  • cardanoCardano(ADA)$0.188632-4.60%
  • whitebitWhiteBIT Coin(WBT)$55.33-2.00%
  • chainlinkChainlink(LINK)$8.452.40%
  • stellarStellar(XLM)$0.161080-2.30%
  • daiDai(DAI)$1.000.00%
  • bitcoin-cashBitcoin Cash(BCH)$215.31-0.70%
  • USD1USD1(USD1)$1.000.00%
  • Ethena USDeEthena USDe(USDE)$1.000.00%
  • CantonCanton(CC)$0.095518-6.80%
  • the-open-networkGram (prev. Toncoin)(GRAM)$1.33-1.30%
  • litecoinLitecoin(LTC)$45.13-0.90%
  • Global DollarGlobal Dollar(USDG)$1.000.00%
  • Circle USYCCircle USYC(USYC)$1.130.00%
  • hedera-hashgraphHedera(HBAR)$0.067350-2.30%
  • suiSui(SUI)$0.69-1.20%
  • avalanche-2Avalanche(AVAX)$6.48-1.10%
  • paypal-usdPayPal USD(PYUSD)$1.000.00%
  • BlackRock USD Institutional Digital Liquidity FundBlackRock USD Institutional Digital Liquidity Fund(BUIDL)$1.000.00%
  • tether-goldTether Gold(XAUT)$4,340.130.50%
  • shiba-inuShiba Inu(SHIB)$0.000005-4.00%
  • uniswapUniswap(UNI)$3.94-3.20%
  • crypto-com-chainCronos(CRO)$0.046848-2.30%
  • Ondo US Dollar YieldOndo US Dollar Yield(USDY)$1.140.10%
  • nearNEAR Protocol(NEAR)$1.60-3.00%
  • okbOKB(OKB)$94.950.80%
  • BittensorBittensor(TAO)$199.27-2.40%
  • pax-goldPAX Gold(PAXG)$4,356.730.50%
  • World Liberty FinancialWorld Liberty Financial(WLFI)$0.0550903.50%
  • OndoOndo(ONDO)$0.337399-4.20%
  • HTX DAOHTX DAO(HTX)$0.0000020.20%
  • AsterAster(ASTER)$0.60-1.20%
  • Ripple USDRipple USD(RLUSD)$1.000.00%
  • usddUSDD(USDD)$1.000.00%
  • mantleMantle(MNT)$0.4485094.90%
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

webAI Releases TwIL-LM: A 1.7B and 3B Formal-Logic Model Family for Autoformalization on Local Hardware

August 11, 2026
in AI & Technology
Reading Time: 21 mins read
A A
webAI Releases TwIL-LM: A 1.7B and 3B Formal-Logic Model Family for Autoformalization on Local Hardware
ShareShareShareShareShare

webAI has released TwIL-LM, a two-model family of formal-logic reasoners at 1.7B and 3B parameters. The 3B member, TwIL-LM3, is a merged fine-tune of SmolLM3-3B; the 1.7B member is a PEFT LoRA adapter for SmolLM2-1.7B-Instruct. Both target autoformalization: translating English into first-order logic and checking whether a conclusion follows from its premises. Both run locally, with a 1.06 GB quantized build for the 1.7B and a 1.78 GiB Q4_K_M GGUF for the 3B. webAI’s announcement frames the release around beating gpt-oss-120b on four of five formal-reasoning lanes.

Is it deployable?

Partially. Non-commercial use only, as of now.

Both checkpoints ship under the webAI Non-Commercial License ver. 1.0. Revenue-generating deployment requires a separate agreement with webAI.

  • Company level: any size. The 3B Q4_K_M GGUF is 1.78 GiB and runs on CPU or 4 GB of VRAM. The 1.7B Q4_K_M is 1.06 GB.
  • Industries: compliance and RegTech, financial services, healthcare and pharma, legal and contract operations, formal-methods research. webAI positions local execution for environments where data cannot leave the device.
  • Applications: first-order logic (FOL) translation, entailment classification over premise sets, natural language to structured query, Lean formalization drafting and critique, and a verifier layer that checks a larger model’s output.

How TwIL-LM3 was built?

Four stages sit on top of the base model. LoRA supervised fine-tuning on a synthetic formal-logic corpus. Checkpoint fusion, averaging intermediate SFT checkpoints in parameter space. WiSE-FT interpolation back toward the pretrained base at λ = 0.25. Then MGPO, an entropy-weighted GRPO stage run against a programmatic verifier. The published checkpoint is step 2071.

That λ is load-bearing: only a quarter of the fine-tuned delta is retained. A sibling arm that skipped the interpolation scored higher in-domain, at macro gate 0.515, but gave back roughly twelve points of held-out capability. webAI did not publish that arm.

Performance

webAI’s announcement lists 96.4 on rule induction, 87.6 on semantic parsing, 64.6 on Lean formalization, 52.0 on exact-format answering, and 68.7 on entailment labeling.

It reports two tracks. On Track A, in-domain formal logic, TwIL-LM3 scores 0.4488 on the six-lane average and 0.4218 on the macro gate, the metric the training pipeline gates on. It leads every arm up to and including LFM2.5-8B-A1B on all six objective lanes, at 0.4218 against 0.3757 with a third of the parameters. It does not lead the two largest arms. Qwen3-8B takes the gate 0.5336 to 0.4218, but most of that is loose-match credit; under strict-7 the two sit at 0.2093 and 0.1971. gpt-oss-120b takes the six-lane average 0.5192 to 0.4488.

YOU MAY ALSO LIKE

OpenAI launches GPT-5.6-Cyber with reduced refusals, 95% completion on advanced cybersecurity tasks

Apple May Introduce A Photo Authentication Tool In iOS 27

Efficiency is where the model card is unambiguous. TwIL-LM3 produces the shortest generations of any arm, 482 tokens on Track B, and consequently the most answers per second at 32.9 against the 120B’s 4.2.

https://www.webai.com/blog/webai-releases-twil-lm-a-family-of-formal-logic-models-that-outreason-a-120b-model-and-run-on-an-iphone

Held-out transfer

TwIL-LM3 improves in-domain by +26% relative, macro gate 0.336 to 0.422, while also gaining +0.022 on the held-out core average. The model card calls it the only arm in the project that gains on both tracks. LogicBench moves to 0.7167 from 0.6467. GSM8K slips slightly to 0.8733 from 0.8833, and IFEval regresses to 0.6433 from 0.6767.

The 1.7B is a different trade. Its macro-primary score is 0.361 against 0.185 for the unadapted base. Out-of-distribution results are mixed: LogicBench BQA improves to 0.590 from 0.563, while GSM8K falls to 0.380 from 0.413 and ARC-C chain-of-thought falls to 0.463 from 0.587.

Key Takeaways

  • TwIL-LM3 (3B) and TwIL-LM (1.7B) target formal logic, both under a non-commercial license.
  • Shipping TwIL-LM3 trails gpt-oss-120b on the six-lane average, 0.4488 to 0.5192.
  • Its real edge is efficiency: 32.9 answers/sec from 482-token generations.
  • WiSE-FT at λ = 0.25 is why in-domain gains do not collapse held-out performance.

Check out the Model weights and Technical details. Also, feel free to follow us on Twitter and don’t forget to join our 150k+ML SubReddit and Subscribe to our Newsletter. Wait! are you on telegram? now you can join us on telegram as well.

Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.? Connect with us


Michal Sutter is a data science professional with a Master of Science in Data Science from the University of Padova. With a solid foundation in statistical analysis, machine learning, and data engineering, Michal excels at transforming complex datasets into actionable insights.

Credit: Source link

ShareTweetSendSharePin

Related Posts

OpenAI launches GPT-5.6-Cyber with reduced refusals, 95% completion on advanced cybersecurity tasks
AI & Technology

OpenAI launches GPT-5.6-Cyber with reduced refusals, 95% completion on advanced cybersecurity tasks

August 10, 2026
Apple May Introduce A Photo Authentication Tool In iOS 27
AI & Technology

Apple May Introduce A Photo Authentication Tool In iOS 27

August 10, 2026
NVIDIA Mobilizes 0 Billion in Third-Party Capital to Finance AI Compute – Unite.AI
AI & Technology

NVIDIA Mobilizes $500 Billion in Third-Party Capital to Finance AI Compute – Unite.AI

August 10, 2026
NYC Mayor Mamdani Announces Support For The Delivery Protection Act
AI & Technology

NYC Mayor Mamdani Announces Support For The Delivery Protection Act

August 10, 2026
Next Post
Aircraft crashes into a Beijing skyscraper

Aircraft crashes into a Beijing skyscraper

Leave a Reply Cancel reply

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

Search

No Result
View All Result
Why Germany’s loss to Paraguay was a historic upset

Why Germany’s loss to Paraguay was a historic upset

August 9, 2026
Sequoia, Alphabet, and the AI Capital Cycle | Bloomberg Tech 8/06/2026

Sequoia, Alphabet, and the AI Capital Cycle | Bloomberg Tech 8/06/2026

August 7, 2026
Why new iPhones will be more expensive

Why new iPhones will be more expensive

August 10, 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!