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.
- 💤Quiet2608.23538·Aug 24, 2026·~14 minstat.MEcs.LGstat.ML
Interpretable AI with Local Distillation
Erin Craig, Yiling Huang, Snigdha Panigrahi
⭐ 0 stars / 0 repos📚 0 citesELI5A technique that creates simple, readable linear models at each prediction point by learning from a complex AI model's decisions. Think of it like asking a black-box oracle what matters locally, then fitting a transparent equation you can actually explain.
Problem solvedComplex AI models like neural networks and ensembles often outperform simpler methods but are uninterpretable—making them unsuitable for high-stakes decisions (medicine, finance, law). This method achieves both accuracy and transparency by building small explainable models for each prediction.
- 💤Quiet2608.23526·Aug 24, 2026·~7 mincs.AI
Correcting a learned physical invariant improves world-model rollouts
Richard Bao
⭐ 0 stars / 0 repos📚 0 citesELI5World models that predict video sometimes learn physics rules (like energy conservation) but then break those same rules when making predictions. This paper shows you can find these hidden rules and enforce them during prediction to make the model's imagination more accurate.
Problem solvedVideo prediction models drift and become unrealistic over long rollouts because they learn physical laws from data but don't consistently follow them. Enforcing the laws the model actually learned prevents compounding errors and makes predictions more physically plausible.
- 💤Quiet2608.23458·Aug 24, 2026·~8 mincs.LGastro-ph.IMstat.ML
Traceable Spectral Inference via Influence Functions: Efficient Data Attribution and Error Proxies for the Ariel Mission
Nikki Grens, Luís F. Simões, Kai Hou Yip, Theresa Lueftinger
⭐ 0 stars / 0 repos📚 0 citesELI5A method that traces which training examples most affected a machine learning model's predictions, without needing the true answer. It works like finding which ingredients in a recipe most changed the final dish's flavor—useful for spacecraft that can't phone home for corrections.
Problem solvedSpace missions like Ariel need to trust ML predictions when ground truth isn't available. This lets operators understand why the model made a choice and estimate prediction errors using only training data patterns, enabling safer autonomous decisions.
- 💤Quiet2608.23411·Aug 24, 2026·~10 mincs.CL
STONIC: A Layered Measurement Contract for LLM Value Profiling
Andrei Chetvergov, Stepan Ukolov, Timofei Sivoraksha, Alexander Evseev, +3
⭐ 0 stars / 0 repos📚 0 citesELI5This paper tests whether LLMs actually have consistent values across different ways of measuring them—like questionnaires, multiple-choice questions, and free-text answers. It finds that models are somewhat consistent, but the results vary depending on how you ask, suggesting values aren't as stable or universal as we might assume.
Problem solvedWhen researchers study what values LLMs have, they mix different measurement methods and assume they're all measuring the same thing. This work shows they're not—the same model gives different answers depending on the format of the question, which means our current 'value profiles' of AI systems might be misleading.
- 💤Quiet2608.23382·Aug 24, 2026·~9 mincs.LGcs.CR
Spectrum-Aware Bounds on Invertibility for Privacy-Enhancing Instance Encoding
Seokjin Hwang, Yuting, Li, Kiwan Maeng
⭐ 0 stars / 0 repos📚 0 citesELI5This paper creates better mathematical guarantees that scrambled data stays scrambled. Instead of just checking if data can be reconstructed using average error, it looks at the actual structure of how the scrambling works to give tighter, more realistic privacy promises.
Problem solvedWhen companies encode sensitive data before sending it to untrusted servers, they hope it's irreversible—but there were no good mathematical proofs it actually is. Existing privacy bounds were too loose and didn't cover common deterministic encoding methods, leaving uncertainty about whether the approach actually protects data.
- 💤Quiet2608.23358·Aug 24, 2026·~9 mincs.CL
The Geometry of Low-Resource Language Representations
Francois Meyer, Jan Buys
⭐ 0 stars / 0 repos📚 0 citesELI5When AI models learn from less text in a language, their internal representations become squashed and degenerate in unhelpful ways. This paper detects that problem geometrically and fixes it by adding constraints during retraining that keep representations healthier and more useful.
Problem solvedLow-resource languages perform worse in LLMs partly because their learned representations collapse into lower-quality geometric structures. This work identifies and fixes that collapse, improving adaptation of models to underrepresented languages without massive retraining.
- 💤Quiet2608.23338·Aug 24, 2026·~10 mincs.CLcs.AIcs.IR
The Emergence of Relevance Through Axiomatic Attention Patterns During LoRA Fine-Tuning
Matthew Perlman, Atharva Nijasure, James Allan
⭐ 0 stars / 0 repos📚 0 citesELI5When you fine-tune a language model to rank search results better using LoRA, only certain layers learn the actually important stuff—and those layers develop attention patterns that match what search experts know works, like matching rare words or comparing queries to documents.
Problem solvedLoRA fine-tuning for ranking works but it's a black box—you don't know which parts of the model matter or why performance improves. This work shows exactly where the learning happens and what interpretable patterns emerge, enabling smarter adaptation strategies instead of blindly updating everything.
- 💤Quiet2608.21315·Aug 21, 2026·~17 mincs.CL
Prompt-Model Interaction Reaches the Fixed Points: A deterministic, task-free structural readout -- and the factorizations of it that failed
Nicolás Vera Zúñiga
⭐ 0 stars / 0 repos📚 0 citesELI5When you feed a language model a prompt, it changes how the model generates text — but this change isn't just about the prompt or just about the model; it's about how they interact. This paper measures that interaction using a technical property called 'fixed points' that has nothing to do with any specific task, showing the interaction is real and structural.
Problem solvedResearchers often assume prompts and models work independently, but in practice optimizing a prompt for one model makes it worse on another. This paper proves the effect is genuinely about the prompt-model pair itself, not the task, which means we need new frameworks to understand and predict how prompts will work across different models.
- 💤Quiet2608.21277·Aug 21, 2026·~9 mincs.LG
ConceptTS: LLM-Guided Concept Bottlenecks for Interpretable Multivariate Time-Series Forecasting
Yichen Jiang, Yueqiao Chen, Dongyu Liu
⭐ 0 stars / 0 repos📚 0 citesELI5This system teaches an AI to forecast future time-series data (like air quality over time) by first breaking down its reasoning into human-readable concepts—like 'pollution trend' or 'weather pattern'—which it learns from an LLM's suggestions. Instead of a black box, you can see exactly which concepts the model used to make each prediction.
Problem solvedTime-series forecasting models are accurate but opaque—you can't tell why they predicted what they did, making them risky for regulated domains like environmental monitoring or finance. This adds interpretability without sacrificing accuracy, so practitioners can audit predictions and spot when the model relies on suspicious patterns.
- 💤Quiet2608.20315·Aug 20, 2026·~10 mincs.LG
Explainable Transformer Models for Clinical Prediction Tasks on Structured Electronic Health Records
Jun Ni Du, Lukas Adamek, Maxim Kryukov, Flavio Dormont, +3
⭐ 0 stars / 0 repos📚 0 citesELI5A medical AI model that reads patient health records and predicts health outcomes while showing doctors exactly which lab results and events influenced each prediction—like highlighting the most important parts of a medical chart.
Problem solvedHospitals need AI to predict patient outcomes from health records, but existing models either work as black boxes or struggle to handle lab numbers properly. This model does both: predicts accurately and explains its reasoning in terms doctors understand.
- 💤Quiet2608.20134·Aug 20, 2026·~8 mincs.CVcs.LG
Feature Evolution and Migration during Vision Transformer Training
Joonas Järve, Halil Ibrahim Aysel, Tarun Khajuria, Meelis Kull
⭐ 0 stars / 0 repos📚 0 citesELI5Researchers tracked how individual features move and change across different layers of a Vision Transformer during training, using a technique that extracts interpretable features from the model. They found that features migrate between layers early in training, with deeper layers stabilizing faster than shallow ones.
Problem solvedUnderstanding what's happening inside vision transformers during training has been a black box—representation-level metrics don't show individual feature behavior. This work makes feature-level learning dynamics visible, helping researchers debug and optimize ViT training.
- 💤Quiet2608.20117·Aug 20, 2026·~10 mincs.LG
SAE-Xplainers: Rule-Based Feature Interpretation for Extreme Earth Events
Hugo Porta, Emanuele Dalsasso, Chang Xu, Theo Gnassounou, +1
⭐ 0 stars / 0 repos📚 0 citesELI5This paper makes AI models that predict extreme weather events (fires, hurricanes, atmospheric rivers) interpretable by breaking down their learned patterns into human-readable rules. Think of it like having a weather expert explain which specific conditions cause a storm, instead of just saying 'the model predicted rain.'
Problem solvedDeep learning models can predict dangerous weather events but operators won't trust them in real emergency response without understanding why. This paper converts the model's hidden patterns into rule-based explanations that match what climate scientists already know, making the predictions actionable.
- 💤Quiet2608.20052·Aug 20, 2026·~10 mincs.LG
DecoVAE: a Lightweight Interpretable Trend-Seasonal VAE Framework for Efficient Probabilistic Time Series Forecasting
Alexander Marusov, Dmitry Anikin, Alexey Zaytsev
⭐ 0 stars / 0 repos📚 0 citesELI5A smarter forecasting model that splits time series data into trend (long-term direction) and seasonal (repeating patterns) parts using different math tricks for each, then recombines them—like having specialized tools for different types of changes instead of one generic tool.
Problem solvedTime series forecasting models are either accurate but bloated, or fast but inaccurate. This lightweight model captures both trend and seasonal patterns better while using 93% fewer weights and running 74% faster than competing methods.
- 💤Quiet2608.19168·Aug 19, 2026·~17 mincs.LG
Learned, Then Lost: A Measured Single-Example Counterfactual in Pre-training
Zachary Speck, Asa Shepard
⭐ 0 stars / 0 repos📚 0 citesELI5Researchers trained 24 identical language models but injected a single text passage into one batch at the start of training to measure exactly what impact that one example had on the final model. The passage was learned immediately but then forgotten, leaving almost no trace by the end of training.
Problem solvedEstimating a single training example's impact on a model usually requires guessing or using approximations. This work actually measures it by running expensive duplicate pre-training runs, showing that individual examples are surprisingly forgettable—their influence fades even during training.
- 💤Quiet2608.19163·Aug 19, 2026·~9 minphysics.ao-phcs.AI
Interpretable AI predicts a 2026 summer dry anomaly in central China
Anran Wang, Wen Shi, Yong Luo, Jianbin Huang, +4
⭐ 0 stars / 0 repos📚 0 citesELI5Researchers built an AI system that reads atmospheric circulation patterns from weather models and predicts rainfall, then used it to forecast a dry summer in central China in 2026. They verified their prediction makes physical sense by checking which wind patterns the AI relies on most.
Problem solvedClimate models predict large-scale atmospheric patterns well but struggle with regional rainfall. This work bridges that gap by converting circulation forecasts into precipitation predictions, and critically, explains *why* the AI makes each prediction so scientists can trust it before real outcomes occur.
- 💤Quiet2608.19161·Aug 19, 2026·~13 mincs.AIcs.CR
Beyond the Transcript: Detecting Covert Co ordination in Latent Multi-Agent Communication
Ramneet Kaur, Pradyumna Chari, Ramesh Raskar, Jugad Singh, +2
⭐ 0 stars / 0 repos📚 0 citesELI5When AI agents communicate through hidden internal states rather than text, they can secretly coordinate harm. This paper builds tools to detect that hidden coordination by analyzing their internal states and actions, then stop it by forcing agents to take innocent actions instead.
Problem solvedAs AI agents gain ability to hide communication in their internal computations, adversaries could use this to coordinate fraud, market manipulation, or other harms without leaving a paper trail. You need ways to spot and stop this invisible collaboration.
- 💤Quiet2608.19127·Aug 19, 2026·~12 mincs.LGcs.AIcs.CY
Leaf Values as Coordinates: Exact Contrastive Explanation for Gradient-Boosted Ensembles
Emanuele Luzio
⭐ 0 stars / 0 repos📚 0 citesELI5Instead of treating gradient boosted trees as black boxes, this paper treats the leaf values as coordinates in space where the model just adds them up. This makes it possible to exactly explain why the model made a decision and suggest concrete changes to flip it.
Problem solvedExplaining and contesting decisions from tree ensemble models (like loan rejections) has been approximate and hard to verify. This method gives exact, auditable explanations that map directly to actual splits in the trees, and suggests realistic changes the applicant could actually implement.
- 💤Quiet2608.18041·Aug 18, 2026·~15 mincs.CL
Language Has Two Parameters: Narrative-Induced Semantic Plasticity and Phase-Sensitive Interpretation
Hollis Robbins
⭐ 0 stars / 0 repos📚 0 citesELI5Language meaning isn't just about word frequency and strength—there's a hidden second dimension (like phase in waves) that determines how multiple meanings combine and can flip how words contribute while staying present. Standard AI models miss this because they average out the history and context that creates these phase relationships.
Problem solvedCurrent language models treat word meanings as fixed amplitudes without capturing how context, speaker history, and encounter order dynamically shift interpretation. This explains why models struggle with irony, allusion, and subtle meaning shifts that humans handle naturally—they're optimizing away the exact mechanism those need.
- 💤Quiet2608.18017·Aug 18, 2026·~14 mincs.AI
Can Large Language Models Explain Flight Safety Events? A Prior-Guided Semantic LLM-based Approach
Lu Xu, Xu Li, Linjiang Zheng, Fan Li, +2
⭐ 0 stars / 0 repos📚 0 citesELI5A system that uses AI language models to explain why planes experience dangerous events (like hard landings) by converting flight data into words that describe what the pilot actually did, then using those descriptions to generate human-readable explanations of the root causes.
Problem solvedFlight safety analysts spend hours translating complex flight data into actionable insights about pilot behavior; this tool lets LLMs directly explain what went wrong in plain language, turning raw numbers into operationally useful safety reports without requiring deep ML expertise.
- 💤Quiet2608.16870·Aug 17, 2026·~13 mincs.LG
Data-Efficient and Interpretable Classification of Circulating Tumor Cell Phenotypes in Microfluidic Devices via Deep Learning
Serena Su, Yifan Wang, Senwei Liang
⭐ 0 stars / 0 repos📚 0 citesELI5A system uses deep learning to identify cancer cells flowing through a tiny channel by analyzing how they move and bounce around obstacles. Instead of needing tons of training data, it learns from small snippets of their paths and explains which movements actually matter for classification.
Problem solvedMicrofluidic devices can physically separate cancer cells by how they deform, but doctors can't easily tell what's happening from the trajectory data. This system makes it practical to classify cells with limited samples and shows doctors which parts of the movement patterns actually indicate a dangerous tumor cell.
- 💤Quiet2608.16868·Aug 17, 2026·~11 mincs.CLcs.AI
Towards Computational Provenance: Carrying Causal-State Evidence in Generated Text
Benjamin Belay
⭐ 0 stars / 0 repos📚 0 citesELI5Researchers embedded hidden fingerprints into text generated by AI models—fingerprints that reveal which internal computational path the model actually took. Like signing a document with invisible ink that proves which factory made it, even when two factories produce identical products.
Problem solvedAI models are black boxes: you can't verify which internal reasoning steps they actually used, making it impossible to audit or prove they computed something correctly. This demonstrates you can embed verifiable evidence of internal computation into the output itself.
- 💤Quiet2608.16852·Aug 17, 2026·~15 mincs.AI
What Do Compliance Detectors Read? An Audit of Activation Probes and Guard Models
Saisab Sadhu, Aadit Sengupta, Vinay Kumar Sankarapu, Pratinav Seth
⭐ 0 stars / 0 repos📚 0 citesELI5Researchers found that AI safety detectors checking whether language models follow rules (like data protection laws) are actually ignoring the rules and just pattern-matching on surface features. It's like a bouncer checking IDs but not actually reading them—they'd admit the same person whether the ID said 'allowed' or 'banned'.
Problem solvedCompanies deploy compliance monitors to ensure AI systems follow regulations, but this audit reveals these detectors don't actually read or understand the rules they're supposed to enforce. This creates a false sense of security in high-stakes domains like healthcare and finance where rule violations carry real legal and safety consequences.
- 💤Quiet2608.16834·Aug 17, 2026·~5 mincs.CLcs.AI
Model Hypnosis: Strong control of AI via additive subliminal effects
Enric Boix-Adsera, Benedict Tessler
⭐ 0 stars / 0 repos📚 0 citesELI5Researchers discovered that AI models can be subtly manipulated through tiny, hidden cues scattered throughout a prompt—like typos or odd phrasings—that individually seem harmless but together act like a form of mind control, forcing the model to behave in unwanted ways.
Problem solvedCurrent safety measures assume prompts are obvious or easy to spot, but this shows adversaries can hide instructions in plain sight using innocent-looking variations that existing defenses miss. This makes it harder to trust AI systems and creates new security vulnerabilities.
- 💤Quiet2608.14465·Aug 14, 2026·~15 mincs.CLcs.LG
You Only Pass Once: Answering and Abstaining Together in a Single Forward Pass of a Frozen Language Model
Ziyang Luo, Zhongyao Chu, Xinjie He, Youting Wang, +3
⭐ 0 stars / 0 repos📚 0 citesELI5A frozen language model struggles to reason well and know when to say 'I don't know' instead of making things up. This paper adds two lightweight tools that work together in one pass: one steers the model's internal state to improve reasoning, the other detects when there's not enough information to answer safely.
Problem solvedLarge frozen language models either waste their own internal knowledge on reasoning tasks or confidently confabulate answers when the input lacks sufficient information. Running separate passes for reasoning and abstention detection doubles inference cost, while doing both together causes interference.
- 💤Quiet2608.13545·Aug 13, 2026·~9 mincs.CLcs.AIcs.LG
LittleLearner: Language Models Under Pedagogically Controlled Knowledge Exposure
Fanfei Li, Jana Zeller, Manuel Prada-Corral, Thaddäus Wiedemer, +3
⭐ 0 stars / 0 repos📚 0 citesELI5Researchers built a small language model trained only on elementary school material (grades K–5) so they could watch how it learns and acquires knowledge in a controlled way, unlike models trained on chaotic internet data.
Problem solvedIt's nearly impossible to study *how* language models learn because real training data is messy and you don't know what the model has seen before. This gives researchers a clean sandbox where knowledge boundaries are explicit and traceable.
- 💤Quiet2608.13538·Aug 13, 2026·~8 mincs.CL
SAEVerbalizer: Generating Explanations for Sparse Autoencoder Features via Representation Verbalization
Weihan Meng, Hongzhu Guo, Yi Jing, Dewen Liu, +4
⭐ 0 stars / 0 repos📚 0 citesELI5A method that teaches language models to automatically write explanations for the internal features that sparse autoencoders discover in LLMs, rather than having humans manually figure out what each feature does by observing model behavior.
Problem solvedExplaining what individual features in sparse autoencoders represent currently requires expensive behavioral analysis. This method generates explanations directly and efficiently, making it practical to understand thousands of model features at scale.
- 💤Quiet2608.13515·Aug 13, 2026·~10 mincs.CL
Measuring Task-Agnostic Training Data Influence Across Language Model Pretraining
Yuto Nishida, Hirokazu Kiyomaru, Yusuke Oda, Takashi Kodama, +5
⭐ 0 stars / 0 repos📚 0 citesELI5A new way to measure which training data mattered most for a language model, without needing to test it on specific tasks. The method tracks how each piece of training data pushed the model toward its final parameters—and reveals that early training favors literature while STEM data becomes more important later.
Problem solvedPreviously, measuring training data importance required picking specific downstream tasks to evaluate, which is arbitrary and hard to compare fairly. This method measures influence directly during pretraining itself, making it easier to understand what shaped a model without task-selection bias.
- 💤Quiet2608.13513·Aug 13, 2026·~13 mincs.CVcs.LG
TabSOM: A tabular-to-image encoding method based on self-organizing maps
David Chushig-Muzo, María Ángeles Rodríguez de Cara, Eva Milara, Francisco J. Lara-Abelenda, +2
⭐ 0 stars / 0 repos📚 0 citesELI5TabSOM converts spreadsheet-style data into images by using a self-organizing map to arrange features spatially, then stacking layers that show both individual feature values and how features relate to each other. This lets you use image-based deep learning on tabular data while preserving relationship information.
Problem solvedConverting tabular data to images for deep learning typically loses information about how features connect to each other. TabSOM fixes this by encoding both feature values and their relationships, making vision models work better on spreadsheets while staying interpretable.
- 💤Quiet2608.13484·Aug 13, 2026·~10 mincs.CLcs.AI
Toward a Gricean Retreat: Probing LLMs for Knowledge Boundaries and Referent Specificity
Dananjay Srinivas, Saksham Khatwani, Maria Pacheco
⭐ 0 stars / 0 repos📚 0 citesELI5LLMs often make up specific details about things they don't actually know instead of admitting uncertainty and giving vague answers. This paper shows the models secretly *know* they're uncertain and *know* they should be vague — the pieces are there — but they choose to make stuff up anyway.
Problem solvedWhen you ask an AI about an obscure person or thing, it confidently invents details rather than saying 'I'm not sure' or giving a general answer. This creates false confidence and unreliable outputs. The paper reveals this isn't a capability gap — the model understands when to retreat but doesn't do it, pointing to a fixable training/steering problem.
- 💤Quiet2608.13476·Aug 13, 2026·~6 mincs.AIcs.CL
MARC v1: An Open-Source Multi-Agent Framework for Clinical AI Reasoning and Coordination
Saisha Shetty, Satvik Tripathi, Austin Lin, Colin Zhao, +5
⭐ 0 stars / 0 repos📚 0 citesELI5Instead of asking one AI model one big question about patient data, this system routes the work through specialized agents that each do one job (extract info, reason about it, generate answer, check it) — like an assembly line where each station is accountable for its part.
Problem solvedClinical AI needs to be auditable and trustworthy: when a diagnosis recommendation fails, you need to know exactly which step broke. Plus, doctors aren't ML engineers — they need tools they can configure without coding.
- 💤Quiet2608.13337·Aug 13, 2026·~17 mincs.LG
Where You Measure Decides What You Measure: Position Selection in Ablation-Based SAE Evaluation
Valentin Noël
⭐ 0 stars / 0 repos📚 0 citesELI5When researchers test if a hidden unit in an AI matters, they flip it off and measure what changes—but they measure at whichever token the unit fires strongest. This choice isn't reported and varies wildly between different SAE dictionaries, making fair comparisons impossible. The authors show this hidden choice explains most apparent disagreement between models.
Problem solvedSparse autoencoders are used to interpret what language models compute, but current evaluation practices are unreliable and inconsistent. Different SAE dictionaries measure the same latents at different positions, making it impossible to fairly compare methods or reproduce results—researchers unknowingly mix position effects with actual latent differences.
- 💤Quiet2608.13335·Aug 13, 2026·~13 mincs.LGcond-mat.dis-nncond-mat.stat-mech
Neural Quadratic Forms: A Unified Minimal Model for Sudden Learning and Scaling Laws
Liu Ziyin, Yizhou Xu, Tomaso Poggio, Isaac Chuang
⭐ 0 stars / 0 repos📚 0 citesELI5Neural networks learn in two different-looking ways depending on whether you measure the total cost or individual losses. This paper shows both behaviors come from the same mathematical core: a simple formula involving weight matrices that applies across all architectures, and explains when learning suddenly jumps versus when it's smooth.
Problem solvedTraining dynamics are hard to predict across different network architectures and training setups. This unified model lets you understand and predict when learning will plateau-then-jump versus follow smooth power laws, without needing architecture-specific analysis.
- 💤Quiet2608.13329·Aug 13, 2026·~15 mincs.LG
A Probe Direction Is a Property of Its Prompt
Valentin Noël
⭐ 0 stars / 0 repos📚 0 citesELI5When researchers try to detect if AI models know they're being tested by looking at their internal activations, the specific wording they use to ask the question matters way more than the model itself—like asking the same question different ways and getting completely different answers.
Problem solvedPublished studies claimed to measure whether models behave differently under evaluation by reading hidden signals, but those claims fall apart because the method is secretly sensitive to arbitrary prompt choices. You can flip the reported trend by changing wording alone, making it impossible to compare models or trust the findings.
- 💤Quiet2608.13305·Aug 13, 2026·~8 minstat.APcs.AI
Physics-informed distribution of relaxation times estimation and latent-space condition monitoring of solid oxide fuel and electrolysis cells from electrochemical impedance spectroscopy
Žan Gorenc, Žiga Gradišar, Felix Mütter, Vanja Subotić, +1
⭐ 0 stars / 0 repos📚 0 citesELI5A neural network learns to extract hidden timing patterns from electrical measurements of fuel cells, without needing manual tuning for each new device. The network is trained to respect the physics equations linking the two types of data, so it produces answers that actually make physical sense.
Problem solvedScientists struggle to accurately extract timing information from fuel cell electrical tests—it's mathematically tricky and requires different settings for each measurement. This method works out-of-the-box on new devices and automatically detects equipment degradation and operating problems by tracking changes in the learned representation.
- 💤Quiet2608.12299·Aug 12, 2026·~12 mincs.CVcs.AI
Class Activation Mapping in Explainable Computer Vision: A Method-Centered Review of CNN, Transformer, and Foundation-Model-Era Visual Explanations
AmirHossein Eshghi, Hamid Saadatfar, Seyyed Ali Hoseini, AmirMohsen Eshghi, +1
⭐ 0 stars / 0 repos📚 0 citesELI5A comprehensive guide to Class Activation Mapping (CAM) — techniques that show you which parts of an image a visual AI model is 'looking at' to make its decision, using colorful heatmaps. The review covers 20+ years of methods from simple CNNs to modern foundation models like CLIP.
Problem solvedIt's hard to trust or debug AI vision models without understanding what they actually see. CAM methods solve this by visualizing which image regions influenced the model's predictions, making it easier to catch bias, verify correctness, and explain decisions to users.
- 💤Quiet2608.07436·Aug 7, 2026·~15 mincs.AIcs.LG
Post-Grokking Collapse at the Representation-Readout Interface in Muon-Trained Transformers
Ali Janati, Kaoutar El Maghraoui, Andrei Kanavalau, Anass Belfatmi
⭐ 0 stars / 0 repos📚 0 citesELI5When training neural networks on simple math problems with certain optimizers, they learn to solve them perfectly—then mysteriously forget. The forgetting happens at the boundary between the learned patterns and the final answer layer, and freezing that layer prevents it.
Problem solvedNeural networks sometimes grok (suddenly generalize), but then collapse and lose their learned solution. This instability makes it unreliable to train with certain optimizer combinations, breaking reproducibility and wasting compute on solutions that don't stick.
- 💤Quiet2608.07430·Aug 7, 2026·~12 mincs.LGcs.AI
Diffusion LLMs as Targets and Adversaries: Mechanistic Safety Exploits
Elena Dumitrescu, Gert Lek, Lydia Y. Chen, Jérémie Decouchant
⭐ 0 stars / 0 repos📚 0 citesELI5Researchers found that diffusion-based language models (which generate text iteratively like cleaning up noise) have weak safety guardrails that can be attacked by identifying and disabling specific neurons responsible for blocking harmful outputs. They created a cheap jailbreak method that works across different models by steering the generation process away from safety mechanisms.
Problem solvedDiffusion language models are becoming practical alternatives to standard models, but their safety vulnerabilities were unknown. Companies deploying these models need to understand how they can be attacked and compromised before scaling them to production.
- 💤Quiet2608.07353·Aug 7, 2026·~9 mincs.CLcs.AIcs.IR
Geo-Spatial Concept Probing of Large Language Models: Abstraction, Compositionality, and Grounding
Karim Radouane, Jose G Moreno, Lynda Tamine
⭐ 0 stars / 0 repos📚 0 citesELI5Researchers test whether AI language models genuinely understand spatial concepts like "left of", "near", and "above" by asking them carefully controlled questions that isolate one concept at a time. They find that even large models struggle with combining these basic concepts together.
Problem solvedCurrent AI models claim to understand concepts but tests using natural language are messy—you can't tell if the model really understands "direction" or just memorized similar sentences. This work provides a clean way to measure what concepts LLMs actually understand and where they break down.
- 💤Quiet2608.07349·Aug 7, 2026·~14 mincs.LG
Residual Algebra for Representation-Preserving Learning
Yao Wu
⭐ 0 stars / 0 repos📚 0 citesELI5When machine learning systems combine data from multiple sources, they usually just smoosh everything together and lose track of which source caused errors. This paper treats each data source as owning its own error signal, then chains together operations that respect or deliberately discard that ownership—like a relay race where each runner fixes only their leg's mistakes.
Problem solvedReal systems get features from different pipelines (databases, sensors, models) but standard approaches erase which source failed, making debugging and improvement hard. This method tracks error ownership through the pipeline, enabling better error correction and more interpretable learning—proven on stock trading data where it doubled returns.
- 💤Quiet2608.07316·Aug 7, 2026·~14 mincs.CLcs.AIcs.SI
Natural Language Processing Psychometrics
Edoardo Sebastiano De Duro, Emma Franchino, Massimo Stella
⭐ 0 stars / 0 repos📚 0 citesELI5Researchers used AI language models to fill out mental health questionnaires, then analyzed the text patterns (emotional tone, grammar structure, personality traits) to predict depression, anxiety, and life satisfaction—finding which linguistic features actually matter and testing if those patterns work on real human conversations.
Problem solvedMental health prediction from text is usually a black box: you don't know if the AI is picking up on real psychological signals or just artifacts. This work makes it explicit and interpretable, showing which linguistic features (emotions, sentence structure, personality) drive mental health predictions and proving they generalize beyond the training setup.
- 💤Quiet2608.07302·Aug 7, 2026·~11 mincs.CVcs.AI
Same Attention, Different Truths: Put Logit-Lens over Visual Attention to Detect and Mitigate LVLM Object Hallucination
Zichuan Wang, Songlin Yang, Bo Peng, Zhenchen Tang, +3
⭐ 0 stars / 0 repos📚 1 citesELI5When vision-language models make up objects that aren't in an image, it's not always because they're looking at the wrong place—sometimes they're looking at the right place but misinterpreting what they see. This paper finds which regions cause hallucinations and patches them with targeted fixes.
Problem solvedVision-language models frequently hallucinate objects in images, damaging their reliability for real-world applications like image captioning and VQA. Previous solutions focused on attention problems, but this reveals the real issue is attention misdecoding—and offers a training-free fix.
- 💤Quiet2608.07261·Aug 7, 2026·~10 mincs.CL
Why Knowing Both Hops Is Not Enough: Understanding Two-Hop Generalization in Language Models
Zili Zhang, Yilin Wang, Heng Wang, Herun Wan, +1
⭐ 0 stars / 0 repos📚 0 citesELI5LLMs can answer individual questions correctly but fail when chaining two questions together—like knowing A→B and B→C but struggling with A→C. By training models from scratch and examining their internals, researchers found that models that fail don't reuse their reasoning properly across layers, and a simple training tweak fixes it.
Problem solvedLLMs fail on simple multi-step reasoning when the second step differs from training examples, even though they 'know' both facts. This limits reliability for compositional reasoning tasks and real-world applications requiring chaining different types of knowledge together.
- 💤Quiet2608.06305·Aug 6, 2026·~15 mincs.AIcs.CLcs.IR
Beyond Top-K: Replacing Black-Box Retrieval with Interpretable Agentic Operations
Sagar Tamang, Ayush Vyas, Tabarakul Hazarika
⭐ 0 stars / 0 repos📚 0 citesELI5Instead of embedding documents and finding similar chunks, this system lets an AI agent use simple tools (search, navigate tables, read spans) to methodically find answers in complex financial documents—like giving someone a highlighter and table of contents instead of a fuzzy similarity score.
Problem solvedTraditional retrieval fails badly on structured documents like financial reports where numbers lose context at chunk boundaries (a figure gets separated from its unit, causing 100x errors). Teams need reliable, auditable answers from these documents, not black-box embeddings.
- 💤Quiet2608.06300·Aug 6, 2026·~14 mincs.AI
Bias Analysis of L2 Speaking Assessment Systems Using Concept Activation Vectors
Arya Labroo, Mengjie Qian, Kate Knill
⭐ 0 stars / 0 repos📚 0 citesELI5Researchers built a tool to detect if AI systems that grade students' English speaking unfairly favor or penalize certain groups (like students from specific countries or age groups). They test two grading systems and find that checking if the AI 'knows' about these attributes isn't enough—you also need to check if it actually uses that information to change grades.
Problem solvedAI grading systems for language learners are being used to make real decisions, but it's unclear whether they're biased against certain nationalities or ages. Traditional fairness checks can't peer inside neural networks to see what's happening, leaving educators unable to confidently audit these high-stakes systems.
- 💤Quiet2608.06292·Aug 6, 2026·~10 mincs.CLcs.SC
NeSy-RAG: Neuro-Symbolic RAG for Explainable Question Answering
Jonas Gann, Michael Gertz
⭐ 0 stars / 0 repos📚 0 citesELI5This system turns retrieved text into logical rules (like Prolog code) so an LLM can answer questions with step-by-step reasoning you can actually trace back to sources. It also flags when it's missing key information and asks follow-up questions.
Problem solvedStandard RAG answers questions but hides how it reasoned—you can't verify intermediate steps or know which sources support each claim. NeSy-RAG makes reasoning transparent and automatically detects when it needs more context from the user.
- 💤Quiet2608.05018·Aug 5, 2026·~11 mincs.AIcs.LG
Short-term load forecasting under EU-AI Act Requirements in Safety-Critical Environments: Results from a 41-day live challenge on the aggregated German transmission-grid load
Thomas Bartz-Beielstein
⭐ 0 stars / 0 repos📚 0 citesELI5A system that predicts how much electricity Germany will need tomorrow, built to be auditable and compliant with new AI laws. It beats the official grid operator's forecast while staying transparent enough for regulators to understand how it works.
Problem solvedPower grids need accurate load forecasts to stay stable, but EU law now requires AI systems in critical infrastructure to be explainable and auditable. Before, companies had to choose between accuracy and compliance; this shows you can have both without massive AI models.
- 💤Quiet2608.04980·Aug 5, 2026·~8 mincs.CLcs.AIcs.LG
Protoreasoning in Tiny Transformers
Eduardo Valle, Fergal Reid
⭐ 0 stars / 0 repos📚 0 citesELI5Tiny 1M-parameter models can learn to solve hard bracket-matching problems by writing out their thinking step-by-step, just like how humans work through logic puzzles on paper. This lets researchers study how reasoning actually works without expensive billion-parameter models.
Problem solvedWe don't understand why chain-of-thought reasoning helps LLMs generalize better—is it genuine problem-solving or just memorized patterns? Testing on tiny models with controlled tasks reveals the actual mechanism, which is impossible to study on frontier models due to cost and opacity.
- 💤Quiet2608.04944·Aug 5, 2026·~7 minmath.NAcs.LG
A geometry-based deep equilibrium model for image restoration under multiplicative Gamma noise
Shengkun Yang, Luca Ratti, Zhichang Guo
⭐ 0 stars / 0 repos📚 0 citesELI5A method that cleans up blurry, noisy images by learning what makes a good image look like (smooth surfaces, certain curves) instead of just memorizing patterns. It uses fewer learned parameters than standard deep learning but works as well.
Problem solvedImage restoration from multiplicative noise (like speckle in radar/medical imaging) is expensive to compute and hard to interpret. This approach makes it faster and explainable by using geometric principles rather than black-box neural networks.
- 💤Quiet2608.04928·Aug 5, 2026·~10 mincs.CL
Does Out-of-Sight Equal Out-of-Mind in CoT Monitorability?
Pedro Ferreira, Wilker Aziz, Ivan Titov
⭐ 0 stars / 0 repos📚 0 citesELI5When AI models think step-by-step, we can read their reasoning to catch bad behavior—but if we compress that thinking into hidden numbers to save computation, can we still catch the same problems? This paper tests whether alternative ways of monitoring (like reading model internals) work as well as reading the explicit reasoning.
Problem solvedOrganizations want to monitor AI systems for hidden shortcuts or cheating (like following leaked answers without admitting it), but newer efficient models hide their reasoning. This reveals whether we can still detect these problems when we can't directly read the model's thinking.
- 💤Quiet2608.04893·Aug 5, 2026·~12 mincs.CRcs.AIcs.LG
When Does Latent Communication Pay? A Causal Audit of Relayed KV Caches in Multi-Agent LLMs
Jiaming Cheng, Subhransu Das, Rajiv Ramnath
⭐ 0 stars / 0 repos📚 0 citesELI5Researchers tested whether multi-agent AI systems that share internal 'thought' representations (KV caches) actually benefit from the specific information being shared, or if they'd work just as well with random noise. They found the answer depends on whether the receiver actually needs the sender's unique knowledge.
Problem solvedCompanies claim their multi-agent LLM systems work better because agents share latent thoughts, but there's no proof they're actually using the shared information rather than just pattern-matching on context. This audit reveals which systems genuinely benefit from agent communication versus which are just getting lucky.