Preprint
Large Language Models

Text feature extraction based on deep learning: a review

Liang Hong(China University of Petroleum, East China), Xiao Sun(China University of Petroleum, East China), Yunlei Sun(China University of Petroleum, East China), Yuan Gao(China University of Petroleum, East China)
December 1, 2017EURASIP Journal on Wireless Communications and Networking366 citations

366

Citations

5

Influential Citations

EURASIP Journal on Wireless Communications and Networking

Venue

2017

Year

Abstract

Selection of text feature item is a basic and important matter for text mining and information retrieval. Traditional methods of feature extraction require handcrafted features. To hand-design, an effective feature is a lengthy process, but aiming at new applications, deep learning enables to acquire new effective feature representation from training data. As a new feature extraction method, deep learning has made achievements in text mining. The major difference between deep learning and conventional methods is that deep learning automatically learns features from big data, instead of adopting handcrafted features, which mainly depends on priori knowledge of designers and is highly impossible to take the advantage of big data. Deep learning can automatically learn feature representation from big data, including millions of parameters. This thesis outlines the common methods used in text feature extraction first, and then expands frequently used deep learning methods in text feature extraction and its applications, and forecasts the application of deep learning in feature extraction.

Analysis

Why This Paper Matters

This 2017 review paper addresses a fundamental challenge in text mining and information retrieval: how to effectively extract features from text data. At the time, traditional methods relied heavily on handcrafted features, which required domain expertise and were difficult to scale. The paper's significance lies in its clear articulation of how deep learning overcomes these limitations by automatically learning feature representations from large datasets. For AI practitioners, this work provides a foundational understanding of the paradigm shift from manual feature engineering to end-to-end learning, which has since become standard in NLP.

The paper is particularly relevant for those entering the field or seeking a concise overview of early deep learning applications in text feature extraction. It contextualizes the evolution from bag-of-words and TF-IDF to neural embeddings and deep architectures, making it a useful historical reference.

Technical Contributions

The paper's main technical contribution is its systematic categorization of text feature extraction methods:

  • Traditional methods: Bag-of-words, TF-IDF, N-grams, and topic models (e.g., LDA) are reviewed, highlighting their reliance on handcrafted features and limited ability to capture semantic meaning.
  • Deep learning methods: The review covers key architectures including Convolutional Neural Networks (CNNs) for local feature extraction, Recurrent Neural Networks (RNNs) and LSTMs for sequential dependencies, and autoencoders for unsupervised feature learning.
  • Key insight: Deep learning models automatically learn hierarchical feature representations from raw text, eliminating the need for manual feature design and enabling better utilization of big data.
  • Applications: The paper discusses use cases in sentiment analysis, text classification, and information retrieval, showing how deep features improve performance.

Results

As a review paper, no new experimental results are presented. However, the paper synthesizes findings from prior work to demonstrate that deep learning methods consistently outperform traditional approaches on benchmark tasks. For example, it notes that deep learning models achieve higher accuracy in text classification and better retrieval performance by learning more discriminative features. The lack of concrete metrics is a limitation, but the paper effectively establishes the trend toward deep learning dominance in text feature extraction.

Significance

The broader impact of this paper is its role in documenting and promoting the adoption of deep learning for text feature extraction. It helped bridge the gap between traditional NLP and modern deep learning approaches, influencing subsequent research in areas like word embeddings (Word2Vec, GloVe) and transformer-based models. For Neura Market's audience, the paper underscores the importance of automated feature learning—a principle that now underpins state-of-the-art systems like BERT and GPT. Its emphasis on big data and parameter-rich models foreshadowed the scaling laws that drive today's large language models.