Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
json
Languages:
English
Size:
< 1K
Tags:
benchmarking
agent-evaluation
deterministic-verification
reinforcement-learning
legal
litigation
License:
Blobfish Litigation Bench v1.0 — 100 tasks, median 108 verified steps, deterministic verifiers
Browse files- README.md +125 -0
- data/dev.jsonl +0 -0
README.md
ADDED
|
@@ -0,0 +1,125 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-generation
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- benchmarking
|
| 9 |
+
- agent-evaluation
|
| 10 |
+
- deterministic-verification
|
| 11 |
+
- reinforcement-learning
|
| 12 |
+
- legal
|
| 13 |
+
- litigation
|
| 14 |
+
- long-horizon
|
| 15 |
+
- mcp
|
| 16 |
+
size_categories:
|
| 17 |
+
- n<1K
|
| 18 |
+
configs:
|
| 19 |
+
- config_name: default
|
| 20 |
+
data_files:
|
| 21 |
+
- split: dev
|
| 22 |
+
path: data/dev.jsonl
|
| 23 |
+
---
|
| 24 |
+
|
| 25 |
+
# Blobfish Litigation Bench
|
| 26 |
+
|
| 27 |
+
Executable, long-horizon litigation environments for training and evaluating
|
| 28 |
+
tool-using agents. **100 tasks, 104-113 verified tool-calling steps each (median 108),
|
| 29 |
+
graded by deterministic state-diff — no LLM judge anywhere on the reward path.**
|
| 30 |
+
|
| 31 |
+
Every task runs inside a stateful law-firm simulation exposed over MCP: nine
|
| 32 |
+
litigation systems of record (matters, parties, claims, pleadings, motions, discovery_requests, depositions, exhibits, settlements) behind 47 product-shaped tools. The
|
| 33 |
+
agent works a real matter through those systems while reading a mounted file of
|
| 34 |
+
6-7 synthetic documents.
|
| 35 |
+
|
| 36 |
+
> **Simulation only.** Every matter, party, document, attorney and figure is synthetic.
|
| 37 |
+
|
| 38 |
+
## At a glance
|
| 39 |
+
|
| 40 |
+
| | |
|
| 41 |
+
|---|---|
|
| 42 |
+
| Tasks | 100 |
|
| 43 |
+
| Verified steps per task | 104-113 (median 108) |
|
| 44 |
+
| Distinct scenarios | 10 |
|
| 45 |
+
| Unique prompt skeletons | 100/100 |
|
| 46 |
+
| Documents per task | 6-7 (docx/eml/pptx/xlsx) |
|
| 47 |
+
| Grading | Deterministic state-diff + trace assertions |
|
| 48 |
+
| LLM judge | **None** |
|
| 49 |
+
| Oracle pass rate | 100/100 (1.00) |
|
| 50 |
+
|
| 51 |
+
## Why deterministic grading
|
| 52 |
+
|
| 53 |
+
Rubric-graded agent benchmarks ask a model whether another model's prose
|
| 54 |
+
satisfied a criterion. That conflates the grader's judgement with the agent's
|
| 55 |
+
capability, and it cannot tell a rubric miss from a model miss.
|
| 56 |
+
|
| 57 |
+
Here every task ships an executable reference walk, and grading is a diff of
|
| 58 |
+
world state before and after plus assertions over the recorded tool trace. A
|
| 59 |
+
zero means the agent failed, not that a judge disagreed.
|
| 60 |
+
|
| 61 |
+
## First results
|
| 62 |
+
|
| 63 |
+
| Agent | Reward | Conditions failed | Tools missed | Systems never touched |
|
| 64 |
+
|---|---|---|---|---|
|
| 65 |
+
| Oracle (reference walk) | **1.00** | 0 | 0 | — |
|
| 66 |
+
| Claude Sonnet 4.5 · motion to compel | 0.00 | 40 | 32 | calendar, contacts, documents, efiling, matters, time |
|
| 67 |
+
| Claude Sonnet 4.5 · case chronology | 0.00 | 29 | 25 | calendar, contacts, matters, time |
|
| 68 |
+
|
| 69 |
+
The oracle finishes every task. A frontier coding agent, given the same
|
| 70 |
+
environment and the same mounted matter file, returns 0.0 on both — and the
|
| 71 |
+
deterministic verifier says exactly which tools it never called and which work
|
| 72 |
+
products it never created. The failure is not refusal or malformed output: the
|
| 73 |
+
agent worked the litigation system and never completed the cross-application
|
| 74 |
+
chain.
|
| 75 |
+
|
| 76 |
+
**Two tasks is not a leaderboard.** These are the first end-to-end runs, not a
|
| 77 |
+
scored evaluation, and no confidence interval is claimed. They are reported
|
| 78 |
+
because they establish the thing that matters before any leaderboard: the
|
| 79 |
+
benchmark discriminates.
|
| 80 |
+
|
| 81 |
+
## Data schema
|
| 82 |
+
|
| 83 |
+
| Field | Type | Description |
|
| 84 |
+
|---|---|---|
|
| 85 |
+
| `task_id` | string | Stable identifier |
|
| 86 |
+
| `task_name` | string | Human-readable name |
|
| 87 |
+
| `world_id` | string | Environment pointer |
|
| 88 |
+
| `prompt` | string | Full agent instruction |
|
| 89 |
+
| `context_files` | list | Mounted document manifest (name + role) |
|
| 90 |
+
| `rubric` | list | Deterministic assertion names checked by the verifier |
|
| 91 |
+
| `gold_output` | string | Reference walk summary (tool sequence) |
|
| 92 |
+
| `metadata` | dict | scenario, work_type, posture, complication, phases, steps, docket, court |
|
| 93 |
+
|
| 94 |
+
## Scenario coverage
|
| 95 |
+
|
| 96 |
+
- **Motion to Compel Deficient Discovery Responses** — draft (10 variants, 9 phases)
|
| 97 |
+
- **Privilege Review and Log for a Rolling Production** — review (10 variants, 8 phases)
|
| 98 |
+
- **Deposition Preparation and Exhibit Assembly** — draft (10 variants, 9 phases)
|
| 99 |
+
- **Litigation Hold Scoping and Custodian Identification** — advise (10 variants, 8 phases)
|
| 100 |
+
- **Opposition to Motion for Summary Judgment** — draft (10 variants, 8 phases)
|
| 101 |
+
- **Settlement Valuation and Authority Memorandum** — analyze (10 variants, 7 phases)
|
| 102 |
+
- **Production Completeness Audit Against Requests** — compare (10 variants, 8 phases)
|
| 103 |
+
- **Motion for Sanctions for Discovery Abuse** — draft (10 variants, 8 phases)
|
| 104 |
+
- **Expert Disclosure Review and Exclusion Motion** — analyze (10 variants, 8 phases)
|
| 105 |
+
- **Case Chronology Reconstruction from the Record** — analyze (10 variants, 8 phases)
|
| 106 |
+
|
| 107 |
+
## Splits and release policy
|
| 108 |
+
|
| 109 |
+
`dev` carries all 100 tasks with their full deterministic assertion sets. The
|
| 110 |
+
environment image and reference walks are published alongside so results are
|
| 111 |
+
reproducible rather than self-reported.
|
| 112 |
+
|
| 113 |
+
## Running the tasks
|
| 114 |
+
|
| 115 |
+
The executable environments are published to the Harbor registry:
|
| 116 |
+
|
| 117 |
+
```bash
|
| 118 |
+
harbor run -d blobfishai/litigation -a <your-agent>
|
| 119 |
+
```
|
| 120 |
+
|
| 121 |
+
## Intended use and licensing
|
| 122 |
+
|
| 123 |
+
Released CC BY 4.0 for benchmarking and agent training. The corpus is entirely
|
| 124 |
+
synthetic and contains no client data. Nothing here is legal advice; every task
|
| 125 |
+
carries an attorney-validation limitation that a correct answer must preserve.
|
data/dev.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|