CoolFace
Datasetpublic

yourbench-testing/test-complex-custom-schema

Test Complex Custom Schema This dataset was generated using YourBench (v0.6.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 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… See the full description on the dataset page: https://huggingface.co/datasets/yourbench-testing/test-complex-custom-schema.

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes11downloads
Dataset Card

<img src="https://raw.githubusercontent.com/huggingface/yourbench/main/docs/assets/yourbench-badge-web.png" alt="Built with YourBench" width="200" height="32" />

Test Complex Custom Schema

This dataset was generated using YourBench (v0.6.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
  • 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 v0.6.0 with the following configuration:

yaml
hf_configuration:
  hf_dataset_name: test-complex-custom-schema
  hf_organization: $HF_ORGANISATION
  push_to_hub: true
model_list:
- model_name: Qwen/Qwen3-4B-Instruct-2507
pipeline:
  ingestion:
    source_documents_dir: example/default_example/data
    output_dir: data/complex_custom_processed
    supported_file_extensions:
    - .md
    - .txt
    - .pdf
  chunking: {}
  single_shot_question_generation:
    chunk_sampling:
      enable: false
      num_samples: 100
      strategy: random
      random_seed: 42
    use_structured_outputs: false
    structured_fallback: true
    custom_schema_path: test_complex_custom_schema.py
    custom_schema_class: TestQuestion
    custom_schema_auto_batch: true

(This dataset card was automatically generated by YourBench)