paper-with-me

Papers

Extracting Variable-Depth Logical Document Hierarchy from Long Documents: Method, Evaluation, and Application

2021-05-14 · Rongyu Cao, Yixuan Cao, Ganbin Zhou, Ping Luo

In this paper, we study the problem of extracting variable-depth "logical document hierarchy" from long documents, namely organizing the recognized "physical document objects" into hierarchical structures. The discovery of logical document hierarchy is the vital step to support many downstream applications. However, long documents, containing hundreds or even thousands of pages and variable-depth hierarchy, challenge the existing methods. To address these challenges, we develop a framework, namely Hierarchy Extraction from Long Document (HELD), where we "sequentially" insert each physical object at the proper on of the current tree. Determining whether each possible position is proper or not can be formulated as a binary classification problem. To further improve its effectiveness and efficiency, we study the design variants in HELD, including traversal orders of the insertion positions, heading extraction explicitly or implicitly, tolerance to insertion errors in predecessor steps, and so on. The empirical experiments based on thousands of long documents from Chinese, English financial market and English scientific publication show that the HELD model with the "root-to-leaf" traversal order and explicit heading extraction is the best choice to achieve the tradeoff between effectiveness and efficiency with the accuracy of 0.9726, 0.7291 and 0.9578 in Chinese financial, English financial and arXiv datasets, respectively. Finally, we show that logical document hierarchy can be employed to significantly improve the performance of the downstream passage retrieval task. In summary, we conduct a systematic study on this task in terms of methods, evaluations, and applications.

📄 PDF Abstract BibTeX arXiv:2105.09297

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationPassage RetrievalRetrieval

Similar Papers 제목 키워드 기반

Latent Tree Models for Hierarchical Topic Detection

2016-05-21 · Peixian Chen, Nevin L. Zhang, Tengfei Liu, Leonard K. M. Poon 외

We present a novel method for hierarchical topic detection where topics are obtained by clustering documents in multiple ways. Specifically, we model document collections using a class of graphical models called hierarch…

ClusteringTopic Models

MVTN: A Multiscale Video Transformer Network for Hand Gesture Recognition

2024-09-05 · Mallika Garg, Debashis Ghosh, Pyari Mohan Pradhan

In this paper, we introduce a novel Multiscale Video Transformer Network (MVTN) for dynamic hand gesture recognition, since multiscale features can extract features with variable size, pose, and shape of hand which is a …

Gesture RecognitionHand Gesture RecognitionHand-Gesture Recognition

Lexical and Hierarchical Topic Regression

2013-12-01 · NeurIPS 2013 12 · Viet-An Nguyen, Jordan L. Ying, Philip Resnik

Inspired by a two-level theory that unifies agenda setting and ideological framing, we propose supervised hierarchical latent Dirichlet allocation (SHLDA) which jointly captures documents' multi-level topic structure a…

regressionSentiment Analysis

Hierarchical Retrieval: The Geometry and a Pretrain-Finetune Recipe

2025-09-19 · Chong You, Rajesh Jayaram, Ananda Theertha Suresh, Robin Nittka 외 arxiv

Dual encoder (DE) models, where a pair of matching query and document are embedded into similar vector representations, are widely used in information retrieval due to their simplicity and scalability. However, the Eucli…

Information Retrieval

Query-specific Variable Depth Pooling via Query Performance Prediction towards Reducing Relevance Assessment Effort

2023-04-23 · Debasis Ganguly, Emine Yilmaz

Due to the massive size of test collections, a standard practice in IR evaluation is to construct a 'pool' of candidate relevant documents comprised of the top-k documents retrieved by a wide range of different retrieval…

Retrieval