paper-with-me

Papers

LSTM Hypertagging

2018-11-01 · WS 2018 11 · Reid Fu, Michael White

Hypertagging, or supertagging for surface realization, is the process of assigning lexical categories to nodes in an input semantic graph. Previous work has shown that hypertagging significantly increases realization speed and quality by reducing the search space of the realizer. Building on recent work using LSTMs to improve accuracy on supertagging for parsing, we develop an LSTM hypertagging method for OpenCCG, an open source NLP toolkit for CCG. Our results show significant improvements in both hypertagging accuracy and downstream realization performance.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Text Generation

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Nested LSTMs

2018-01-31 · Joel Ruben Antony Moniz, David Krueger

We propose Nested LSTMs (NLSTM), a novel RNN architecture with multiple levels of memory. Nested LSTMs add depth to LSTMs via nesting as opposed to stacking. The value of a memory cell in an NLSTM is computed by an LSTM …

Language ModelingLanguage Modelling

Use of 1D-CNN for input data size reduction of LSTM in Hourly Rainfall-Runoff modeling

2021-11-07 · Kei Ishida, Ali Ercan, Takeyoshi Nagasato, Masato Kiyama 외

An architecture consisting of a serial coupling of the one-dimensional convolutional neural network (1D-CNN) and the long short-term memory (LSTM) network, which is referred as CNNsLSTM, was proposed for hourly-scale rai…

Time SeriesTime Series Analysis

Bidirectional LSTM-CRF Models for Sequence Tagging

2015-08-09 · Zhiheng Huang, Wei Xu, Kai Yu

In this paper, we propose a variety of Long Short-Term Memory (LSTM) based models for sequence tagging. These models include LSTM networks, bidirectional LSTM (BI-LSTM) networks, LSTM with a Conditional Random Field (CRF…

ChunkingNamed Entity Recognition (NER)POSSentence+1

Layer Trajectory LSTM

2018-08-28 · Jinyu Li, Changliang Liu, Yifan Gong

It is popular to stack LSTM layers to get better modeling power, especially when large amount of training data is available. However, an LSTM-RNN with too many vanilla LSTM layers is very hard to train and there still ex…

Advanced LSTM: A Study about Better Time Dependency Modeling in Emotion Recognition

2017-10-27 · Fei Tao, Gang Liu

Long short-term memory (LSTM) is normally used in recurrent neural network (RNN) as basic recurrent unit. However,conventional LSTM assumes that the state at current time step depends on previous time step. This assumpti…

Emotion ClassificationEmotion RecognitionGeneral Classification