zli12321 commited on
Commit
b1bd23b
·
verified ·
1 Parent(s): 9f62e4e

Add LHTB (Long-Horizon Terminal-Bench) eval result: 37.8

Browse files

Adds the **Long-Horizon Terminal-Bench (LHTB)** result for Kimi K3 so it appears on the [LHTB benchmark leaderboard](https://huggingface.co/datasets/IntelligenceLab/Long-Horizon-Terminal-Bench).

**Score: 37.8** (mean reward x100 over 46 tasks, partial credit)

| Metric | Value |
|---|---|
| Mean reward (46 tasks) | 0.3778 |
| Solved (reward >= 0.95) | 6 / 46 |
| Perfect (reward = 1.0) | 5 / 46 |
| Agent | terminus-2 (official LHTB Harbor harness) |
| Budget | 90 min per task, 1 trial per task |

LHTB measures how well agents sustain useful work in a containerized terminal
over hundreds of steps, graded by hidden rebuild-from-artifact verifiers. This
places Kimi K3 2nd among open-weight models currently on the board.

Complete run artifacts (per-trial configs, results, verifier outputs and terminal
recordings) are published so the score can be audited without rerunning the suite:
https://huggingface.co/datasets/IntelligenceLab/LHTB-leaderboard/tree/main/submissions/long-horizon-terminal-bench/1.0/terminus-2__api_moonshot_kimi-k3

Submitted by the LHTB maintainers; happy to adjust the formatting or withdraw if you prefer.

Files changed (1) hide show
  1. .eval_results/lhtb.yaml +9 -0
.eval_results/lhtb.yaml ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ - dataset:
2
+ id: IntelligenceLab/Long-Horizon-Terminal-Bench
3
+ task_id: lhtb
4
+ value: 37.8
5
+ date: '2026-07-22'
6
+ source:
7
+ url: https://zli12321.github.io/LHTB/leaderboard.html
8
+ name: LHTB leaderboard
9
+ notes: "mean reward x100 over 46 tasks (partial credit); solved@0.95=6/46; official LHTB Harbor harness"