paper-with-me

Papers

Deep Sequence Models for Text Classification Tasks

2022-07-18 · Saheed Salahudeen Abdullahi, Sun Yiming, Shamsuddeen Hassan Muhammad, Abdulrasheed Mustapha, Ahmad Muhammad Aminu, Abdulkadir Abdullahi, Musa Bello, Saminu Mohammad Aliyu

The exponential growth of data generated on the Internet in the current information age is a driving force for the digital economy. Extraction of information is the major value in an accumulated big data. Big data dependency on statistical analysis and hand-engineered rules machine learning algorithms are overwhelmed with vast complexities inherent in human languages. Natural Language Processing (NLP) is equipping machines to understand these human diverse and complicated languages. Text Classification is an NLP task which automatically identifies patterns based on predefined or undefined labeled sets. Common text classification application includes information retrieval, modeling news topic, theme extraction, sentiment analysis, and spam detection. In texts, some sequences of words depend on the previous or next word sequences to make full meaning; this is a challenging dependency task that requires the machine to be able to store some previous important information to impact future meaning. Sequence models such as RNN, GRU, and LSTM is a breakthrough for tasks with long-range dependencies. As such, we applied these models to Binary and Multi-class classification. Results generated were excellent with most of the models performing within the range of 80% and 94%. However, this result is not exhaustive as we believe there is room for improvement if machines are to compete with humans.

📄 PDF Abstract BibTeX arXiv:2207.08880

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationInformation RetrievalMulti-class ClassificationRetrievalSentiment AnalysisSpam detectiontext-classificationText Classification

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…

Similar Papers 제목 키워드 기반

An Empirical Evaluation of various Deep Learning Architectures for Bi-Sequence Classification Tasks

2016-07-17 · COLING 2016 12 · Anirban Laha, Vikas Raykar

Several tasks in argumentation mining and debating, question-answering, and natural language inference involve classifying a sequence in the context of another sequence (referred as bi-sequence classification). For sever…

ClassificationDeep LearningGeneral ClassificationNatural Language Inference+1

Adversarial Examples for DNA Classification

2024-09-29 · Hyunwoo Yoo

Pre-trained language models such as DNABERT2 and Nucleotide Transformer, which are trained on DNA sequences, have shown promising performance in DNA sequence classification tasks. The classification ability of these mode…

ClassificationLanguage ModelingLanguage ModellingSentence+2

ProSeqo: Projection Sequence Networks for On-Device Text Classification

2019-11-01 · IJCNLP 2019 11 · Zornitsa Kozareva, Sujith Ravi

We propose a novel on-device sequence model for text classification using recurrent projections. Our model ProSeqo uses dynamic recurrent projections without the need to store or look up any pre-trained embeddings. This …

ClassificationGeneral ClassificationProduct Categorizationtext-classification+1

Sensitivity as a Complexity Measure for Sequence Classification Tasks

2021-04-21 · Michael Hahn, Dan Jurafsky, Richard Futrell

We introduce a theoretical framework for understanding and predicting the complexity of sequence classification tasks, using a novel extension of the theory of Boolean function sensitivity. The sensitivity of a function,…

ClassificationGeneral ClassificationSensitivitytext-classification+1

Does QA-based intermediate training help fine-tuning language models for text classification?

2021-12-30 · ALTA 2021 12 · Shiwei Zhang, Xiuzhen Zhang

Fine-tuning pre-trained language models for downstream tasks has become a norm for NLP. Recently it is found that intermediate training based on high-level inference tasks such as Question Answering (QA) can improve the …

ClassificationQuestion Answeringtext-classificationText Classification