paper-with-me

Papers

Bag-of-Words vs. Graph vs. Sequence in Text Classification: Questioning the Necessity of Text-Graphs and the Surprising Strength of a Wide MLP

2021-09-08 · ACL 2022 5 · Lukas Galke, Ansgar Scherp

Graph neural networks have triggered a resurgence of graph-based text classification methods, defining today's state of the art. We show that a wide multi-layer perceptron (MLP) using a Bag-of-Words (BoW) outperforms the recent graph-based models TextGCN and HeteGCN in an inductive text classification setting and is comparable with HyperGAT. Moreover, we fine-tune a sequence-based BERT and a lightweight DistilBERT model, which both outperform all state-of-the-art models. These results question the importance of synthetic graphs used in modern text classifiers. In terms of efficiency, DistilBERT is still twice as large as our BoW-based wide MLP, while graph-based models like TextGCN require setting up an $\mathcal{O}(N^2)$ graph, where $N$ is the vocabulary plus corpus size. Finally, since Transformers need to compute $\mathcal{O}(L^2)$ attention weights with sequence length $L$, the MLP models show higher training and inference speeds on datasets with long sequences.

📄 PDF Abstract BibTeX arXiv:2109.03777

Code (2)

lgalke/text-clf-baselines 공식 구현 pytorch
sahanaramnath/bow-vs-graph-vs-seq-textclassification pytorch

Tasks

text-classificationText Classification

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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$…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Multi-Head Attention 설명 없음
WordPiece 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…

Similar Papers 제목 키워드 기반

GUIDEQ: Framework for Guided Questioning for progressive informational collection and classification

2024-11-08 · Priya Mishra, Suraj Racha, Kaustubh Ponkshe, Adit Akarsh 외

Question Answering (QA) is an important part of tasks like text classification through information gathering. These are finding increasing use in sectors like healthcare, customer support, legal services, etc., to collec…

Question Answeringtext-classificationText Classification

A Novel Graph-Sequence Learning Model for Inductive Text Classification

2025-12-23 · Zuo Wang, Ye Yuan arxiv

Text classification plays an important role in various downstream text-related tasks, such as sentiment analysis, fake news detection, and public opinion analysis. Recently, text classification based on Graph Neural Netw…

Fake News DetectionText ClassificationSentiment Analysis

Graph Neural Networks on Discriminative Graphs of Words

2024-10-27 · Yassine Abbahaddou, Johannes F. Lutzeyer, Michalis Vazirgiannis

In light of the recent success of Graph Neural Networks (GNNs) and their ability to perform inference on complex data structures, many studies apply GNNs to the task of text classification. In most previous methods, a he…

Classificationgraph constructionGraph Neural Networktext-classification+1

Adopting the Multi-answer Questioning Task with an Auxiliary Metric for Extreme Multi-label Text Classification Utilizing the Label Hierarchy

2023-03-02 · Li Wang, Ying Wah Teh, Mohammed Ali Al-Garadi

Extreme multi-label text classification utilizes the label hierarchy to partition extreme labels into multiple label groups, turning the task into simple multi-group multi-label classification tasks. Current research enc…

ClassificationExtreme Multi-Label ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION+5

LogLG: Weakly Supervised Log Anomaly Detection via Log-Event Graph Construction

2022-08-23 · Hongcheng Guo, Yuhui Guo, Renjie Chen, Jian Yang 외

Fully supervised log anomaly detection methods suffer the heavy burden of annotating massive unlabeled log data. Recently, many semi-supervised methods have been proposed to reduce annotation costs with the help of parse…

Anomaly Detectiongraph constructionScene Recognition