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.

1492 papers7 this month12 topics
AllEvaluation 42Training 39Agents 31Reasoning 27Efficiency 25Safety 18Multimodal 17Applications 17Alignment 11Data 11Architecture 8scaling 6

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(14)

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.

Jun 15 – Jun 21(15)

Structuring and Tokenizing Distributed User Interest Context for Generative Recommendation

Jun 18, 2026

Ruizhong Qiu, Yinglong Xia, Dongqi Fu et al.

Combining graph-based user co-engagement patterns with semantic tokenization creates more accurate user interest representations for generative recommendation systems at scale.

This paper presents G2Rec, a framework that improves generative recommendation systems by better organizing user behavior and item information. It combines graph-based user interaction patterns with semantic tokenization to help recommendation models understand what users want next, without needing labeled user interests.

applicationsarchitecturedata

SARLO-80: Worldwide Slant SAR Language Optic Dataset 80cm

Jun 18, 2026

Solène Debuysère, Nicolas Trouvé, Nathan Letheule et al.

This is the first large-scale, very-high-resolution SAR-optical-language dataset with complex-valued SAR data and pixel-level alignment, unlocking new benchmarks for multimodal foundation models that can learn from radar imagery the way they learn from optical images.

SARLO-80 is a large-scale dataset of 119,566 aligned SAR-optical-text triplets at 80cm resolution covering 257 locations worldwide. It preserves complex-valued SAR measurements and native acquisition geometry—unlike existing low-resolution datasets—enabling physically grounded multimodal learning for radar and optical image understanding.

Jun 8 – Jun 14(11)

Abstracting Cross-Domain Action Sequences into Interpretable Workflows

Jun 12, 2026

Gaurav Verma, Scott Counts

LLMs can reliably abstract noisy, granular user interaction logs into interpretable workflows without domain-specific training, enabling better product insights while preserving privacy.

WorkflowView uses large language models to convert low-level user action logs (clicks, keystrokes, etc.) into high-level, meaningful activities. The approach works across different applications and domains—from browser history to online courses to document editing—without needing task-specific training, making it practical for understanding real user behavior at scale.

applicationsdata

Agents-K1: Towards Agent-native Knowledge Orchestration

Jun 11, 2026

Zongsheng Cao, Bihao Zhan, Jinxin Shi et al.

Instead of feeding agents flat paper summaries, this work structures scientific knowledge into queryable graphs with explicit entities, claims, and evidence—making it easier for AI systems to perform multi-step scientific reasoning and fact-checking.

Agents-K1 builds agent-friendly knowledge graphs from scientific papers by extracting entities, claims, evidence, and relationships across full documents—not just abstracts. The system combines a multimodal parser, an information-extraction model trained with reinforcement learning, and a unified interface for searching and traversing knowledge.

Jun 1 – Jun 7(3)

Operation-Guided Progressive Human-to-AI Text Transformation Benchmark for Multi-Granularity AI-Text Detection

Jun 4, 2026

Sondos Mahmoud Bsharat, Jiacheng Liu, Xiaohan Zhao et al.

AI-text detection isn't just about how much AI content is present—it depends on what edits were made, the domain, and revision history. Mixed-authorship documents can be harder to detect than fully AI-generated ones, exposing blind spots in current detection methods.

This paper introduces OpAI-Bench, a benchmark for detecting AI-generated text in documents that have been progressively edited by both humans and AI. Unlike existing benchmarks that only look at final outputs, OpAI-Bench tracks how AI authorship signals change across multiple revision stages, edit types, and document granularities (document, sentence, token, and span levels).

evaluationsafetydata

BBOmix: A Tabular Benchmark for Hyperparameter Optimization of Unsupervised Biological Representation Learning

Jun 3, 2026

Luca Thale-Bombien, Jan Ewald, Ralf König et al.

When using autoencoders for biological data, don't assume reconstruction loss is a good guide—use this benchmark to find hyperparameters that actually improve downstream task performance.

BBOmix is an open-source benchmark with 105,000 pre-computed results for tuning autoencoders on biological data. It shows that reconstruction loss (what autoencoders optimize for) doesn't always predict how useful the learned representations are for downstream tasks, and provides baselines for hyperparameter optimization methods.

May 25 – May 31(13)

SPECTRA: Synthetic IR Test Collections with Relevance Oracles and Controlled Distractor Diagnostics

May 29, 2026

Eric Liang

You can now generate large, reproducible test collections with known relevance answers to diagnose IR system failures at scale—useful for stress-testing before building expensive human-judged benchmarks.

SPECTRA is a framework for generating synthetic text collections and test datasets for information retrieval systems. Instead of relying on expensive human-labeled data, it creates controllable document corpora with built-in relevance labels, letting researchers test how search systems handle scale, latency, and ranking challenges before investing in real human evaluation.

evaluationdata

LLMSurgeon: Diagnosing Data Mixture of Large Language Models

May 28, 2026

Yaxin Luo, Jiacheng Cui, Xiaohan Zhao et al.

You can audit an LLM's training data composition by analyzing its outputs, even without access to the original training corpus, using statistical techniques to correct for classifier confusion and recover the underlying data mixture.

This paper introduces a method to reverse-engineer what data was used to train large language models by analyzing their generated text.

data

May 18 – May 24(5)

CHRONOS: Temporally-Aware Multi-Agent Coordination for Evolving Data Marketplaces

May 22, 2026

Joydeep Chandra

For building data marketplaces, CHRONOS shows how to maintain search quality, fair pricing, and privacy simultaneously by treating temporal decay, value attribution, and privacy budgets as coupled problems rather than separate concerns.

CHRONOS solves three interconnected problems in data marketplaces: keeping search indexes fresh as data changes, fairly pricing data contributions after market shifts, and preventing agents from exhausting privacy budgets.

dataagentsefficiency

Multilingual Knowledge Transfer under Data Constraints via Lexical Interventions

May 22, 2026

Anastasiia Sedova, Natalie Schluter, Skyler Seto et al.

You can improve cross-lingual knowledge transfer by strategically replacing words in high-resource training data with translations—no parallel data, translation models, or extra training needed.

