Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dimits-ts/large-text-nlp-survey
A survey paper exploring the use of state-of-the-art deep neural network architectures in NLP problems featuring very large documents.
https://github.com/dimits-ts/large-text-nlp-survey
bert document-classification document-summarization literature nlp sentiment-analysis survey-paper
Last synced: about 8 hours ago
JSON representation
A survey paper exploring the use of state-of-the-art deep neural network architectures in NLP problems featuring very large documents.
- Host: GitHub
- URL: https://github.com/dimits-ts/large-text-nlp-survey
- Owner: dimits-ts
- License: mit
- Created: 2023-06-06T18:15:23.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-26T11:03:44.000Z (about 1 year ago)
- Last Synced: 2024-04-22T02:45:09.430Z (7 months ago)
- Topics: bert, document-classification, document-summarization, literature, nlp, sentiment-analysis, survey-paper
- Language: TeX
- Homepage:
- Size: 1.21 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Neural Natural Language Processing for Long Texts: A Survey of the State-of-the-Art](https://arxiv.org/abs/2305.16259)
by Dimitrios Tsirmpas, Ioannis Gkionis, Ioannis Mademlis, Georgios PapadopoulosThis paper has been submitted in Engineering Applications of Artificial Intelligence.
## Abstract
The adoption of Deep Neural Networks (DNNs) has greatly benefited Natural Language Processing (NLP) during the past decade. However, the demands of long document analysis are quite different from those of shorter texts, while the ever increasing size of documents uploaded on-line renders automated understanding of lengthy texts a critical issue. Relevant applications include automated Web mining, legal document review, medical records analysis, financial reports analysis, contract management, environmental impact assessment, news aggregation, etc. Despite the relatively recent development of efficient algorithms for analyzing long documents, practical tools in this field are currently flourishing. This article serves as an entry point into this dynamic domain and aims to achieve two objectives. Firstly, it provides an overview of the relevant neural building blocks, serving as a concise tutorial for the field. Secondly, it offers a brief examination of the current state-of-the-art in long document NLP, with a primary focus on two key tasks: document classification and document summarization. Sentiment analysis for long texts is also covered, since it is typically treated as a particular case of document classification. Consequently, this article presents an introductory exploration of document-level analysis, addressing the primary challenges, concerns, and existing solutions. Finally, the article presents publicly available annotated datasets that can facilitate further research in this area.