paper-with-me

Papers

Interpretable Structure-aware Document Encoders with Hierarchical Attention

2019-02-26 · Khalil Mrini, Claudiu Musat, Michael Baeriswyl, Martin Jaggi

We propose a method to create document representations that reflect their internal structure. We modify Tree-LSTMs to hierarchically merge basic elements such as words and sentences into blocks of increasing complexity. Our Structure Tree-LSTM implements a hierarchical attention mechanism over individual components and combinations thereof. We thus emphasize the usefulness of Tree-LSTMs for texts larger than a sentence. We show that structure-aware encoders can be used to improve the performance of document classification. We demonstrate that our method is resilient to changes to the basic building blocks, as it performs well with both sentence and word embeddings. The Structure Tree-LSTM outperforms all the baselines on two datasets by leveraging structural clues. We show our model's interpretability by visualizing how our model distributes attention inside a document. On a third dataset from the medical domain, our model achieves competitive performance with the state of the art. This result shows the Structure Tree-LSTM can leverage dependency relations other than text structure, such as a set of reports on the same patient.

📄 PDF Abstract BibTeX arXiv:1902.09713

Code (0)

등록된 구현이 없습니다.

Tasks

Document ClassificationSentenceWord Embeddings

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음

Similar Papers 제목 키워드 기반

Multilevel Text Alignment with Cross-Document Attention

2020-10-03 · EMNLP 2020 11 · Xuhui Zhou, Nikolaos Pappas, Noah A. Smith

Text alignment finds application in tasks such as citation recommendation and plagiarism detection. Existing alignment methods operate at a single, predefined level and cannot learn to align texts at, for example, senten…

Citation RecommendationSentence

TIDE : Temporal-Aware Sparse Autoencoders for Interpretable Diffusion Transformers in Image Generation

2025-03-10 · Victor Shea-Jay Huang, Le Zhuo, Yi Xin, Zhaokai Wang 외

Diffusion Transformers (DiTs) are a powerful yet underexplored class of generative models compared to U-Net-based diffusion models. To bridge this gap, we introduce TIDE (Temporal-aware Sparse Autoencoders for Interpreta…

DenoisingImage GenerationStyle Transfer

Evaluating Hierarchical Document Categorisation

2021-12-01 · ALTA 2021 12 · Qian Sun, Aili Shen, Hiyori Yoshikawa, Chunpeng Ma 외

Hierarchical document categorisation is a special case of multi-label document categorisation, where there is a taxonomic hierarchy among the labels. While various approaches have been proposed for hierarchical document …

DocMaster: A Hierarchical Structure-Aware System for Document Analysis

2026-07-09 · Ziqi Chen, Yingli Zhou, Fangyuan Zhang, Quanqing Xu 외 arxiv

Leveraging large language models (LLMs) to analyze complex documents -- such as academic papers, technical manuals, and financial reports -- has emerged as a mainstream and critical task in both research and industry. In…

Question Answering

Hierarchy-Aware Global Model for Hierarchical Text Classification

2020-07-01 · ACL 2020 6 · Jie Zhou, Chunping Ma, Dingkun Long, Guangwei Xu 외

Hierarchical text classification is an essential yet challenging subtask of multi-label text classification with a taxonomic hierarchy. Existing methods have difficulties in modeling the hierarchical label structure in a…

ClassificationGeneral ClassificationHierarchical Multi-label Classificationmodel+4