paper-with-me

홈 › Papers

A Simple Recurrent Unit with Reduced Tensor Product Representations

2018-10-29 · Shuai Tang, Paul Smolensky, Virginia R. de Sa

idely used recurrent units, including Long-short Term Memory (LSTM) and the Gated Recurrent Unit (GRU), perform well on natural language tasks, but their ability to learn structured representations is still questionable. Exploiting reduced Tensor Product Representations (TPRs) --- distributed representations of symbolic structure in which vector-embedded symbols are bound to vector-embedded structural positions --- we propose the TPRU, a simple recurrent unit that, at each time step, explicitly executes structural-role binding and unbinding operations to incorporate structural information into learning. A gradient analysis of our proposed TPRU is conducted to support our model design, and its performance on multiple datasets shows the effectiveness of our design choices. Furthermore, observations on a linguistically grounded study demonstrate the interpretability of our TPRU.

📄 PDF Abstract BibTeX arXiv:1810.12456

Code (1)

shuaitang/TPRU 공식 구현 pytorch

Tasks

Natural Language Inference

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음

Similar Papers 제목 키워드 기반

Gated Recurrent Neural Tensor Network

2017-06-07 · Andros Tjandra, Sakriani Sakti, Ruli Manurung, Mirna Adriani 외

Recurrent Neural Networks (RNNs), which are a powerful scheme for modeling temporal and sequential data need to capture long-term dependencies on datasets and represent them in hidden layers with a powerful model to capt…

Language ModelingLanguage Modelling

Language Modeling Using Tensor Trains

2024-05-07 · Zhan Su, Yuqin Zhou, Fengran Mo, Jakob Grue Simonsen

We propose a novel tensor network language model based on the simplest tensor network (i.e., tensor trains), called `Tensor Train Language Model' (TTLM). TTLM represents sentences in an exponential space constructed by t…

Language ModelingLanguage Modelling

Kernel RNN Learning (KeRNL)

2019-05-01 · ICLR 2019 5 · Christopher Roth, Ingmar Kanitscheider, Ila Fiete

We describe Kernel RNN Learning (KeRNL), a reduced-rank, temporal eligibility trace-based approximation to backpropagation through time (BPTT) for training recurrent neural networks (RNNs) that gives competitive performa…

Sensitivity

Learning to Reason with Third-Order Tensor Products

2018-11-29 · Imanol Schlag, Jürgen Schmidhuber

We combine Recurrent Neural Networks with Tensor Product Representations to learn combinatorial representations of sequential data. This improves symbolic interpretation and systematic generalisation. Our architecture is…

Learning to Reason with Third Order Tensor Products

2018-12-01 · NeurIPS 2018 12 · Imanol Schlag, Jürgen Schmidhuber

We combine Recurrent Neural Networks with Tensor Product Representations to learn combinatorial representations of sequential data. This improves symbolic interpretation and systematic generalisation. Our architecture is…