Challenge: Traditional long-document QA/RAG pipelines suffer from context fragmentation . Graph Neural Networks (GNNs) can encode hierarchy, but deep GNNs tend to over-smooth representations.
Approach: They propose a framework that aligns hierarchical graph representations with a universal token vocabulary and integrates explicit structure into retrieval.
Outcome: The proposed framework captures universal hierarchical patterns rather than overfitting to specific layouts.

Similar Papers

Beyond Chunking: Discourse-Aware Hierarchical Retrieval for Long Document Question Answering (2026.acl-long)

Copied to clipboard

Challenge: Existing long document question answering systems process texts as flat sequences or use heuristic chunking, which overlooks the discourse structures that guide human comprehension.
Approach: They propose a discourse-aware hierarchical framework that leverages rhetorical structure theory for long document question answering.
Outcome: The proposed framework exhibits strong robustness across diverse document types and linguistic settings.
Dense Hierarchical Retrieval for Open-domain Question Answering (2021.findings-emnlp)

Copied to clipboard

Challenge: Dense neural text retrieval has achieved promising results on open-domain Question Answering (QA) current dense retrievers require splitting documents into short passages that usually contain local, partial and sometimes biased context, and may yield inaccurate and misleading hidden representations, thus deteriorating the final retrieval result.
Approach: They propose a hierarchical framework which can generate accurate dense representations of passages by utilizing both macroscopic semantics in the document and microscopic specific to each passage.
Outcome: The proposed framework significantly outperforms the original dense passage retriever and helps an end-to-end QA system outperfect the strong baselines on multiple open-domain QA benchmarks.
Hybrid Hierarchical Retrieval for Open-Domain Question Answering (2023.findings-acl)

Copied to clipboard

Challenge: Recent work shows that dense hierarchical retrieval (DHR) can outperform dense passage retrieval.
Approach: They propose a framework that applies sparse, dense and a combination of them to document and passage retrieval.
Outcome: The proposed framework can outperform dense hierarchical retrieval (DHR) and sparse retrievers (BM25) on open-domain question answering (ODQA) datasets with an average improvement of 4.69% on recall@100 over DHR.
SEAL: Structure and Element Aware Learning Improves Long Structured Document Retrieval (2025.emnlp-main)

Copied to clipboard

Challenge: Existing methods for document retrieval use contrastive learning on datasets lacking explicit structural information.
Approach: They propose a contrastive learning framework that preserves semantic hierarchies and masked element alignment for fine-grained semantic discrimination.
Outcome: The proposed framework preserves semantic hierarchies and masked element alignment for fine-grained semantic discrimination.
HIBRIDS: Attention with Hierarchical Biases for Structure-aware Long Document Summarization (2022.acl-long)

Copied to clipboard

Challenge: Document structure is critical for efficient information consumption, but it is difficult to encode it efficiently into the modern Transformer architecture.
Approach: They propose a task which injects Hierarchical Biases foR Incorporating Document Structure into attention score calculation.
Outcome: The proposed model produces better question-summary hierarchies than comparisons on hierarchy quality and content coverage, the authors show .
TreeRAG: Unleashing the Power of Hierarchical Storage for Enhanced Knowledge Retrieval in Long Documents (2025.findings-acl)

Copied to clipboard

Challenge: Traditional RAG frameworks struggle to retrieve all relevant knowledge points . a new approach to retrieve long documents is proposed to improve performance in NLP .
Approach: They propose a tree-based approach to document knowledge retrieval that preserves hierarchical structure . treeRAG is a key technique for enhancing the text generation capabilities of Large Language Models .
Outcome: The proposed approach improves recall quality and precision compared to existing methods and better performance to question-answering tasks.
Open Domain Question Answering over Tables via Dense Retrieval (2021.naacl-main)

Copied to clipboard

Challenge: Recent advances in open-domain QA focus on retrieving textual passages . a retriever designed to handle tabular context can improve retrieval quality .
Approach: They propose a tabular-based retrieval model that improves retrieval quality over a BERT-based retriever.
Outcome: The proposed retriever improves retrieval quality with mined hard negatives over a BERT-based retriever.
Refiner: Restructure Retrieved Content Efficiently to Advance Question-Answering Capabilities (2024.findings-emnlp)

Copied to clipboard

Challenge: Large Language Models (LLMs) are limited by their parametric knowledge, leading to hallucinations in knowledge-extensive tasks.
Approach: They propose an end-to-end extract-and-restructure paradigm that leverages a single decoder-only LLM to adaptively extract query-relevant contents verbatim along with the necessary context.
Outcome: Experiments show that a trained Refiner outperforms state-of-the-art RAG and compressing approaches in multiple tasks.
Hierarchical Document Refinement for Long-context Retrieval-augmented Generation (2025.acl-long)

Copied to clipboard

Challenge: Real-world RAG applications often encounter long-context input scenarios where redundant information and noise results in higher inference costs and reduced performance.
Approach: They propose an efficient plug-and-play refiner that leverages the structural characteristics of long documents.
Outcome: Experiments on seven QA datasets show that LongRefiner achieves competitive performance in various scenarios while using 10x fewer computational costs and latency compared to baseline.
Document Structure in Long Document Transformers (2024.eacl-long)

Copied to clipboard

Challenge: Existing long-document Transformers do not learn representations of document structure during pretraining.
Approach: They propose to use long-document Transformers to acquire an internal representation of document structure during pre-training and evaluate the effects of structure infusion on QASPER and Evidence Inference.
Outcome: The proposed models acquire implicit understanding of document structure during pre-training, which can be enhanced by structure infusion, leading to improved end-task performance.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations