paper-with-me

Papers

Towards Formula Translation using Recursive Neural Networks

2018-11-10 · Felix Petersen, Moritz Schubotz, Bela Gipp

While it has become common to perform automated translations on natural language, performing translations between different representations of mathematical formulae has thus far not been possible. We implemented the first translator for mathematical formulae based on recursive neural networks. We chose recursive neural networks because mathematical formulae inherently include a structural encoding. In our implementation, we developed new techniques and topologies for recursive tree-to-tree neural networks based on multi-variate multi-valued Long Short-Term Memory cells. We propose a novel approach for mini-batch training that utilizes clustering and tree traversal. We evaluate our translator and analyze the behavior of our proposed topologies and techniques based on a translation from generic LaTeX to the semantic LaTeX notation. We use the semantic LaTeX notation from the Digital Library for Mathematical Formulae and the Digital Repository for Mathematical Formulae at the National Institute for Standards and Technology. We find that a simple heuristics-based clustering algorithm outperforms the conventional clustering algorithms on the task of clustering binary trees of mathematical formulae with respect to their topology. Furthermore, we find a mask for the loss function, which can prevent the neural network from finding a local minimum of the loss function. Given our preliminary results, a complete translation from formula to formula is not yet possible. However, we achieved a prediction accuracy of 47.05% for predicting symbols at the correct position and an accuracy of 92.3% when ignoring the predicted position. Concluding, our work advances the field of recursive neural networks by improving the training speed and quality of training. In the future, we will work towards a complete translation allowing a machine-interpretation of LaTeX formulae.

📄 PDF Abstract BibTeX arXiv:1811.04234

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringPositionTranslation

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…

Similar Papers 제목 키워드 기반

Neural Machine Translation for Mathematical Formulae

2023-05-25 · Felix Petersen, Moritz Schubotz, Andre Greiner-Petter, Bela Gipp

We tackle the problem of neural machine translation of mathematical formulae between ambiguous presentation languages and unambiguous content languages. Compared to neural machine translation on natural language, mathema…

Machine TranslationTranslation

Recursive Neural Network Based Preordering for English-to-Japanese Machine Translation

2018-05-25 · ACL 2018 7 · Yuki Kawara, Chenhui Chu, Yuki Arase

The word order between source and target languages significantly influences the translation quality in machine translation. Preordering can effectively address this problem. Previous preordering methods require a manual …

Machine TranslationTranslation

Recursive Preferences and Ambiguity Attitudes

2023-04-13 · Massimo Marinacci, Giulio Principi, Lorenzo Stanca

We study the implications of recursivity and state monotonicity in intertemporal consumption problems under ambiguity. We show that monotone recursive preferences admit a recursive and ex-ante representation, both with t…

Translation

Black Box Recursive Translations for Molecular Optimization

2019-12-21 · Farhan Damani, Vishnu Sresht, Stephen Ra

Machine learning algorithms for generating molecular structures offer a promising new approach to drug discovery. We cast molecular optimization as a translation problem, where the goal is to map an input compound to a t…

Drug DiscoveryMolecular Graph GenerationTranslation

On the Properties of Neural Machine Translation: Encoder-Decoder Approaches

2014-09-03 · Kyunghyun Cho, Bart van Merrienboer, Dzmitry Bahdanau, Yoshua Bengio

Neural machine translation is a relatively new approach to statistical machine translation based purely on neural networks. The neural machine translation models often consist of an encoder and a decoder. The encoder ext…

DecoderMachine TranslationSentenceTranslation