ThinkLLM
ModelsCapabilitiesUse CasesBenchmarksPapersGlossary
ModelsCapabilitiesUse CasesBenchmarksPapersGlossary
AboutPrivacyTermsRSS

ThinkLLM

Spot an error in our data? Let us know.

Papers

Recent AI research papers with accessible summaries. Updated daily from arXiv, summarized for developers who don't read papers regularly.

2067 papers33 this month12 topics
AllEvaluation 47Reasoning 30Training 29Efficiency 23Agents 22Applications 20Data 19Safety 17Architecture 16Alignment 11Multimodal 11scaling 3

Aug 17 – Aug 23(9)

Inducing Task Models from Computer-Use Traces

Aug 20, 2026

Yucheng Jiang, Zora Zhiruo Wang, Ruishi Chen et al.

By converting raw computer activity into structured task models with goal hierarchies and control flow, TMI enables AI agents to learn realistic work procedures and organizations to audit and reuse task knowledge from employee activity traces.

This paper presents Task Model Induction (TMI), a method that automatically discovers and structures how people actually work on computers by analyzing screenshots and input logs.

agentsdataapplications

MidTool: Mid-training Data Synthesis for Agentic Tool Use

Aug 20, 2026

Fengqing Jiang, Yite Wang, Boyi Liu et al.

Tool-use capabilities in language models improve significantly when trained during mid-training with targeted synthetic data, rather than waiting until post-training—similar to how math and reasoning skills benefit from dedicated training phases.

MidTool is a data synthesis pipeline that creates training data for teaching language models to use tools effectively during mid-training (the stage between pretraining and fine-tuning).

training

Aug 10 – Aug 16(14)

Split the Labor: Separating Evidence Interpretation from Decision Aggregation

Aug 14, 2026

Zhelun Wu

When combining evidence from multiple sources, separate the task of interpreting each source from aggregating those interpretations—use structured tuples and calibrated scoring rather than simple concatenation and vote counting.

This paper separates evidence interpretation from decision aggregation in multi-source reasoning systems. Instead of concatenating sources into one prompt, the authors propose a structured evidence tuple (hypothesis, reliability, rationale, provenance) and show how to properly combine interpretations using calibrated log-likelihood ratios.

reasoningevaluationdata

RecipeNet: A Hierarchical Transformer for Recipe Data

Aug 14, 2026

Pin-Yen Huang, Sachin Chhabra, Prasanth Sai Gouripeddi et al.

Hierarchical structure matters: representing recipes as nested sequences of structured steps, rather than flattened tables, lets models learn procedural dependencies and field interactions that improve performance on real-world synthesis and manufacturing tasks.

RecipeNet is a hierarchical Transformer model designed to learn from recipe data—ordered sequences of steps with structured fields—used in materials science, pharmaceuticals, and manufacturing. Unlike traditional tabular methods that flatten this data, RecipeNet captures both field interactions within steps and dependencies across steps, achieving better performance on recipe-based tasks.

Aug 3 – Aug 9(10)

Tracing the Heart: An Evidence-Linked Pipeline for Heart-Failure Feature Engineering

Aug 6, 2026

Soorya Ram Shimgekar, Michelle Hu, Dorisa Shehi et al.

Automated feature engineering for clinical data is feasible when grounded in clinical guidelines and evidence trails, but requires careful validation and auditing to ensure reliability in real-world healthcare settings.

Researchers built an automated system (nMAS) to extract and engineer features from fragmented heart-failure patient records in electronic health records. The system combines multi-agent AI with clinical guidelines to generate interpretable features, reducing manual work that typically consumes 39-45% of data scientists' time.

applicationsdataagents

CalibForge: Adversarial Solver Calibration for Scaling Learnable Terminal Tasks

Aug 6, 2026

Fanzhe Meng, Guoxin Chen, Jiale Zhao et al.

Training agents on tasks calibrated to be appropriately difficult (not too easy, not impossible) using multiple solver feedback produces better generalization than manually authored or single-solver validated tasks.

CalibForge automatically creates training tasks for AI agents by using multiple solvers to identify tasks that are challenging but solvable—the 'learnable zone.' It revises candidate tasks based on solver disagreement and performance patterns, then trains agents on these calibrated tasks, achieving significant improvements on code and repository understanding benchmarks.

Jul 27 – Aug 2(15)

Differentially Private Nonparametric Modal Learning with Applications to Regression and Clustering

Jul 31, 2026

Arkajyoti Bhattacharjee, Arnab Auddy

You can privately estimate where data clusters (density modes) with theoretical guarantees on both privacy and accuracy, achieving near-optimal statistical rates that balance the privacy-utility tradeoff.

This paper develops methods for finding density modes (peaks in probability distributions) while guaranteeing differential privacy—a mathematical constraint that limits what can be learned about individual data points. The authors propose DP-GRAMS, which uses noisy gradient ascent on a privately estimated score function, and prove it recovers all modes with near-optimal accuracy.

safetyevaluationdata

Freeze, Then Select: Structured Field Adapters and Stability-Validated Weak Selection for PDE Discovery from Sparse Observations

Jul 31, 2026

Juncheng Zhong, Chenghuang Shen, Jianfeng Liu et al.

Decoupling field reconstruction from equation selection—by freezing a learned field representation and then selecting terms via stability-validated weak-form analysis—improves PDE discovery from sparse observations compared to end-to-end neural approaches.

This paper tackles PDE discovery from sparse data by separating field reconstruction from equation selection. The authors develop a freeze-then-select method that first trains a neural adapter to reconstruct the continuous field, then uses stability-validated weak selection to identify the correct differential terms.

Jul 20 – Jul 26(8)

Complexity Bounds and Approaches to Learning Projected Gradient Descent Solver Iterates

Jul 24, 2026

Anjian Li, Ryne Beeson

Collecting intermediate solver iterations during optimization—not just final solutions—significantly increases training data for learning-based optimization without additional computational cost, with theoretical guarantees on generalization.

This paper addresses data scarcity in training models that generate initial guesses for optimization problems. The authors propose collecting intermediate solver steps (k-neighborhoods) alongside final solutions to increase training data without extra computation.

trainingdata

Synthetic data generation framework for quality control automation in gravure printing

Jul 23, 2026

Korota Arsène Coulibaly, Mohamed Hamlich, Khalid Hmali et al.

Synthetic data generation can effectively replace scarce real-world defect images for training industrial quality control systems, achieving strong performance on real data while eliminating costly manual annotation.

This paper presents a synthetic data generation framework that automatically creates realistic images of printing defects (creases, streaks, misregistration) with annotations for training object detection models. The framework solves a critical problem in rotogravure printing: the extreme scarcity of real defect images needed to train deep learning models.

Jul 13 – Jul 19(11)

Cluster-Aware Matching via Laplacian Optimal Transport

Jul 17, 2026

Gabriel Samberg, YoonHaeng Hur, Yuehaw Khoo et al.

When matching clustered point clouds, regularizing optimal transport with Laplacian terms from similarity graphs produces more meaningful alignments by respecting cluster structure instead of forcing precise point-to-point correspondence.

This paper proposes Laplacian Optimal Transport (LapOT), a method for matching point clouds that respects their cluster structure rather than forcing point-by-point alignment. By adding graph-based regularization to optimal transport, the approach finds region-to-region alignments that are more robust when points within clusters are interchangeable.

alignmentdata

Behaviour-Conditioned Neural Processes for Adaptive Residential Short-Term Load Forecasting

Jul 17, 2026

Ramin Soleimani, Andrea Visentin, Dirk Pesch

