Skip to main content
arXiv is now an independent nonprofit! Learn more

Showing 1–8 of 8 results for author: Rong, R

Searching in archive cs. Search in all archives.
.
  1. arXiv:2603.23994  [pdf, ps, other

    cs.LG cs.AI

    Understanding the Challenges in Iterative Generative Optimization with LLMs

    Authors: Allen Nie, Xavier Daull, Zhiyi Kuang, Abhinav Akkiraju, Anish Chaudhuri, Max Piasevoli, Ryan Rong, YuCheng Yuan, Prerit Choudhary, Shannon Xiao, Rasool Fakoor, Adith Swaminathan, Ching-An Cheng

    Abstract: Generative optimization uses large language models (LLMs) to iteratively improve artifacts (such as code, workflows or prompts) using execution feedback. It is a promising approach to building self-improving agents, yet in practice remains brittle: despite active research, only 9% of surveyed agents used any automated optimization. We argue that this brittleness arises because, to set up a learnin… ▽ More

    Submitted 26 May, 2026; v1 submitted 25 March, 2026; originally announced March 2026.

    Comments: 39 pages, 17 figures

  2. arXiv:2603.20435  [pdf

    cs.AI

    Deep reflective reasoning in interdependence constrained structured data extraction from clinical notes for digital health

    Authors: Jingwei Huang, Kuroush Nezafati, Zhikai Chi, Ruichen Rong, Colin Treager, Tingyi Wanyan, Yueshuang Xu, Xiaowei Zhan, Patrick Leavey, Guanghua Xiao, Wenqi Shi, Yang Xie

    Abstract: Extracting structured information from clinical notes requires navigating a dense web of interdependent variables where the value of one attribute logically constrains others. Existing Large Language Model (LLM)-based extraction pipelines often struggle to capture these dependencies, leading to clinically inconsistent outputs. We propose deep reflective reasoning, a large language model agent fram… ▽ More

    Submitted 17 April, 2026; v1 submitted 20 March, 2026; originally announced March 2026.

    Comments: 12 figures and 2 tables

  3. arXiv:2602.22209  [pdf, ps, other

    cs.CV

    WHOLE: World-Grounded Hand-Object Lifted from Egocentric Videos

    Authors: Yufei Ye, Jiaman Li, Ryan Rong, C. Karen Liu

    Abstract: Egocentric manipulation videos are highly challenging due to severe occlusions during interactions and frequent object entries and exits from the camera view as the person moves. Current methods typically focus on recovering either hand or object pose in isolation, but both struggle during interactions and fail to handle out-of-sight cases. Moreover, their independent predictions often lead to inc… ▽ More

    Submitted 25 February, 2026; originally announced February 2026.

    Comments: Project website: https://judyye.github.io/whole-www

  4. arXiv:2510.03555  [pdf

    cs.CV cs.AI

    GAS-MIL: Group-Aggregative Selection Multi-Instance Learning for Ensemble of Foundation Models in Digital Pathology Image Analysis

    Authors: Peiran Quan, Zifan Gu, Zhuo Zhao, Qin Zhou, Donghan M. Yang, Ruichen Rong, Yang Xie, Guanghua Xiao

    Abstract: Foundation models (FMs) have transformed computational pathology by providing powerful, general-purpose feature extractors. However, adapting and benchmarking individual FMs for specific diagnostic tasks is often time-consuming and resource-intensive, especially given their scale and diversity. To address this challenge, we introduce Group-Aggregative Selection Multi-Instance Learning (GAS-MIL), a… ▽ More

    Submitted 3 October, 2025; originally announced October 2025.

  5. arXiv:2508.19506  [pdf, ps, other

    cs.LG cs.AI

    Learning Game-Playing Agents with Generative Code Optimization

    Authors: Zhiyi Kuang, Ryan Rong, YuCheng Yuan, Allen Nie

    Abstract: We present a generative optimization approach for learning game-playing agents, where policies are represented as Python programs and refined using large language models (LLMs). Our method treats decision-making policies as self-evolving code, with current observation as input and an in-game action as output, enabling agents to self-improve through execution traces and natural language feedback wi… ▽ More

    Submitted 26 August, 2025; originally announced August 2025.

    Comments: ICML 2025 Workshop on Programmatic Representations for Agent Learning, Vancouver, Canada

  6. arXiv:2507.06261  [pdf, ps, other

    cs.CL cs.AI

    Gemini 2.5: Pushing the Frontier with Advanced Reasoning, Multimodality, Long Context, and Next Generation Agentic Capabilities

    Authors: Gheorghe Comanici, Eric Bieber, Mike Schaekermann, Ice Pasupat, Noveen Sachdeva, Inderjit Dhillon, Marcel Blistein, Ori Ram, Dan Zhang, Evan Rosen, Luke Marris, Sam Petulla, Colin Gaffney, Asaf Aharoni, Nathan Lintz, Tiago Cardal Pais, Henrik Jacobsson, Idan Szpektor, Nan-Jiang Jiang, Krishna Haridasan, Ahmed Omran, Nikunj Saunshi, Dara Bahri, Gaurav Mishra, Eric Chu , et al. (3410 additional authors not shown)

    Abstract: In this report, we introduce the Gemini 2.X model family: Gemini 2.5 Pro and Gemini 2.5 Flash, as well as our earlier Gemini 2.0 Flash and Flash-Lite models. Gemini 2.5 Pro is our most capable model yet, achieving SoTA performance on frontier coding and reasoning benchmarks. In addition to its incredible coding and reasoning skills, Gemini 2.5 Pro is a thinking model that excels at multimodal unde… ▽ More

    Submitted 19 December, 2025; v1 submitted 7 July, 2025; originally announced July 2025.

    Comments: 72 pages, 17 figures

  7. arXiv:2410.16543  [pdf

    cs.AI

    Large Language Models Powered Multiagent Ensemble for Mitigating Hallucination and Efficient Atrial Fibrillation Annotation of ECG Reports

    Authors: Jingwei Huang, Kuroush Nezafati, Ismael Villanueva-Miranda, Zifan Gu, Yueshuang Xu, Ann Marie Navar, Tingyi Wanyan, Qin Zhou, Bo Yao, Ruichen Rong, Xiaowei Zhan, Guanghua Xiao, Eric D. Peterson, Donghan M. Yang, Wenqi Shi, Yang Xie

    Abstract: This study introduces a LLMs powered multiagent ensemble method to address challenges in hallucination and data labeling, particularly in large-scale EHR datasets. Manual labeling of such datasets requires domain expertise and is labor-intensive, time-consuming, expensive, and error-prone. To overcome this bottleneck, we developed an ensemble LLMs method and demonstrated its effectiveness in two r… ▽ More

    Submitted 18 July, 2025; v1 submitted 21 October, 2024; originally announced October 2024.

    Comments: 36 pages, 12 figures and 1 table

    ACM Class: I.2

  8. arXiv:2310.02407  [pdf, ps, other

    cs.SE cs.LG

    Challenging Bug Prediction and Repair Models with Synthetic Bugs

    Authors: Ali Reza Ibrahimzada, Yang Chen, Ryan Rong, Reyhaneh Jabbarvand

    Abstract: Bugs are essential in software engineering; many research studies in the past decades have been proposed to detect, localize, and repair bugs in software systems. Effectiveness evaluation of such techniques requires complex bugs, i.e., those that are hard to detect through testing and hard to repair through debugging. From the classic software engineering point of view, a hard-to-repair bug differ… ▽ More

    Submitted 8 September, 2025; v1 submitted 3 October, 2023; originally announced October 2023.

    Comments: Published in SCAM 2025