@MSFTResearch: Among Microsoft’s 100+ accepted papers, 3 oral presentations, and 1 expo demo at ICML in Seoul, highlights include Fara…
Summary
Microsoft Research highlights from ICML 2026 include the Fara 1.5 computer-use agent family, critique-resilient benchmarking, expanded protein ML benchmarks with FLIP2, and improved LLM reasoning stability, with over 100 accepted papers.
View Cached Full Text
Cached at: 07/07/26, 06:21 PM
Among Microsoft’s 100+ accepted papers, 3 oral presentations, and 1 expo demo at ICML in Seoul, highlights include Fara 1.5 computer-use agents, critique-resilient benchmarking, expanded protein ML benchmarks with FLIP2, and improved LLM reasoning stability. https://msft.it/6019vaCHU
Highlights from ICML 2026
Source: https://www.linkedin.com/pulse/highlights-from-icml-2026-microsoftresearch-alcoe/?trackingId=A7KG%2BeKSQaO%2BP2vkqRe3Og%3D%3D Microsoft Research
Microsoft Research
We advance science and technology to benefit humanity.
Published Jul 7, 2026
Microsoft is sponsoringThe International Conference on Machine Learning (ICML), a premier gathering dedicated to the advancement of machine learning related fields including statistics and data science, as well as machine vision, computational biology, speech recognition, and robotics.
More than 100 papers from Microsoft were accepted for this year’s conference in Seoul, Korea. This edition of Research Focus offers an overview of work selected for an expo demonstration and three oral presentations.
EXPO DEMONSTRATION
Fara1.5 is a family of lightweight computer-use agent (CUA) models at three scales—4 billion, 9 billion, and 27 billion parameters—each achieving state-of-the-art results on browser-use benchmarks among models of comparable size. Fara1.5 models are the next evolution of Fara-7B and make many advancements, such as more robust user interaction/oversight, more efficient task execution, and overall stronger task completion performance. These models are powered by a synthetic data generation pipeline, FaraGen1.5, that builds synthetic environments and tasks at scale, has agents attempt them to collect demonstrations, and filters the resulting trajectories with a robust verifier. Overall, the Fara1.5 family of models delivers strong performance while being cost-effective and capable of running on-device or modest hardware.
ORAL PRESENTATIONS
As frontier large language models (LLMs) routinely achieve near perfect scores on new benchmarks shortly after they are published, benchmarking itself could become ineffective. If frontier models keep improving, it will become increasingly difficult for humans to generate discriminative tasks, provide accurate ground-truth answers, or evaluate complex solutions. This threatens the ability to measure AI progress—a scenario the authors call thepost-comprehension regime.
To address this, this research introduces Critique-Resilient Benchmarking, an adversarial framework for comparing models even when humans cannot fully understand the tasks or solutions. It definescritique-resilient correctness: an answer is considered correct unless an adversary can convincingly prove otherwise. Rather than fully evaluating solutions, humans act as bounded verifiers, judging localized claims and critiques.
Using an itemized bipartite Bradley-Terry model, the framework ranks LLMs based on both their ability to solve hard problems and to generate difficult but solvable questions. Evaluated on mathematical tasks across eight frontier models, the resulting rankings show stability and correlation with independent measures of model capability. The framework reframes benchmarking as an adversarial generation-evaluation game in which humans remain the final arbiters.
Machine learning (ML) methods that predict a protein’s fitness from its amino acid sequence are sensitive to changes in data distributions, which limits generalization across common conditions encountered in protein engineering. This reduces the credibility of ML tools among protein engineers. The FLIP benchmark established protocols for testing generalization under some domain shifts, but was limited to measurements of stability, binding, and viral capsid viability. This research introduces FLIP2, a protein fitness benchmark spanning seven new datasets, including enzymes, protein-protein interactions, and light-sensitive proteins, as well as splits that measure generalization relevant to real-world protein engineering campaigns. Evaluating a suite of benchmark models across these datasets and suites reveals that simpler models often matched or outperformed fine-tuned protein language models on FLIP2, challenging the utility of existing transfer learning techniques.
In closed-loop multi-turn agent reinforcement learning, LLM agents exhibit reasoning collapse, where reasoning shifts toward generic templates, weakly coupled to the inputs. This research introduces a filtering method that preserves input-specific reasoning and improves agent stability and performance.
The authors show that reasoning collapse is easy to miss with entropy or surface diversity metrics, since reasoning text still varies but becomes input-agnostic. They propose an information-theoretic framework that decomposes variation in reasoning traces into conditional entropy (randomness given the same input) and mutual information (dependence on the input). Template collapse occurs when reasoning appears diverse but has become disconnected from the input and relies on generic patterns. To detect this, the authors introduce a method that measures how strongly a model’s reasoning depends on the input and shows that this dependence drops during collapse. They explain that collapse occurs when learning signals become weak, allowing generic optimization pressures to override input-specific behavior. To counter this, they prioritize training updates that contain stronger learning signals. Across multiple environments, model sizes, and modalities, this improves input-specific reasoning, stability, and overall performance.
Research Focus
143,820 followers
More articles by Microsoft Research
Jun 15, 2026 ### Hardware-Accelerated Analytics, AI-Powered Cancer Research, and the Future of Knowledge Work In this issue: CoddSpeed: A hardware acceleration framework delivering up to 30x faster analytics across GPUs, FPGAs…
Jun 1, 2026 ### Microsoft Build, plus Agentic Evaluation, Repositories as the Medium, and AI Value Alignment Challenge In this issue: AgentPex: An open-source system that automatically detects procedural failures in agentic traces that…
May 18, 2026 ### Cloud Efficiency, Developer Productivity, and LINGUA Africa call for proposals In this issue: HarvestContainers: A system that reclaims up to 75% of idle cloud CPU capacity without violating latency…
May 4, 2026 ### Human-AI Collaboration, Enterprise Privacy, and Efficient Attention In this issue: Scaffolding Human-AI Collaboration: A field study with 388 employees finds that how AI use is structured…
Apr 20, 2026 ### Microsoft at ICLR 2026: Deep Learning, LLM Reasoning, Generative Models Microsoft is proud to have more than 100 accepted papers and be a sponsor of the 14th International Conference on…
Apr 6, 2026 ### Sentiment in context, robot dexterity, smarter AI agents, and CHI 2026 In this issue: Reasoning Beyond Labels: A new diagnostic framework tests how LLMs interpret sentiment in low-resource…
Mar 23, 2026 ### MicroLED in datacenters, multimodal AI at scale, agent memory, and interactive planning In this issue: MicroLED datacenter networking: Lower-power, lower-cost optical communication for next-generation…
Mar 9, 2026 ### Phi-4 multimodal reasoning, scalable LLM systems, cinematic video generation, and AI for health In this issue: Phi-4-reasoning-vision-15B: A compact multimodal reasoning model for vision-language tasks, now…- Feb 23, 2026 ### Glass storage breakthroughs, robust reasoning, scalable safety testing, multilingual AI, and evaluating how models think In this issue: Project Silica: Advances in glass storage technology for long-term data preservation RLTR: Training LLMs…
- Feb 9, 2026 ### New benchmarks and models for low-resource languages, medical and brain foundation models, AI in space, and innovation kits In this issue: Paza: New ASR benchmarks and models for low-resource languages, grounded in real community use Vibe Kit…
Explore content categories
Similar Articles
@MSFTResearch: New tools, models, repos, and papers out of Microsoft Research are here. Use AI and agents? It's worth watching: • Mage…
Microsoft Research announced new tools, models, repositories, and papers, including MagenticLite, agentic GitHub workflows, verification-first agents, and meaning-matching fine-tuning, during the Microsoft Research Forum virtual series.
@MSFTResearch: LLMs that get lost in conversation. Robots that learn zero-shot. Diffusion models built for imbalanced data. This is th…
Microsoft Research highlights ICLR papers on LLMs losing conversational coherence, zero-shot robot learning, and diffusion models for imbalanced data.
@MSFTResearch: 30x faster analytics, GPU kernels generated automatically from SQL, AI matched to lab-grown tumor models for cancer tre…
Microsoft Research highlights multiple advances including 30x faster analytics with CoddSpeed, AI wildlife re-identification, and LLMs that learn across tasks without retraining in the latest Research Focus newsletter.
@ms_aifrontiers: Fara1.5 is here! The tech report just landed on arXiv. New SOTA for computer use agents of its size, and it competes wi…
Fara1.5 is a family of native computer use agents trained using the FaraGen1.5 scalable data pipeline. The models achieve new state-of-the-art results on browser-use benchmarks, competing with much larger frontier models.
@MSFTResearch: Evaluating agentic behaviors at scale, making the case for repositories over documents, and inviting researchers worldw…
Microsoft Research's latest newsletter highlights AgentPex, an open-source system for automated evaluation of agentic behaviors; new theoretical work on variance reduction for ranking systems; a call to shift from documents to repositories for human-agent collaboration; and a global challenge on AI value alignment.