--- dataset_info: features: - name: id dtype: string - name: title dtype: string - name: text dtype: string - name: formulas list: - name: math_id dtype: int64 - name: text dtype: string - name: url dtype: string splits: - name: train num_bytes: 309420055 num_examples: 38661 download_size: 157180903 dataset_size: 309420055 configs: - config_name: default data_files: - split: train path: data/train-* license: cc-by-4.0 task_categories: - text-generation language: - en tags: - math - latex pretty_name: enwikimath size_categories: - 10K tags. - url (str) - the URL of the Wikipedia article. ### Data Splits The dataset is provided in a single training split: - train: 38,661 rows The `DatasetDict` structure is as follows: ```python DatasetDict({ 'train': Dataset({ features: ['id', 'title', 'text', 'formulas', 'url'], num_rows: 38661 }) }) ``` ## Dataset Creation Please refer to [the GitHub repository](https://github.com/s-kat0/wikimathextractor) for details about the dataset construction. ### Source Data - **Original Source:** English Wikipedia available from [Wikipedia Dumps](https://dumps.wikimedia.org/) #### Data Collection and Processing Please refer to [the GitHub repository](https://github.com/s-kat0/wikimathextractor) for details about the dataset construction. #### Who are the source data producers? Shota Kato ## Bias, Risks, and Limitations This dataset is in English and contains English Wikipedia page related to mathematical topics. ## Acknowledgements This dataset was constructed with references to several projects and tools. Acknowledgement is given to the following resources: - [attardi/wikiextractor](https://github.com/attardi/wikiextractor) - [Hugging Face Datasets: hpprc/jawiki](https://huggingface.co/datasets/hpprc/jawiki)