classifying all the pdfs on the internet
Lets begin with the mother of all datasets: Common Crawl or CC is a web archive of all of the internet, it currently is petabytes in size and has been running since 2007. Maybe, you know about the Internet Archive which is almost the same but with the main difference being that Common Crawl focuses more on archiving the internet for scientists and researchers instead of digital preservation. What this translates into is that CC doesn’t save all of the pdfs when it finds them. Specifically, when Common Crawl gets to a pdf, it just stores the first megabyte of information and truncates the rest. This is where SafeDocs or CC-MAIN-2021-31-PDF-UNTRUNCATED enters the picture. This corpus was originally created by the DARPA SafeDocs program and what it did was refetch all the different pdfs from a snapshot of Common Crawl to have untruncated versions of them. This dataset is incredibly big, it has roughly 8.4~ million pdfs that uncompressed total 8TB. This corpus is the biggest pure pdf datas
snats website The thumbnail of the article. Classifying all of the pdfs on the internet TLDR: I classified the entirety of SafeDocs using a mixture of LLMs, Embeddings Models, XGBoost and just for fun some LinearRegressors. In the process I too created some really pretty graphs ! Introduction How would you classify all the pdfs in the internet? Well, that is what I tried doing this time. Lets begin with the mother of all datasets: Common Crawl or CC is a web archive of all of the internet, it currently is petabytes in size and has been running since 2007. Maybe, you know about the Internet Arc
saved by
related reading
- The Year in AI Papers: Essential Research from 2025–20261kpapers.com
- Patterns for Building LLM-based Systems & Productseugeneyan.com
- Parsed | Custom, interpretable AI systems that continuously learnparsed.com
- MAI-Thinking-1: Building a Hill-Climbing Machinemicrosoft.ai
- Reducto: The Agentic Document Platform for AI Teamsreducto.ai
- The FineWeb Datasets: Decanting the Web for the Finest Text Data at Scalearxiv.org
- Accelerating Document AIhuggingface.co
- Dataset list - A list of the biggest machine learning datasetsdatasetlist.com
- MAI-Thinking-1: Building a Hill-Climbing Machinemicrosoft.ai
- aman.ai • the art of artificial intelligenceaman.ai
- Pathways Language Model (PaLM): Scaling to 540 Billion Parameters for Breakthrouai.googleblog.com
- Mistral OCR | Mistral AImistral.ai