This paper proposes LINK, a simple method to improve multilingual language models for low-resource languages by swapping English words with their translations during pretraining. The approach requires only a bilingual dictionary and no extra training, yet achieves significant performance gains on downstream tasks across eight languages.

May 4 – May 10(5)

Verifier-Backed Hard Problem Generation for Mathematical Reasoning

May 7, 2026

Yuhang Lai, Jiazhan Feng, Yee Whye Teh et al.

Using an independent verifier to validate problem correctness prevents reward hacking in AI-generated math problems, enabling better training data creation without human experts.

This paper tackles the problem of generating valid and challenging math problems for training AI models. Instead of relying on humans or simple self-play (which often produces invalid problems), the authors introduce VHG, a system with three players: a problem setter, a solver, and an independent verifier.

trainingreasoningdata

GlazyBench: A Benchmark for Ceramic Glaze Property Prediction and Image Generation

May 7, 2026

Ziyu Zhai, Siyou Li, Juexi Shao et al.

This dataset bridges AI and materials science by providing standardized benchmarks for predicting ceramic properties and generating glaze visuals—showing that multimodal AI can accelerate traditionally trial-and-error design processes.

GlazyBench is the first large-scale dataset for AI-assisted ceramic glaze design, containing 23,148 real glaze formulations. It enables two tasks: predicting glaze properties (color, transparency) from raw materials, and generating visual images of glazes.

Apr 27 – May 3(11)

Generating Statistical Charts with Validation-Driven LLM Workflows

May 1, 2026

Pavlin G. Poličar, Andraž Pevcin, Blaž Zupan

Treating chart generation as a multi-step inspectable process with rendered-output validation catches visualization failures that code-only checks miss, and the resulting dataset reveals specific weaknesses in how multimodal LLMs understand charts.

This paper presents a structured workflow for generating statistical charts from data using LLMs, with built-in validation to catch visualization errors before they reach users. The workflow produces 1,500 diverse charts paired with 30,000+ question-answer pairs, revealing that while LLMs excel at reading chart syntax, they struggle with value extraction and reasoning tasks.

evaluationapplicationsdata

Directed Social Regard: Surfacing Targeted Advocacy, Opposition, Aid, Harms, and Victimization in Online Media

May 1, 2026

Scott Friedman, Ruta Wheelock, Sonja Schmer-Galunder et al.

Most sentiment analysis tools miss nuance—they can't detect that a single message contains both praise for one group and criticism for another. This work enables fine-grained tracking of who is being helped, harmed, supported, or opposed in online discourse.

This paper introduces a new method to detect mixed positive and negative sentiments directed at different targets within the same message. Instead of labeling text as simply positive or negative, the approach identifies specific targets (like people or groups) and scores them across three dimensions: advocacy vs. opposition, aid vs. harm, and support vs. victimization.

Apr 20 – Apr 26(12)

Zero-Shot Morphological Discovery in Low-Resource Bantu Languages via Cross-Lingual Transfer and Unsupervised Clustering

Apr 24, 2026

Hillary Mutisya, John Mugane

Cross-lingual transfer and unsupervised clustering are complementary for morphology discovery in low-resource languages—transfer finds cognates while clustering spots language-specific innovations that transfer misses.

This paper develops a method to automatically discover morphological patterns in Giriama, a low-resource Bantu language with minimal labeled data. By combining knowledge transfer from Swahili with unsupervised clustering, the system identifies noun classes and uncovers two previously unknown morphological patterns, achieving 86.7% accuracy on lemmatization across word classes.

datatraining

Time-Localized Parametric Decomposition of Respiratory Airflow for Sub-Breath Analysis

Apr 24, 2026

Victoria Ribeiro Rodrigues, Paul W. Davenport, Nicholas J. Napoli

Breaking respiratory airflow into time-localized parametric components reveals sub-breath dynamics that standard metrics miss, enabling better detection of breathing changes under cognitive stress.

This paper presents a new method to analyze breathing patterns by breaking down airflow signals into simple, interpretable components (half-sine, Gaussian, and beta shapes) rather than treating breath as a single unit. The approach captures fine details within each breath—like timing and coordination—and improves detection of cognitive fatigue by 30% compared to traditional breathing metrics.

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

From Celebrities to Anyone: Characterizing AI Nudification Content, Technology, and Community Dynamics on 4chan

Jun 25, 2026

Chi Cui, Yixin Wu, Yang Zhang

AI nudification has democratized from targeting celebrities to harming people in users' social circles, enabled by accessible open-source tools and a tight-knit producer community that actively shares techniques.

This study analyzes 24,105 AI-generated non-consensual sexual images found on 4chan, revealing that targets have shifted from celebrities (4.7%) to everyday people (55.8%). Open-source models like Stable Diffusion power most production, while a small group of prolific creators drives the ecosystem through shared tutorials and fine-tuned models.

safetydataapplications

When Certainty Is an Artifact: Keyword Lexicon Blindness and the (Mis)Measurement of Rhetorical Stance

Jun 24, 2026

Bo Chen

Statistically significant findings from keyword-based text analysis can be entirely artifacts of the measurement method rather than real phenomena. Always validate keyword-based results with semantic approaches before drawing conclusions about speaker psychology or discourse patterns.

This paper reveals how keyword-based measurement tools can produce false findings in computational social science. By comparing keyword counting to LLM-based semantic analysis of interviews, the authors show that a strong statistical correlation between negative affect and certainty disappears—and even reverses—when using more accurate measurement.

evaluationdata

Natural Ungrokking: Asymmetric Control of Which Rules Survive Pretraining

Jun 24, 2026

Juliana Li, Diya Sreedhar

Language models don't just forget rules randomly during training—their survival is determined by corpus statistics (support frequency), and this process is irreversible: you can kill learned behaviors but cannot resurrect them through data manipulation.

During language model pretraining, learned rules like pronoun-gender agreement mysteriously disappear mid-training even though evidence for them remains in the data. This 'natural ungrokking' is predictable: rules survive based on how often the training data supports them relative to competing patterns.

trainingdata

OpenThoughts-Agent: Data Recipes for Agentic Models

Jun 23, 2026

