Medical-Qwen3-Swallow-32B is a medical-domain language model based on tokyotech-llm/Qwen3-Swallow-32B-RL-v0.2. It is designed to support research and development toward safe and trustworthy AI for Japanese clinical settings.
The model follows the Qwen3-Swallow model family, which is a bilingual Japanese-English model family based on Qwen3 and developed through continual pre-training, supervised fine-tuning, and reinforcement learning with verifiable rewards.
Highlights
Medical-domain adaptation of Qwen3-Swallow-32B-RL-v0.2
Bilingual Japanese-English capability inherited from Qwen3-Swallow
Evaluated on Japanese medical and healthcare-related benchmarks
Intended for research use in medical AI safety and reliability evaluation
Model Details
Model type: Causal language model
Base model:tokyotech-llm/Qwen3-Swallow-32B-RL-v0.2
Language(s): Japanese, English
Tokenizer: Qwen3-Swallow tokenizer
License: Apache License 2.0
Model Performance
The following results compare the base model and this medical-domain model on medical benchmarks. General benchmark results are intentionally omitted because this release focuses on medical-domain performance.
Model
IgakuQA
JJSIMQA
JMMLU Medical
MMLU_Medical_JP
MedMCQA_JP
MedQA_JP
JUSMLEQA_JP
YakugakuQA
tokyotech-llm/Qwen3-Swallow-32B-RL-v0.2
0.763
0.736
0.763
0.789
0.589
0.621
0.674
0.676
Medical-Qwen3-Swallow-32B
0.812
0.809
0.799
0.817
0.649
0.684
0.719
0.735
Usage
This model is expected to work with Hugging Face Transformers and vLLM-compatible inference stacks.
We recommend using the generation parameters specified in generation_config.json when available. For Qwen3-Swallow models, commonly used settings include temperature=0.6, top_p=0.95, top_k=20, and min_p=0.
We also recommend specifying a maximum context length of 32,768 tokens or less for inference unless your serving stack has been validated with a longer context.
Training Data
This model was adapted from Qwen3-Swallow-32B-RL-v0.2 using a mixture that emphasizes medical-domain text while retaining general-domain data. The medical-domain data includes resources such as biomedical literature, medical synthetic data, medical QA-style data, and clinical guideline-style text.
Risks and Limitations
This model is intended for research and development. It has not been validated as a medical device and must not be used as a substitute for professional medical judgment. Outputs may contain factual errors, unsafe recommendations, or unsupported clinical claims. Any clinical use requires careful human review, validation, and compliance with applicable laws, regulations, and institutional policies.
License
Apache License 2.0
How to Cite
If you find our work helpful, please feel free to cite these papers. The Qwen3-Swallow and GPT-OSS-Swallow Technical Paper (Training Details) will be released in March.
Continual Pre-Training
bibtex
1@inproceedings{
2 fujii2024continual,
3 title={Continual Pre-Training for Cross-Lingual {LLM} Adaptation: Enhancing Japanese Language Capabilities},
4 author={Kazuki Fujii and Taishi Nakamura and Mengsay Loem and Hiroki Iida and Masanari Ohi and Kakeru Hattori and Hirai Shota and Sakae Mizuki and Rio Yokota and Naoaki Okazaki},
5 booktitle={First Conference on Language Modeling},
6 year={2024}
7}
Supervised Fine-Tuning
bibtex
1@inproceedings{
2 ma2025building,
3 title={Building Instruction-Tuning Datasets from Human-Written Instructions with Open-Weight Large Language Models},
4 author={Youmi Ma and Sakae Mizuki and Kazuki Fujii and Taishi Nakamura and Masanari Ohi and Hinari Shimada and Taihei Shiotani and Koshiro Saito and Koki Maeda and Kakeru Hattori and Takumi Okamoto and Shigeki Ishida and Rio Yokota and Hiroya Takamura and Naoaki Okazaki},
5 booktitle={Second Conference on Language Modeling},
6 year={2025}
7}
This model is based on the results obtained from the project, JPNP25006, subsidized by the New Energy and Industrial Technology Development Organization (NEDO).