Hierarchical Neural Network Approaches for Long Document Classification
Snehal Khandve, Vedangi Wagh, Apurva Wani, Isha Joshi, Raviraj Joshi

TL;DR
This paper introduces hierarchical transfer learning models using USE and BERT for long document classification, effectively capturing long-range dependencies while reducing computational complexity.
Contribution
It proposes simple hierarchical models combining pre-trained sentence encoders with shallow neural networks for efficient long document classification.
Findings
USE + CNN/LSTM outperforms standalone models
Hierarchical BERT models reduce quadratic complexity
Longformer performs consistently well across datasets
Abstract
Text classification algorithms investigate the intricate relationships between words or phrases and attempt to deduce the document's interpretation. In the last few years, these algorithms have progressed tremendously. Transformer architecture and sentence encoders have proven to give superior results on natural language processing tasks. But a major limitation of these architectures is their applicability for text no longer than a few hundred words. In this paper, we explore hierarchical transfer learning approaches for long document classification. We employ pre-trained Universal Sentence Encoder (USE) and Bidirectional Encoder Representations from Transformers (BERT) in a hierarchical setup to capture better representations efficiently. Our proposed models are conceptually simple where we divide the input data into chunks and then pass this through base models of BERT and USE. Then…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Label Smoothing · AdamW · How do I complain to Expedia?*ComplainByAgent · Position-Wise Feed-Forward Layer · Linear Warmup With Linear Decay · How do I make a claim with Expedia?*Make FastClaimService · Softmax
