AI News AI资讯 4h ago Updated 2h ago 更新于 2小时前 48

Harvey Introduces Harvey Tenet: A Kimi K3 Base Post-Trained with Fireworks for Long-Horizon Legal Agent Work Harvey发布Harvey Tenet:基于Kimi K3、经Fireworks后训练的长周期法律智能体模型

Harvey Tenet is a post-trained legal AI model built on the open-weight Kimi K3 base, fine-tuned via asynchronous reinforcement learning using Fireworks infrastructure Tenet achieves state-of-the-art on Harvey's LAB: Contracts benchmark and second place on the broader Legal Agent Benchmark (LAB), completing nearly twice as many held-out tasks as the base K3 model The model demonstrates strong zero-shot transfer to external benchmarks (Mercor's APEX Agents and Crosby's Redline Bench) without erodi Harvey发布Tenet,首个基于Kimi K3的post-trained模型,通过异步强化学习在长期法律工作上进行训练 在LAB基准测试上完成的任务量是基础K3模型的近2倍,LAB: Contracts提升20%,all-pass率分别提升9和2个百分点 训练使用约150个NVIDIA B300 GPU,历时两个月,结合合成数据、公开法律数据和人类专家数据,不使用客户数据 性能提升具有跨基准迁移能力,在APEX Agents和Redline Bench上同样显著,同时保持LegalBench、CUAD等知识基准测试性能 采用GSPO优化+rank-64 LoRA,在约1,750个环境中训练

68
Hot 热度
72
Quality 质量
65
Impact 影响力

Analysis 深度分析

TL;DR

  • Harvey Tenet is a post-trained legal AI model built on the open-weight Kimi K3 base, fine-tuned via asynchronous reinforcement learning using Fireworks infrastructure
  • Tenet achieves state-of-the-art on Harvey's LAB: Contracts benchmark and second place on the broader Legal Agent Benchmark (LAB), completing nearly twice as many held-out tasks as the base K3 model
  • The model demonstrates strong zero-shot transfer to external benchmarks (Mercor's APEX Agents and Crosby's Redline Bench) without eroding foundational legal reasoning capabilities
  • Training combined synthetic data, public legal corpora, and human expert data using GSPO optimization with rank-64 LoRA across ~1,750 sandboxed environments and over 10,000 rollouts per epoch on roughly 150 NVIDIA B300 GPUs
  • Harvey also released three specialist post-trained models for M&A diligence, review tables, and firm knowledge management, each showing significant quality gains with reduced token consumption and cost

Why It Matters

Harvey Tenet represents a significant step toward making frontier-level legal AI accessible through open-weight models rather than proprietary black boxes, giving law firms a potential path to own and operate their own specialized models. The demonstration that agentic reinforcement learning on long-horizon legal tasks can transfer to unseen benchmarks while preserving foundational reasoning addresses a key concern in the industry about capability collapse during specialization. This approach could accelerate the adoption of autonomous legal AI agents in enterprise settings where data sovereignty and cost efficiency are critical procurement factors.

Technical Details

  • Architecture and Base Model: Built on Moonshot AI's Kimi K3 open-weight model, with post-training applied via rank-64 LoRA adapters over the full K3 network using the GSPO (Generalized Soft Policy Optimization) algorithm
  • Training Infrastructure: Co-built with Fireworks at the kernel level, featuring token-in-token-out processing and router replay to maintain numerical alignment of the large MoE (Mixture of Experts) architecture across training and inference
  • Reinforcement Learning Setup: Asynchronous RL on sandboxed legal environments mimicking LAB tasks, with partner-style instructions (~50 words), client matters containing key and peripheral documents, and expert rubrics of roughly 50 atomic pass/fail criteria per task; single rollouts can exceed 1,000 turns
  • Reward Function: Combines three components — fraction of rubric criteria satisfied, holistic count of legal issues solved, and an all-pass bonus; rollouts graded by LLM-as-a-judge (Kimi 2.6 selected through ablations)
  • Specialist Sub-models: Three additional post-trained models routed by Tenet — an M&A diligence model using a Recursive Language Model harness with GLM-5.2 orchestrator (60.1% criteria pass on 80M-token tasks), a review table model with Applied Compute (10x cost reduction), and a firm knowledge model using Engram with Qwen3.8-27B (90% cost reduction per query)

Industry Insight