Inferring and embedding behavioral patterns inside the forecasting model—rather than using them only for grouping—improves electricity load predictions for diverse households, especially when you have limited historical data.

This paper improves residential electricity demand forecasting by embedding behavioral patterns directly into a Neural Process model. Instead of just grouping similar households, the model learns discrete behavioral structures (like weekday vs. weekend routines) and uses them to condition predictions, while also capturing uncertainty across different household types.

Jul 6 – Jul 12(14)

PHINN-EEG: Topological Time-Series Analysis of Dream-State EEG -- Dynamic Betti Curves for Dream Content Classification and Topology-Conditioned Neural Signal Synthesis

Jul 10, 2026

Ren Takahashi, Emre Yusuf, Jayabrata Bhaduri

Topological features derived from phase-space geometry of EEG outperform traditional spectral features for dream detection, suggesting that the shape of neural activity patterns matters more than their energy content.

This paper introduces PHINN-EEG, a topological data analysis framework for detecting dream states from EEG signals. Instead of traditional power spectrum features, it uses persistent homology to extract geometric patterns (Dynamic Betti Curves) from neural activity, aiming to improve dream detection accuracy from 70% to 82-90% AUC.

evaluationdatareasoning

Ideas Have Genomes: Benchmarking Scientific Lineage Reasoning and Lineage-Grounded Idea Generation

Jul 9, 2026

Yifan Zhou, Qihao Yang, Yan Li et al.

Current LLMs struggle with scientific lineage reasoning (only 27.3% accuracy), suggesting AI systems need better mechanisms to understand how ideas inherit, mutate, and recombine across research communities.

This paper introduces IdeaGene-Bench, a benchmark for evaluating whether AI systems can understand how scientific ideas evolve and build on each other. It represents papers as 'Idea Genomes' with tracked inheritance patterns, and tests both reasoning about scientific lineages and generating new ideas that fit coherently into existing research traditions across 10 scientific domains.

Jun 29 – Jul 5(11)

Neuron-Aware Data Selection for Annotation-Free LLM Self-Distillation

Jul 2, 2026

Zhuowei Chen, Xiang Lorraine Li

By analyzing which neurons activate during model predictions, you can automatically select better training data and improve self-supervised learning without any human annotations—useful when expert labels are expensive or unavailable.

This paper proposes Neuron-OPSD, a method for improving large language models without human labels by using the model's internal neuron activations to select which training examples to learn from and how to construct better teacher models. The approach trains the model on its own predictions, achieving better performance on specialized tasks while maintaining general knowledge.

trainingefficiencydata

Language Models as Measurement Apparatus for Culture

Jul 2, 2026

Kent K. Chang

Language models used for cultural analysis aren't neutral measurement tools; their architecture, training data, and evaluation methods actively constitute the cultural phenomena they claim to measure, making methodological choices inherently ethical decisions.

This paper examines how language models measure cultural phenomena, arguing that the models, data, and evaluation methods don't just record culture—they actively shape what counts as cultural reality.

Jun 22 – Jun 28(8)

Mapping Political-Elite Networks in Europe with a Multilingual Joint Entity-Relation Extraction Pipeline

Jun 25, 2026

Kirill Solovev, Jana Lasser

Open-weight multilingual NLP can scale political network analysis beyond manual coding, extracting signed relationships from news at scale while remaining reproducible and avoiding proprietary APIs.

This paper presents an open-source pipeline for automatically extracting political relationships from multilingual news articles. It combines named-entity recognition, entity linking to Wikidata, and a specialized model to build knowledge graphs of political networks—showing it can reconstruct party lifecycles and uncover patronage networks in Austria and Poland.

datamultimodalapplications

Understanding Domain-Aware Distribution Alignment in Budgeted Entity Matching

Jun 25, 2026

Nicholas Pulsone, Gregory Goren, Roee Shraga

Distribution alignment is critical for entity matching in low-resource settings—understanding which algorithmic choices matter most helps practitioners build more reliable data integration systems with limited supervision.

This paper investigates BEACON, a method for matching records across databases when you have limited labeled data and domain knowledge. The researchers test how different design choices and data availability affect performance, revealing insights about how distribution alignment helps the system adapt to new domains.

agents
data

Physical-Support Confidence Sets for Highly Coherent Dictionaries

Aug 20, 2026

Guan-Ju Peng

Highly coherent learned dictionaries can assign different physical meanings to the same sparse representation; you need to account for dictionary uncertainty and check which physical interpretations survive across all calibration-compatible alternatives.

When learning dictionaries from data to represent signals sparsely, the selected atoms may seem physically meaningful but could be arbitrary artifacts of the calibration data—especially when many different dictionaries fit equally well.

evaluationdata

Learned, Then Lost: A Measured Single-Example Counterfactual in Pre-training

Aug 19, 2026

Zachary Speck, Asa Shepard

Individual training examples can be learned and then completely forgotten during pre-training, leaving virtually no measurable impact on final model behavior or internal structure, suggesting that what matters for final performance is the aggregate signal, not individual data points.

Researchers trained 32 GPT-2 models from scratch and injected a single training example at peak learning rate to measure its actual impact. The example was learned immediately but completely forgotten by the end of training, leaving no detectable trace in the final model's weights, geometry, or performance—despite moving the model within its loss basin during training.

trainingdata

Comment-level Topic Drift Analysis in the Reddit Corpus

Aug 19, 2026

Steven Morse, Daniel Runfola, Trenton W. Ford

Political and social topics show measurable semantic drift in online discourse over time, detectable through embedding-space analysis—a technique that could help track how language and meaning evolve around contentious issues.

This paper analyzes how topics shift and evolve in Reddit discussions over 16 years by tracking semantic embeddings of 12.7 billion comments. Using pretrained language models and unsupervised clustering, the researchers show that politically charged topics drift significantly in meaning over time, while stable domains like sports remain consistent.

dataevaluationapplications

An Analytical-Prior Framework for Data-Efficient Prediction of Sound-Reduction Frequencies in Rectangular Side-Branch Helmholtz Resonators

Aug 17, 2026

Jiaming Li

When you have a fast but imperfect analytical model and limited expensive simulation data, teaching a neural network to correct the analytical model's errors—or pre-training it on the analytical model first—can cut your data requirements dramatically.

This paper shows how to make machine learning models more data-efficient by combining cheap analytical equations with expensive high-fidelity simulations. Using Helmholtz resonators as a test case, the authors demonstrate two approaches: learning to correct analytical predictions, or distilling analytical knowledge into a neural network before fine-tuning with limited simulation data.

dataefficiencytraining

zLend: A Dual-Scope Cash-Flow Reconstruction Framework for On-Chain Credit Underwriting

Aug 17, 2026

Girish G N, Ashutosh Sahoo, Akshay SP et al.

On-chain lending needs to separate a wallet's total token holdings from its liquid, spendable balance—two wallets with identical net worth can have very different repayment capacity depending on which assets they actually hold.

zLend is a framework that assesses borrower creditworthiness in decentralized lending by analyzing on-chain transaction history. It reconstructs daily wallet balances from token transfers in two ways—using only stablecoins and using all tokens—to distinguish between total wealth and spendable cash.

applicationsdataevaluation

Time-Aware Validation of Machine Learning Fuel Consumption Models: Evidence from 1\,Hz Operational Data, CCGS \textit{Sir Wilfrid Laurier}

Aug 17, 2026

Samarasimha Reddy Chittamuru, Ayhan Akinturk, Allison Kennedy et al.

When validating ML models on time-series data like operational sensor readings, use time-aware cross-validation instead of random splits—random splits create unrealistic performance estimates that won't hold in real deployment.

