觉
AI觉醒星球
Awakening is here
Knowledge File / AI小生意项目库
2026-08-11 2 浏览 免费阅读

旧OCR文本阻碍语言模型训练,FineBooks希望大规模解决

Hugging Face 和 EleutherAI 合作的 FineBooks 项目测试了14个开源OCR模型在历史书籍上的表现,发现小模型优于大模型,最佳模型字符准确率超97%,每千页成本低于2美元。输出质量适合AI训练,但不适合学术用途。项目计划重新处理约20万份BHL文档。

SOURCE / AI小生意项目库 MIN / 9 ACCESS / 免费阅读 POST / 2026-08-11 02:20:39

原贴

查看原文
作者:Matthias Bastian 来源站点:the-decoder.com 原贴时间:

原文

The FineBooks project, a collaboration between Hugging Face and EleutherAI, benchmarked 14 open-source OCR models on over 2,000 historical book pages to evaluate how well they can convert scanned texts into clean training data for AI language models. Smaller models frequently outperformed larger ones, with the top-performing model achieving over 97 percent character accuracy at a cost of less than two U.S. dollars per thousand pages. While the researchers consider the output quality sufficient for AI training purposes, they note that the models remain too error-prone for use in scholarly or scientific applications. The FineBooks project from Hugging Face and EleutherAI tested 14 open-weight OCR models on more than 2,000 pages from historical books. The best models already produce text good enough for AI training, but they aren't ready for scholarly use. Training open-source AI language models on public-domain books means dealing with bad text. Libraries extracted those texts from scans years ago using optical character recognition, and the results are often full of errors. The Talkie project put a number on the potential damage: a language model trained on OCR text learned at only 30 percent the efficiency of one trained on human transcriptions of the same books. FineBooks , a collaboration between Hugging Face and EleutherAI, tested whether current open-source OCR models can solve this problem. The team ran 14 open-weights models on 2,165 historical book pages and published the results as a leaderboard . The best models hit character accuracy above 97 percent at less than two dollars per thousand pages. Ad When EleutherAI and its partners released Common Pile last year, the largest openly licensed training corpus to date, it contained about 300,000 public-domain books with text from older OCR runs. The FineBooks authors say reprocessing those books with better models is one of the most effective ways to improve open AI training datasets. Ad DEC_D_Incontent-1 The project picked the Biodiversity Heritage Library (BHL) as its first target, which holds more than 300,000 digitized natural history documents totaling over 64 million pages . The BHL offers its collection as a bulk download via AWS . Measuring OCR quality requires pages with known correct transcriptions. The team used work from the IMPACT project and BHL-Europe : between 2011 and 2012, experts transcribed six BHL volumes in English, French, German, and Latin with an error rate of about one character per 2,000. That data is available under a CC-BY license in a GitHub repository and forms the basis of the new ground-truth dataset . Ad All 14 models are freely available and run on local hardware without an API key. The metric is Character Error Rate (CER), the share of incorrectly recognized characters. The leaderboard splits results into a "diplomatic" variant that counts modernization of archaic characters like the long s (ſ) as an error and a "reading" variant that tolerates such changes. The leading dots.mocr model uses just 3 billion parameters, while Qwen3.5-9B scores lower despite being nearly three times as large. OvisOCR2 takes second place with only 0.9 billion parameters at 46 cents per thousand pages. Model size and OCR quality don't correlate for historical documents. Ad DEC_D_Incontent-2 The evaluation covers only Antiqua typefaces in four languages. It doesn't account for Fraktur , non-Latin scripts, or handwriting, and FineBooks is limited to single-column book pages. The team plans to reprocess about 200,000 public-domain BHL documents with one of the top models and release the text as an open dataset. New models are added to the leaderboard on a rolling basis, and the evaluation framework is openly available. Ad

中文翻译

Hugging Face 和 EleutherAI 合作的 FineBooks 项目,在超过 2,000 页历史书籍页面上对 14 个开源 OCR 模型进行了基准测试,以评估它们将扫描文本转换为 AI 语言模型干净训练数据的能力。较小的模型经常优于较大的模型,表现最好的模型字符准确率超过 97%,每千页成本低于 2 美元。虽然研究人员认为输出质量足以满足 AI 训练目的,但他们指出,这些模型在学术或科学应用中仍然过于容易出错。

Hugging Face 和 EleutherAI 的 FineBooks 项目测试了 14 个开放权重 OCR 模型,在超过 2,000 页历史书籍上进行了测试。最好的模型已经能产生足够好的 AI 训练文本,但尚未准备好用于学术用途。在公共领域书籍上训练开源 AI 语言模型,意味着要处理质量糟糕的文本。图书馆多年前使用光学字符识别从扫描件中提取这些文本,结果往往充满错误。Talkie 项目量化了潜在损害:在 OCR 文本上训练的语言模型,其学习效率仅相当于在同一批书籍的人工转录文本上训练的模型的 30%。FineBooks 是 Hugging Face 和 EleutherAI 的合作项目,测试当前开源 OCR 模型能否解决这个问题。团队在 2,165 页历史书籍上运行了 14 个开放权重模型,并将结果发布为排行榜。最好的模型字符准确率超过 97%,每千页成本低于 2 美元。

去年 EleutherAI 及其合作伙伴发布 Common Pile 时,这是迄今最大的开放许可训练语料库,其中包含约 30 万本公共领域书籍,文本来自较旧的 OCR 运行。FineBooks 作者表示,用更好的模型重新处理这些书籍是改进开放 AI 训练数据集最有效的方法之一。

