vix.ing · top · new · best · stats · spec

News Signals: An NLP Library for Text and Time Series

2023/12/18 by Chris Hokamp, Hokamp, Chris, Demian Gholipour Ghalandari +3
Computer Science · #Anomaly Detection Techniques and Applications #Computation and Language (cs.CL) #Computational Physics and Python Applications #FOS: Computer and information sciences #Topic Modeling

paper · pdf · doi:10.48550/arxiv.2312.11399

openalex publication_date 2023/12/18 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

We present an open-source Python library for building and using datasets where inputs are clusters of textual data, and outputs are sequences of real values representing one or more time series signals. The news-signals library supports diverse data science and NLP problem settings related to the prediction of time series behaviour using textual data feeds. For example, in the news domain, inputs are document clusters corresponding to daily news articles about a particular entity, and targets are explicitly associated real-valued time series: the volume of news about a particular person or company, or the number of pageviews of specific Wikimedia pages. Despite many industry and research use cases for this class of problem settings, to the best of our knowledge, News Signals is the only open-source library designed specifically to facilitate data science and research settings with natural language inputs and time series targets. In addition to the core codebase for building and interacting with datasets, we also conduct a suite of experiments using several popular Machine Learning libraries, which are used to establish baselines for time series anomaly prediction using textual inputs.

Related