paper-with-me

Papers

ADAPTING PRETRAINED LANGUAGE MODELS FOR LONG DOCUMENT CLASSIFICATION

2019-09-25 · Matthew Lyle Olson, Lisa Zhang, Chun-Nam Yu

Pretrained language models (LMs) have shown excellent results in achieving human like performance on many language tasks. However, the most powerful LMs have one significant drawback: a fixed-sized input. With this constraint, these LMs are unable to utilize the full input of long documents. In this paper, we introduce a new framework to handle documents of arbitrary lengths. We investigate the addition of a recurrent mechanism to extend the input size and utilizing attention to identify the most discriminating segment of the input. We perform extensive validating experiments on patent and Arxiv datasets, both of which have long text. We demonstrate our method significantly outperforms state-of-the-art results reported in recent literature.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationDocument Classification

Similar Papers 제목 키워드 기반

Can Model Fusing Help Transformers in Long Document Classification? An Empirical Study

2023-07-18 · Damith Premasiri, Tharindu Ranasinghe, Ruslan Mitkov

Text classification is an area of research which has been studied over the years in Natural Language Processing (NLP). Adapting NLP to multiple domains has introduced many new challenges for text classification and one o…

ClassificationDocument Classificationtext-classificationText Classification

Adapting Pretrained Text-to-Text Models for Long Text Sequences

2022-09-21 · Wenhan Xiong, Anchit Gupta, Shubham Toshniwal, Yashar Mehdad 외

We present an empirical study of adapting an existing pretrained text-to-text model for long-sequence inputs. Through a comprehensive study along three axes of the pretraining pipeline -- model architecture, optimization…

Long-range modelingQuestion AnsweringText Summarization

Domain-specific Continued Pretraining of Language Models for Capturing Long Context in Mental Health

2023-04-20 · Shaoxiong Ji, Tianlin Zhang, Kailai Yang, Sophia Ananiadou 외

Pretrained language models have been used in various natural language processing applications. In the mental health domain, domain-specific language models are pretrained and released, which facilitates the early detecti…

Contrastive Document Representation Learning with Graph Attention Networks

2021-10-20 · Findings (EMNLP) 2021 11 · Peng Xu, Xinchi Chen, Xiaofei Ma, Zhiheng Huang 외

Recent progress in pretrained Transformer-based language models has shown great success in learning contextual representation of text. However, due to the quadratic self-attention complexity, most of the pretrained Trans…

Contrastive LearningDocument ClassificationGraph AttentionRepresentation Learning+1

Derivation of Document Vectors from Adaptation of LSTM Language Model

2017-04-01 · EACL 2017 4 · Wei Li, Brian Mak

In many natural language processing (NLP) tasks, a document is commonly modeled as a bag of words using the term frequency-inverse document frequency (TF-IDF) vector. One major shortcoming of the frequency-based TF-IDF f…

General ClassificationGenre classificationLanguage ModelingLanguage Modelling