Shisa V2 is a family of bilingual Japanese and English (JA/EN) general-purpose chat models trained by Shisa.AI. These models aim to excel in Japanese language tasks while retaining robust English capabilities.
Since our initial Shisa 7B releases, the baseline Japanese capabilities of open-weight language models have significantly improved. New models have more Japanese pre-training tokens, higher JA tokenizer efficiency, and better quality Japanese outputs overall. As such, for Shisa V2 we've eschewed both tokenizer extension and costly continued pre-training and have focused entirely on optimizing post-training. We've significantly expanded and refined the synthetic-data driven approach that was pioneered with our original Shisa 7B models, and have achieved substantial performance gains.
Shisa V2 405B 日本語上手!
Shisa V2 405B
Llama 3.1 Shisa V2 405B1 is a slightly special version of Shisa V2. Obviously, it is the largest, using Llama 3.1 405B Instruct as the base model and required >50x the compute for SFT+DPO compared to the 70B version. While it uses the same Japanese data mix as the other Shisa V2 models, it also has some contributed KO and ZH-TW language data mixed in as well.
Most notably, Shisa V2 405B not only outperforms Shisa V2 70B on our battery of evals, but also GPT-4 (0603) and GPT-4 Turbo (2024-04-09). Shisa V2 405B also goes toe-to-toe with GPT-4o (2024-11-20) and DeepSeek-V3 (0324) on Japanese MT-Bench. Based on the evaluation results, we believe that Shisa V2 405B is the highest performing LLM ever trained in Japan.
JA MT-Bench vs Flagship Models
Model Family Overview
Until now, the Shisa V2 family has comprised of models ranging from 7B to 70B parameters in size. We now add the 405B:
These Shisa V2 models were all trained using the same datasets and similar training recipes (with scaled learning rate based on model size). The 405B model has additional KO and ZH-TW data added to the SFT.
While most of our development and tuning was done on the Llama 3.1 8B model, we did some cross-validation during this process and we're pleased that our final recipe has shown robust scaling, improving Japanese language performance across all model sizes evaluated. We've prioritized releasing the highest-performing openly-licensed (Apache 2.0 and MIT) models in each class size.
Performance
All Shisa V2 models demonstrate improved Japanese output quality compared to their respective base models:
NOTE: The scores below differ slightly from previously published scores in our Shisa V2 model cards as the LLM Judge used for these results is GPT 4.1 (2025-04-14). We use 4.1 because, similar to observations in previously published literature, we found that weaker models like GPT-4 or our LLM-as-a-Jury were not able to accurately evaluate the stronger Shisa V2 405B model (for example, in our JA MT-Bench testing, GPT-4 Turbo was not able to distinguish scoring between our 70B and 405B in most categories, while GPT 4.1 was).
Shisa V2 models perform well against other models in their respective class sizes. As there are not many other 405B models, we've included the strongest models we have tested for as references.
Our recently published shisa-v2-llama3.3-70b is also included in this chart as a point of comparison.
The 405B model had a specific set of benchmark targets we aimed for, and we are please to report that we far exceeded them:
Benchmark
METI Target
Shisa V2 405B
GPT-4 (0613)
ELYZA Tasks 100
≥ 4.1
4.44
4.03
JA MT-Bench xCM
≥ 8.1
9.18
8.16
llm-jp-eval
≥ 0.7
0.748
0.757
Again, these scores are based on GPT-4.1 (gpt-4.1-2025-04-14) as the judge, so they may not be directly comparable to other published benchmarks. For example, the JA MT-Bench score (excluding coding and math) using GPT-4 (0613) as evaluator scored 9.60 (vs 9.18 when scored by GPT 4.1).
The Shaberi testing suite we use for our evals actually delivers only a Turn 1 JA MT-Bench score (and uses a modified prompt that tries to emphasize additional score penalties for non-Japanese outputs), however for the more detailed JA MT-Bench testing of our 405B model we forked a more directly comparable ja-mt-bench-harness that is more faithful to the original JA MT-Bench, and runs Turn 1 and Turn 2 results.
Interestingly, for strong LLMs, it appears that Turn 2 results now typically exceed Turn 1. Also, while average scores excluding coding and math were requested for reporting, we found, especially for the GPT 4.1 judging, that there was very little difference in the results between including vs/excluding them. The full results including raw output and scoring are available in our harness repository.
It has become clear that models instruction-tuned using jaster can achieve very high llm-jp-eval evaluation scores, even if test data was not used for instruction tuning. Therefore, please note that obtaining a high evaluation score does not necessarily mean better performance than other LLMs.
All our llm-jp-eval testing is run with v1.4.1 with all defaults and detailed scoring is included for reference:
Model
EL
FA
HE
MC
MR
MT
NLI
QA
RC
Average
GPT-4-0613
0.5983
0.3969
0.75
0.8933
0.98
0.8738
0.804
0.6166
0.8998
0.757
shisa-v2-llama3.1-405B
0.5866
0.3228
0.79
0.8967
0.96
0.8775
0.782
0.6198
0.8929
0.748
Testing Notes
We developed a custom "multieval" harness to automate our model evaluations. Standard benchmarks we use include:
Over the course of model development, we also created several new evaluations to help us measure performance on important Japanese downstream tasks:
shisa-jp-ifeval: Inspired by IFEval, but evaluating instruction-following abilities specific to Japanese grammar and linguistics (closed form)
shisa-jp-rp-bench: Assessing performance on Japanese role-play and character/persona-based multi-turn conversations based on Aratako's Japanese-RP-Bench (LLM judge)
We believe these benchmarks will be generally useful and plan to open-source them in the near future to support the Japanese LLM research community.
Usage
All Shisa V2 models inherit the chat templates of their respective base models and have been tested and validated for proper inference with both vLLM and SGLang.
Running sampler sweeps, we found the models operate well across a variety of temperatures in most settings. For translation tasks specifically, we recommend a lower temperature (eg 0.2) to increase accuracy. For role-play and creative tasks, a higher temp (eg 1.0) seems to give good results. To prevent cross-lingual token leakage we recommend a top_p of 0.9 or min_p of 0.1.
No additional safety alignment has been done on these models, so they will largely inherit the base models' biases and safety profiles.
Datasets
Our supervised fine-tuning (SFT) stage dataset consists of approximately 360K samples totaling roughly 420M Llama 3 tokens:
This was the backbone of our Shisa V2 training and it proved to be an extremely robust dataset, out-performing all existing mixes/additions (Tulu, Olmo, Rewild, various Magpie sets, etc.) - if you need a JA/EN dataset, we believe this new version is among the best currently available
Surprisingly, we found that using this relatively small DPO alignment set in English-only outperformed both JA/EN DPO sets and also much larger sets like the Tulu 3 preference mixture
shisa-ai/shisa-v2-roleplaying-dpo
A DPO variant of the roleplaying-sft set that uses an UltraFeedback-style rating system
shisa-ai/translation-no-extra-text-dpo-dataset
A DPO set that aims to reduce the tendency of models to output extraneous explanatory text for translations when not wanted
shisa-ai/shisa-v2-instruction-following-dpo
A DPO variant of the instruction-following-sft set to further enhance instruction-following performance
shisa-ai/politeness-dpo-set
A set to allow for greater controllability of speaking style for Japanese responses
Training
We trained over 200 models to empirically test a wide range of variables. Beyond hyper-parameter and data-mix testing, we also ran numerous tests on data ordering, multilingual-specific ordering, curriculum learning, multi-stage training, various forms of self-play, preference tuning, and some of the latest RL/verifiable reward techniques.
A full discussion of these learnings is out of scope here, but we will be updating the shisa-v2 wiki and the Shisa.AI website with forthcoming writeups.
Training Shisa V2 405B was significantly more involved compared to our smaller models. We trained with OpenRLHF on 32 H100 nodes. For SFT, 30 nodes (240 H100 GPUs) were used for training, with 2 nodes allocated for continuous evaluation of checkpoints. The DPO was trained on all 32 H100 nodes (256 H100 GPUs). Overall training time for the final 405B model was approximately 65,000+ H100 hours for the SFT and 4,000 H100 hours for the DPO. We will shre more details about the challenges faced during the 405B training in an upcoming technical report.
Credits
The Shisa V2 models were developed by Leonard Lin and Adam Lensenmayer (Shisa.AI).
For Shisa V2 405B, additional multi-lingual datasets were provided by Ubitus K.K..
We also extend our thanks to all open source AI developers and researchers - without their publicly shared research, tooling, and datasets, none of our work would be possible. We hope that our own contributions will further support the broader community.
A special thanks to Jon Durbin for his work on Shisa V1 and to chutes.ai for providing additional compute for inference hosting and evaluations of the 70B and 405B models.
1: Per the Llama Community License Agreements, the official names of the Llama-based models are "Llama 3.1 shisa-v2-llama3.1-8b", "Llama 3.3 shisa-v2-llama3.3-70b", and "Llama 3.1 Shisa V2 405B"