paper-with-me

Papers

Long Short-Term Attention

2018-10-30 · Guoqiang Zhong, Xin Lin, Kang Chen, Qingyang Li, Kai-Zhu Huang

Attention is an important cognition process of humans, which helps humans concentrate on critical information during their perception and learning. However, although many machine learning models can remember information of data, they have no the attention mechanism. For example, the long short-term memory (LSTM) network is able to remember sequential information, but it cannot pay special attention to part of the sequences. In this paper, we present a novel model called long short-term attention (LSTA), which seamlessly integrates the attention mechanism into the inner cell of LSTM. More than processing long short term dependencies, LSTA can focus on important information of the sequences with the attention mechanism. Extensive experiments demonstrate that LSTA outperforms LSTM and related models on the sequence learning tasks.

📄 PDF Abstract BibTeX arXiv:1810.12752

Code (0)

등록된 구현이 없습니다.

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 제목 키워드 기반

Short window attention enables long-term memorization

2025-09-29 · Loïc Cabannes, Maximilian Beck, Gergely Szilvasy, Matthijs Douze 외 arxiv

Recent works show that hybrid architectures combining local sliding window attention layers and global attention layers outperform either of these architectures taken separately. However, the impact of the window length …

Modeling Long-term Dependencies and Short-term Correlations in Patient Journey Data with Temporal Attention Networks for Health Prediction

2022-07-13 · Yuxi Liu, Zhenhao Zhang, Antonio Jimeno Yepes, Flora D. Salim

Building models for health prediction based on Electronic Health Records (EHR) has become an active research area. EHR patient journey data consists of patient time-ordered clinical events/visits from patients. Most exis…

Modeling Long-Term and Short-Term Interests with Parallel Attentions for Session-based Recommendation

2020-06-27 · Jing Zhu, Yanan Xu, Yanmin Zhu

The aim of session-based recommendation is to predict the users' next clicked item, which is a challenging task due to the inherent uncertainty in user behaviors and anonymous implicit feedback information. A powerful se…

Session-Based Recommendations

TLSAN: Time-aware Long- and Short-term Attention Network for Next-item Recommendation

2021-03-16 · Jianqing Zhang, Dongjing Wang, Dongjin Yu

Recently, deep neural networks are widely applied in recommender systems for their effectiveness in capturing/modeling users' preferences. Especially, the attention mechanism in deep learning enables recommender systems …

Recommendation Systems

Attentive Long Short-Term Preference Modeling for Personalized Product Search

2018-11-26 · Guo Yangyang, Cheng Zhiyong, Nie Liqiang, Wang Yinglong 외

E-commerce users may expect different products even for the same query, due to their diverse personal preferences. It is well-known that there are two types of preferences: long-term ones and short-term ones. The former …