paper-with-me

홈 › Papers

Rethinking Complex Neural Network Architectures for Document Classification

2019-06-01 · NAACL 2019 6 · Ashutosh Adhikari, Achyudh Ram, Raphael Tang, Jimmy Lin

Neural network models for many NLP tasks have grown increasingly complex in recent years, making training and deployment more difficult. A number of recent papers have questioned the necessity of such architectures and found that well-executed, simpler models are quite effective. We show that this is also the case for document classification: in a large-scale reproducibility study of several recent neural models, we find that a simple BiLSTM architecture with appropriate regularization yields accuracy and F1 that are either competitive or exceed the state of the art on four standard benchmark datasets. Surprisingly, our simple model is able to achieve these results without attention mechanisms. While these regularization techniques, borrowed from language modeling, are not novel, to our knowledge we are the first to apply them in this context. Our work provides an open-source platform and the foundation for future work in document classification.

📄 PDF Abstract BibTeX

Code (1)

castorini/hedwig pytorch

Tasks

ClassificationDocument ClassificationGeneral ClassificationLanguage ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…

Similar Papers 제목 키워드 기반

Rethinking Layer-wise Feature Amounts in Convolutional Neural Network Architectures

2018-12-14 · Martin Mundt, Sagnik Majumder, Tobias Weis, Visvanathan Ramesh

We characterize convolutional neural networks with respect to the relative amount of features per layer. Using a skew normal distribution as a parametrized framework, we investigate the common assumption of monotonously …

General Classificationimage-classificationImage Classification

Hierarchical Interaction Networks with Rethinking Mechanism for Document-level Sentiment Analysis

2020-07-16 · Lingwei Wei, Dou Hu, Wei Zhou, Xuehai Tang 외

Document-level Sentiment Analysis (DSA) is more challenging due to vague semantic links and complicate sentiment information. Recent works have been devoted to leveraging text summarization and have achieved promising re…

Sentiment AnalysisSentiment ClassificationText Classification

A Systematic Comparison of Architectures for Document-Level Sentiment Classification

2020-02-19 · Jeremy Barnes, Vinit Ravishankar, Lilja Øvrelid, Erik Velldal

Documents are composed of smaller pieces - paragraphs, sentences, and tokens - that have complex relationships between one another. Sentiment classification models that take into account the structure inherent in these d…

ClassificationDocument ClassificationGeneral ClassificationLanguage Modeling+4

Multimodal Approaches for Visually-Rich Document Type Classification: A Comparative Analysis

2026-06-01 · Catyana Heyne, Jürgen Frikel, Filippo Riccio arxiv

Document type classification in visually rich documents remains challenging, as relevant information is distributed across textual, visual, and layout modalities. To capture this complexity, current approaches rely on di…

Rethinking Graph-Based Document Classification: Learning Data-Driven Structures Beyond Heuristic Approaches

2025-07-18 · Margarita Bugueño, Gerard de Melo arxiv

In document classification, graph-based models effectively capture document structure, overcoming sequence length limitations and enhancing contextual understanding. However, most existing graph document representations …

Document ClassificationGraph Generation