Negin Raoof, Richard Zhuang, Marianna Nezhurina et al.

Systematic data curation matters more than you might think—the right mix of task sources and diversity in training data significantly improves how well agents generalize across different benchmarks.

This paper presents OpenThoughts-Agent, an open framework for creating training data for AI agents that can handle diverse tasks. The authors ran 100+ experiments to understand what makes good training data, then created a 100K example dataset that improved agent performance by 3.9 percentage points over existing open models.

trainingagentsdata

Less is More: Quality-Aware Training Data Selection for Scientific Summarization

Jun 23, 2026

Maria Nefeli Paraskevopoulou, Tatiana Passali, Grigorios Tsoumakas

For scientific summarization, training on carefully selected high-quality examples outperforms training on larger random datasets—quality matters more than quantity when building summarization systems.

This paper creates a large biomedical summarization dataset (1.88M articles) and shows that author-written abstracts vary in quality. By selecting high-quality training examples based on alignment with source articles, models achieve better results with less data than random sampling, improving both efficiency and factuality.

dataevaluationtraining

L3Cube-MahaPOS: A Marathi Part-of-Speech Tagging Dataset and BERT Models

Jun 23, 2026

Hariom Ingle, Ronit Ghode, Ishwari Gondkar et al.

Marathi NLP now has a gold-standard POS tagging dataset and baseline models, enabling better downstream tasks like machine translation and parsing for an under-resourced language with 83+ million speakers.

This paper introduces L3Cube-MahaPOS, a manually annotated dataset of 32,354 Marathi sentences for part-of-speech tagging, along with benchmarks across multiple model architectures.

dataevaluation
multimodaldataevaluation

FreeStyle: Free Control of Style-Content Dual-Reference Generation from Community LoRA Mining

Jun 18, 2026

Jinghong Lan, Wei Cheng, Yunuo Chen et al.

By mining community LoRAs as style-content anchors and using curriculum learning with targeted disentanglement mechanisms, you can scale dual-reference image generation while maintaining clean separation between style and content.

FreeStyle is a framework for generating images that combine the style of one image with the content of another. It uses community LoRA models as building blocks to create large training datasets and employs specialized techniques to prevent unwanted style or content leakage. The approach includes a new benchmark for evaluating dual-reference image generation.

trainingmultimodaldata

Scalable Training of Spatially Grounded 2D Vision-Language Models for Radiology

Jun 18, 2026

Yusuf Salcan, Simon Ging, Robin Schirrmeister et al.

You can train medical vision-language models to perform spatial grounding (locating regions in images) alongside report generation without sacrificing language quality, using automatically-curated training data instead of expensive manual annotations.

This paper introduces RefRad2D, a large-scale bilingual dataset of 1.2M medical images paired with text, and RadGrounder, a vision-language model trained to simultaneously generate radiology reports, answer visual questions, and locate anatomical regions via bounding boxes or segmentation—all without manual spatial annotations.

multimodaldata

Data Bias Mitigation under Coverage Constraints & The Price of Fairness

Jun 18, 2026

Bruno Scarone, Alfredo Viola, Renée J. Miller

You can reduce bias in ML models by strategically modifying training data, but there's a trade-off: stricter fairness requirements cost more in data changes, and ensuring sufficient representation of intersectional groups is crucial for both fairness and model performance.

This paper addresses how to reduce bias in machine learning models, especially for underrepresented groups defined by multiple characteristics (like race and gender together). The authors propose a method that modifies training data to reduce bias while ensuring enough examples exist for all groups, and they measure the cost of achieving different levels of fairness.

dataalignment

Context-Aware Hierarchical Bayesian Modeling of IVF Laboratory Environmental Conditions

Jun 18, 2026

Zahra Asghari Varzaneh, Reza Khoshkangini, Pia Saldeen et al.

Structured environmental data with domain-specific feature engineering can transfer across medical settings and improve clinical predictions—suggesting that underutilized sensor data is a valuable signal for healthcare AI.

This paper shows that detailed laboratory environmental monitoring—not just temperature and humidity averages—can meaningfully predict IVF pregnancy rates.

dataevaluationapplications

The Significance of Style Diversity in Annotation-Free Synthetic Data Generation

Jun 18, 2026

Zahra Abbasiantaeb, Zeno Belligoli, Omar Essam et al.

Style diversity in synthetic data is more important than topic diversity for training intent classifiers—varying how things are said matters more than varying what's discussed.

This paper presents a method for generating synthetic training data for intent classification without any human annotations. The approach uses intent definitions and LLM generation with style and topic diversity controls, plus post-hoc stylization models to create varied, realistic dialogue. Results show the synthetic data reaches 93% of the performance of human-annotated data.

datatrainingevaluation

DataMagic: Transforming Tabular Data into Data Insight Video

Jun 18, 2026

Yupeng Xie, Chen Ma, Zhenyang Wang et al.

Instead of manually creating data visualizations or using pixel-level video generation, DataMagic separates data logic from rendering through a declarative spec, ensuring videos accurately represent underlying data while supporting interactive exploration.

DataMagic is a system that automatically transforms raw tabular data and natural language questions into narrative data videos with charts, voice narration, and animations. It uses a declarative specification to ensure data accuracy and a multi-agent architecture to generate and organize video scenes, making data insights more engaging and explorable than static dashboards.

applicationsdatamultimodal

Freeing the Law with LOCUS: A Local Ordinance Corpus for the United States

Jun 17, 2026

Denis Peskoff, Joe Barrow, Christopher Vu et al.

Local ordinances—which regulate zoning, housing, and public health—are now accessible as structured data for AI research, opening new possibilities for studying how everyday regulations are written and enforced across America.

LOCUS is a machine-readable corpus of nearly all U.S. local ordinances (codes from 9,239 cities and counties) that were previously locked in vendor platforms. The researchers used OCR to extract these fragmented documents and built an access layer covering 2,309 counties, enabling large-scale AI research on local law for the first time.

dataapplications

Data Intelligence Agents: Interpreting, Modeling, and Querying Enterprise Data via Autonomous Coding Agents

Jun 17, 2026

Anoushka Vyas, Aarushi Dhanuka, Sina Khoshfetrat Pakazad et al.

