is the code missing the config?

and i see two datasets from the code and paper
one is : dataset = load_dataset(
"edinburgh-dawg/labelchaos", args.config, split="test", token=HF_READ_TOKEN
)
another is the dataset mentioned in this repositories.

whats the difference?