paper-with-me

Papers

Graph-tree Fusion Model with Bidirectional Information Propagation for Long Document Classification

2024-10-03 · Sudipta Singha Roy, Xindi Wang, Robert E. Mercer, Frank Rudzicz

Long document classification presents challenges in capturing both local and global dependencies due to their extensive content and complex structure. Existing methods often struggle with token limits and fail to adequately model hierarchical relationships within documents. To address these constraints, we propose a novel model leveraging a graph-tree structure. Our approach integrates syntax trees for sentence encodings and document graphs for document encodings, which capture fine-grained syntactic relationships and broader document contexts, respectively. We use Tree Transformers to generate sentence encodings, while a graph attention network models inter- and intra-sentence dependencies. During training, we implement bidirectional information propagation from word-to-sentence-to-document and vice versa, which enriches the contextual representation. Our proposed method enables a comprehensive understanding of content at all hierarchical levels and effectively handles arbitrarily long contexts without token limit constraints. Experimental results demonstrate the effectiveness of our approach in all types of long document classification tasks.

📄 PDF Abstract BibTeX arXiv:2410.02930

Code (0)

등록된 구현이 없습니다.

Tasks

Document ClassificationGraph AttentionSentence

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Bidirectional Temporal Information Propagation for Moving Infrared Small Target Detection

2025-08-21 · Dengyan Luo, Yanping Xiang, Hu Wang, Luping Ji. Shuai Li 외 arxiv

Moving infrared small target detection is broadly adopted in infrared search and track systems, and has attracted considerable research focus in recent years. The existing learning-based multi-frame methods mainly aggreg…

Cluster-Aware Similarity Diffusion for Instance Retrieval

2024-06-04 · Jifei Luo, Hantao Yao, Changsheng Xu

Diffusion-based re-ranking is a common method used for retrieving instances by performing similarity propagation in a nearest neighbor graph. However, existing techniques that construct the affinity graph based on pairwi…

MisinformationRe-RankingRetrieval

Improving Aspect Term Extraction with Bidirectional Dependency Tree Representation

2018-05-21 · Huaishao Luo, Tianrui Li, Bing Liu, Bin Wang 외

Aspect term extraction is one of the important subtasks in aspect-based sentiment analysis. Previous studies have shown that using dependency tree structure representation is promising for this task. However, most depend…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Sentiment AnalysisTerm Extraction

Lip Graph Assisted Audio-Visual Speech Recognition Using Bidirectional Synchronous Fusion

2020-10-25 · Interspeech 2020 10 · Hong Liu, Zhan Chen, Bing Yang

Current studies have shown that extracting representative visual features and efficiently fusing audio and visual modalities are vital for audio-visual speech recognition (AVSR), but these are still challenging. To this …

Audio-Visual Speech RecognitionLandmark-based Lipreadingspeech-recognitionSpeech Recognition+1

Detect Rumors in Microblog Posts Using Propagation Structure via Kernel Learning

2017-07-01 · ACL 2017 7 · Jing Ma, Wei Gao, Kam-Fai Wong

How fake news goes viral via social media? How does its propagation pattern differ from real stories? In this paper, we attempt to address the problem of identifying rumors, i.e., fake information, out of microblog posts…