Autonomous coding agents that execute and validate their own code outputs, combined with shared memory for experience reuse, outperform text-only approaches for data integration tasks and generalize across different SQL dialects and query types.

Data Intelligence Agents (DIA) is a production system using three autonomous coding agents to automate enterprise data workflows—interpreting raw data, creating schemas, and generating SQL queries.

agentsapplicationsdata

Optimal scenario design for climate emulation

Jun 17, 2026

Christopher B. Womack, Shahine Bouabid, Andrei Sokolov et al.

For climate emulators, optimizing training data diversity through iterative refinement produces better generalization than simply using more standard scenarios, even with smaller datasets.

This paper shows that training data quality matters more than quantity for climate AI models. Instead of using many standard climate scenarios, researchers created a method to design fewer but more diverse training scenarios that teach AI models to better predict climate behavior across different conditions—like distinguishing how greenhouse gases versus aerosols affect the climate.

trainingdataefficiency

Darshana Graph: A Parallel Commentary Corpus for Comparative Indian Philosophy, with Stylometric and Exploratory Graph Analyses

Jun 16, 2026

Joy Bose

This resource enables direct computational comparison of how independent interpretive traditions read the same source material—a capability previously unavailable at scale—and demonstrates both the value and limitations of stylometric and LLM-based approaches for analyzing philosophical disag...

Darshana Graph is a corpus of 125,000+ texts from Hindu, Buddhist, and Jain philosophical traditions, with a unique subset of 8,500 records where the same source verse is aligned across 18 historical commentators.

dataevaluationapplications

Rethinking Dataset Distillation for Classification: Do Distilled Sets Outperform Coresets?

Jun 16, 2026

Trisha Mittal, Akshay Mehra, Joshua Kimball

Dataset distillation doesn't consistently outperform simpler coreset selection methods on real-world tasks, and coresets are often more computationally efficient for creating compact training datasets.

This paper challenges the effectiveness of dataset distillation by comparing it against simpler coreset selection methods across large-scale benchmarks.

dataevaluationefficiency

Analyzing and Encoding the Al-Mawrid Arabic-English Dictionary with the ISO Language Markup Framework and TEI Lex-0

Jun 16, 2026

Diaa Fayed, Laurent Romary

A standardized, reproducible method for converting print dictionaries into machine-readable lexical resources—critical infrastructure for Arabic NLP that didn't exist before.

This paper describes how to convert a printed Arabic-English dictionary into a digital, machine-readable format using international standards (ISO LMF and TEI Lex-0). The authors tested their approach on a sample section and achieved 91% accuracy in parsing the dictionary's structure, while extracting synonyms and word features with 85-98% precision.

dataapplications

FusionRS: A Large-Scale RGB-Infrared Remote Sensing Dataset for Dual-Modal Vision-Language Foundation Models

Jun 15, 2026

Jiaju Han, Ben Zhang, Xuemeng Sun et al.

Combining infrared and RGB satellite imagery with modality-specific captions significantly improves vision-language models' ability to understand Earth observation data—infrared-aware text supervision is essential for effective multi-modal learning.

FusionRS is the first large-scale dataset pairing RGB and infrared satellite images with text descriptions for training AI models that understand both types of imagery together.

multimodaldataapplications
agentsdata

Influcoder: Distilling Decoders' Gradient Influence Rankings into an Encoder for Data Attribution

Jun 11, 2026

Dimitri Kachler, Damien Sileo, Pascal Denis

You can dramatically speed up identifying problematic training data by training a lightweight encoder to predict influence rankings, rather than computing expensive influence functions directly.

This paper proposes Influcoder, a method that speeds up data attribution for large language models by distilling influence function computations into a compact encoder. Instead of expensive influence calculations, it learns to quickly identify which training samples contributed to specific model outputs, enabling efficient dataset curation and quality filtering.

trainingdataefficiency

Valid Inference with Synthetic Data via Task Exchangeability

Jun 11, 2026

Lezhi Tan, Tijana Zrnic

You can use synthetic data for research if you can prove your task is exchangeable with historical tasks where real data is available; this framework provides statistical guarantees that your conclusions remain valid.

This paper provides statistical methods for safely using synthetic data in research by introducing 'task exchangeability'—a condition ensuring your current research question is mathematically similar to past tasks where real data exists. The authors develop inference techniques with validity guarantees and test them on LLM-generated survey responses and AI evaluation tasks.

evaluationdatasafety

The Tone of Awareness: Topic, Sentiment, and Toxicity Maps During Mental Health Month on TikTok

Jun 11, 2026

Henrique Ferraz de Arruda, Andreia Sofia Teixeira, Pranay Gundala Reddy et al.

Mental health conversations on TikTok show a gap between creator intent and audience response: videos express negative emotions about serious topics, but comments shift toward positivity, though toxicity concentrates in certain sensitive areas like suicide prevention.

Researchers analyzed 28,341 TikTok videos and 80,130 comments from Mental Health Awareness Month to understand how mental health content is framed and received.

evaluationdata

Existence Precedes Value: Joint Modeling of Observational Existence and Evolving States in Time Series Forecasting

Jun 11, 2026

Yifan Hu, Hongzhou Chen, Peiyuan Liu et al.

For practical time series forecasting with missing data, you need to predict both whether observations will happen and what their values are—treating these as a coupled problem rather than assuming future timestamps are known.

This paper tackles incomplete time series forecasting by jointly predicting whether future observations will occur and what their values will be. Most existing methods assume future timestamps are known, which isn't realistic.

dataevaluation

System Report for CCL25-Eval Task 5: New Dataset and LoRA-Fine-Tuned Qwen2.5

Jun 10, 2026

Haotao Xie

Domain-specific datasets and targeted fine-tuning can significantly improve LLM performance on specialized tasks like classical poetry understanding, showing that treating niche domains as general problems leaves performance on the table.

This paper creates a specialized dataset of 49,404 instruction-response pairs for classical Chinese poetry tasks and fine-tunes Qwen2.5-14B using LoRA to build PoetryQwen. The model breaks poetry understanding into three subtasks—term interpretation, semantic interpretation, and emotional inference—and achieves 9.7% improvement over the baseline on a poetry evaluation benchmark.

