DigestAI news desk

Cut through the AI noise.

Research

Researchers propose multi-split boundary decision to lower LLM document segmentation cost

Scanned mail, PDFs and bundled attachments often arrive as continuous page streams that need to be broken into separate documents before classification, extraction or routing. The paper introduces Multi‑Split Boundary Decision (MSBD), a zero‑shot approach that lets a large language model predict several document boundaries inside a single page window, cutting the number of inference calls…

1 source primary source

Key points

  • MSBD predicts multiple document boundaries per LLM call, reducing inference requests
  • Experiments show MSBD keeps high segmentation accuracy while boosting efficiency within a model‑ and corpus‑dependent window range
  • Accuracy declines sharply when window sizes grow too large, with over‑ and under‑segmentation varying by model

The authors test MSBD on a variety of language models, document collections, input types and window sizes. Results show that, within a model‑ and corpus‑specific window range, MSBD retains strong segmentation accuracy while markedly improving inference efficiency. Larger windows, however, cause a rapid drop in performance, with distinct patterns of over‑ and under‑segmentation that differ across models. The study demonstrates that choosing an appropriate window size lets practitioners achieve a favorable accuracy‑efficiency trade‑off for zero‑shot page‑stream segmentation.

Read the original at arXiv cs.AI · by Nikhil Reddy Pottanigari, Sepideh Kharaghani, Saverio Vadacchino, Alejandro Posada, Ying Zhang primary sourceOpen source ↗

The headline, key points and digest above were generated by Digest AI's editorial model from the linked sources. Automated summaries can contain errors: the sources are the record. Spotted a mistake? Tell us. Published by Martin K., who runs Digest AI and handles corrections.

Comments

via GitHub Discussions

More in Research

All →

Related stories