百年信息巨头 Thomson Reuters 联合帝国理工、DatologyAI 与 Lambda 发布的开放权重行业旗舰:基于 Qwen3.6-35B-A3B 持续学习而来,专攻法律、税务与新闻等高风险专业工作流。核心能力围绕架构、训练管线三步走、基准展开。传统专业信息服务商下场开放 frontier 级权重本就罕见;

| 项目 | 内容 |
|---|---|
| HuggingFace 地址 | https://huggingface.co/thomsonreuters/Thomson-1.0-Small |
| 类型 | Model |
| 热度分 trendingScore | 91(截至 2026-08-26) |
| 许可证 | polyform-strict-1-0-0("other" 类,商用前务必核对条款) |
| 榜单 | HuggingFace 热榜 L4 第35名 |
百年信息巨头 Thomson Reuters 联合帝国理工、DatologyAI 与 Lambda 发布的开放权重行业旗舰:基于 Qwen3.6-35B-A3B 持续学习而来,专攻法律、税务与新闻等高风险专业工作流。
传统专业信息服务商下场开放 frontier 级权重本就罕见;其技术叙事叠加了两大热点——对齐流程采用面向 "Public AI Constitution" 的 Constitutional DPO,技术报告主题直指 SovereignAI(主权 AI)私有化部署需求;Harvey Legal Agent Bench 73.4 一骑绝尘的成绩证明了行业语料护城河的真实存在。
from transformers import AutoModelForCausalLM, AutoTokenizer
tok = AutoTokenizer.from_pretrained("thomsonreuters/Thomson-1.0-Small")
model = AutoModelForCausalLM.from_pretrained(
"thomsonreuters/Thomson-1.0-Small", dtype="auto", device_map="auto")
兼容 vLLM、SGLang 与 Docker Model Runner;社区已有 llama.cpp/Ollama/LM Studio 方向的第三方量化。
BF16 全量约 70GB,单张 80GB 卡即可原生承载;3B 激活量意味着推理成本接近小模型,非常适合合规敏感机构私有化;预算有限时可先用社区 GGUF 量化版评估效果。
对比原底座 Qwen3.6-35B-A3B:行业能力跃升而通用分仅微降,是持续学习方法有效性的活案例;对比 Haiku 4.5:整体占优但多语种(71.9 vs 85.8)与对抗鲁棒性仍落后;编码能力是其明显短板,复杂工程任务需搭配专用编码模型。
技术报告:《Thomson: Continual Learning of Frontier Models for SovereignAI》|合作方:Imperial College London / DatologyAI / Lambda|基准复现框架:UK AISI Inspect AI|联系方式见模型卡(first.last@thomsonreuters.com)。