Monketoo/math-docs-dataset
Mathematical Documents Dataset This dataset contains 36,661 scientific documents with OCR-extracted text and mathematical content probability scores. Documents were filtered from the CommonCrawl PDF corpus based on mathematical content probability. Quick Start from datasets import load_dataset import json # Load metadata with open("metadata.jsonl") as f: for line in f: doc = json.loads(line) doc_id = doc['doc_id'] # Read… See the full description on the dataset page: https://huggingface.co/datasets/Monketoo/math-docs-dataset.
0728
