TailedTS: Benchmark Dataset for Heavy-Tailed Time Series Prediction and Periodicity Quantification
This paper introduces TailedTS, a large-scale benchmark dataset of Wikipedia page views characterized by heavy-tailed and zero-inflated distributions, designed to evaluate time series forecasting models under non-Gaussian conditions and to reveal insights into the periodicity of high-traffic digital platforms.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine you are trying to predict the weather. Most of the time, the weather is predictable: it's sunny, then cloudy, then maybe a light rain. You can build a model based on "average" days, and it works pretty well. This is like the old time-series datasets scientists have used for years (like electricity usage or traffic flow), which mostly follow a "bell curve" where extreme events are rare.
But what if you are trying to predict something that behaves like a viral internet meme? Most of the time, nobody looks at it. Then, suddenly, a celebrity tweets about it, and millions of people flood the page in an hour. Then, silence again. This is "heavy-tailed" data: it's full of boring zeros and occasional, massive spikes that break the rules of "average."
This paper introduces TailedTS, a massive new dataset designed specifically to test computer models on this kind of chaotic, "spiky" data. Here is a breakdown of what they did, using simple analogies:
1. The Dataset: A Library of Viral Moments
The authors built a giant dataset using Wikipedia page views from 2024.
- The Scale: They collected about 24.7 billion data points (like counting every single visitor to every single page, every hour, for a whole year).
- The "Heavy Tail": In this library, a tiny handful of pages (about 5%) get the vast majority of the attention (over 70% of all views). The rest of the millions of pages get very few views.
- The Problem: Most computer models are trained on "calm" data. If you throw this "viral" Wikipedia data at them, they get confused because they expect the traffic to be steady. They don't know how to handle the sudden, massive surges.
2. The Discovery: Popular Pages are Chaotic
The researchers asked a simple question: "Do popular pages follow a predictable schedule, like a train timetable?"
- The Analogy: Think of a quiet neighborhood street (less popular pages). It has a predictable rhythm: kids walk to school at 8 AM, people come home at 5 PM. It's very periodic.
- The Finding: Now think of a busy city intersection (popular pages). It's chaotic. A celebrity might post a photo, or a news event might happen, causing a massive, unpredictable crowd.
- The Result: The team found that popular Wikipedia pages are actually less predictable than the quiet ones. They don't follow a strict daily or weekly cycle as closely because they are constantly reacting to random, real-world events. This is a big deal for anyone trying to manage server traffic for big websites.
3. The Solution: Changing the "Scorecard"
To predict these chaotic numbers, the researchers tested different ways to measure "error" (how wrong the model was).
- The Old Way (The "Squeaky Wheel"): Traditional models use a method called "Least Squares" (ℓ2-norm). Imagine a teacher grading papers where one tiny mistake is fine, but if a student gets one question wildly wrong, the teacher screams and fails the whole test. This method gets obsessed with the biggest mistakes (the viral spikes) and ruins the prediction for everyone else.
- The New Way (The "Tough Coach"): The researchers tested "Robust" methods (like Huber loss or ℓp-norm). Imagine a coach who says, "Okay, you missed that one huge spike, but let's look at the rest of the game." These methods ignore the extreme outliers or treat them gently, so the model learns the general pattern without going crazy.
- The Result: When they used these "tough coach" methods, the models became much better at predicting the traffic, especially for the most popular pages. The old methods failed miserably on the big spikes; the new methods handled them with grace.
4. Why This Matters
The paper isn't just about Wikipedia; it's about stress-testing our AI.
- The Benchmark: They created a "stress test" (a benchmark) to see if AI models can handle real-world chaos.
- The Lesson: If you build a model using only "calm" data, it will break when it hits the real world, where viral events and extreme volatility happen.
- The Takeaway: To predict the future of things like internet traffic, stock markets, or emergency calls, we need to stop assuming everything follows a nice, neat bell curve. We need models that are ready for the "heavy tails"—the rare, massive events that change everything.
In short: The authors gave us a giant, messy dataset of Wikipedia traffic to prove that our current AI models are too fragile for the real world. They showed that by changing how we measure mistakes (ignoring the extreme outliers), we can build models that are much more resilient and accurate when things get crazy.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.