AIAny
AI Model2026
Icon for item

Thomson-1.0-Small

Injects proprietary news, regulatory and legal data into an open checkpoint via data-centric continual learning to improve performance on legal, tax and journalism tasks while preserving general capabilities and very long context support.

Introduction

Many organisations treat frontier LLM development as an all-or-nothing compute race. Thomson-1.0-Small illustrates a different path: starting from an open large checkpoint and using a disciplined continual-learning pipeline plus value re-alignment to absorb proprietary domain data (news, contracts, filings, case law) so the model gains sector-specific competence without wholesale capability loss.

Key Capabilities
  • Domain-focused knowledge transfer: mid-training ingested ~200B curated tokens drawn from a pool of >19T tokens (roughly split between proprietary documents, synthetic rephrasings, and general-capability replay), producing measurable gains on legal, tax and journalism benchmarks versus its base checkpoint.
  • Continual-learning + value alignment: pipeline combines Constitutional DPO-style value re-alignment and post-training Direct Preference Optimisation with reinforcement learning to steer behaviour toward a public constitution and domain-consistent preferences.
  • Frontier architecture and scale tradeoffs: implemented as a 35B-parameter mixture-of-experts (3B activated) causal LM with native 262,144-token context length and BF16 weight artifacts (safetensors). The project reports a full-pipeline compute envelope (1.63×10^23 FLOP / 35,207 B200 GPU-hours) used to achieve these results.
  • Benchmark profile: preserves or improves many general capabilities (instruction following, long-context, summarisation) while showing clear lifts on document processing, deep research and taxonomy-specific benchmarks; factuality and robustness show more modest gains and remain areas to validate in deployment.
Who it's for — and tradeoffs

Great fit if you need an LLM that is explicitly tuned toward legal, tax or journalism workflows and you value: a model that was adapted with proprietary domain supervision, long-context handling (262k tokens), and documented benchmark performance versus sibling checkpoints. It is also suitable for teams that want an open-weight checkpoint compatible with standard inference stacks (Transformers, vLLM, etc.). Look elsewhere if you require permissive redistribution (the model uses a polyform-strict-1.0.0 license), absolute SOTA across all general benchmarks, or minimal-cost inference (MoE activation and long-context support imply higher runtime complexity and infrastructure demands). Also validate factuality and adversarial robustness on your proprietary prompts before production use.

Where it fits

Positioned as a 'sovereign AI' adaptation strategy: deliver frontier-like domain performance by continual learning on an open base rather than training from scratch. Compared to off-the-shelf generalist LLMs, it trades extra domain calibration and provenance (proprietary Thomson Reuters content + preference data) for somewhat higher operational complexity (MoE routing, long-context memory).

Practical notes (concise)
  • Base checkpoint lineage: repurposes an open Qwen3.6-35B-A3B / Snowdon1.1-Small lineage.
  • Model artifacts: BF16 safetensors; compatible with Transformers, vLLM and similar runtimes.
  • License: polyform-strict-1-0-0 — check commercial/redistribution constraints before integration.

Overall insight: Thomson-1.0-Small is a concrete example of using continual-learning and curated proprietary supervision to produce a domain-specialised foundation model while explicitly documenting compute, data splits and alignment choices so engineering and procurement teams can assess tradeoffs against licensing and operational costs.

Information

  • Websitehuggingface.co
  • OrganizationsThomson Reuters, Imperial College London, DatologyAI, Lambda
  • AuthorsShengzhuang Chen, Jerrod Parker, Yejin Bang, Andrew M. Bean, Nabeel Seedat, Stefan Winzeck, Daniil Glazkov, Jannik Zgraggen, Fangyi Yu, Scott Arnott
  • Published date2026/08/18

Categories

More Items

Hugging Face
AI Model2026

A 770B-parameter Mixture-of-Experts instruct model from Tencent that natively supports 1,048,576-token contexts, Gated DSA attention, and speculative MTP decoding; open-sourced under Apache-2.0 with BF16 and FP8 weights for deployable inference.

Hugging Face
AI Model2026

Provides FP8-quantized Hugging Face weights and config for Qwen3.8-Flash-Next (block size 128), preserving near-original performance. Compatible with Transformers, vLLM, SGLang and TokenSpeed; intended for efficient deployment of a 125B multimodal causal LM with very long context support.

Hugging Face
AI Model2026

Provides a GGUF-quantized build of GLM-5.3-Flash for local text-generation and inference. Key features: 320B total / 18B active parameters, hybrid sparse+linear attention, native multimodal pretraining and Unsloth Dynamic quantization. Best for developers running GGUF local inference workflows.