Dataset Viewer
Auto-converted to Parquet Duplicate
document_id
string
document_text
string
document_filename
string
document_metadata
dict
document_summary
string
summarization_model
string
chunks
list
multihop_chunks
list
1e7c6ed0-c57a-42f6-b6ae-cf09327d22ae
By T. Albert Illustrated by: maaillustrations.com A simple game of hide-and-seek leads the children into the adventure of their lives. An exciting story that will have little readers turning the pages, eager to know what comes next. Published by Monkey Pen Ltd Dear Supporter, Thank you for downloading our childr...
001-HIDE-AND-SEEK-Free-Childrens-Book-By-Monkey-Pen.md
{ "file_size": 10579 }
A simple game of hide-and-seek turns into a thrilling adventure when Sally, James, and Mark get separated at dusk, leading Sally to fall into a hidden cave. Rescued by Mark’s father, she discovers a treasure chest filled with jewels and gold. After turning it over to the police and confirming ownership, Sally wisely de...
Qwen/Qwen3-VL-8B-Instruct
[ { "chunk_id": "1e7c6ed0-c57a-42f6-b6ae-cf09327d22ae_0", "chunk_text": "By T. Albert\n\nIllustrated by: maaillustrations.com\n\n\fA simple game of hide-and-seek\nleads the children into the\nadventure of their lives.\nAn exciting story that will have\nlittle readers turning the pages,\neager to know what com...
[ { "chunk_ids": [ "1e7c6ed0-c57a-42f6-b6ae-cf09327d22ae_0", "1e7c6ed0-c57a-42f6-b6ae-cf09327d22ae_2" ], "chunks_text": [ "By T. Albert\n\nIllustrated by: maaillustrations.com\n\n\fA simple game of hide-and-seek\nleads the children into the\nadventure of their lives.\nAn exciting story t...
a702d220-bc7f-4929-8f8e-1b92fbb7743d
By T. Albert Illustrated by: maaillustrations.com Published by Monkey Pen Ltd Dear Supporter, Thank you for downloading our children's books. Monkey Pen's Vision is to provide thousands of free children's books to young readers around the globe. Please share our books with your friends and family to support our ...
005-SUNNY-MEADOWS-WOODLAND-SCHOOL-Free-Childrens-Book-By-Monkey-Pen.md
{ "file_size": 4994 }
In a heartwarming children’s story, Hank, a shy and lonely hedgehog, unexpectedly becomes a hero when his class is trapped in the eerie Shadow Woods by a hungry snake. While his classmates panic, Hank cleverly rolls into a ball and blocks the snake’s path, saving them all. Though initially mocked by Matilda Mouse, Hank...
Qwen/Qwen3-VL-8B-Instruct
[ { "chunk_id": "a702d220-bc7f-4929-8f8e-1b92fbb7743d_0", "chunk_text": "By T. Albert\n\nIllustrated by: maaillustrations.com\n\n\fPublished by Monkey Pen Ltd\n\n\fDear Supporter,\n\nThank you for downloading our children's books.\nMonkey Pen's Vision is to provide thousands of free children's\nbooks to young...
[ { "chunk_ids": [ "a702d220-bc7f-4929-8f8e-1b92fbb7743d_0", "a702d220-bc7f-4929-8f8e-1b92fbb7743d_1" ], "chunks_text": [ "By T. Albert\n\nIllustrated by: maaillustrations.com\n\n\fPublished by Monkey Pen Ltd\n\n\fDear Supporter,\n\nThank you for downloading our children's books.\nMonkey...

Built with YourBench

Childrens Books Test

This dataset was generated using YourBench (v1.0.0), an open-source framework for generating domain-specific benchmarks from document collections.

Pipeline Steps

  • ingestion: Read raw source documents, convert them to normalized markdown and save for downstream steps
  • summarization: Perform hierarchical summarization: chunk-level LLM summaries followed by combine-stage reduction
  • chunking: Split texts into token-based single-hop and multi-hop chunks
  • single_shot_question_generation: Generate standalone question-answer pairs per chunk using LLM

Reproducibility

To reproduce this dataset, use YourBench v1.0.0 with the following configuration:

hf_configuration:
  hf_dataset_name: childrens-books-test
  hf_organization: $HF_ORGANISATION
  hf_token: $HF_TOKEN
  push_to_hub: true
model_list:
- model_name: Qwen/Qwen3-VL-8B-Instruct
  base_url: http://us-east-1.sumuk.org:9100/stargate.neon-pentatonic.ts.net/30000/v1/
  api_key: $API_KEY
  max_concurrent_requests: 16
pipeline:
  ingestion:
    source_documents_dir: example/childrens_books/data
    output_dir: example/childrens_books/processed
    supported_file_extensions:
    - .md
    - .txt
    - .pdf
  summarization:
    summarization_system_prompt: custom_summarization_system_prompt.md
    num_hierarchy_levels: 2
    recursive_doc_size_limit: 100
    recursive_chunk_size_limit: 10
    max_tokens_final: 4000
  chunking:
    l_max_tokens: 1024
    token_overlap: 128
  single_shot_question_generation:
    question_mode: multi-choice
    chunk_sampling:
      enable: false
      num_samples: 100
      strategy: random
      random_seed: 42
    num_single_shot_samples: 100
    chunk_sample_budget: 5
    question_budget_per_chunk: 2
    max_tokens: 4000
  prepare_lighteval:
    single_shot_subset: single_shot_questions
    multi_hop_subset: multi_hop_questions
    cross_doc_subset: cross_document_questions
    chunked_subset: chunked
    summarized_subset: summarized
    output_subset: prepared_lighteval

(This dataset card was automatically generated by YourBench)

Downloads last month
8