trainingdataapplications

ATLAS: Active Theory Learning for Automated Science

Jun 10, 2026

Noémi Éltető, Nathaniel D. Daw, Kimberly L. Stachenfeld et al.

Active learning can dramatically accelerate scientific discovery by automatically designing experiments that test competing mechanistic theories, reducing the data needed to understand complex systems.

ATLAS is an automated system that discovers interpretable behavioral models by iteratively generating competing hypotheses and designing experiments to distinguish between them. It uses sparse neural networks and active learning to efficiently recover how agents make decisions, achieving 5-10x better sample efficiency than random experimentation.

reasoningagentsdata

Which Models Are Our Models Built On? Auditing Invisible Dependencies in Modern LLMs

Jun 10, 2026

Sanjay Adhikesaven, Haoxiang Sun, Sewon Min

Modern LLMs depend on dozens of upstream models and datasets in complex, recursive ways; ModSleuth makes these invisible dependencies visible and traceable, exposing compliance and transparency issues in LLM development.

This paper introduces ModSleuth, a system that automatically traces the hidden dependencies between models and datasets used to build modern LLMs.

evaluationdata

OncoTraj: a public benchmark for longitudinal resistance prediction in EGFR-mutant non-small-cell lung cancer on osimertinib

Jun 9, 2026

Abhijoy Sarkar, Aarchi Singh Thakur

Building predictive models for cancer drug resistance requires longitudinal data (serial measurements over time), not just a single snapshot of tumor genetics; current single-timepoint data hits a hard ceiling regardless of algorithm sophistication.

OncoTraj is a public benchmark dataset of 813 lung cancer patients for predicting treatment resistance to osimertinib. It combines data from three clinical sources and defines three prediction tasks: whether patients progress within 12 months, how long until progression, and what resistance mechanism emerges.

evaluationapplicationsdata

Data Synthesis and Parameter-Efficient Fine-Tuning for Low-Resource NMT: A Case Study on Q'eqchi' Mayan

Jun 8, 2026

Alexander Chulzhanov, Soeren Eberhardt, Arjun Mukherjee

Synthetic data can efficiently teach a model grammatical structure for low-resource languages, but semantic understanding requires authentic data—synthetic bootstrapping works best as a primer before curriculum learning with real examples.

This paper tackles machine translation for Q'eqchi' Mayan, an Indigenous language with almost no digital text. Instead of scraping the web (which violates data sovereignty), researchers created synthetic training data from dictionaries and fine-tuned a multilingual model using LoRA adapters.

dataefficiencytraining
evaluationefficiencydata

Efficient ASR Training with Conversations that Never Happened

Jun 2, 2026

Máté Gedeon, Péter Mihajlik

LLM-generated synthetic conversations paired with TTS can effectively replace scarce real conversational data for training speech recognition systems, especially when real multi-speaker dialogue is expensive to collect.

This paper shows how to train better speech recognition systems for low-resource languages by generating fake conversations using LLMs and text-to-speech. Instead of collecting expensive real conversations, the authors create synthetic multi-speaker dialogues with realistic speaker metadata, then use TTS to generate audio.

datatrainingapplications
evaluation
training

SchGen: PCB Schematic Generation with Semantic-Grounded Code Representations

May 28, 2026

Qinpei Luo, Ruichun Ma, Xinyu Zhang et al.

Representation design matters more than model size: a semantically-grounded code format for PCB schematics lets smaller LLMs outperform larger general-purpose models on hardware design tasks.

SchGen is the first AI system that generates PCB schematics from natural language descriptions. The key innovation is a new code-based representation that focuses on semantic relationships (like component connections) rather than geometry, making it easier for language models to learn. The authors also built a large dataset by converting open-source hardware designs into this representation.

applicationsdataarchitecture

GPIC: A Giant Permissive Image Corpus for Visual Generation

May 28, 2026

Keshigeyan Chandrasegaran, Kyle Sargent, Suchir Agarwal et al.

For building image generation models, GPIC provides a legally usable, large-scale alternative to web-scraped datasets—eliminating licensing concerns while offering standardized evaluation benchmarks.

GPIC is a massive dataset of 100M training images (28 trillion pixels total) with AI-generated captions, all permissively licensed for research and commercial use. The dataset is deduplicated, safety-filtered, and hosted on Hugging Face with benchmarking tools and baseline models for training visual generation systems.

dataevaluationapplications

Demystifying Data Organization for Enhanced LLM Training

May 28, 2026

Yalun Dai, Yangyu Huang, Tongshen Yang et al.

The sequence of training data is as important as which data you select; reordering data using simple principles can boost LLM training efficiency and stability with minimal overhead.

This paper shows how the order in which you feed data to language models during training matters significantly. The researchers identified four key principles for organizing training data—Boundary Sharpening, Cyclic Scheduling, Curriculum Continuity, and Local Diversity—and created two new data ordering methods that improve training stability and performance without extra computational cost.

trainingdataefficiency

COMPOSE: Composing Future Theorems from Citations and Formal Structure

May 28, 2026

David Busbib, Michael Werman

Generating mathematically sound future claims requires grounding in both scientific context (citations) and formal logical structure—neither alone is sufficient for plausible theorem prediction.

This paper tackles predicting future mathematical theorems by combining two types of information: citation networks (what mathematicians cite) and formal theorem dependencies (what logically follows from existing proofs). The authors build COMPOSE, a system that uses both graphs together to generate plausible new theorem statements, validated against real papers from 2024-2025.

reasoningdataevaluation

MedCase-Structured: A Text-to-FHIR Dataset for Benchmarking Diagnostic Reasoning in Clinically Realistic EHR Settings

May 28, 2026

Valentina Bui Muti, Eugénie Dulout, Ziquan Fu

LLMs show significantly lower diagnostic accuracy when working with structured healthcare data formats (FHIR) compared to plain text, meaning benchmarks must match actual clinical system requirements to predict real-world performance.

This paper creates a dataset of realistic medical records in FHIR format (a standard healthcare data structure) to test how well AI models perform clinical reasoning.

