--- pretty_name: FakeNews Master Dataset size_categories: - 100K. ## Reproducibility The master dataset can be rebuilt from the repository with: ```bash python src/datasets/fetch_datasets.py python src/build_master_dataset.py --dataset all --output-dir src/datasets/data/master_dataset ``` Important outputs: - `master_dataset_manifest.json` - `master_dataset_coverage.json` - `normalized_records.jsonl` - `master_records.jsonl` - `master_flat_records.csv` ## Dataset in Use This dataset was used to train the `FakeNews` adapter, which is available on Hugging Face at [JayNightmare/FakeNews](https://huggingface.co/JayNightmare/FakeNews). The adapter was trained on cleaned splits from the master dataset and is intended for research on context-aware misinformation classification.