This paper reveals a critical flaw in how machine learning models for ship fuel consumption are validated: most studies use random train-test splits that leak temporal information and give overly optimistic results.

evaluationdata

GEO-Flag: Detecting and Measuring GEO-Optimized Web Content

Aug 17, 2026

Junjie Chu, Ye Leng, Mingjie Li et al.

Generative search engines are vulnerable to content optimization tactics that inflate the visibility of low-authority or false information; systematic detection methods are now possible but require careful design to avoid relying on author-based shortcuts.

This paper introduces GEO-Flag, a system for detecting web pages optimized for generative search engines (like Google's AI Overviews).

safetyevaluationdata
architecturedata

Generating Benchmark Health Data Using a Tabular Diffusion Transformer

Aug 14, 2026

Hao Yan, Lisa Pilgram, Dan Liu et al.

You can now generate realistic synthetic tabular health data from multiple heterogeneous sources by standardizing them statistically first, then using diffusion transformers to learn and reproduce their patterns.

This paper presents a method for generating synthetic health data from multiple different database tables with varying structures. It works in two stages: first converting diverse tables into a standardized statistical format, then using a diffusion transformer to learn patterns and generate new synthetic tables.

dataarchitectureevaluation

LittleLearner: Language Models Under Pedagogically Controlled Knowledge Exposure

Aug 13, 2026

Fanfei Li, Jana Zeller, Manuel Prada-Corral et al.

Training on a carefully curated, grade-level-appropriate curriculum creates a sandbox for studying knowledge acquisition with clear boundaries—useful for understanding how models learn and what happens when you try to teach them new concepts.

Researchers created LittleLeaner, a 5B-parameter language model trained on an 88B-token curriculum limited to U.S. Grade 5 material, to study how models acquire knowledge under controlled conditions. Unlike models trained on messy web data, LittleLeaner has clear, interpretable knowledge boundaries, making it easier to understand what the model knows and how it learns new information.

trainingdataevaluation

DFM Mimir v1: An Open HRM Delivering Frontier Performance at 1B Parameters Using Only Permissible Post-Training Data

Aug 13, 2026

Peter Schneider-Kamp, Jacob Nielsen, Gianluca Barmina et al.

You can build competitive frontier-level language models at 1B parameters using only openly licensed data, making it feasible for researchers and organizations to develop ethical AI without relying on scraped or restricted datasets.

Mimir v1 is a 1-billion-parameter language model trained entirely on permissible (legally and ethically sourced) data that achieves competitive performance with much larger models. It uses a Hierarchical Reasoning Model architecture and excels at English, math, code, and Danish tasks—showing that high-quality open-source models don't require massive proprietary datasets.

trainingdataefficiency

Measuring Task-Agnostic Training Data Influence Across Language Model Pretraining

Aug 13, 2026

Yuto Nishida, Hirokazu Kiyomaru, Yusuke Oda et al.

You can measure training data importance during pretraining by tracking parameter trajectories, revealing that different data types matter at different training stages—literature early, STEM later—without needing task-specific validation sets.

This paper introduces a new method to measure how much training data influences language model development without needing to pick specific downstream tasks. Instead of testing on particular benchmarks, the researchers measure influence by tracking how each piece of training data pushes the model toward its final parameters.

trainingdataevaluation

TabSOM: A tabular-to-image encoding method based on self-organizing maps

Aug 13, 2026

David Chushig-Muzo, María Ángeles Rodríguez de Cara, Eva Milara et al.

Self-organizing maps can encode tabular data more effectively than simpler dimensionality reduction by capturing feature relationships alongside values, improving both predictive performance and model interpretability.

TabSOM converts tabular data into images using self-organizing maps, preserving both feature values and relationships between features. Unlike existing methods that only encode individual feature values, TabSOM captures feature interactions as spatial patterns, enabling vision models to achieve better performance while remaining interpretable.

dataarchitectureevaluation

Sparse Orthogonal Regression Technique: A Spectral Framework for Equation Discovery, Approximation, and Integration

Aug 13, 2026

Sabin Roman, Ljupco Todorovski, Saso Dzeroski

SORT shifts equation discovery from brittle library selection to basis design: by learning sparse coefficients in well-chosen orthogonal bases, it provides a more stable intermediate representation that gracefully degrades under noise and sampling sparsity.

SORT is a machine learning technique that learns compact mathematical representations of dynamical systems from noisy, irregularly sampled data by fitting sparse coefficients in orthogonal basis expansions.

reasoningdataarchitecture

Motor, Cognitive, or Corpus? What Survives Cross-Lingual Transfer in Speech-Based Parkinsons Disease Detection

Aug 13, 2026

Serli Kopar, Sam Gijsen, Abner Hernandez et al.

Speech-based disease detection models may not be learning genuine disease characteristics but rather dataset-specific patterns, raising serious concerns about their reliability for real-world clinical use.

This paper investigates whether speech models trained to detect Parkinson's disease actually learn disease-specific patterns or just exploit dataset quirks.

evaluationmultimodaldata

Wasserstein Filtering: A Sample Selection Method for Robust Distribution Learning

Aug 13, 2026

Yikai Xu, Zhao Chen, Jian Huang

You can robustly learn from contaminated data by selecting the subset of samples that maximizes Wasserstein distance from the full dataset—this works as a model-agnostic preprocessing tool before training any model.

This paper introduces Wasserstein Filtering, a method to clean contaminated datasets by selecting samples whose distribution is most different from the full dataset. The approach uses optimal transport theory to identify and remove outliers, with theoretical guarantees and practical algorithms that work as a preprocessing step for any downstream task.

dataevaluation

Structural Silence: When AI Infrastructure Fails Speakers of Underrepresented Languages

Aug 12, 2026

Avijit Roy, Proma Roy

AI systems for underrepresented languages fail at the infrastructure level—in data collection, tokenization, and deployment design—long before model training begins. Fixing this requires treating offline-first design and linguistic diversity as core infrastructure priorities, not afterthoughts.

This paper reveals how AI infrastructure systematically disadvantages speakers of underrepresented languages like Bengali before models are even trained.

dataapplications

A Cascaded Unsupervised-Supervised NLP Pipeline for Detecting Accusatory Language in Public Procurement

Aug 12, 2026

Bryan Torres, Daniel Riofrío, José Vega-Sánchez et al.

Lightweight, domain-specific NLP models can effectively detect fraud signals in real-world government data without expensive infrastructure—useful for building practical oversight tools in resource-constrained settings.

This paper develops a hybrid NLP pipeline to detect accusatory language in public procurement comments from Ecuador's procurement system.

applicationsdata

ConVAWG: A Retrieval-Grounded Framework for Controlled Synthetic Dialogue Generation in Violence Against Women and Girls

Aug 11, 2026

Chen Lyu, Xingwei Tan, Simon Cullen et al.

This work demonstrates how to generate sensitive, realistic training data for abuse detection by modeling VAWG as temporally unfolding multi-turn conversations rather than isolated toxic sentences, enabling better downstream safety systems.

ConVAWG is a framework for generating synthetic multi-turn dialogues depicting Violence Against Women and Girls scenarios. Using retrieval-grounded methods, persona seeds, crime definitions, and real case reviews, it creates realistic abuse scenarios with controlled toxicity while respecting privacy constraints that prevent releasing real conversation data.

datasafetyapplications

MultiModal Code-Switching: Interleaving Visual Objects into Language for Explicit Object-Level Alignment

Aug 11, 2026

Changhao Xiang, Shangyu Xing, Zhen Wu et al.

By interleaving visual objects directly into text during pretraining, you can teach multimodal models object-level grounding 12x more efficiently than traditional image-text pair training.

This paper introduces MultiModal Code-Switching (MMCS), a new way to train vision-language models by replacing words in text with their corresponding visual objects. Instead of just pairing whole images with descriptions, MMCS explicitly shows the model which objects match which words, making training much more efficient—achieving the same performance with 12x less data.

multimodaltrainingdata
trainingdataagents

Tytan: Interactive Neurosymbolic Construction of Analytic Semantic Schemas from Relational Data

Aug 6, 2026

Donna Hooshmand, Shubham Shahi, Cameron Barrie et al.

Automating semantic schema construction lets non-technical users query databases without expert help, and TYTAN's hybrid symbolic-LLM approach achieves production-ready accuracy by knowing when to ask humans for clarification.

TYTAN automatically builds semantic schemas for relational databases by combining symbolic analysis with LLM inference to identify entities, relationships, and data roles. It asks targeted questions when ambiguous, achieving 100% coverage and correctness on real-world databases—eliminating the manual work that currently bottlenecks data analysis tools.

dataapplicationsreasoning

Improving the Realism of Synthetic Clinical Benchmarks Under Utility Constraints

Aug 6, 2026

Omid Bazgir, Md Nasir, Jacob Hoffman et al.

Synthetic clinical benchmarks need explicit realism optimization separate from utility validation—passing utility checks alone doesn't guarantee a benchmark reflects real-world data patterns, which matters for training reliable healthcare AI agents.

This paper addresses a critical gap in synthetic clinical benchmarks: they can pass utility checks while remaining structurally unrealistic. The authors develop methods to improve benchmark realism (measured by data missingness patterns, actionability, and population alignment) while maintaining the utility thresholds required for downstream AI systems.

evaluationdatasafety

OTLesMix: Wasserstein Barycenter and Optimal Transport Map for Synthetic Lesion Generation with Diverse Shapes and Locations

Aug 6, 2026

Robin Trombetta, Carole Lartizien

Using optimal transport to blend medical images creates more realistic and varied synthetic lesions than traditional mixing strategies, leading to better segmentation model performance.

This paper presents OTLesMix, a data augmentation method that uses optimal transport and Wasserstein barycenters to generate synthetic medical images with diverse lesion shapes and locations. Tested on brain lesion segmentation, it improves model performance by 2.9-6.6 Dice points compared to baseline and outperforms existing mixing-based augmentation methods.

datatrainingevaluation

RxnCLF: Contrastive Transformation-Aware Reaction Foundation Model for Improved Reactivity Prediction

Aug 6, 2026

Yiting Zheng, Cheng Fang, Anthony Donofrio et al.

Using a unified graph representation of reactions instead of separate reactant/product graphs enables better learning of chemical transformations, leading to more accurate yield predictions and a foundation model that could generalize across diverse reaction types.

RxnCLF is a self-supervised learning framework that represents chemical reactions as unified graphs (condensed reaction graphs) to better capture how molecules transform.

trainingapplicationsdata

Reasoning Core: Designing Broad Procedural Data for Completion-Supervised Reasoning Training

Aug 5, 2026

Damien Sileo, Valentin Lacombe, Dimitri Kachler

Procedural datasets for training reasoning models need careful design beyond correctness: difficulty calibration, compact targets, and rigorous auditing (combining model review, human judgment, and testing) significantly impact training utility.

This paper introduces Reasoning Core, a collection of 50 procedural generators that create verifiable reasoning problems across diverse domains (math, logic, planning, code, etc.). The authors compare their dataset with three alternatives using completion-supervised fine-tuning on 3B models, showing Reasoning Core achieves better performance on reasoning benchmarks.

trainingdatareasoning

OctoLong: Mid-Training On Cross-Repository Code Contexts Enhances Long-Context Modeling

Aug 5, 2026

Indraneil Paul, Falko Helm, Goran Glavaš et al.

Training language models on code contexts that span multiple related files—rather than isolated snippets—dramatically improves their ability to handle long contexts and understand complex codebases, even when this data makes up a small fraction of total training.

OctoLong is a pipeline that creates long, dependency-rich code contexts by automatically retrieving related code files across repositories.

trainingdata

Agogic: Performance-Timed Music Tokens for LLM-Native Text-to-Symbolic-Music Generation

Aug 4, 2026

Junhao Chen, Mingjin Chen, Jingjia Mao et al.

Music tokenization design is more important than model size for text-to-music generation—a small model with the right token representation outperforms massive models with poor representations, challenging the field's scaling assumptions.

This paper investigates how music tokenization—the way music is converted into discrete symbols for language models—affects text-to-music generation quality. By fixing model size, data, and training approach while swapping only the tokenization scheme, researchers found that representation choice matters far more than model scale.

architecturedataevaluation

Assessment of Conditional Diffusion Model for Synthetic Histopathology Image Generation

Aug 4, 2026

Seyed Kahaki, Shijie Li, Weijie Chen et al.

When generating synthetic medical images, use domain-specific evaluation metrics rather than generic ones—and prioritize generating diverse data over pixel-perfect realism for downstream medical AI tasks.

This paper evaluates how well synthetic histopathology images generated by diffusion models work for medical AI tasks. The authors show that standard image quality metrics (FID, IS) designed for natural images fail for medical images, and propose using pathology-specific metrics instead.

evaluationdataapplications
reasoningdataevaluation

Development of FDD-ON: an Ontology for VAV HVAC System Fault Detection and Diagnostics

Jul 31, 2026

Yimin Chen, Brian Fricke, Bo Shen et al.

FDD-ON solves interoperability problems in HVAC fault diagnosis by creating a shared vocabulary and logical structure that lets different diagnostic tools, datasets, and applications understand each other.

This paper introduces FDD-ON, a structured knowledge framework (ontology) for understanding and diagnosing faults in HVAC systems. It standardizes how different systems describe equipment problems, symptoms, and impacts, enabling AI tools and building management systems to share diagnostic information reliably.

applicationsdata

AskChem: Claim-Centered Infrastructure for Chemistry Literature Synthesis

Jul 30, 2026

Bing Yan, Gregory Wolfe, Stefano Martiniani et al.

Instead of searching papers, search claims: AskChem lets you find specific findings with built-in source verification, reducing manual work for literature synthesis and improving AI agent reliability by 12% on citation accuracy.

AskChem is a search infrastructure that converts chemistry papers into atomic, provenance-tracked claims rather than returning full documents. Scientists and AI agents can search across 2.4M claims from 147K papers, with each claim linked to its source DOI and exact evidence location, enabling faster synthesis of findings across multiple papers.

applicationsdata

Change2Task: From Repository Changes to Executable Coding Agent Tasks and Environments

Jul 30, 2026

Haomin Qi, Xingliang Wang, Xuanqi Gao et al.

By mining repository history and reconstructing code states, you can generate verified, executable coding tasks at scale—reducing the manual effort of creating training data for code-generation agents while maintaining realistic development scenarios.

Change2Task automatically converts pull requests from repository history into executable coding tasks for training AI agents.

trainingdataagents

PAIChecker: Uncovering and Checking PR-Issue Misalignment in SWE-Bench-Like Benchmarks

Jul 30, 2026

Manyi Wang, Junjielong Xu, Pinjia He

When using SWE-bench benchmarks to evaluate LLM coding abilities, be aware that over 1 in 10 test cases have misaligned problem statements and solutions—PAIChecker can automatically identify these problematic cases to improve benchmark reliability.

This paper identifies a critical quality issue in SWE-bench-like benchmarks used to evaluate AI coding abilities: 13.6% of PR-Issue pairs are misaligned, meaning the issue description doesn't actually match the code changes.

evaluationdata

Doubly Robust Functional Representation Learning for Longitudinal Causal Inference with Irregular Histories

Jul 30, 2026

Mengfei Ran, Yifeng Shen, Ruijie Guan

When analyzing longitudinal medical data with irregular measurements, you can use neural encoders to create summaries that maintain the statistical properties needed for valid causal inference—representation error behaves like ordinary estimation error under explicit conditions.

This paper addresses causal inference from messy medical data with irregular measurements (lab values, vital signs) taken at different times. The authors propose DR-FRL, a method that converts these fragmented histories into meaningful summaries while preserving statistical guarantees.

evaluationdata

ScaFE: Data-Efficient Scar Classification with LLM-Generated Clinical Feature Programs

Jul 30, 2026

Ruman Wang, Hangting Ye

LLMs can transfer medical knowledge into auditable, locally-executable feature programs instead of making direct predictions—improving data efficiency, privacy, and reproducibility in medical image classification.

ScaFE uses an LLM to generate executable programs that measure clinical scar features from photos, rather than asking the model to diagnose directly. These programs run locally, protecting patient data, and feed structured features into a simple Random Forest classifier.

applicationsefficiencydata

AI systems and the reproduction of (standard) language ideologies in World Englishes

Jul 30, 2026

Kingsley Ugwuanyi

AI systems aren't neutral—they embed and amplify existing power structures around which English dialects are considered 'legitimate,' with real consequences for speakers of non-standard varieties who are increasingly mistaken for AI.

This paper examines how AI language models reflect and reinforce biases toward 'standard' English while marginalizing non-dominant varieties spoken globally. Using examples from training data, model design, and public discourse, it shows how AI systems reproduce language ideologies that privilege English from wealthy countries while treating other Englishes as suspect or AI-like.

safetydataalignment

Beyond Sentiment: Structured Information Extraction from Financial News

Jul 30, 2026

Daohan Zhu, Sitong Ge, Ruofei Wang et al.

Financial sentiment analysis misses critical predictive signals; extracting structured semantic dimensions (event type, impact scope, temporal horizon, confidence) alongside sentiment improves stock prediction accuracy and reveals that sentiment-return relationships are highly nonlinear.

This paper shows that financial news contains multiple independent information dimensions beyond sentiment—like event type, impact scope, and time horizon—that together predict stock movements better than sentiment alone.

applicationsdata

Improving Mental Health Screening and Early Risk Detection in Spanish

Jul 30, 2026

Andreu Casamayor-Segarra, Vicent Ahuir, Antonio Molina-Marco et al.

Domain-specific Spanish models combined with ICE's automatic relabeling can detect mental health risks earlier and more reliably than general approaches, addressing a critical gap in non-English mental health AI tools.

This paper tackles mental health screening in Spanish by creating specialized language models and a new method called Incremental Context Expansion (ICE) that automatically identifies when enough social media messages accumulate to signal a mental health disorder. The approach reduces the time needed to detect problems while maintaining accuracy, with all models made publicly available.

applicationstrainingdata

Towards Autonomous Aircraft Surveillance from Nanosatellites through On-Board Inference and Generative Data Augmentation

Jul 30, 2026

Antonio Delgado-Rosa, David Muñoz-Valero, Enrique Adrian Villarrubia-Martin et al.

On-device inference on resource-constrained satellites combined with synthetic data generation can enable autonomous, real-time aircraft detection without overwhelming downlink capacity—shifting satellites from passive data collectors to active decision-makers.

This paper tackles satellite-based aircraft detection by running AI inference directly on small satellites (CubeSats) instead of sending raw images to Earth, and uses AI-generated synthetic images to train better detection models. The approach balances limited satellite bandwidth with scarce training data, enabling real-time autonomous surveillance from orbit.

efficiencyapplicationsdata

A report-grounded vision-language foundation model for colonoscopy from 280000 routine reports

Jul 30, 2026

Jia Yu, Yan Zhu, Yili He et al.

Routine clinical reports contain rich supervision signals—you can extract finding-to-frame correspondence at scale to train medical vision-language models without expensive frame-level annotation, turning existing documentation into training data.

EndoCLIP is a vision-language model trained on 280,000 colonoscopy reports to link clinical findings with individual video frames.

multimodaldata

From Classification to Regression: Using a Fruitfly to Solve Equations

Jul 29, 2026

Shady E. Ahmed, Panos Stinis

You can solve regression problems by storing local patterns and using similarity matching instead of training large global models—this is faster, uses less memory, and works well for scientific data that repeats in certain regions.

This paper proposes a novel regression method inspired by how fruitflies sense their environment. Instead of building complex global models, the approach stores a library of representative local patterns and makes predictions by finding similar patterns to a query and combining their responses.

efficiencyreasoningdata

DataOrchestra: Learning to Orchestrate Per-Example Curation of Pretraining Data

Jul 27, 2026

Zhen Huang, Yikun Wang, Shijie Xia et al.

Instead of applying uniform data processing rules, adapting the cleaning strategy per example—deciding what operation each piece of data needs—improves LLM pretraining efficiency and downstream performance.

DataOrchestra is a framework that customizes data processing for each example in pretraining, rather than applying one fixed strategy to all data. An orchestrator decides whether to drop, keep, or clean each data chunk, and if cleaning is needed, selects specific operations like editing or rewriting.

trainingdataefficiency
dataapplicationsevaluation

LKValues: Aligning Large Language Models with Sri Lankan Societal Values

Jul 22, 2026

Nethmi Muthugala, Supryadi, Surangika Ranathunga et al.

LLMs trained primarily on Western data misalign with non-Western cultural values; this work provides a replicable framework for embedding country-specific values in low-resource languages through survey-grounded datasets and targeted fine-tuning.

This paper introduces LKValues, a resource suite for aligning large language models with Sri Lankan cultural values. The authors surveyed 205 Sri Lankans to identify 40 key societal values, created a 150k-instance instruction dataset in Sinhala and English, and built an evaluation benchmark.

alignmentdata

Persian Pixel: A large-scale synthetic OCR dataset for Persian language

Jul 22, 2026

Pouria Mahdi, Haq Nawaz Malik

Synthetic data generation can solve the annotation bottleneck for OCR in complex, low-resource scripts—Persian Pixel demonstrates this by creating a scalable, cost-effective alternative to manual labeling that works with modern transformer-based OCR models.

Persian Pixel is a large-scale synthetic dataset of 343,000+ image-text pairs designed to train OCR systems for Persian script.

dataapplicationstraining

Online Variance Reduction for Domain Adaptation on Streaming Data

Jul 22, 2026

Andrea Napoli

ARROW enables variance reduction for domain adaptation on streaming data by adaptively reweighting minibatches, making it practical for online and distributed learning scenarios where offline algorithms fail.

This paper introduces ARROW, an online algorithm for reducing variance in domain adaptation tasks using streaming data. Unlike existing offline methods, ARROW works with data arriving continuously by maintaining moving averages of alignment statistics and reweighting incoming batches to match reference statistics, enabling efficient learning in real-time settings.

trainingefficiencydata

Generative AI floods and dilutes the market for books

Jul 22, 2026

Tuhin Chakrabarty, Xinyue Liu, Jane C. Ginsburg et al.

AI-generated books are reshaping creative markets through sheer volume and cost advantage, not quality—they're winning shelf space and sales share from human authors despite being lower-quality, raising serious questions about fair use and market harm in copyright law.

This paper analyzes 14,419 self-published fiction books on Amazon from 2023-2026 to measure the impact of AI-generated content. Using AI detection, researchers found that while AI-heavy books represent a small share of sales, they're growing rapidly and displacing human-written books—especially in genres with high AI adoption.

dataapplicationssafety

Understanding Generative AI-mediated User Engagement with Academic Library Resources

Jul 22, 2026

Hae Min Kim, Stacy Stanislaw

Academic libraries need to optimize their metadata and ensure open access to resources, as generative AI is now a primary discovery mechanism that directs substantial user traffic to institutional repositories.

This study tracked how generative AI tools like ChatGPT and Perplexity drive traffic to academic library resources. Using website analytics from 2023-2025, researchers found that AI significantly increases discovery of library materials, especially theses and dissertations with open access and stable links. The findings show AI is becoming a major pathway for users to find academic resources.

applicationsdata

Staypoint Detection from Noisy Trajectory Data [Experiment Paper]

Jul 21, 2026

Lance Kennedy, Hossein Amiri, Yueyang Liu et al.

Staypoint detection from noisy GPS data is harder than previously thought; existing algorithms fail in realistic conditions, but unsupervised and supervised learning methods can substantially improve accuracy.

This paper creates the first large-scale benchmark for staypoint detection—converting raw GPS trajectories into meaningful locations like homes or workplaces.

evaluationdataapplications
reasoningdataapplications

CRAFT: Clustering Rubrics to Diagnose Weak LLM Capabilities and Generate Targeted Fine-Tuning Data

Jul 17, 2026

Vipul Gupta, Zihao Wang, Razvan-Gabriel Dumitru et al.

By diagnosing model weaknesses at the granular level of individual rubric criteria rather than whole prompts, you can generate more targeted fine-tuning data that produces measurably better models across multiple domains.

CRAFT is a diagnostic method that analyzes rubric-based evaluations to identify specific capability gaps in language models, then uses those insights to generate targeted fine-tuning data.

evaluationtrainingdata

Rate-Utility Frontiers for Language Encodings: Comparing Tokens, Bytes, and Pixels Under Controlled Linguistic Content

Jul 17, 2026

Ingo Ziegler, Martin Krebs, Desmond Elliott

Token, byte, and pixel encodings each have different strengths depending on your task and capacity constraints—there's no universally best choice, only task-specific tradeoffs.

This paper compares three ways to encode text for language models—tokens, bytes, and pixels—by controlling both the linguistic content and model capacity. Using parallel sentences across 13 languages, the researchers measure how well each encoding preserves information under compression.

dataevaluationmultimodal

Pretraining Data Can Be Poisoned through Computational Propaganda

Jul 16, 2026

Victoria Graf, Hannaneh Hajishirzi, Noah A. Smith et al.

Pretraining data poisoning is practical at web scale through public discussion interfaces, and detecting whether poison survives data curation pipelines is critical for understanding real-world LM security risks.

This paper shows that language models can be poisoned during pretraining by injecting malicious content into public discussion forums and other web-scale sources.

safetydatatraining

teLLMe Why (Ain't Nothing but a Jam): Exploratory Causal Analysis of Urban Driving Data

Jul 16, 2026

Qiwei Li, Jorge Ortiz

LLMs can bridge the gap between natural-language questions and rigorous causal analysis by mapping user queries to structured causal models, making complex statistical reasoning accessible to domain experts without deep technical expertise.

teLLMe is a system that helps traffic researchers answer causal questions about urban driving using dashcam video data. It combines causal structure learning with large language models to translate natural-language questions into structured causal analyses, returning explainable results that show estimated effects, assumptions, and uncertainty.

applicationsreasoningdata

TikStance: A Multimodal and Hierarchical Dataset for Multi-target Stance Analysis in TikTok Political Conversations

Jul 16, 2026

Yazhi Zhang, Fuqiang Niu, Bowen Zhang

This dataset enables training multimodal models to detect political stance in short-form video discussions while accounting for conversational context—a capability previously limited by lack of labeled data combining video, audio, and nested comment structures.

TikStance is a dataset of 13,876 comments on 161 TikTok videos about three 2024 U.S. political figures, labeled for stance (Favor/Against/None) with both video and comment-level annotations. It preserves audio, video, and hierarchical comment threads to enable research on how people express political opinions across short-video platforms.

datamultimodalevaluation

Data Driven Block Replacement Scheduling

Jul 16, 2026

Aniruddhan Ganesaraman, VIdyadhar Kulkarni

You can learn optimal maintenance schedules from operational failure data using multi-armed bandit algorithms, achieving regret bounds that match theoretical limits and requiring only a small number of suboptimal decisions.

This paper develops data-driven algorithms to learn the optimal maintenance schedule for machines under block replacement policies, where machines are replaced individually upon failure and all machines are jointly replaced at fixed intervals.

data

Self-Evolving Human-Centered Framework for Explainable Depression Symptom Annotation

Jul 16, 2026

Hoang-Loc Cao, Van Pham, Truong Thanh Hung Nguyen et al.

For mental health AI systems, structured annotation with expert-in-the-loop feedback and traceable clinical reasoning produces more reliable, interpretable datasets than traditional labeling—critical for building trustworthy diagnostic support tools.

This paper presents a framework for creating high-quality, explainable depression datasets by combining LLM-assisted annotation with expert feedback. The system produces DSM-5-aligned labels with clinical evidence and reasoning traces, using a dual-memory architecture that learns from expert corrections to improve future annotations without retraining.

datasafetyevaluation

Improving Wind and Solar Power Prediction with Efficient Wrapper-based Feature Selection: An Empirical Study

Jul 15, 2026

Daniel Grillmeyer, Marius Hadry, Michael Stenger et al.

Wrapper-based feature selection methods outperform simpler approaches for renewable energy prediction, and the proposed CSFS method achieves comparable accuracy to existing wrappers with significantly lower computational overhead.

This paper addresses feature selection for renewable energy prediction by proposing CSFS, a clustering-based wrapper method that automatically identifies the most important variables for wind and solar power forecasting. The approach matches the performance of traditional methods while reducing computational costs by 21%, making it practical for real-world energy systems.

efficiencydataapplications

FormalAnalyticGeo: A Neural-Symbolic Based Framework for Multimodal Analytic Geometry Problem Generation

Jul 14, 2026

Ruoran Xu, Wending Gao, Qiufeng Wang

By using formal languages as an intermediate representation between language models and geometric rendering, this framework achieves high-precision diagram generation for math problems without human annotation—a scalable approach for creating training data in underexplored domains.

FormalAnalyticGeo is a framework that automatically generates multimodal analytic geometry problems by combining formal languages with neural models.

datamultimodalreasoning
evaluationreasoningdata

MulTTiPop: A Multitrack Transcription Dataset for Pop Music

Jul 9, 2026

Nathan Pruyne, Benjamin Stoler, William Chen et al.

Automatic music transcription models still struggle with real-world pop music—the best model only achieves 38% Onset F1—suggesting this dataset will be valuable for developing better transcription systems.

MulTTiPop is a dataset of 572 pop music segments (3.5 hours) paired with multitrack MIDI transcriptions, spanning from the 1930s to 2000s. The authors created it by matching audio from existing datasets, manually aligning beats, and using tempo warping. They benchmark state-of-the-art transcription models and show significant room for improvement.

dataevaluationapplications

Dimensionality Reduction Meets Network Science: Sensemaking on UMAP's kNN Graph

Jul 9, 2026

Duen Horng Chau, Donghao Ren, Fred Hohman et al.

The kNN graph UMAP builds internally preserves high-dimensional structure better than the 2D visualization; applying network analysis to it gives you cleaner insights into data organization than the embedding alone.

UMAP is popular for visualizing high-dimensional data, but researchers typically ignore its internal k-nearest-neighbor graph.

evaluationdata

Validity of LLMs as data annotators: AMALIA on authority

Jul 9, 2026

Manuel Pita

High agreement between LLMs and human annotators doesn't guarantee the model understands the construct being measured—you need to test whether the model follows the theory's logic or just correlates with surface features.

This paper tests whether Portugal's AMALIA language model can reliably annotate moral concepts by comparing its agreement with human coders against its actual understanding of the underlying construct.

evaluationalignmentdata

UltraX: Refining Pre-Training Data at Scale with Adaptive Programmatic Editing

Jul 9, 2026

Xinlong Zhao, Dongsheng Liu, Hengyu Zhao et al.

As data quantity plateaus, improving LLM performance now requires smarter data quality refinement—UltraX shows you can train a specialized editing model that's both efficient and reliable enough to process massive datasets and improve downstream model quality.

UltraX is a framework that automatically improves training data quality at scale by learning to edit text through insertion, deletion, and modification. Instead of relying on fixed rules or expensive LLM calls, it trains a model to make targeted edits by learning from examples of how an expert LLM would refine raw text, achieving better model performance with less data.

datatrainingefficiency

Co-LMLM: Continuous-Query Limited Memory Language Models

Jul 8, 2026

Yair Feldman, Linxi Zhao, Nathan Godey et al.

Externalizing factual knowledge to a continuous vector-indexed database lets smaller models achieve better factual accuracy and knowledge control than larger models, while keeping retrieved facts attributable and editable.

This paper introduces CO-LMLM, a language model that stores factual knowledge in an external database with continuous vector keys instead of memorizing facts in its weights. During generation, the model queries this knowledge base flexibly and retrieves human-readable information to cite.

trainingefficiencydata

SkillCenter: A Large-Scale Source-Grounded Skill Library for Autonomous AI Agents

Jul 8, 2026

Tianming Sha, Yue Zhao, Lichao Sun et al.

For building reliable autonomous agents, having a large, source-grounded skill library with quality verification is critical—SkillCenter provides 216K+ skills where every claim traces back to its original source.

SkillCenter is a massive open library of 216,938 structured skills for AI agents, with over 114,000 skills verified against peer-reviewed sources and technical documentation. The system uses an LLM-based quality filter and source-grounding to ensure each skill's claims are traceable to exact quotations, helping agents execute tasks that are not just runnable but correct, secure, and maintainable.

agentsdataapplications

MedPMC: A Systematic Framework for Scaling High-Fidelity Medical Multimodal Data for Foundation Models

Jul 8, 2026

Hyunjae Kim, Dain Kim, Pan Xiao et al.

High-fidelity data curation from scientific literature can create large-scale medical multimodal datasets that rival or exceed models trained on much larger datasets, enabling better medical AI without requiring new data collection.

MedPMC is a framework that automatically extracts and curates 11 million high-quality medical image-text pairs from 6.1 million PubMed Central articles. The resulting dataset trains multimodal models that significantly outperform existing biomedical baselines on medical imaging tasks, with 95.3% of extracted images validated as medically relevant by human reviewers.

multimodaldatatraining

Rethinking Indic AI from a Lens of Cultural Heritage Preservation

Jul 7, 2026

Aparna Madva, Sharath Srivatsa, Srinath Srinivasa et al.

Building AI for Indian languages requires moving beyond generic NLP approaches to address unique linguistic structures and cultural contexts; the paper introduces 'Culture Sensing' as a framework for culturally-aware, equitable AI development.

This paper examines how AI and NLP technologies impact Indian languages and cultural heritage, tracing the historical development of Indic NLP while highlighting unique linguistic challenges like complex scripts, rich morphology, and diglossia.

dataapplications

On the feasibility of dependency parsing of non-human sequences without a gold standard. Is evaluation possible in other species?

Jul 7, 2026

Ramon Ferrer-i-Cancho, Catherine Hobaiter, Thore Bergman et al.

Dependency parsing of animal communication is paradoxically easier to evaluate than human language because primate sequences have mathematical properties that constrain parser accuracy, enabling validation without labeled data.

This paper explores whether dependency parsing—finding tree structures in sequences—can work for animal communication without labeled training data. Using network science, the authors show that primate vocalizations and gestures have mathematical properties that force parsers to be accurate, making evaluation possible without gold standards.

evaluationdata

GraphBU: MILP Instance Generation with Graph-Native Block Units

Jul 7, 2026

Xiaolei Guo, Chenyu Zhou, Jianghao Lin et al.

For building MILP solvers and learned optimization policies, GraphBU generates synthetic instances that preserve the graph structure and feasibility of real problems better than existing methods, improving downstream model training by ~8%.

GraphBU is a method for generating realistic MILP instances by treating local subproblems and their connections as fundamental units. Unlike existing generators that use templates or statistics, it explicitly preserves how different parts of an optimization problem couple together, maintaining structural properties that solvers and learned policies depend on.

trainingdata

Industry Classification of GitHub Repositories Using the North American Industry Classification System (NAICS)

Jul 7, 2026

Kevin Xu, Alexander Quispe

You can now map GitHub repositories to standardized industry sectors with high accuracy, enabling research on how different industries contribute to open-source software and how technologies spread across economic sectors.

This paper introduces NAICS-GH, a dataset of 6,588 GitHub repositories labeled with industry sectors using the North American Industry Classification System. The authors use a pipeline combining embeddings, retrieval, and GPT-4 scoring to automatically classify repositories, achieving 97% precision on human-validated samples and releasing the dataset with code and trained models.

dataapplicationsevaluation

RMISC: A Large-scale Real-world Multivariate Corpus for Time Series Foundation Models

Jul 7, 2026

Qian Sun, Yong-Ming Tian, Jia-Wei Huang et al.

Real-world multivariate time series data substantially improves foundation model generalization compared to synthetic data, suggesting that practitioners should prioritize real-world datasets when pretraining time series models.

This paper introduces RMISC, a large-scale collection of 200 real-world multivariate time series datasets with 142 billion data points across diverse domains.

datascalingevaluation
evaluationdata

Understanding the Robustness of Distributed Self-Supervised Learning Frameworks Against Non-IID Data

Jul 2, 2026

Xuanyu Chen, Nan Yang, Shuai Wang et al.

When training on decentralized, non-uniform data, use Masked Image Modeling instead of Contrastive Learning—it's theoretically more robust. Better network connectivity always improves robustness, so federated learning is a viable alternative to fully decentralized systems.

This paper analyzes how distributed self-supervised learning systems handle non-uniform data across devices. The researchers prove that Masked Image Modeling is more robust to data heterogeneity than Contrastive Learning, and that federated learning performs as well as fully decentralized approaches. They introduce MAR loss, a practical improvement that aligns local and global representations.

trainingefficiencydata

Q-GAIN: A Python Package for Machine Learning and Physically Informed Analysis Applications

Jul 2, 2026

M. Doris, S. Guo, S. M. Koh et al.

This package makes it practical for physics researchers to apply modern ML techniques (classification, object detection) to quantum gas experiments without building infrastructure from scratch.

Q-GAIN is a Python package that combines machine learning with physics-informed analysis for cold-atom experiments. It provides pre-built tools for classifying images, detecting objects, and analyzing quantum gas systems like Bose-Einstein condensates, with a modular workflow that connects data loading, ML-based feature detection, and physics analysis.

applicationsdata

Know Your Source: A Public Knowledge Store for Media Background Checks

Jul 2, 2026

Benjamin Nichols, Michael Schlichtkrull, Nedjma Ousidhoum

MEDIAREF enables reproducible, cost-effective evaluation of how well LLMs can assess source credibility for fact-checking, addressing a gap where existing systems assume all retrieved evidence is equally reliable.

This paper introduces MEDIAREF, a public database of web documents from 200 media sources designed to help AI systems verify information credibility. Instead of relying on expensive search APIs, researchers can now use MEDIAREF to test how well language models assess whether news sources are trustworthy—a key step in fact-checking systems that cite their sources.

evaluationdataapplications

World Wide Models: Literary Tools for Cultural AI

Jul 2, 2026

Nina Begus

Literary disciplines offer practical tools for making AI systems more culturally literate and pluralistic, moving beyond the monolingual, automated cultural encounters that current LLMs create.

This essay argues that literary analysis methods—comparative reading, narratology, critical theory, and world literature approaches—are essential for building culturally aware AI systems.

alignmentdatamultimodal

Language-Critique Imitation Learning from Suboptimal Demonstrations

Jul 1, 2026

Chih-Han Yang, Dai-Jie Wu, Yun-Ping Huang et al.

Language-based feedback preserves more information than scalar signals when learning from imperfect data, enabling policies to understand not just what went wrong but why and how to fix it.

This paper proposes using natural language critiques as structured supervision signals for learning from suboptimal demonstrations. Instead of compressing feedback into scalar scores, the method generates language labels describing task progress, failures, and corrections, then trains policies directly on these rich signals.

trainingdata

When LLMs Read Tables Carelessly: Measuring and Reducing Data Referencing Errors

Jun 30, 2026

Yuqing Yang, Qi Zhu, Zhen Han et al.

Data referencing errors are a widespread problem in LLM table reasoning that goes beyond final-answer accuracy; using a lightweight critic model to catch these errors during inference significantly improves reliability.

LLMs make data referencing errors when reading tables—citing wrong values or missing data despite understanding table structure. This paper systematically measures these errors across models and shows that using a critic model to detect and filter bad outputs improves accuracy by up to 12%, even with a small 4B-parameter critic.

evaluationreasoningdata

Scalable Behaviour Cloning on Browser Using via Skill Distillation

Jun 30, 2026

Kaisen Yang, Zheng Jiang, Yuzhao Peng et al.

Browser agents can scale more efficiently by learning from the implicit skills already present in human web interactions rather than from manually designed tasks, using skill distillation to convert trajectories into reusable, composable natural-language instructions.

This paper proposes a scalable approach for training browser agents by distilling human web browsing interactions into reusable natural-language skills. Rather than training agents from scratch on individual tasks, the method converts user interaction traces into compact skill descriptions that agents can retrieve and compose, organized in a skill graph to enable efficient learning and reuse.

agentstrainingdata

Self-Study Reconsidered: The Hidden Fragility of Learning from Self-Generated QA

Jun 30, 2026

Ekaterina Alimaskina, Denis Shveykin, Gleb Molodtsov et al.

Synthetic QA generation for model training has hidden failure modes: biased coverage of documents and susceptibility to instruction injection. Simple fixes like anchoring questions to specific targets and filtering instruction-like text can substantially reduce these problems.

This paper reveals that using synthetic question-answer pairs to train language models is riskier than assumed. Models generating QA pairs don't uniformly cover documents—they focus on salient regions and can be hijacked by artifacts like markup.

trainingdatasafety

VLK: Learning Humanoid Loco-Manipulation from Synthetic Interactions in Reconstructed Scenes

Jun 29, 2026

Yen-Jen Wang, Jiaman Li, Sirui Chen et al.

Synthetic data from reconstructed 3D scenes can effectively train perception-based humanoid robots for real-world loco-manipulation, eliminating the need for expensive human-annotated robot trajectories.

This paper solves a key bottleneck in training humanoid robots: the lack of paired data combining egocentric camera views, language instructions, and robot motion. The authors generate 48,000 synthetic training examples by reconstructing real indoor scenes with 3D Gaussian Splatting, simulating robot trajectories, and rendering first-person views.

dataapplications
dataevaluation

LLM-Based Examination of Eligibility Criteria from Securities Prospectuses at the German Central Bank

Jun 25, 2026

Serhii Hamotskyi, Akash Kumar Gautam, Christian Hänig

LLMs can replace rigid rule-based systems for document compliance verification, handling messy real-world text better than traditional NER while requiring no task-specific training data.

This paper applies large language models to automatically verify whether securities meet eligibility criteria for use as collateral at the German Central Bank. Instead of manually reading through complex, bilingual prospectuses, the system uses LLMs to extract, normalize, and interpret financial and legal information, achieving 91% precision while avoiding false acceptances.

applicationsevaluationdata

How Good Can Linear Models Be for Time-Series Forecasting?

Jun 25, 2026

Lang Huang, Jinglue Xu, Luke Darlow

Before building bigger models, optimize your data preprocessing: context length, normalization strategy, and regularization can close most of the accuracy gap at a fraction of the computational cost.

This paper shows that simple linear models (Ridge regression) can match or beat complex deep learning architectures for time-series forecasting by carefully tuning preprocessing—context length, normalization, and regularization—rather than scaling model size.

efficiencyevaluationdata

How Surprising Is Historical Italian to Language Models? Tokenization Tax, Comprehension Tax, and a Simple Mitigation

Jun 25, 2026

Maria Levchenko

Historical text imposes a consistent encoding penalty on LLMs, but models retain semantic understanding—making them safe for retrieval tasks if generative applications are adapted with temporal context.

This paper diagnoses why language models struggle with historical text by breaking down the problem into four dimensions: tokenization cost, predictive uncertainty, semantic robustness, and context sensitivity.

evaluationdataapplications

BetXplain: An Explanation-Annotated Dataset for Detecting Manipulative Betting Advertisements on Social Media

Jun 25, 2026

MSVPJ Sathvik, Parmitha Vangapadu, Nishit Rane et al.

The dataset enables building explainable AI systems to automatically detect manipulative betting ads on social media, with practical applications for user protection and regulatory monitoring.

This paper introduces BetXplain, a dataset of betting advertisements from Instagram and Reddit annotated for manipulative tactics and deceptive practices. Each ad includes human explanations of why it's manipulative, enabling research into detecting misleading betting promotions that could harm users' mental health and financial well-being.

datasafetyevaluation

RSPC: A Benchmark for Modeling Stress and Psychiatric Conditions in Digitally Mediated Relationships using Psychiatrist Annotations

Jun 25, 2026

Parmitha Vangapandu, Sai Ganesh Mokkapati, Sathwik Narkedimilli et al.

Mental health NLP models perform better when trained on data that includes relational context and interpersonal triggers, not just isolated symptoms—this shift from individual-centric to context-aware modeling improves both accuracy and clinical relevance.

This paper introduces RSPC, a dataset of 1,799 Reddit posts about long-distance relationships annotated by psychiatrists for mental health conditions, relationship stressors, and relationship phases.

evaluationdataapplications

The Geometry of Updates: Fisher Alignment at Vocabulary Scale

Jun 25, 2026

John Sweeney

FisherSketch enables practical source selection for LLM families by measuring task similarity through Fisher alignment signatures (16 KB per task) instead of expensive full Fisher matrices, revealing whether tasks differ in activations, errors, or their interaction.

This paper solves the problem of selecting training data sources for language models that share vocabularies but differ in tasks (like SMILES vs protein sequences).

trainingefficiencydata