evaluationapplicationsdata

Statistical Embeddings for Similarity, Retrieval, and Interpretable Alignment of Numeric Tabular Datasets

May 28, 2026

M. Ross Kunz, John Merickel, Keith Wilson

You can now retrieve similar datasets and understand which variables correspond across them without needing shared column names—useful for finding relevant training data or initializing models for new datasets.

This paper presents a method to compare and retrieve numeric datasets by converting their statistical properties into embeddings. Instead of requiring datasets to share the same variables, the approach uses statistical summaries (like means, distributions) embedded via sentence transformers, then applies Canonical Correlation Analysis to find which variables align across datasets.

dataevaluation

MIRA: Mid-training Rubric Anchoring for Source-Aware Data Selection

May 28, 2026

Haowen Wang, Yaxin Du, Jian Yang et al.

For mid-training, let the data sources themselves tell you what quality matters: MIRA discovers source-specific rubrics automatically, making data selection both more effective and more scalable than fixed evaluation criteria.

MIRA is a data selection method for mid-training large language models that automatically discovers what quality criteria matter for each data source, then uses those criteria to filter training data efficiently.

trainingdataefficiency

Human Label Variation as Stable Signal: Learning Annotator-Specific Explanation Behavior via Cross-Annotator Preference Optimization

May 27, 2026

Beiduo Chen, Pingjun Hong, Ziyun Zhang et al.

Instead of treating annotator disagreement as noise, you can use it as a signal to train models that reproduce individual annotators' reasoning styles—useful for building explanation systems grounded in real human decision-making patterns.

This paper shows that large language models can learn to mimic how individual annotators explain their decisions, not just their labels. The researchers developed a method called CAPO that trains models on one annotator's explanations while contrasting them with other annotators' valid but different explanations for the same input, revealing stable patterns in how people reason about tasks.

datatrainingevaluation

Do Agents Need Semantic Metadata? A Comparative Study in Agentic Data Retrieval

May 27, 2026

Shiyu Chen, Tarfah Alrashed, Alon Halevy et al.

For agents to reliably execute data-driven tasks, structured semantic metadata is essential—unstructured web search alone leads to frequent failures where agents retrieve descriptions instead of actionable data.

This paper compares how AI agents find data on the web: one searches billions of unstructured web pages, while another uses structured semantic metadata (schema.org). The semantic approach retrieves more usable data with 65.7% higher precision, while the unstructured approach covers more questions but often returns unhelpful pages instead of actual datasets.

agentsdataevaluation

Guiding LLM Post-training Data Engineering with Model Internals from Sparse Autoencoders

May 26, 2026

Yi Jing, Zao Dai, Jinwu Hu et al.

Instead of picking training data based only on external metrics, you can use SAEs to decode what the model actually learns internally, then use those signals to organize data better—making training more efficient without changing the model architecture.

This paper shows how to improve LLM training by using Sparse Autoencoders (SAEs) to read the model's internal representations and guide data selection. The method clusters training data for diversity, orders it by difficulty, and filters low-quality examples—improving math performance by 3% and cutting training time by 20% on smaller models.

trainingdatareasoning

EdgeFlow: Edge-Map Augmented VLM-Based Flowchart Processing for Industrial Requirements Engineering

May 26, 2026

Zhifei Dou, Shabnam Hassani, Ou Wei

Adding simple edge detection to flowchart images helps VLMs understand topology better—a practical, training-free technique that improves industrial document processing by 11-17 percentage points without requiring annotated data.

EdgeFlow improves how Vision Language Models convert flowcharts into machine-readable formats by adding edge detection as a visual guide. The method works without training data or fine-tuning, achieving significant improvements on real-world industrial flowcharts by helping the model better understand the structure and connections between elements.

applicationsmultimodaldata
trainingdata

Evaluating Commercial AI Chatbots as News Intermediaries

May 21, 2026

Mirac Suzgun, Emily Shen, Federico Bianchi et al.

AI chatbots excel at retrieving and synthesizing recent news but have three critical weaknesses: they systematically underperform on non-English content, fail primarily due to retrieval errors rather than reasoning mistakes, and are easily fooled by questions containing subtle false information.

This study evaluates six major AI chatbots (Gemini, Grok, Claude, GPT models) on their ability to answer factual news questions across six languages and regions.

evaluationmultimodaldata

Understanding Data Temporality Impact on Large Language Models Pre-training

May 21, 2026

Pilchen Hippolyte, Fabre Romain, Signe Talla Franck et al.

Training LLMs on chronologically ordered data instead of shuffled data improves their knowledge of recent facts and temporal accuracy, suggesting data ordering matters for building models that stay current.

This paper investigates how the order of training data affects what LLMs learn about time-sensitive facts. Researchers trained 6B-parameter models on chronologically ordered data versus shuffled data, and found that sequential training produces models with more current and accurate temporal knowledge while maintaining general language understanding.

trainingdataevaluation

EnvFactory: Scaling Tool-Use Agents via Executable Environments Synthesis and Robust RL

May 18, 2026

Minrui Xu, Zilin Wang, Mengyi DENG et al.

Automated environment synthesis and trajectory generation can reduce the data requirements for tool-use agent training by 5x while improving downstream performance, making agentic RL more practical and scalable.

EnvFactory automates the creation of tool-use training environments and realistic multi-turn interaction trajectories for teaching language models to use tools effectively. It generates diverse, natural training data from verified executable environments, enabling more efficient agent training with fewer resources than existing approaches.

agentstrainingdata
multimodalapplicationsdata

OpenSeeker-v2: Pushing the Limits of Search Agents with Informative and High-Difficulty Trajectories

May 5, 2026

Yuwen Du, Rui Ye, Shuo Tang et al.

High-quality training data matters more than pipeline complexity: careful data curation with SFT alone can beat industrial-scale approaches combining pre-training, continual pre-training, and RL for building capable search agents.

OpenSeeker-v2 shows that simple supervised fine-tuning on carefully designed training data can match or beat complex industrial pipelines for building search agents.

trainingagentsdata

Unsupervised Machine Learning for Detecting Structural Anomalies in European Regional Statistics

