Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

168,657 papers · 148 categories

Trend · papers per month

1122 · May 201819922001200920172026
31 results for biLSTM

A novel CAB-XDE framework predicts speculative stock prices with high accuracy.

problem Forecasting speculative stock prices in volatile markets.
method Customized attention BiLSTM with XGBoost, integrating attention mechanism and weight determination theory-error reciprocal method.
result Empirically validated with MAPE of 0.0037, MAE of 84.40, and RMSE of 106.14.

Recurrent neural networks have become ubiquitous in computing representations of sequential data, especially textual data in natural language processing. In particular, Bidirectional LSTMs are at the heart of several neural models achieving state-of-the-art performance in a wide variety of tasks in NLP. However, BiLSTM…

2018-05-18abs ↗pdf ↗

Improved negation detection in Dutch clinical texts using machine learning.

problem Extracting negation from clinical text for better model development.
method Comparison of rule-based and machine learning methods (biLSTM, RoBERTa).
result BiLSTM and RoBERTa models outperform rule-based method in F1 score, precision, and recall.

Study improves cryptocurrency price prediction using neural networks and technical indicators.

problem Improving cryptocurrency price prediction accuracy.
method Integrates technical indicators, Transformer neural network, and BiLSTM.
result Demonstrates superior performance in predicting cryptocurrency prices.

Hybrid model predicts stock prices using online forum sentiments and popularity.

problem Predicting stock prices accurately considering investor sentiment.
method XLNET for sentiment analysis, BiLSTM-highway model integration, combining post popularity.
result Hybrid model outperforms traditional methods in stock price prediction.

FinBERT-BiLSTM predicts cryptocurrency prices using sentiment analysis.

problem Predicting volatile cryptocurrency market prices.
method Hybrid model combining Bi-LSTM and FinBERT for sentiment analysis.
result Enhanced forecasting accuracy for volatile financial markets.

Study proposes a multimodal model for cardiovascular risk prediction using EHRs.

problem Lack of comprehensive risk prediction from EHRs due to unstructured text.
method Proposes a multimodal BiLSTM model integrating structured and unstructured EHR data.
result Proposed BiLSTM model outperforms other DNN architectures in cardiovascular risk prediction.

Bi-directional LSTMs are a powerful tool for text representation. On the other hand, they have been shown to suffer various limitations due to their sequential nature. We investigate an alternative LSTM structure for encoding text, which consists of a parallel state for each word. Recurrent steps are used to perform lo…

2018-05-07abs ↗pdf ↗

Robust machine learning models improve DNA regulatory sequence prediction under various shifts.

problem Real-world applications of DNA regulatory sequence prediction involve shifts not captured by standard i.i.d. assumptions.
method Introduces a robustness framework combining simulation benchmarks and real data analysis.
result Models remain accurate and calibrated under mild shifts but show higher error and miscalibration under strong shifts.

Paper tackles counterfactual sentence detection and evaluation.

problem Detect and evaluate counterfactual sentences in natural language.
method Used a BERT base model for classification and a hybrid BERT Multi-Layer Perceptron for sequence identification. Introduced cascaded linear inputs to improve performance.
result Achieved an F1 score of 85.00% in Task 1 and 83.90% in Task 2.

This paper proposes recurrent neuron networks (RNNs) for a fingerprinting indoor localization using WiFi. Instead of locating user's position one at a time as in the cases of conventional algorithms, our RNN solution aims at trajectory positioning and takes into account the relation among the received signal strength i…

2019-03-27abs ↗pdf ↗

ICP improves text infilling and POS tagging with valid confidence sets.

problem Statistical reliability of machine learning predictions.
method Inductive conformal prediction algorithms for text infilling and POS tagging.
result Valid set-valued predictions with small size for real-world applications.

Objective: The aim of this study is to develop an automated classification algorithm for polysomnography (PSG) recordings to detect non-apneic and non-hypopneic arousals. Our particular focus is on detecting the respiratory effort-related arousals (RERAs) which are very subtle respiratory events that do not meet the cr…

2019-09-06abs ↗pdf ↗

This research predicts cryptocurrency price volatility using deep learning models.

problem Predicting the volatility of cryptocurrency prices to mitigate investment risk.
method Used CNN, LSTM, BiLSTM, and GRU models to predict the risk factor of 20 cryptocurrency parameters.
result Developed a new model with RMSE of 0.0089, significantly outperforming existing models.

This paper improves typhoon intensity prediction using social media data and semantic word embeddings.

problem Short-term disaster prediction from historical data alone is limited.
method Combining semantically-enriched word embeddings with traditional word2vec for social media data, and an end-to-end learning framework.
result Our approach outperforms state-of-the-art baselines in typhoon intensity prediction.