TextInsightBench / README.md
erwinmsmith's picture
Remove development experiment results
f2f99df verified
|
Raw
History Blame Contribute Delete
3.36 kB
metadata
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 | 简体中文

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

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.

Use the benchmark

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 · 中文使用指南 · Code · Evaluation assets

Evaluation

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.

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.