May 4, 2026

Bogdan Oancea

Unsupervised learning can detect multivariate anomalies in regional data that traditional single-variable checks miss, helping statistical agencies distinguish between data quality issues and genuine structural divergence.

This paper uses five unsupervised machine learning techniques to detect regions in Europe with unusual combinations of economic and social indicators, rather than just extreme individual values.

evaluationdata

VideoNet: A Large-Scale Dataset for Domain-Specific Action Recognition

May 4, 2026

Tanush Yadav, Mohammadreza Salehi, Jae Sung Park et al.

Vision-language models perform surprisingly poorly on domain-specific action recognition even in simplified settings, but fine-tuning on domain-specific video data significantly closes the gap.

VideoNet is a new benchmark and dataset for testing how well AI models recognize specific actions in videos across 37 different domains. The researchers found that current vision-language models struggle with domain-specific action recognition—even simple binary choices—and created a 500k video question-answer dataset to improve performance through fine-tuning.

evaluationdatamultimodal
evaluationdata

Synthetic Computers at Scale for Long-Horizon Productivity Simulation

Apr 30, 2026

Tao Ge, Baolin Peng, Hao Cheng et al.

Synthetic computer environments with long-horizon simulations can generate realistic training data for productivity agents at scale, enabling them to learn from diverse workplace scenarios without human annotation.

Researchers created a system to generate realistic computer environments at scale—complete with folder structures and documents—then simulated AI agents working on month-long productivity tasks within them.

agentsdatatraining

Intern-Atlas: A Methodological Evolution Graph as Research Infrastructure for AI Scientists

Apr 30, 2026

Yujun Wu, Dongxu Zhang, Xinchen Li et al.

Structured knowledge of method evolution, not just citations, is essential infrastructure for AI agents doing research. This graph enables machines to understand how innovations emerge and build upon each other, unlocking automated idea evaluation and generation.

Intern-Atlas is a structured database of how AI research methods evolve and build on each other, extracted from over 1 million papers. Unlike traditional citation networks, it explicitly maps methodological relationships—showing which techniques led to which innovations and why—making it queryable for AI research agents and enabling automated discovery of new research directions.

dataagentsapplications

FlexiTac: A Low-Cost, Open-Source, Scalable Tactile Sensing Solution for Robotic Systems

Apr 30, 2026

Binghao Huang, Yunzhu Li

Practical tactile sensing for robotics is now accessible to researchers and developers without expensive custom hardware—FlexiTac provides a plug-and-play solution that integrates with standard robot learning pipelines.

FlexiTac is an affordable, open-source tactile sensor system for robot hands and grippers that combines flexible sensor pads with simple electronics to provide real-time touch feedback. It works with existing robot platforms and supports modern AI training methods like learning from combined vision and touch data.

applicationsmultimodaldata

TopBench: A Benchmark for Implicit Prediction and Reasoning over Tabular Question Answering

Apr 30, 2026

An-Yang Ji, Jun-Peng Jiang, De-Chuan Zhan et al.

LLMs fail at implicit prediction tasks on tables because they don't recognize when a question requires inference from patterns rather than lookup; intent disambiguation is the critical bottleneck.

TopBench is a benchmark for testing how well language models can answer questions about tables that require prediction and reasoning, not just data lookup. It includes 779 examples across tasks like forecasting values, analyzing treatment effects, and complex filtering—revealing that current models struggle to recognize when prediction is needed and often default to simple retrieval instead.

evaluationreasoningdata

Repetition over Diversity: High-Signal Data Filtering for Sample-Efficient German Language Modeling

Apr 30, 2026

Ansar Aynetdinov, Patrick Haller, Alan Akbik

For non-English language models, aggressively filtering data for quality and repeating it multiple times beats training once on larger, diverse datasets—a practical insight for resource-constrained language model development.

This paper challenges the assumption that diverse data is always better for language model training. For German, the researchers found that repeatedly training on a smaller, high-quality filtered dataset outperforms training once on a larger, less-filtered dataset—even after 7 epochs of repetition.

trainingdataefficiency

What Kind of Language is Easy to Language-Model Under Curriculum Learning?

Apr 29, 2026

Nadine El-Naggar, Tatsuki Kuribayashi, Ted Briscoe

Curriculum learning substantially changes language models' learning biases, suggesting that training order matters as much as model architecture when predicting which language structures are 'easy' to learn.

This paper investigates how curriculum learning—training language models on simpler sentences first rather than random order—affects which linguistic patterns models naturally learn.

trainingdata

Personalized Worked Example Generation from Student Code Submissions using Pattern-based Knowledge Components

Apr 27, 2026

Griffin Pitts, Muntasir Hoq, Peter Brusilovsky et al.

By extracting knowledge components from student code patterns, you can steer generative models to create personalized learning content that directly targets the logical errors students are making, rather than relying on generic pre-written examples.

This paper presents a system that automatically generates personalized worked examples for programming students based on their actual code submissions. Instead of using fixed example libraries, the system analyzes patterns in student errors using code structure analysis and uses these patterns to guide an AI model to create relevant examples that address each student's specific misconceptions.

applicationstrainingdata

Learning to Think from Multiple Thinkers

Apr 27, 2026

Nirmit Joshi, Roey Magen, Nathan Srebro et al.

Learning from diverse reasoning traces is harder than learning from a single thinker, but you can overcome this by actively collecting reasoning data from many thinkers (logarithmic in target accuracy) combined with passive final-answer supervision.

This paper studies how AI models can learn from multiple people or programs solving the same problem in different ways (e.g., different math solutions or code implementations).

trainingreasoningdata

Defective Task Descriptions in LLM-Based Code Generation: Detection and Analysis

Apr 27, 2026

Amal Akli, Mike Papadakis, Maxime Cordy et al.

Task description quality matters more than model size for reliable code generation—a small, fine-tuned classifier can detect problematic descriptions better than much larger models, and under-specification is the most critical defect type to watch for.

This paper introduces SpecValidator, a lightweight classifier that detects defects in task descriptions given to code-generating AI models. The tool identifies three types of problems—vague language, missing details, and formatting issues—and shows it's much better at catching these issues than larger models like GPT-4 mini or Claude.

