Close Menu
  • AI
  • Content Creation
  • Tech
  • Robotics
AI-trends.todayAI-trends.today
  • AI
  • Content Creation
  • Tech
  • Robotics
Trending
  • Nokia Open-Sources AnyJev: A Coaching-Free Layer That Turns Any Open LLM Right into a Calibrated Resolution Mannequin
  • Find out how to Use AI With Your Privateness Intact
  • OpenAI Releases GPT-6 Sol and Luna: 50% Cheaper API Pricing and Benchmarks
  • A New Chatbot Needs to Unlock the Secrets and techniques in Tattered Historical Greek Information
  • SpeakON Ships a MagSafe AI Voice Button With Its Personal Microphone: Turning Your Voice into Polished Communication, and Motion throughout Apps
  • Patti Harrison Had Goals of a Tech Utopia. Silicon Valley Smashed Them
  • A New Instrument Discovered Malware That’s Guided by an AI Hive Thoughts—No People in Sight
  • Tips on how to Declare Your Reduce of Apple’s $250 Million Siri Settlement
AI-trends.todayAI-trends.today
Home»Tech»Nokia Open-Sources AnyJev: A Coaching-Free Layer That Turns Any Open LLM Right into a Calibrated Resolution Mannequin

Nokia Open-Sources AnyJev: A Coaching-Free Layer That Turns Any Open LLM Right into a Calibrated Resolution Mannequin

Tech By Gavin Wallace23/09/20264 Mins Read
Facebook Twitter LinkedIn Email
NVIDIA Introduces ProRL: Long-Horizon Reinforcement Learning Boosts Reasoning and Generalization
NVIDIA Introduces ProRL: Long-Horizon Reinforcement Learning Boosts Reasoning and Generalization
Share
Facebook Twitter LinkedIn Email

Nokia’s utilized analysis group has open-sourced AnyJev, a Python library that turns an open LLM into a call mannequin. It wants no coaching. It targets a typical manufacturing job: selecting one reply from a set set as a substitute of writing a sentence.

Is it deployable? Sure, it installs from PyPI, ships below Apache-2.0, and has transformers and vLLM backends with shared-prefix scoring.

What’s AnyJev?

AnyJev borrows its interface from Jev. Jev is the System One resolution mannequin that TypeSafe AI launched in September 2026 (our coverage). You give AnyJev a typed query and get again a call with a likelihood you may threshold. That likelihood is learn from the mannequin’s next-token distribution. Nothing is generated, parsed, or skilled.

The library helps 3 query sorts:

  • A alternative query picks certainly one of Okay choices.
  • A noul query is sure or no.
  • A rating query locations the reply in certainly one of a number of ordered bins.

The Downside With Studying Logits Instantly

Many open initiatives already limit the following token to the choice labels and skim the scores. The Nokia analysis group flags 2 flaws in that shortcut. First, the reply can change when the choices are reordered. Second, the possibilities are usually not calibrated.

The levels doc names 2 causes:

  • The primary is prior bias: the mannequin favors some labels, corresponding to “Yes” over “No”, regardless of the enter.
  • The second is place bias: the mannequin favors sure slots within the possibility checklist.

How AnyJev Works: L0 and L1

Each resolution carries a degree subject.

L0 (zero labels, on by default) applies 2 fixes:

  • Cyclic shifts. For a query with Okay choices, the checklist is proven in Okay rotations, so each possibility seems in each place as soon as. The outcomes are mixed in log house as a geometrical imply. If the place bias is additive in logit house, this removes it precisely.
  • Prior correction. By default, AnyJev makes use of batch calibration. It retains a operating imply of the anticipated distributions on actual inputs and divides it out at energy 0.75. The correction begins after 8 objects.

L0 prices Okay prefills per resolution, batched over a shared prefix. That’s about 0.25 s per resolution at batch 32 on one H100, with Okay = 20.

L1 (100 to 500 labels per query) provides temperature scaling on prime of L0. The fitted values are saved as a small JSON artifact. L1 reshapes confidence however doesn’t change the rating of solutions.

Benchmark Outcomes

On Qwen3-8B with BANKING77 (20-way, 300 check objects), the numbers seem like this:

Metric Uncooked logits AnyJev L0 AnyJev L1
Labels required 0 0 100 to 500
Flip charge when choices reversed 0.230 0.073 0.077
Accuracy 0.747 0.803 0.807
Calibration error (ECE) 0.240 0.184 0.095
Auto-decidable at 5% error 7.7% 46.3% 52.0%

A number of different outcomes from the repo:

  • L0 lowered order flips on all 9 mannequin and process rows examined.
  • On a typed-decisions set, Qwen3-32B with L1 reached an ECE of 0.036, in contrast with 0.144 printed for Jev. On accuracy, the fine-tuned Laya nonetheless leads.
  • The full ablation table covers Qwen, OLMo, Granite, Phi and Mistral fashions.
  • Wu says the group tried AnyJev on an inside Nokia routing downside and noticed promising outcomes.

Use AnyJev

# pip set up "anyjev[hf]"
from anyjev import Decider, Query
from anyjev.backends.hf import HFBackend

d = Decider(HFBackend("Qwen/Qwen3-8B"))
route = Query.alternative("Which team should handle this?",
                        ["billing", "technical", "sales", "other"], title="route")
r = d.resolve({"conversation": [...]}, [route])
r["route"].distribution   # possibilities per possibility

For serving, you begin vLLM with prefix caching and level a VLLMBackend at it.

ces
Share. Facebook Twitter LinkedIn Email
Avatar
Gavin Wallace

Related Posts

OpenAI Releases GPT-6 Sol and Luna: 50% Cheaper API Pricing and Benchmarks

23/09/2026

SpeakON Ships a MagSafe AI Voice Button With Its Personal Microphone: Turning Your Voice into Polished Communication, and Motion throughout Apps

23/09/2026

Anthropic releases Claude Opus: Performance of Fable 5.1 at 40% less running costs than Opus 5

22/09/2026

SpaceXAI Releases Grok 4.7: A Bigger Base Mannequin on the Similar $2/$6 Value as Grok 4.6

22/09/2026
Top News

AI can now analyze language as well as an expert human.

Google’s Newest AI Model Works Like A Satellite To Track Climate Change

GPT-3.5 vs GPT-4o: Building a Money-Blaster

A Wikipedia Group Created a Guide on How to Detect AI Writing. Now a Plug-In Uses It to ‘Humanize’ Chatbots

A New Era for WIRED—That Starts With You

Load More
AI-Trends.Today

Your daily source of AI news and trends. Stay up to date with everything AI and automation!

X (Twitter) Instagram
Top Insights

Three Actionable AI recommendations for Business in 2026

13/12/2025

The GLM-5.3 Flash vs the Qwen3.8.Flash Next: two Chinese AI labs independently converging on the same model architecture

28/08/2026
Latest News

Nokia Open-Sources AnyJev: A Coaching-Free Layer That Turns Any Open LLM Right into a Calibrated Resolution Mannequin

23/09/2026

Find out how to Use AI With Your Privateness Intact

23/09/2026
X (Twitter) Instagram
  • Privacy Policy
  • Contact Us
  • Terms and Conditions
© 2026 AI-Trends.Today

Type above and press Enter to search. Press Esc to cancel.