SEIRLGMLMar 30, 2020

Is it feasible to detect FLOSS version release events from textual messages? A case study on Stack Overflow

arXiv:2003.14257v3Has Code
Originality Incremental advance
AI Analysis

This work addresses the problem of detecting subtle, multi-message events in text data for researchers and practitioners in text mining, though it is incremental as it applies existing TDT techniques to a new type of event.

The study investigated the feasibility of detecting micro-events, specifically FLOSS version releases, from textual messages on Stack Overflow, using topic modeling and sentiment analysis pipelines, and found that these methods could identify characteristic changes in topics and sentiment around such events, with detailed statistical validation and synthetic data analysis to determine detectability thresholds.

Topic Detection and Tracking (TDT) is a very active research question within the area of text mining, generally applied to news feeds and Twitter datasets, where topics and events are detected. The notion of "event" is broad, but typically it applies to occurrences that can be detected from a single post or a message. Little attention has been drawn to what we call "micro-events", which, due to their nature, cannot be detected from a single piece of textual information. The study investigates the feasibility of micro-event detection on textual data using a sample of messages from the Stack Overflow Q&A platform and Free/Libre Open Source Software (FLOSS) version releases from Libraries.io dataset. We build pipelines for detection of micro-events using three different estimators whose parameters are optimized using a grid search approach. We consider two feature spaces: LDA topic modeling with sentiment analysis, and hSBM topics with sentiment analysis. The feature spaces are optimized using the recursive feature elimination with cross validation (RFECV) strategy. In our experiments we investigate whether there is a characteristic change in the topics distribution or sentiment features before or after micro-events take place and we thoroughly evaluate the capacity of each variant of our analysis pipeline to detect micro-events. Additionally, we perform a detailed statistical analysis of the models, including influential cases, variance inflation factors, validation of the linearity assumption, pseudo R squared measures and no-information rate. Finally, in order to study limits of micro-event detection, we design a method for generating micro-event synthetic datasets with similar properties to the real-world data, and use them to identify the micro-event detectability threshold for each of the evaluated classifiers.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes