truthfulqa / README.md
ArtemVazhentsev21's picture
Upload dataset
bf5d531 verified
metadata
dataset_info:
  - config_name: continuation
    features:
      - name: input
        dtype: string
      - name: output
        sequence: string
    splits:
      - name: test
        num_bytes: 662335
        num_examples: 817
    download_size: 133034
    dataset_size: 662335
  - config_name: simple_instruct
    features:
      - name: input
        dtype: string
      - name: output
        sequence: string
    splits:
      - name: test
        num_bytes: 881291
        num_examples: 817
    download_size: 148235
    dataset_size: 881291
configs:
  - config_name: continuation
    data_files:
      - split: test
        path: continuation/test-*
  - config_name: simple_instruct
    data_files:
      - split: test
        path: simple_instruct/test-*

Dataset Card for truthfulqa

This is a preprocessed version of truthfulqa dataset for benchmarks in LM-Polygraph.

Dataset Details

Dataset Description

Dataset Sources [optional]

Uses

Direct Use

This dataset should be used for performing benchmarks on LM-polygraph.

Out-of-Scope Use

This dataset should not be used for further dataset preprocessing.

Dataset Structure

This dataset contains the "continuation" subset, which corresponds to main dataset, used in LM-Polygraph. It may also contain other subsets, which correspond to instruct methods, used in LM-Polygraph.

Each subset contains two splits: train and test. Each split contains two string columns: "input", which corresponds to processed input for LM-Polygraph, and "output", which corresponds to processed output for LM-Polygraph.

Dataset Creation

Curation Rationale

This dataset is created in order to separate dataset creation code from benchmarking code.

Source Data

Data Collection and Processing

Data is collected from https://huggingface.co/datasets/truthfulqa and processed by using https://github.com/IINemo/lm-polygraph/blob/main/dataset_builders/build_dataset.py script in repository.

Who are the source data producers?

People who created https://huggingface.co/datasets/truthfulqa

Bias, Risks, and Limitations

This dataset contains the same biases, risks, and limitations as its source dataset https://huggingface.co/datasets/truthfulqa

Recommendations

Users should be made aware of the risks, biases and limitations of the dataset.