paper-with-me

Papers

Leap-LSTM: Enhancing Long Short-Term Memory for Text Categorization

2019-05-28 · Ting Huang, Gehui Shen, Zhi-Hong Deng

Recurrent Neural Networks (RNNs) are widely used in the field of natural language processing (NLP), ranging from text categorization to question answering and machine translation. However, RNNs generally read the whole text from beginning to end or vice versa sometimes, which makes it inefficient to process long texts. When reading a long document for a categorization task, such as topic categorization, large quantities of words are irrelevant and can be skipped. To this end, we propose Leap-LSTM, an LSTM-enhanced model which dynamically leaps between words while reading texts. At each step, we utilize several feature encoders to extract messages from preceding texts, following texts and the current word, and then determine whether to skip the current word. We evaluate Leap-LSTM on several text categorization tasks: sentiment analysis, news categorization, ontology classification and topic classification, with five benchmark data sets. The experimental results show that our model reads faster and predicts better than standard LSTM. Compared to previous models which can also skip words, our model achieves better trade-offs between performance and efficiency.

📄 PDF Abstract BibTeX arXiv:1905.11558

Code (1)

ht1221/leap-lstm tf

Tasks

General ClassificationMachine TranslationQuestion AnsweringSentiment AnalysisText CategorizationTopic ClassificationTranslation

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Lameness detection in dairy cows using pose estimation and bidirectional LSTMs

2025-08-14 · Helena Russello, Rik van der Tol, Eldert J. van Henten, Gert Kootstra arxiv

This study presents a lameness detection approach that combines pose estimation and Bidirectional Long-Short-Term Memory (BLSTM) neural networks. Combining pose-estimation and BLSTMs classifier offers the following advan…

Feature EngineeringPose Estimation

Leaping Through Time with Gradient-based Adaptation for Recommendation

2021-12-11 · Nuttapong Chairatanakul, Hoang NT, Xin Liu, Tsuyoshi Murata

Modern recommender systems are required to adapt to the change in user preferences and item popularity. Such a problem is known as the temporal dynamics problem, and it is one of the main challenges in recommender system…

Meta-LearningRecommendation Systems

SRIB-LEAP submission to Far-field Multi-Channel Speech Enhancement Challenge for Video Conferencing

2021-06-24 · R G Prithvi Raj, Rohit Kumar, M K Jayesh, Anurenjan Purushothaman 외

This paper presents the details of the SRIB-LEAP submission to the ConferencingSpeech challenge 2021. The challenge involved the task of multi-channel speech enhancement to improve the quality of far field speech from mi…

Speech Enhancement

Short-Term Multi-Horizon Line Loss Rate Forecasting of a Distribution Network Using Attention-GCN-LSTM

2023-12-19 · Jie Liu, Yijia Cao, Yong Li, Yixiu Guo 외

Accurately predicting line loss rates is vital for effective line loss management in distribution networks, especially over short-term multi-horizons ranging from one hour to one week. In this study, we propose Attention…

Management

A Deep Reinforcement Learning Approach to Automated Stock Trading, using xLSTM Networks

2025-03-12 · Faezeh Sarlakifar, Mohammadreza Mohammadzadeh Asl, Sajjad Rezvani Khaledi, Armin Salimi-Badr

Traditional Long Short-Term Memory (LSTM) networks are effective for handling sequential data but have limitations such as gradient vanishing and difficulty in capturing long-term dependencies, which can impact their per…

Deep Reinforcement Learning