IFBench_multi_turn / README.md
raghotham's picture
Upload dataset
7651840 verified
metadata
dataset_info:
  - config_name: ifbench_constraints
    features:
      - name: key
        dtype: int64
      - name: prompt
        dtype: string
      - name: instruction_id_list
        list: string
      - name: kwargs
        list:
          - name: 'N'
            dtype: int64
          - name: small_n
            dtype: int64
          - name: percentage
            dtype: int64
          - name: word
            dtype: string
          - name: sep
            dtype: string
          - name: 'n'
            dtype: 'null'
          - name: m
            dtype: 'null'
          - name: keyword
            dtype: string
          - name: min_words
            dtype: int64
          - name: max_words
            dtype: int64
          - name: keyword1
            dtype: 'null'
          - name: keyword2
            dtype: 'null'
          - name: keyword3
            dtype: 'null'
          - name: keyword4
            dtype: 'null'
      - name: messages
        list:
          - name: role
            dtype: string
          - name: content
            dtype: string
    splits:
      - name: test
        num_bytes: 9289641
        num_examples: 1387
    download_size: 3660439
    dataset_size: 9289641
  - config_name: ifeval_constraints
    features:
      - name: key
        dtype: int64
      - name: prompt
        dtype: string
      - name: instruction_id_list
        list: string
      - name: kwargs
        list:
          - name: keyword
            dtype: string
          - name: end_phrase
            dtype: string
          - name: keywords
            list: string
          - name: forbidden_words
            list: string
          - name: language
            dtype: string
          - name: frequency
            dtype: int64
          - name: relation
            dtype: string
          - name: num_sentences
            dtype: int64
          - name: num_paragraphs
            dtype: int64
          - name: let_frequency
            dtype: int64
          - name: letter
            dtype: string
          - name: num_bullets
            dtype: int64
          - name: capital_frequency
            dtype: int64
          - name: capital_relation
            dtype: string
          - name: num_sections
            dtype: int64
          - name: section_spliter
            dtype: string
          - name: num_words
            dtype: int64
          - name: postscript_marker
            dtype: string
          - name: num_highlights
            dtype: int64
          - name: num_placeholders
            dtype: int64
      - name: messages
        list:
          - name: role
            dtype: string
          - name: content
            dtype: string
    splits:
      - name: test
        num_bytes: 12380857
        num_examples: 1774
    download_size: 4592171
    dataset_size: 12380857
configs:
  - config_name: ifbench_constraints
    data_files:
      - split: test
        path: ifbench_constraints/test-*
  - config_name: ifeval_constraints
    data_files:
      - split: test
        path: ifeval_constraints/test-*