paper-with-me

홈 › Papers

The Context-Dependent Additive Recurrent Neural Net

2018-06-01 · NAACL 2018 6 · Quan Hung Tran, Tuan Lai, Gholamreza Haffari, Ingrid Zukerman, Trung Bui, Hung Bui

Contextual sequence mapping is one of the fundamental problems in Natural Language Processing (NLP). Here, instead of relying solely on the information presented in the text, the learning agents have access to a strong external signal given to assist the learning process. In this paper, we propose a novel family of Recurrent Neural Network unit: the Context-dependent Additive Recurrent Neural Network (CARNN) that is designed specifically to address this type of problem. The experimental results on public datasets in the dialog problem (Babi dialog Task 6 and Frame), contextual language model (Switchboard and Penn Tree Bank) and question answering (Trec QA) show that our novel CARNN-based architectures outperform previous methods.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingQuestion Answering

Similar Papers 제목 키워드 기반

Contextual Control without Memory Growth in a Context-Switching Task

2026-04-03 · Song-Ju Kim arxiv

Context-dependent sequential decision making is commonly addressed either by providing context explicitly as an input or by increasing recurrent memory so that contextual information can be represented internally. We stu…

Decision Making

Long Short-Term Memory as a Dynamically Computed Element-wise Weighted Sum

2018-05-09 · ACL 2018 7 · Omer Levy, Kenton Lee, Nicholas FitzGerald, Luke Zettlemoyer

LSTMs were introduced to combat vanishing gradients in simple RNNs by augmenting them with gated additive recurrent connections. We present an alternative view to explain the success of LSTMs: the gates themselves are ve…

Theory of gating in recurrent neural networks

2020-07-29 · Kamesh Krishnamurthy, Tankut Can, David J. Schwab

Recurrent neural networks (RNNs) are powerful dynamical models, widely used in machine learning (ML) and neuroscience. Prior theoretical work has focused on RNNs with additive interactions. However, gating - i.e. multipl…

Boost-R: Gradient Boosted Trees for Recurrence Data

2021-07-03 · Xiao Liu, Rong pan

Recurrence data arise from multi-disciplinary domains spanning reliability, cyber security, healthcare, online retailing, etc. This paper investigates an additive-tree-based approach, known as Boost-R (Boosting for Recur…

regression

ParaRNN: An Interpretable and Parallelizable Recurrent Neural Network for Time-Dependent Data

2026-05-04 · Yuxi Cai, Lan Li, Feiqing Huang, Guodong Li arxiv

The proliferation of large-scale and structurally complex data has spurred the integration of machine learning methods into statistical modeling. Recurrent neural networks (RNNs), a foundational class of models for time-…