The emphasis on open-weight bases with proprietary post-training checkpoints reflects a growing industry tension between model accessibility and competitive differentiation; law firms should evaluate whether they can reproduce Harvey's recipe with their own data to build defensible specialized models rather than remaining dependent on vendor platforms. The demonstrated cost-quality tradeoff — achieving higher intelligence-per-token ratios through reward shaping that prefers shorter trajectories — suggests that agentic RL training can simultaneously improve capability and reduce operational costs, making enterprise deployment more economically viable at scale. The lack of public leaderboard presence for Tenet's benchmarks raises questions about independent verification that prospective buyers should scrutinize, particularly given Harvey's self-reported SOTA claims and the absence of third-party benchmarking on Vals or Artificial Analysis.

TL;DR

  • Harvey发布Tenet,首个基于Kimi K3的post-trained模型,通过异步强化学习在长期法律工作上进行训练
  • 在LAB基准测试上完成的任务量是基础K3模型的近2倍,LAB: Contracts提升20%,all-pass率分别提升9和2个百分点
  • 训练使用约150个NVIDIA B300 GPU,历时两个月,结合合成数据、公开法律数据和人类专家数据,不使用客户数据
  • 性能提升具有跨基准迁移能力,在APEX Agents和Redline Bench上同样显著,同时保持LegalBench、CUAD等知识基准测试性能
  • 采用GSPO优化+rank-64 LoRA,在约1,750个环境中训练超过10,000次rollout,Fireworks在kernel层协同训练与推理部署

为什么值得看

本文展示了垂直领域post-training结合强化学习的完整技术路径,证明open-weight模型可通过领域适配达到state-of-the-art水平。对法律AI从业者而言,这提供了可复现的训练范式;对行业而言,验证了"专用模型可拥有"的商业可行性。

技术解析

模型架构与训练方法:Tenet基于Kimi K3开源权重,使用Fireworks平台通过异步强化学习(GSPO优化器)在长期法律工作上进行post-training。训练环境模拟真实法律场景:约50词的任务指令、关键与边缘文档组成的案件材料、以及约50条原子通过/失败标准的专家评分 rubric。单轮rollout可超过1,000步,由LLM-as-judge(Kimi 2.6)评分。

性能基准与迁移能力:在Harvey自建的Legal Agent Benchmark (LAB)上,Tenet完成的任务量约为基础K3模型的2倍,LAB: Contracts的all-pass率提升2个百分点。更重要的是,未参与训练的外部基准(Mercor APEX Agents、Crosby Redline Bench)同样获得显著提升,且LegalBench、CUAD、MAUD、PRBench等知识型基准性能未下降,证明agentic训练未损害基础法律推理能力。

训练规模与成本优化:训练使用约150个NVIDIA B300 GPU,历时两个月。Fireworks在kernel层协同构建trainer和rollout部署,实现token-in-token-out和router replay,确保大型MoE模型在训练与推理间的数值对齐。成本通过open weights降低单token价格,并通过reward shaping偏好等质量下的更短轨迹来减少token消耗,实现质量与成本的双赢。

专项能力训练:Harvey还训练了三个可路由的专家子模型:M&A尽职调查模型(在LAB: Diligence上达60.1%通过率,较基线提升16个百分点)、审查表格模型(答案质量提升3.6分,引用质量提升12.1分,成本降至约1/10)、以及律所知识模型(通过Engram将100M token客户材料压缩为1M token结构化知识,成本降低90%)。

行业启示

垂直领域post-training成为差异化竞争的关键路径:Tenet证明在open-weight基础上通过领域RL训练可显著超越基座模型,且性能可迁移至未见过的外部基准。法律、金融等垂直行业可复制此路径,在通用模型上构建难以被竞争对手模仿的专业能力壁垒。

"可拥有的专业模型"商业模式正在成型:Harvey明确目标是为律所提供"拥有自己专业模型"的路径,而非仅仅提供API服务。这标志着AI法律服务从"使用通用工具"向"定制专属模型"的范式转变,企业客户可获得数据主权和成本可控的长期解决方案。

Agentic训练与知识保持可兼得:Tenet在大幅提升agentic任务表现的同时,未损害LegalBench等知识基准测试成绩,打破了"agentic训练会侵蚀基础知识"的担忧。这为其他需要兼顾推理与知识的垂直领域(如医疗、合规)提供了可参考的训练策略。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Legal AI 法律AI Agent Agent LLM 大模型 Fine-tuning 微调 Benchmark 基准测试