paper-with-me

홈 › Papers

A Python Tool for Reconstructing Full News Text from GDELT

2025-04-22 · A. Fronzetti Colladon, R. Vestrelli

News data have become an essential resource across various disciplines, including economics, finance, management, social sciences, and computer science. Researchers leverage newspaper articles to study economic trends, market dynamics, corporate strategies, public perception, political discourse, and the evolution of public opinion. Additionally, news datasets have been instrumental in training large-scale language models, with applications in sentiment analysis, fake news detection, and automated news summarization. Despite their significance, access to comprehensive news corpora remains a key challenge. Many full-text news providers, such as Factiva and LexisNexis, require costly subscriptions, while free alternatives often suffer from incomplete data and transparency issues. This paper presents a novel approach to obtaining full-text newspaper articles at near-zero cost by leveraging data from the Global Database of Events, Language, and Tone (GDELT). Specifically, we focus on the GDELT Web News NGrams 3.0 dataset, which provides high-frequency updates of n-grams extracted from global online news sources. We provide Python code to reconstruct full-text articles from these n-grams by identifying overlapping textual fragments and intelligently merging them. Our method enables researchers to access structured, large-scale newspaper data for text analysis while overcoming the limitations of existing proprietary datasets. The proposed approach enhances the accessibility of news data for empirical research, facilitating applications in economic forecasting, computational social science, and natural language processing.

📄 PDF Abstract BibTeX arXiv:2504.16063

Code (1)

iandreafc/gdeltnews 공식 구현

Tasks

ArticlesFake News DetectionNews SummarizationSentiment Analysis

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

GisPy: A Tool for Measuring Gist Inference Score in Text

2022-05-25 · NAACL (WNU) 2022 7 · Pedram Hosseini, Christopher R. Wolfe, Mona Diab, David A. Broniatowski

Decision making theories such as Fuzzy-Trace Theory (FTT) suggest that individuals tend to rely on gist, or bottom-line meaning, in the text when making decisions. In this work, we delineate the process of developing Gis…

Coherence EvaluationDecision MakingNatural Language Understanding

Reconstructing Maps from Text

2020-05-18 · Johnathan E. Avery, Robert L. Goldstone, Michael N. Jones

Previous research has demonstrated that Distributional Semantic Models (DSMs) are capable of reconstructing maps from news corpora (Louwerse & Zwaan, 2009) and novels (Louwerse & Benesh, 2012). The capacity for reproduci…

Pycobra: A Python Toolbox for Ensemble Learning and Visualisation

2017-04-25 · Benjamin Guedj, Bhargav Srinivasa Desikan

We introduce \texttt{pycobra}, a Python library devoted to ensemble learning (regression and classification) and visualisation. Its main assets are the implementation of several ensemble learning algorithms, a flexible a…

BIG-bench Machine LearningEnsemble LearningGeneral Classification

Transformers4NewsRec: A Transformer-based News Recommendation Framework

2024-10-17 · Dairui Liu, Honghui Du, Boming Yang, Neil Hurley 외

Pre-trained transformer models have shown great promise in various natural language processing tasks, including personalized news recommendations. To harness the power of these models, we introduce Transformers4NewsRec, …

Model SelectionNews Recommendation

NMTPY: A Flexible Toolkit for Advanced Neural Machine Translation Systems

2017-06-01 · Ozan Caglayan, Mercedes García-Martínez, Adrien Bardet, Walid Aransa 외

In this paper, we present nmtpy, a flexible Python toolkit based on Theano for training Neural Machine Translation and other neural sequence-to-sequence architectures. nmtpy decouples the specification of a network from …

Machine TranslationMultimodal Machine TranslationTranslation