该项目选择生物多样性遗产图书馆(BHL)作为首个目标,该馆拥有超过 30 万份数字化自然历史文献,总计超过 6,400 万页。BHL 通过 AWS 提供其馆藏批量下载。衡量 OCR 质量需要具有已知正确转录的页面。团队使用了 IMPACT 项目和 BHL-Europe 的工作:在 2011 年至 2012 年间,专家用英语、法语、德语和拉丁语转录了六卷 BHL 文献,错误率约为每 2,000 个字符一个错误。这些数据以 CC-BY 许可证在 GitHub 仓库中提供,并构成新的基准真值数据集的基础。

所有 14 个模型均可免费获取,可在本地硬件上运行,无需 API 密钥。评估指标是字符错误率(CER),即错误识别字符的比例。排行榜将结果分为“直译”变体和“阅读”变体,前者将长 s(ſ)等古字形的现代化视为错误,后者容忍此类变化。领先的 dots.mocr 模型仅使用 30 亿参数,而 Qwen3.5-9B 虽规模接近其三倍,得分却更低。OvisOCR2 以仅 9 亿参数位居第二,每千页成本 46 美分。对于历史文献,模型大小与 OCR 质量并不相关。

该评估仅涵盖四种语言的 Antiqua 字体。它没有考虑 Fraktur、非拉丁文字或手写体,且 FineBooks 仅限于单栏书页。团队计划使用一个顶级模型重新处理约 20 万份公共领域 BHL 文档,并将文本作为开放数据集发布。新模型会持续添加到排行榜中,评估框架也公开可用。

核心信息

Hugging Face 和 EleutherAI 合作的 FineBooks 项目测试了14个开源OCR模型在历史书籍上的表现,发现小模型优于大模型,最佳模型字符准确率超97%,每千页成本低于2美元。输出质量适合AI训练,但不适合学术用途。项目计划重新处理约20万份BHL文档。

  • Hugging Face 和 EleutherAI 合作的 FineBooks 项目测试了14个开源OCR模型在历史书籍上的表现,发现小模型优于大模型,最佳模型字符准确率超97%,每千页成本低于2美元。输出质量适合AI训练,但不适合学术用途。项目计划重新处理约20万份BHL文档。
  • 原贴提到:The FineBooks project, a collaboration between Hugging Face and Eleuther
  • 来源:the-decoder.com

详细解读

这是什么信号:FineBooks 项目表明,开源 OCR 模型已经能够以极低成本(每千页不到 2 美元)将历史书籍的扫描文本转换为可用于 AI 训练的高质量数据,且小模型优于大模型。这打破了“模型越大越好”的惯性认知,为大规模清洗历史语料提供了切实可行的方案。

为什么重要:公共领域书籍是开源语言模型的重要训练语料,但早期 OCR 文本错误率高,会显著拖累模型学习效率(Talkie 项目发现效率仅为人工转录的 30%)。FineBooks 通过基准测试和开放数据集,直接降低了高质量训练数据的获取门槛,有望整体提升开源 AI 的竞争力。

对谁有价值:对 AI 研究者、训练数据工程师、开源社区成员以及自然历史文献数字化机构最有价值。前者可以低成本优化语料,后者可以参考其方法改进 OCR 流程。

可以怎么行动:关注 FineBooks 排行榜,选取如 dots.mocr 等高效小模型,在本地 GPU 上测试和部署;若手头有扫描文献,可利用这些模型重新 OCR,并参考其 ground-truth 数据集构建质检流程;也可参与贡献新模型或扩展评估范围。

风险或限制:评估仅覆盖 Antiqua 字体、四种语言和单栏书页,不适用于 Fraktur、非拉丁文字、手写体及复杂排版;尽管对 AI 训练足够,但输出仍未达到学术级精度,因此不能直接用于严谨的科研场景;此外,本地运行仍需一定硬件配置。

信息差价值

这条内容的真正价值,不只是“有人发布了一个新功能”,而是它揭示了 the-decoder.com 背后的产品方向、工作流变化或竞争信号。对 OPC 来说,这种信息可以转化成持续追踪的栏目选题。

如果把《旧OCR文本阻碍语言模型训练,FineBooks希望大规模解决》放到你的内容系统里,它最大的价值在于帮助读者更快看懂“为什么值得关注”,而不是只看到一条碎片化动态。

参考来源

AI SUMMARY

这篇文章回答了什么

旧OCR文本阻碍语言模型训练,FineBooks希望大规模解决主要讲什么?

Hugging Face 和 EleutherAI 合作的 FineBooks 项目测试了14个开源OCR模型在历史书籍上的表现,发现小模型优于大模型,最佳模型字符准确率超97%,每千页成本低于2美元。输出质量适合AI训练,但不适合学术用途。项目计划重新处理约20万份BHL文档。

这篇文章最值得关注的要点是什么?

Hugging Face 和 EleutherAI 合作的 FineBooks 项目测试了14个开源OCR模型在历史书籍上的表现,发现小模型优于大模型,最佳模型字符准确率超97%,每千页成本低于2美元。输出质量适合AI训练,但不适合学术用…;原贴提到:The FineBooks project, a collaboration between Hugging Face and Eleuther;来源:the-decoder.com

这篇文章和哪些AI专题相关?

它适合放在AI副业、AI工具、AI超级个体专题里阅读。 关联原因:这篇内容命中「项目、小生意、变现」等主题信号。;这篇内容命中「模型」等主题信号。;这篇内容命中「效率」等主题信号。

阅读这篇文章建议先理解哪些关键词?

建议先理解AI工具、工具、自动化、模型、Cursor这些关键词,再结合正文判断工具、机会或风险是否值得进入自己的工作流。

上一篇 请考虑使用我们的模型来帮助防御你的系统 下一篇 OpenAI推出GPT-5.6-Cyber,帮助防御者在攻击者之前发现漏洞