paper-with-me

홈 › Papers

A Survey on Long Text Modeling with Transformers

2023-02-28 · Zican Dong, Tianyi Tang, Lunyi Li, Wayne Xin Zhao

Modeling long texts has been an essential technique in the field of natural language processing (NLP). With the ever-growing number of long documents, it is important to develop effective modeling methods that can process and analyze such texts. However, long texts pose important research challenges for existing text models, with more complex semantics and special characteristics. In this paper, we provide an overview of the recent advances on long texts modeling based on Transformer models. Firstly, we introduce the formal definition of long text modeling. Then, as the core content, we discuss how to process long input to satisfy the length limitation and design improved Transformer architectures to effectively extend the maximum context length. Following this, we discuss how to adapt Transformer models to capture the special characteristics of long texts. Finally, we describe four typical applications involving long text modeling and conclude this paper with a discussion of future directions. Our survey intends to provide researchers with a synthesis and pointer to related work on long text modeling.

📄 PDF Abstract BibTeX arXiv:2302.14502

Code (0)

등록된 구현이 없습니다.

Tasks

Survey

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Foundation Models and Transformers for Anomaly Detection: A Survey

2025-07-21 · Mouïn Ben Ammar, Arturo Mendoza, Nacim Belkhir, Antoine Manzanera 외 arxiv

In line with the development of deep learning, this survey examines the transformative role of Transformers and foundation models in advancing visual anomaly detection (VAD). We explore how these architectures, with thei…

Anomaly Detection

Mamba-360: Survey of State Space Models as Transformer Alternative for Long Sequence Modelling: Methods, Applications, and Challenges

2024-04-24 · Badri Narayana Patro, Vijay Srinivas Agneeswaran

Sequence modeling is a crucial area across various domains, including Natural Language Processing (NLP), speech recognition, time series forecasting, music generation, and bioinformatics. Recurrent Neural Networks (RNNs)…

Drug DesignInductive BiasMachine TranslationMamba+12

Video Transformers: A Survey

2022-01-16 · Javier Selva, Anders S. Johansen, Sergio Escalera, Kamal Nasrollahi 외

Transformer models have shown great success handling long-range interactions, making them a promising tool for modeling video. However, they lack inductive biases and scale quadratically with input length. These limitati…

Action ClassificationSelf-Supervised LearningSurvey

Transformers in Time Series: A Survey

2022-02-15 · Qingsong Wen, Tian Zhou, Chaoli Zhang, Weiqi Chen 외

Transformers have achieved superior performances in many tasks in natural language processing and computer vision, which also triggered great interest in the time series community. Among multiple advantages of Transforme…

Anomaly DetectionSurveyTime SeriesTime Series Analysis

From S4 to Mamba: A Comprehensive Survey on Structured State Space Models

2025-03-22 · Shriyank Somvanshi, Md Monzurul Islam, Mahmuda Sultana Mimi, Sazzad Bin Bashar Polock 외

Recent advancements in sequence modeling have led to the emergence of Structured State Space Models (SSMs) as an efficient alternative to Recurrent Neural Networks (RNNs) and Transformers, addressing challenges in long-r…

Computational EfficiencyMambaspeech-recognitionSpeech Recognition+3