paper-with-me

Papers

Pastprop-RNN: improved predictions of the future by correcting the past

2021-06-25 · André Baptista, Yassine Baghoussi, Carlos Soares, João Mendes-Moreira, Miguel Arantes

Forecasting accuracy is reliant on the quality of available past data. Data disruptions can adversely affect the quality of the generated model (e.g. unexpected events such as out-of-stock products when forecasting demand). We address this problem by pastcasting: predicting how data should have been in the past to explain the future better. We propose Pastprop-LSTM, a data-centric backpropagation algorithm that assigns part of the responsibility for errors to the training data and changes it accordingly. We test three variants of Pastprop-LSTM on forecasting competition datasets, M4 and M5, plus the Numenta Anomaly Benchmark. Empirical evaluation indicates that the proposed method can improve forecasting accuracy, especially when the prediction errors of standard LSTM are high. It also demonstrates the potential of the algorithm on datasets containing anomalies.

📄 PDF Abstract BibTeX arXiv:2106.13881

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Error-Correcting Codes For Approximate Neural Sequence Prediction

2021-11-16 · ACL ARR November 2021 11 · Anonymous

We propose a novel neural sequence prediction method based on \textit{error-correcting codes} that avoids exact softmax normalization and allows for a tradeoff between speed and performance. Error-correcting codes repres…

Language ModelingLanguage ModellingPredictionText Generation

Error-Correcting Neural Sequence Prediction

2019-01-21 · James O' Neill, Danushka Bollegala

We propose a novel neural sequence prediction method based on \textit{error-correcting output codes} that avoids exact softmax normalization and allows for a tradeoff between speed and performance. Instead of minimizing …

Image CaptioningLanguage ModellingPredictionText Generation

CoNLL#: Fine-grained Error Analysis and a Corrected Test Set for CoNLL-03 English

2024-05-20 · Andrew Rueda, Elena Álvarez Mellado, Constantine Lignos

Modern named entity recognition systems have steadily improved performance in the age of larger and more powerful neural models. However, over the past several years, the state-of-the-art has seemingly hit another platea…

named-entity-recognitionNamed Entity RecognitionNER

LTRL: Boosting Long-tail Recognition via Reflective Learning

2024-07-17 · QiHao Zhao, Yalun Dai, Shen Lin, Wei Hu 외

In real-world scenarios, where knowledge distributions exhibit long-tail. Humans manage to master knowledge uniformly across imbalanced distributions, a feat attributed to their diligent practices of reviewing, summarizi…

Long-tail Learning

A Global Past-Future Early Exit Method for Accelerating Inference of Pre-trained Language Models

2021-06-01 · NAACL 2021 4 · Kaiyuan Liao, Yi Zhang, Xuancheng Ren, Qi Su 외

Early exit mechanism aims to accelerate the inference speed of large-scale pre-trained language models. The essential idea is to exit early without passing through all the inference layers at the inference stage. To make…