Japan's LLM-jp-4-VL 9B Beats InternVL on Japanese While Staying Truly Open Source

Japan's national LLM project releases an Apache-2.0 vision-language model with reasoning traces, trained on a scrubbed 29M-sample dataset.

·
·
Japan's LLM-jp-4-VL 9B Beats InternVL on Japanese While Staying Truly Open SourcePRO
  • LLM-jp released LLM-jp-4-VL 9B, an Apache-2.0 Japanese-English vision-language model with built-in reasoning traces.
  • Built on llm-jp-4-8b-thinking plus SigLIP 2 So400m, with InternVL3-style architecture and a 2-layer MLP projector.
  • Trained on ~29.3M samples including new RefinedVision, a license-scrubbed rebuild of FineVision.
  • Beats its beta by 33 points on MATH and 11 on MMLU-Redux while improving chart understanding.
  • Outperforms InternVL3.5-8B on Japanese benchmarks (65.6 vs 56.5 Ja-Avg) but lags on MathVision and MMMU.
  • Runs on Transformers, vLLM, SGLang, and Docker; reasoning effort configurable via chat template.

Japan's national LLM initiative has shipped LLM-jp-4-VL 9B, a bilingual vision-language model pairing a reasoning-tuned Japanese LLM with a SigLIP 2 vision encoder. Released under Apache 2.0, the model generates an explicit chain of thought before answering and was trained exclusively on data with clean commercial licensing, making it one of the few VLMs with genuine open-source compliance and strong Japanese support.

What's under the hood

The architecture draws from InternVL3.0 and combines three components:

  • LLM: llm-jp/llm-jp-4-8b-thinking (8.6B)
  • Vision Encoder: google/siglip2-so400m-patch16-512 (0.4B)
  • Projector: 2-layer MLP

Because the base LLM is already a reasoning model, each turn produces two outputs: an analysis message containing the chain-of-thought reasoning, followed by a final answer. The chat template extends OpenAI's Harmony format with <|image_start|> and <|image_end|> tokens wrapped around image patches inserted into the user message.

The licensing problem and how they solved it

Much open VLM training data is contaminated with outputs from closed proprietary models, which bars downstream commercial use. To address this, the team built RefinedVision, a cleaned rework of HuggingFaceM4's FineVision. Of the 185 subsets in FineVision, they dropped 61 flagged for licensing concerns or poor quality. For 58 of the remaining 124 subsets, whose original QA pairs were generated by GPT-4o or other proprietary models, they discarded the QA entirely and regenerated it from scratch using Qwen3.5 397B-A17B with per-category prompts, keeping the original images throughout.

Pro article

This story is for Pro members

You've reached the end of the free preview. Upgrade to AlphaSignal Pro to read the full article - and everything else behind the paywall.

Trending
  • No trending articles

Comments

avatar

Next Reads