What do these badges mean?
- πShippingCode exists. Multiple GitHub repos already reference this paper β people are building on it.
- πClimbingCitation velocity is rising. Researchers are starting to pick it up.
- π€QuietPublished but no notable signal yet. Most papers live here β could become anything later.
- πHypeHeavy social buzz but no shipping signal. The counter-signal β defer until Twitter/X data is wired up.
- πShipping2606.13624Β·Jun 11, 2026Β·~9 mincs.CL
Beyond Uniform Tokens: Adaptive Compression for Time Series Language Models
Jialin Gan, Xin Qiu, Guangzhe Chen, Xue Wang
β 1.2k stars / 28 reposπ 0 citesELI5When LLMs process time series data mixed with text, they waste computation treating all tokens equally. This work compresses redundant time-series tokens by removing repeated patterns and drops unnecessary prompt tokens deeper in the network, speeding up inference up to 7.6Γ without losing accuracy.
Problem solvedLLMs are slow and expensive when analyzing time series because they process every token uniformly, even though many time-series tokens are redundant and prompts become less important in deeper layers. This makes real-time forecasting and analytics impractical at scale.
- πShipping2606.13571Β·Jun 11, 2026Β·~12 mincs.LGcs.AI
Existence Precedes Value: Joint Modeling of Observational Existence and Evolving States in Time Series Forecasting
Yifan Hu, Hongzhou Chen, Peiyuan Liu, Yiding Liu, +2
β 138 stars / 20 reposπ 0 citesELI5Most forecasting methods assume you'll get sensor readings at predictable times, but real sensors often go offline or skip readings randomly. This paper builds a system that predicts both whether you'll get a reading AND what the value will be, treating them as linked problems instead of separate ones.
Problem solvedIn real industrial systems, missing data isn't randomβsensors drop offline, networks fail, or readings get skipped. Existing forecasters ignore whether future observations will even exist, making predictions unreliable. This solves the practical problem of forecasting when you don't know if or when you'll get data.
- πShipping2606.13486Β·Jun 11, 2026Β·~12 mincs.LGcs.AI
CRAFTIIF: Cross-Resolution Analytic Four-Type Interpretable Isolation Forest for Multivariate Time Series Anomaly Detection
William Smits
β 661 stars / 25 reposπ 0 citesELI5A system that hunts for four different types of weird patterns in sensor data streams β sudden spikes, unexpected level changes, rhythm breakdowns, and sensor relationship weirdness β by analyzing the data through multiple mathematical lenses and flagging anomalies it finds without needing labeled examples or tuning.
Problem solvedAnomaly detection in real sensor systems fails because different types of anomalies need different detection methods, and most tools only catch one or two types while being black boxes. This identifies all four types automatically with built-in explanations of what went wrong.