VirVen/toolace-unified-hallucinations
ToolACE Unified Hallucination Dataset This repository contains a unified ToolACE-derived dataset for tool-calling hallucination research. Files data/train-00000-of-00001.parquet: leakage-safe grouped training split; data/test-00000-of-00001.parquet: leakage-safe grouped test split. The split was rebuilt at the normalized dialogue_id level,the same ToolACE dialogue can't appear in different splits. Schema column description system system… See the full description on the dataset page: https://huggingface.co/datasets/VirVen/toolace-unified-hallucinations.
ToolACE Unified Hallucination Dataset
This repository contains a unified ToolACE-derived dataset for tool-calling hallucination research.
Files
data/train-00000-of-00001.parquet: leakage-safe grouped training split;data/test-00000-of-00001.parquet: leakage-safe grouped test split.
The split was rebuilt at the normalized dialogue_id level,the same ToolACE dialogue can't appear in different splits.
Schema
turn_role values in conversations
user— user message;tool_call— assistant turn invoking one or more tools;tool_response— tool output;final_answer— final assistant answer audited byspan_labels.
Hallucination types (type)
Note:span_labelsare empty ([]) forundergenerationrows by design: the issue is absent information rather than a fabricated text span.
Train / test split
The split is grouped by normalized dialogue_id and exactly stratified across all ten subset × type combinations (singlehop/multihop × five classes). No rows were discarded.
Type distribution:
The normalized dialogue_id intersection between train and test is 0.
