paper-with-me

Papers

Bidirectional Long-Range Parser for Sequential Data Understanding

2024-04-08 · George Leotescu, Daniel Voinea, Alin-Ionut Popa

The transformer is a powerful data modelling framework responsible for remarkable performance on a wide range of tasks. However, they are limited in terms of scalability as it is suboptimal and inefficient to process long-sequence data. To this purpose we introduce BLRP (Bidirectional Long-Range Parser), a novel and versatile attention mechanism designed to increase performance and efficiency on long-sequence tasks. It leverages short and long range heuristics in the form of a local sliding window approach combined with a global bidirectional latent space synthesis technique. We show the benefits and versatility of our approach on vision and language domains by demonstrating competitive results against state-of-the-art methods on the Long-Range-Arena and CIFAR benchmarks together with ablations demonstrating the computational efficiency.

📄 PDF Abstract BibTeX arXiv:2404.05210

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

JanusDNA: A Powerful Bi-directional Hybrid DNA Foundation Model

2025-05-22 · Qihao Duan, Bingding Huang, Zhenqiao Song, Irina Lehmann 외

Large language models (LLMs) have revolutionized natural language processing and are increasingly applied to other sequential data types, including genetic sequences. However, adapting LLMs to genomics presents significa…

GPULong-range modelingMambaMixture-of-Experts

PARSER: Read in Parallel, Reason in Depth for Long-Context LLM Agents

2026-09-06 · Kun Li, Zexuan Qiu, Tianhua Zhang, Irwin King 외 hf

Sequential memory agents process long documents by reading chunks one after another while maintaining a compact memory state, coupling document traversal to reasoning depth. This coupling introduces sensitivity to eviden…

Reinforcement Learning

Linear-Time Constituency Parsing with RNNs and Dynamic Programming

2018-05-17 · ACL 2018 7 · Juneki Hong, Liang Huang

Recently, span-based constituency parsing has achieved competitive accuracies with extremely simple models by using bidirectional RNNs to model "spans". However, the minimal span parser of Stern et al (2017a) which holds…

Boundary DetectionConstituency ParsingDiscourse ParsingSentence

Simple and Accurate Dependency Parsing Using Bidirectional LSTM Feature Representations

2016-03-14 · TACL 2016 1 · Eliyahu Kiperwasser, Yoav Goldberg

We present a simple and effective scheme for dependency parsing which is based on bidirectional-LSTMs (BiLSTMs). Each sentence token is associated with a BiLSTM vector representing the token in its sentential context, an…

Dependency ParsingSentence

A Novel Hybrid Approach Using an Attention-Based Transformer + GRU Model for Predicting Cryptocurrency Prices

2025-04-23 · Esam Mahdi, C. Martin-Barreiro, X. Cabezas

In this article, we introduce a novel deep learning hybrid model that integrates attention Transformer and Gated Recurrent Unit (GRU) architectures to improve the accuracy of cryptocurrency price predictions. By combinin…

Time Series Forecasting