File size: 3,755 Bytes
7135d19 e8dd8ed 7135d19 e8dd8ed 5fda144 e8dd8ed 149da17 e8dd8ed 149da17 e8dd8ed 149da17 e8dd8ed 149da17 e8dd8ed 149da17 e8dd8ed 149da17 e8dd8ed 149da17 e8dd8ed | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 | ---
pretty_name: TextInsightBench
language:
- en
license: other
license_name: upstream-source-terms
license_link: https://huggingface.co/datasets/CodeSoulco/TextInsightBench/blob/main/SOURCES.md
tags:
- agent-evaluation
- data-mining
- evidence-grounding
size_categories:
- 1M<n<10M
task_categories:
- text-generation
configs:
- config_name: amazon_beauty_learning
data_files:
- split: train
path: learning/amazon_beauty/*.parquet
- config_name: app_reviews_learning
data_files:
- split: train
path: learning/app_reviews/*.parquet
- config_name: cfpb_learning
data_files:
- split: train
path: learning/cfpb/*.parquet
- config_name: nhtsa_learning
data_files:
- split: train
path: learning/nhtsa/*.parquet
---
# TextInsightBench
**English** | [简体中文](README.zh-CN.md)
A natural-language data-mining benchmark for agents: **50 tasks**, **435,000 task documents** and **944,468 unlabeled learning documents**.
Each task provides 5,000 or 10,000 texts and a research objective. Agents choose the patterns, populations and comparisons to investigate, then submit up to three findings with complete document assignments, exact quotations, statistics, counterexamples and limitations. Any analysis method is allowed.
## Contents
| Path | Purpose |
|---|---|
| `tasks.json` | Questions and task-specific constraints |
| `corpora/*.jsonl.gz` | Full text for each task |
| `learning/*/*.parquet` | Optional unlabeled learning pool |
| `output.schema.json` | Submission structure |
| `protocol.json`, `release.json` | Evaluation protocol and data counts |
| `manifest.json` | File hashes and sizes |
| `results/agent-runs.json` | Development experiment summary; not a leaderboard |
Sources: Amazon Beauty, Android App Reviews, CFPB and NHTSA. The task inventory contains 20 group differences, 15 temporal changes and 15 compound associations. See [data composition and fields](docs/DATA.md).
## Use the benchmark
```bash
git clone https://github.com/erwinmsmith/TextInsightBench.git
cd TextInsightBench
python -m venv .venv
source .venv/bin/activate
pip install -e .
tib download --output data/participant
tib verify --data data/participant
```
The code pins dataset commits in `benchmark/data.lock.json`. Add `--with-learning` when downloading for pool-assisted learning. Learning configurations also work with `datasets.load_dataset`; task corpora are accessed through the runner or as gzip JSONL.
[Connect an agent and score results](docs/USAGE.md) · [中文使用指南](docs/USAGE.zh-CN.md) · [Code](https://github.com/erwinmsmith/TextInsightBench) · [Evaluation assets](https://huggingface.co/datasets/CodeSoulco/TextInsightBench-Evaluation)
## Evaluation and results
Full assignment partitions, quotations and arithmetic are checked locally. Sampled claim-blind document checks cap subsequent finding-quality grades. Semantic review incurs model charges and is not exhaustive or independent ground truth. The tasks have no fixed reference conclusions; quality is judged against corpus evidence and the public rubric. [Scoring](docs/SCORING.md).
The development experiment finished 150 runs across three open-source agents: 86 valid submissions, 70 numerical scores, 16 evidence-unresolved and 64 without valid submissions. Configurations changed during development; this is not a controlled leaderboard. [Results and limitations](docs/RESULTS.md).
Task and learning document IDs are disjoint, but the data was previously public, entities and sources can overlap, and tasks are not statistically independent. Narratives are unverified author reports and may contain personal information. Upstream terms differ; the compilation grants no new rights over third-party text. See [source terms](SOURCES.md).
|