evaluationapplicationsdata
evaluationdata

CRAFT: Clustered Regression for Adaptive Filtering of Training data

Apr 24, 2026

Parthasarathi Panda, Asheswari Swain, Subhrakanta Panda

You can select optimal training data 40x faster than competing methods by matching source distributions through clustering and target distributions through regression, without sacrificing quality.

CRAFT is a fast method for selecting high-quality training data subsets from massive datasets. It uses clustering and statistical matching to pick training examples whose target outputs align with your validation set, enabling efficient fine-tuning of translation models on millions of examples in under a minute.

datatrainingefficiency

Mapping the Political Discourse in the Brazilian Chamber of Deputies: A Multi-Faceted Computational Approach

Apr 23, 2026

Flávio Soriano, Victoria F. Mello, Pedro B. Rigueira et al.

Political discourse analysis using NLP can reveal patterns invisible in voting records alone—like how stylistic shifts, topic priorities, and speaker alignments reflect deeper political structures beyond formal party lines.

This paper analyzes 450,000+ speeches from Brazil's Chamber of Deputies using computational methods to understand how politicians speak, what they discuss, and who aligns with whom rhetorically.

dataevaluation

Revealing Geography-Driven Signals in Zone-Level Claim Frequency Models: An Empirical Study using Environmental and Visual Predictors

Apr 23, 2026

Sherly Alfonso-Sánchez, Cristián Bravo, Kristina G. Stankova

Geographic representation matters more than model complexity for insurance risk prediction—simple coordinate + environmental feature combinations often outperform complex image-based approaches in zone-level claim frequency models.

This study shows how to improve motor insurance claim prediction by adding geographic data to standard actuarial models, even when location information is limited. Researchers tested environmental features from maps and satellite imagery on insurance claims data, finding that combining coordinates with environmental data works best, while image embeddings help when map data isn't available.

dataevaluationapplications

EVENT5Ws: A Large Dataset for Open-Domain Event Extraction from Documents

Apr 23, 2026

Praval Sharma, Ashok Samal, Leen-Kiat Soh et al.

This dataset enables building event extraction systems that work across diverse real-world documents and geographical contexts, moving beyond closed-domain limitations that plagued previous approaches.

EVENT5Ws is a large, manually annotated dataset for extracting key event information (who, what, when, where, why) from documents in open-domain settings.

dataevaluationapplications

Revisiting Non-Verbatim Memorization in Large Language Models: The Role of Entity Surface Forms

Apr 23, 2026

Yuto Nishida, Naoki Shikoda, Yosuke Kishinami et al.

LLMs don't memorize facts in a surface-invariant way; their ability to answer factual questions depends heavily on which name or spelling variant you use for an entity, suggesting memorization is tied to specific linguistic forms encountered during training.

This paper investigates how large language models memorize facts by testing whether they can answer questions about the same entity using different names and spellings.

evaluationdata

SyMTRS: Benchmark Multi-Task Synthetic Dataset for Depth, Domain Adaptation and Super-Resolution in Aerial Imagery

Apr 23, 2026

Safouane El Ghazouali, Nicola Venturi, Michael Rueegsegger et al.

Synthetic data with perfect annotations can accelerate progress on multiple aerial imagery tasks simultaneously—depth, domain shift, and resolution—without the cost and difficulty of collecting real-world ground truth.

SyMTRS is a large synthetic dataset for aerial imagery that provides pixel-perfect depth maps, day/night image pairs, and multi-scale variants for training AI models on three tasks: depth estimation, domain adaptation, and super-resolution.

dataevaluationmultimodal

Inferring High-Level Events from Timestamped Data: Complexity and Medical Applications

Apr 23, 2026

Yvon K. Awuklu, Meghyn Bienvenu, Katsumi Inoue et al.

You can build practical event detection systems using logical rules and constraint satisfaction that work efficiently on real timestamped data while handling conflicting inferences—demonstrated on medical records.

This paper presents a logic-based system for detecting high-level events from timestamped data, like inferring disease episodes from patient medical records. The system uses logical rules to identify events, handles conflicts between inferred events, and can run efficiently on real data while staying aligned with expert knowledge.

reasoningdataapplications

SemEval-2026 Task 4: Narrative Story Similarity and Narrative Representation Learning

Apr 23, 2026

Hans Ole Hatzel, Ekaterina Artemova, Haimo Paul Stiemer et al.

Narrative similarity can be operationalized as a practical classification task, and LLM ensembles currently outperform other approaches, but there's significant room for improvement in how systems represent and compare story meanings.

This paper introduces a shared task on narrative similarity that asks systems to determine which of two stories is more similar to a reference story. The team collected over 1,000 annotated story triples and evaluated 71 submissions from 46 teams, finding that LLM ensembles performed best for classification while fine-tuned embedding models competed well with simpler approaches.

evaluationdata

Misinformation Span Detection in Videos via Audio Transcripts

Apr 23, 2026

Breno Matos, Rennan C. Lima, Savvas Zannettou et al.

Misinformation detection is more useful when you know *where* in a video the false claim occurs, not just *whether* it exists—this work enables fine-grained detection at the segment level rather than video level.

This paper tackles video misinformation by identifying exactly where false claims appear within videos. Instead of just labeling entire videos as true or false, researchers transcribed video audio and annotated which specific segments contain misinformation, creating two datasets with 500+ videos. They trained language models to pinpoint these problematic spans, achieving 68% F1 score.

safetydataevaluation

AUDITA: A New Dataset to Audit Humans vs. AI Skill at Audio QA

Apr 23, 2026

Tasnim Kabir, Dmytro Kurdydyk, Aadi Palnitkar et al.

Current audio AI models fail dramatically on genuine audio understanding tasks—they likely exploit dataset biases and metadata rather than actually listening to and reasoning about sound.

AUDITA is a new benchmark dataset with real-world audio and human-authored trivia questions designed to test whether AI models can truly understand audio content rather than relying on shortcuts. Humans answer correctly 32% of the time, but state-of-the-art models score below 9%, revealing a significant gap in audio reasoning capabilities.

evaluationmultimodaldata