paper-with-me

Papers

A Sequential Neural Encoder with Latent Structured Description for Modeling Sentences

2017-11-15 · Yu-Ping Ruan, Qian Chen, Zhen-Hua Ling

In this paper, we propose a sequential neural encoder with latent structured description (SNELSD) for modeling sentences. This model introduces latent chunk-level representations into conventional sequential neural encoders, i.e., recurrent neural networks (RNNs) with long short-term memory (LSTM) units, to consider the compositionality of languages in semantic modeling. An SNELSD model has a hierarchical structure that includes a detection layer and a description layer. The detection layer predicts the boundaries of latent word chunks in an input sentence and derives a chunk-level vector for each word. The description layer utilizes modified LSTM units to process these chunk-level vectors in a recurrent manner and produces sequential encoding outputs. These output vectors are further concatenated with word vectors or the outputs of a chain LSTM encoder to obtain the final sentence representation. All the model parameters are learned in an end-to-end manner without a dependency on additional text chunking or syntax parsing. A natural language inference (NLI) task and a sentiment analysis (SA) task are adopted to evaluate the performance of our proposed model. The experimental results demonstrate the effectiveness of the proposed SNELSD model on exploring task-dependent chunking patterns during the semantic modeling of sentences. Furthermore, the proposed method achieves better performance than conventional chain LSTMs and tree-structured LSTMs on both tasks.

📄 PDF Abstract BibTeX arXiv:1711.05433

Code (0)

등록된 구현이 없습니다.

Tasks

ChunkingNatural Language InferenceSentenceSentence EmbeddingsSentiment Analysis

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

A Recurrent Latent Variable Model for Sequential Data

2015-06-07 · NeurIPS 2015 12 · Junyoung Chung, Kyle Kastner, Laurent Dinh, Kratarth Goel 외

In this paper, we explore the inclusion of latent random variables into the dynamic hidden state of a recurrent neural network (RNN) by combining elements of the variational autoencoder. We argue that through the use of …

model

An Encoder with non-Sequential Dependency for Neural Data-to-Text Generation

2019-10-01 · WS 2019 10 · Feng Nie, Jinpeng Wang, Rong pan, Chin-Yew Lin

Data-to-text generation aims to generate descriptions given a structured input data (i.e., a table with multiple records). Existing neural methods for encoding input data can be divided into two categories: a) pooling ba…

Data-to-Text GenerationText Generation

Latent User Intent Modeling for Sequential Recommenders

2022-11-17 · Bo Chang, Alexandros Karatzoglou, Yuyan Wang, Can Xu 외

Sequential recommender models are essential components of modern industrial recommender systems. These models learn to predict the next items a user is likely to interact with based on his/her interaction history on the …

Recommendation Systems

Learning to Drop Out: An Adversarial Approach to Training Sequence VAEs

2022-09-26 · Đorđe Miladinović, Kumar Shridhar, Kushal Jain, Max B. Paulus 외

In principle, applying variational autoencoders (VAEs) to sequential data offers a method for controlled sequence generation, manipulation, and structured representation learning. However, training sequence VAEs is chall…

DecoderRepresentation Learning

LatentTrack: Sequential Weight Generation via Latent Filtering

2026-01-31 · Omer Haq arxiv

We introduce LatentTrack (LT), a sequential neural architecture for online probabilistic prediction under nonstationary dynamics. LT performs causal Bayesian filtering in a low-dimensional latent space and uses a lightwe…