paper-with-me

홈 › Papers

Tree Echo State Autoencoders with Grammars

2020-04-19 · Benjamin Paassen, Irena Koprinska, Kalina Yacef

Tree data occurs in many forms, such as computer programs, chemical molecules, or natural language. Unfortunately, the non-vectorial and discrete nature of trees makes it challenging to construct functions with tree-formed output, complicating tasks such as optimization or time series prediction. Autoencoders address this challenge by mapping trees to a vectorial latent space, where tasks are easier to solve, and then mapping the solution back to a tree structure. However, existing autoencoding approaches for tree data fail to take the specific grammatical structure of tree domains into account and rely on deep learning, thus requiring large training datasets and long training times. In this paper, we propose tree echo state autoencoders (TES-AE), which are guided by a tree grammar and can be trained within seconds by virtue of reservoir computing. In our evaluation on three datasets, we demonstrate that our proposed approach is not only much faster than a state-of-the-art deep learning autoencoding approach (D-VAE) but also has less autoencoding error if little data and time is given.

📄 PDF Abstract BibTeX arXiv:2004.08925

Code (2)

https://gitlab.com/bpaassen/tree_echo_state_autoencoders 공식 구현 pytorch
https://gitlab.com/bpaassen/rtgae pytorch

Tasks

Time SeriesTime Series AnalysisTime Series Prediction

Similar Papers 제목 키워드 기반

Recursive Tree Grammar Autoencoders

2020-12-03 · Benjamin Paassen, Irena Koprinska, Kalina Yacef

Machine learning on trees has been mostly focused on trees as input to algorithms. Much less research has investigated trees as output, which has many applications, such as molecule optimization for drug discovery, or hi…

DecoderDrug DiscoveryHint GenerationTime Series+2

Multiple Context-Free Tree Grammars: Lexicalization and Characterization

2017-07-11 · Joost Engelfriet, Andreas Maletti, Sebastian Maneth

Multiple (simple) context-free tree grammars are investigated, where "simple" means "linear and nondeleting". Every multiple context-free tree grammar that is finitely ambiguous can be lexicalized; i.e., it can be transf…

Count-based State Merging for Probabilistic Regular Tree Grammars

2015-01-01 · WS 2015 1 · Toni Dietze, Mark-Jan Nederhof
Language Modelling

State-Split for Hypergraphs with an Application to Tree Adjoining Grammars

2012-09-01 · WS 2012 9 · Johannes Osterholzer, Torsten St{\"u}ber
Machine Translation

Discovering Textual Structures: Generative Grammar Induction using Template Trees

2020-09-09 · Thomas Winters, Luc De Raedt

Natural language generation provides designers with methods for automatically generating text, e.g. for creating summaries, chatbots and game content. In practise, text generators are often either learned and hard to int…

Text Generation