CH

chonkie-ai/tacha

Dataset

0

stars

8

commits

2

linked in READMEs

Jan 21, 2026

updated

README

📊 Tacha: Table Chunking Assessment

Financial Tables for Evaluating Chunking Algorithms

Tacha is a dataset derived from TAT-QA, containing financial documents with tables, designed to evaluate how well chunking algorithms handle structured tabular data mixed with narrative text.

Dataset Description

  • Documents: 349 financial documents with tables
  • Questions: 2,065 question-answer pairs
  • Domain: Financial Tables
  • Source: TAT-QA dataset

Key Challenges

This dataset tests chunking algorithms on:

  • Tabular data structures
  • Numerical reasoning across rows/columns
  • Table headers and cell relationships
  • Mixed table and text content
  • Financial calculations and comparisons
  • Cross-references between tables and narrative

Dataset Structure

Corpus Config

FieldDescription
idUnique document identifier
textFull document with tables

Questions Config

FieldDescription
questionQuestion about the document/table
answerAnswer (may include calculations)
chunk-must-containText/table passage that must be in the retrieved chunk
document_idReference to corpus document

Usage

from datasets import load_dataset

# Load corpus
corpus = load_dataset("chonkie-ai/tacha", "corpus", split="train")

# Load questions
questions = load_dataset("chonkie-ai/tacha", "questions", split="train")

Part of MTCB

Tacha is part of the Massive Text Chunking Benchmark (MTCB), a comprehensive benchmark for evaluating RAG chunking strategies.

Citation

If you use this dataset, please also cite the original TAT-QA paper.

License

CC-BY-4.0

Contributors

bhavnicksm

8 commits

CH

chonkie-ai/tacha

Dataset

0

stars

8

commits

2

linked in READMEs

Jan 21, 2026

updated

README

📊 Tacha: Table Chunking Assessment

Financial Tables for Evaluating Chunking Algorithms

Tacha is a dataset derived from TAT-QA, containing financial documents with tables, designed to evaluate how well chunking algorithms handle structured tabular data mixed with narrative text.

Dataset Description

  • Documents: 349 financial documents with tables
  • Questions: 2,065 question-answer pairs
  • Domain: Financial Tables
  • Source: TAT-QA dataset

Key Challenges

This dataset tests chunking algorithms on:

  • Tabular data structures
  • Numerical reasoning across rows/columns
  • Table headers and cell relationships
  • Mixed table and text content
  • Financial calculations and comparisons
  • Cross-references between tables and narrative

Dataset Structure

Corpus Config

FieldDescription
idUnique document identifier
textFull document with tables

Questions Config

FieldDescription
questionQuestion about the document/table
answerAnswer (may include calculations)
chunk-must-containText/table passage that must be in the retrieved chunk
document_idReference to corpus document

Usage

from datasets import load_dataset

# Load corpus
corpus = load_dataset("chonkie-ai/tacha", "corpus", split="train")

# Load questions
questions = load_dataset("chonkie-ai/tacha", "questions", split="train")

Part of MTCB

Tacha is part of the Massive Text Chunking Benchmark (MTCB), a comprehensive benchmark for evaluating RAG chunking strategies.

Citation

If you use this dataset, please also cite the original TAT-QA paper.

License

CC-BY-4.0

Contributors

bhavnicksm

8 commits