Feyn Introduces Pulpie: Pareto-Optimal Models for Efficient HTML Content Extraction
By
Feyn
Summary
Feyn introduces Pulpie, a family of Pareto-optimal models for extracting main content from HTML pages. The smallest model, pulpie-orange-small (210M parameters), achieves 0.862 ROUGE-5 F1 on WebMainBench, nearly matching the leading extractor Dripper (0.864, 600M parameters) at one twentieth the cost. Pulpie uses an encoder architecture that labels every HTML block as content or boilerplate in a single forward pass, making it both efficient and fast. The models are designed for web content extraction and cleaning.
Source
Key quotes
· 3 pulledPulpie approaches SOTA extraction quality at one twentieth the cost.
Our smallest model, pulpie-orange-small, scores 0.862 ROUGE-5 F1 on WebMainBench. This matches Dripper, the leading extractor, which scores 0.864.
Pulpie is an encoder that labels every HTML block as content or boilerplate in a single forward pass. This also makes it fast.
You might also wanna read
POPSICLE: A Benchmark Suite for Machine Learning in Cryo-Electron Tomography
This article introduces POPSICLE, a benchmark suite for cryo-electron tomography (cryoET) segmentation and macromolecular localization. Buil
Google's DiffusionGemma achieves 4x faster text generation using diffusion-based approach
DiffusionGemma is a new text generation model from Google that achieves up to 4x faster inference speeds compared to traditional autoregress
Building a Minimal RAG System from Scratch: PDF to Highlighted Answers in ~100 Lines of Python
A hands-on tutorial that builds the smallest functional RAG (Retrieval-Augmented Generation) system from scratch using about 100 lines of Py
Surge's GDP.pdf Benchmark Shows Frontier Models Need Structured Retrieval for Enterprise PDFs
Surge released GDP.pdf, a benchmark designed to test frontier AI models on real-world professional PDFs like claims packets, technical manua
Roofline Model for Estimating Speculative Decoding Speedup in LLM Inference
This article presents a roofline model for estimating speedup ratios from speculative decoding in large language model (LLM) inference. It a

Comments
Sign in to join the conversation.
No comments yet. Be the first.