CoolFace
30 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01CShorten /ML-ArXiv-PapersThis dataset contains the subset of ArXiv papers with the "cs.LG" tag to indicate the paper is about Machine Learning. The core dataset is filtered from the full ArXiv dataset hosted on Kaggle: https://www.kaggle.com/datasets/Cornell-University/arxiv. The original dataset contains roughly 2 million papers. This dataset contains roughly 100,000 papers following the category filtering. The dataset is maintained by with requests to the ArXiv API. The current iteration of the dataset only contains… See the full description on the dataset page: https://huggingface.co/datasets/CShorten/ML-ArXiv-Papers.tabular100K<n<1M72 likes4k downloads4y agoHugging Face02MaartenGr /arxiv_nlp arXiv Abstracts Abstracts for the cs.CL category of ArXiv between 1991 and 2024. This dataset was created as an instructional tool for the Clustering and Topic Modeling chapter in the upcoming "Hands-On Large Language Models" book. The original dataset was retrieved here. This subset will be updated towards the release of the book to make sure it captures relatively recent articles in the domain. text10K<n<100K12 likes1.1k downloads3y agoHugging Face03Dan-Kos /arxivannotations Title Annotation PDF Latex Axion bremsstrahlung from collisions of global strings We calculate axion radiation emitted in the collision of two straight globalstrings. The strings are supposed to be in the unexcited ground state, to beinclined with respect to each other, and to move in parallel planes. Radiationarises when the point of minimal separation between the strings moves fasterthan light. This effect exhibits a typical Cerenkov nature. Surprisingly, itallows an alternative… See the full description on the dataset page: https://huggingface.co/datasets/Dan-Kos/arxivannotations.textsummarization100K<n<1M2 likes506 downloads3y agoHugging Face04Kyudan /arXiv_latex TeX data from arXiv Using https://github.com/KyuDan1/TeX2Image code. We have categories Math, Physics, Statistics, ComputerScience. Domain Size Mathematics 4.22M Computer Science 2.76M Statistics 0.89M Physics 0.78M Total (unique) 7.17M text10M<n<100M4 likes234 downloads2y agoHugging Face05unum-cloud /ann-arxiv-2m 2M Title-Abstract Arxiv Pairs title_abstract.tsv data from Cornell University Arxiv Dataset, preprocessed and coverted to TSV. title.e5-base-v2.fbin is a binary file with e5-base-v2 title embeddings. abstract.e5-base-v2.fbin is a binary file with e5-base-v2 abstract embeddings. text1M<n<10M6 likes228 downloads5mo agoHugging Face06brainchalov /pubmed_arxiv_abstracts_dataannotations_creators: machine-generated language: en license: apache-2.0 multilinguality: monolingual task_categories: classification generation pretty_name: PubMed_ArXiv_Abstracts features: name: abstr dtype: string name: title dtype: string name: journal dtype: string name: field dtype: string name: label_journal dtype: int64 name: label_field dtype: int64 tabular100K<n<1M13 likes192 downloads3y agoHugging Face07rochanaro /hf-arxiv-url-bench arXiv URL Extraction Benchmark & Longitudinal Corpus Dataset Description This repository hosts datasets designed to assess format-specific coverage gaps in URL extraction across the arXiv corpus. The collection facilitates large-scale reproducibility studies and evaluates how different document formats (LaTeX, HTML, XML, Markdown, TXT, PNG) impact automated extraction pipelines. The repository is divided into two primary corpora: The 200-Paper Benchmark: A… See the full description on the dataset page: https://huggingface.co/datasets/rochanaro/hf-arxiv-url-bench.texttext-retrieval1K<n<10K0 likes187 downloads2mo agoHugging Face08effectiveML /ArXiv-10 ArXiv-10 "ArXiv-10" dataset consists of titles and abstracts extracted from 100k scientific papers on ArXiv, covering ten distinct research categories. These categories includes subfields of computer science, physics, and mathematics. To ensure consistency and manageability, the dataset consists of precisely 10k samples per category. This dataset provides a practical resource for researchers and practitioners interested in LLM. What is different about this dataset is the high… See the full description on the dataset page: https://huggingface.co/datasets/effectiveML/ArXiv-10.texttext-generation100K<n<1M7 likes103 downloads7mo agoHugging Face09omira43 /arxiv-software-engineering-datasettabularn<1K0 likes90 downloads5d agoHugging Face10avduarte333 /arXivTection 📄 arXivTection Dataset The arXivTection dataset serves as a benchmark designed for the task of detecting pretraining data from Large Language models. The dataset consists of 50 research papers extracted from arXiv. 25 published in 2023: Non-Training data, "label" column = 0. 25 published before 2022: Training data, "label" column = 1. From each paper ≈ 30 passages are extracted. Each passage is paraphrased 3 times using the Language Model Claude v2.0. The "Answer" column… See the full description on the dataset page: https://huggingface.co/datasets/avduarte333/arXivTection.textquestion-answering1K<n<10K2 likes89 downloads2y agoHugging Face11nullHawk /word2vec_arxivetext1M<n<10M0 likes82 downloads10mo agoHugging Face12wrapper228 /arxiv_data_extendedtext10K<n<100K1 likes80 downloads4y agoHugging Face13zeroshot /arxiv-biology Dataset Curators The original data is maintained by ArXiv Licensing Information The data is under the Creative Commons CC0 1.0 Universal Public Domain Dedication Citation Information @misc{clement2019arxiv, title={On the Use of ArXiv as a Dataset}, author={Colin B. Clement and Matthew Bierbaum and Kevin P. O'Keeffe and Alexander A. Alemi}, year={2019}, eprint={1905.00075}, archivePrefix={arXiv}, primaryClass={cs.IR} } text1K<n<10K14 likes78 downloads4y agoHugging Face14sorokin /arxiv-pii ArXiv PII Personally Identifiable Information (PII) from ArXiv front pages. The dataset contains: first pages of ArXiv PDFs converted to text author related labels: NAME, EMAIL, PHONE Available splits and data statistics: split pages NAME EMAIL PHONE 2312 1749 9871 3993 39 2401 1312 7477 3039 36 Usage ds_pages = load_dataset("sorokin/arxiv-pii", "pages", split="2312") ds_labels = load_dataset("sorokin/arxiv-pii", "labels", split="2312")… See the full description on the dataset page: https://huggingface.co/datasets/sorokin/arxiv-pii.tabulartoken-classification10K<n<100K0 likes72 downloads2y agoHugging Face15stevengubkin /mathoverflow_text_arxiv_labelsDownloaded from https://archive.org/download/stackexchange Used TexSoup to replace all text in math environments with [UNK]. For instance the text: "The integral $\int_a^b f(x) \textrm{ d}x$ is easy to evaluate if..." was replaced with "The integral [UNK] is easy to evaluate if..." Note: There is still some "ascii math". For instance, people sometimes write things like f: X --> Y. This is retained. Concatenated title and body. Some of these are "answer" posts rather than "question" posts.… See the full description on the dataset page: https://huggingface.co/datasets/stevengubkin/mathoverflow_text_arxiv_labels.tabular10K<n<100K0 likes56 downloads3y agoHugging Face16AyoubChLin /ARxiv_Metadata_50k arXiv Computer Science Dataset Description Overview This dataset is a filtered subset of arXiv papers focusing exclusively on Computer Science domains. It contains 46,328 academic papers with their metadata and classifications. Dataset Structure The dataset contains 7 columns: id: Unique identifier for each arXiv paper submitter: The individual who submitted the paper to arXiv title: The title of the research paper categories: Original arXiv category codes… See the full description on the dataset page: https://huggingface.co/datasets/AyoubChLin/ARxiv_Metadata_50k.texttext-classification10K<n<100K1 likes53 downloads2y agoHugging Face17CShorten /Last-Week-on-ML-ArXivPlease check here to see when the dataset was last updated. Last Updated July 12th, 2022 text1K<n<10K0 likes47 downloads4y agoHugging Face18deep-learning-analytics /arxiv_small_nougat Dataset Description The "arxiv_small_nougat" dataset is a collection of 108 recent papers sourced from arXiv, focusing on topics related to Large Language Models (LLM) and Transformers. These papers have been meticulously processed and parsed using Meta's Nougat model, which is specifically designed to retain the integrity of complex elements such as tables and mathematical equations. Data Format The dataset contains the parsed content of the selected papers, with special… See the full description on the dataset page: https://huggingface.co/datasets/deep-learning-analytics/arxiv_small_nougat.tabularn<1K0 likes45 downloads3y agoHugging Face19TitanMLData /arxiv_qa Arxiv Paper Generative Question Answering Dataset Summary This dataset is made using ChatGPT (text-davinci-003) to generate Question/Answer pairs from Arxiv papers from this dataset Data Fields TextID: references the datarow (paper) in the arxiv summarizer dataset Question: question based on the text Response: answer Text: Full text with the paper as 'context:' and and the question appended as 'question:'. Used for generative question answering usign language… See the full description on the dataset page: https://huggingface.co/datasets/TitanMLData/arxiv_qa.textquestion-answering10K<n<100K4 likes37 downloads3y agoHugging Face20Hualouz /GraphTranslator-arxivtext100K<n<1M1 likes31 downloads3y agoHugging Face21jkkawach /arxiv-metadata-10000tabular10K<n<100K0 likes30 downloads1y agoHugging Face22ankitagr01 /dynamic_topic_modeling_arxiv_abstractstext10K<n<100K0 likes24 downloads2y agoHugging Face23technicolor /arxiv_embedding_splittext100K<n<1M0 likes23 downloads2y agoHugging Face24CShorten /ArXiv-ML-Title-EmbeddingsThis dataset contains embeddings of the titles of ArXiv Machine Learning papers. The embeddings are produced from sentence-transformers/paraphrase-MiniLM-L6-v2. The model can be accessed here: HuggingFace Sentence Transformers The original dataset before embedding can be accessed here: ML ArXiv Papers tabular100K<n<1M2 likes22 downloads4y agoHugging Face25kdawoud91 /Arxiv_Train4000_Val2000_Test2000text1K<n<10K0 likes22 downloads3y agoHugging Face26d-e-c-d /AI_Articles_Scraped_from_arXiv-Semantic_Scholar 📘 AI Articles Scraped from arXiv & Semantic Scholar 🧩 Description This dataset contains information on articles related to major AI conferences such as AAAI, NeurIPS, IJCAI, ICML, ICLR, collected through scraping from ArXiv and Semantic Scholar.It is intended to be used as a training dataset for various model training tasks and other desired uses. 📂 File Structure File Description AI_Titles_v2025.csv Main dataset README.md This file… See the full description on the dataset page: https://huggingface.co/datasets/d-e-c-d/AI_Articles_Scraped_from_arXiv-Semantic_Scholar.tabular100K<n<1M1 likes22 downloads1y agoHugging Face27CShorten /ArXiv-ML-Abstract-EmbeddingsThis dataset contains embeddings of the abstracts of ArXiv Machine Learning papers. The embeddings are produced from sentence-transformers/paraphrase-MiniLM-L6-v2. The model can be accessed here: HuggingFace Sentence Transformers The original dataset before embedding can be accessed here: ML ArXiv Papers tabular100K<n<1M2 likes21 downloads4y agoHugging Face28liesvarastranta /arxiv_cs_categoryThis is the same datasets as in Kaggle (https://www.kaggle.com/datasets/Cornell-University/arxiv) Only selected for CS category text100K<n<1M3 likes21 downloads3y agoHugging Face29kdawoud91 /Arxiv_2000text1K<n<10K0 likes19 downloads3y agoHugging Face30kdawoud91 /Arxiv_train_testtext1K<n<10K0 likes19 downloads3y agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.