Large Language Model
MLlm-DR: Towards Explainable Depression Recognition with MultiModal Large Language Models
Zhang, Wei, Chen, Juan, Zhu, En, Cheng, Wenhong, Li, YunPeng, Wang, Yanbo J.
Automated depression diagnosis aims to analyze multimodal information from interview videos to predict participants' depression scores. Previous studies often lack clear explanations of how these scores were determined, limiting their adoption in clinical practice. While the advent of LLMs provides a possible pathway for explainable depression diagnosis, current LLMs capable of processing multimodal data lack training on interview data, resulting in poor diagnostic performance when used directly. In this paper, we propose a novel multimodal large language model (MLlm-DR) that can understand multimodal information inputs and supports explainable depression diagnosis. MLlm-DR integrates a smaller LLMs and a lightweight query module (LQ-former). Specifically, the smaller LLMs is designed to generate depression scores and corresponding evaluation rationales. To enhance its logical reasoning for domain-specific tasks while maintaining practicality, we constructed a robust training dataset to fine-tune it. Meanwhile, the LQ-former captures depression-related features from speech and visual data, aiding the model's ability to process multimodal information, to achieve comprehensive depression diagnosis. Our approach achieves state-of-the-art results on two interview-based benchmark datasets, CMDC and E-DAIC-WOZ, demonstrating its effectiveness and superiority.
Prompt Migration: Stabilizing GenAI Applications with Evolving Large Language Models
Tripathi, Shivani, Nema, Pushpanjali, Halder, Aditya, Qiao, Shi, Jindal, Alekh
Generative AI is transforming business applications by enabling natural language interfaces and intelligent automation. However, the underlying large language models (LLMs) are evolving rapidly and so prompting them consistently is a challenge. This leads to inconsistent and unpredictable application behavior, undermining the reliability that businesses require for mission-critical workflows. In this paper, we introduce the concept of prompt migration as a systematic approach to stabilizing GenAI applications amid changing LLMs. Using the Tursio enterprise search application as a case study, we analyze the impact of successive GPT model upgrades, detail our migration framework including prompt redesign and a migration testbed, and demonstrate how these techniques restore application consistency. Our results show that structured prompt migration can fully recover the application reliability that was lost due to model drift. We conclude with practical lessons learned, emphasizing the need for prompt lifecycle management and robust testing to ensure dependable GenAI-powered business applications.
ReLayout: Integrating Relation Reasoning for Content-aware Layout Generation with Multi-modal Large Language Models
Tian, Jiaxu, Yu, Xuehui, Wang, Yaoxing, Wang, Pan, Guo, Guangqian, Gao, Shan
Content-aware layout aims to arrange design elements appropriately on a given canvas to convey information effectively. Recently, the trend for this task has been to leverage large language models (LLMs) to generate layouts automatically, achieving remarkable performance. However, existing LLM-based methods fail to adequately interpret spatial relationships among visual themes and design elements, leading to structural and diverse problems in layout generation. To address this issue, we introduce ReLayout, a novel method that leverages relation-CoT to generate more reasonable and aesthetically coherent layouts by fundamentally originating from design concepts. Specifically, we enhance layout annotations by introducing explicit relation definitions, such as region, salient, and margin between elements, with the goal of decomposing the layout into smaller, structured, and recursive layouts, thereby enabling the generation of more structured layouts. Furthermore, based on these defined relationships, we introduce a layout prototype rebalance sampler, which defines layout prototype features across three dimensions and quantifies distinct layout styles. This sampler addresses uniformity issues in generation that arise from data bias in the prototype distribution balance process. Extensive experimental results verify that ReLayout outperforms baselines and can generate structural and diverse layouts that are more aligned with human aesthetics and more explainable.
Enhancing Test-Time Scaling of Large Language Models with Hierarchical Retrieval-Augmented MCTS
Dou, Alex ZH, Wan, Zhongwei, Cui, Dongfei, Wang, Xin, Xiong, Jing, Lin, Haokun, Tao, Chaofan, Yan, Shen, Zhang, Mi
Test-time scaling has emerged as a promising paradigm in language modeling, leveraging additional computational resources at inference time to enhance model performance. In this work, we introduce R2-LLMs, a novel and versatile hierarchical retrieval-augmented reasoning framework designed to improve test-time scaling in large language models (LLMs) without requiring distillation from more advanced models to obtain chain-of-thought (CoT) training data. R2-LLMs enhances inference-time generalization by integrating dual-level retrieval-based in-context learning: (1) At the coarse level, our approach extracts abstract templates from complex reasoning problems and retrieves similar problem-answer pairs to facilitate high-level in-context learning; (2) At the fine level, during Monte Carlo Tree Search (MCTS), R2-LLMs efficiently retrieves analogous intermediate solution steps from reference mathematical problem datasets, refining step-wise reasoning with the aid of a process reward model (PRM) for scoring. R2-LLMs is a robust hierarchical reasoning-augmentation method that enhances in-context-level reasoning while seamlessly integrating with step-level tree search methods. Utilizing PRM, it refines both candidate generation and decision-making for improved reasoning accuracy. Empirical evaluations on the MATH500, GSM8K, and OlympiadBench-TO datasets achieve substantial relative improvement with an increase of up to 16% using LLaMA-3.1-8B compared to the baselines, showcasing the effectiveness of our approach in complex reasoning tasks.
Llama Nemoretriever Colembed: Top-Performing Text-Image Retrieval Model
Xu, Mengyao, Moreira, Gabriel, Ak, Ronay, Osmulski, Radek, Babakhin, Yauhen, Yu, Zhiding, Schifferer, Benedikt, Oldridge, Even
Motivated by the growing demand for retrieval systems that operate across modalities, we introduce llama-nemoretriever-colembed, a unified text-image retrieval model that delivers state-of-the-art performance across multiple benchmarks. We release two model variants, 1B and 3B. The 3B model achieves state of the art performance, scoring NDCG@5 91.0 on ViDoRe V1 and 63.5 on ViDoRe V2, placing first on both leaderboards as of June 27, 2025. Our approach leverages the NVIDIA Eagle2 Vision-Language model (VLM), modifies its architecture by replacing causal attention with bidirectional attention, and integrates a ColBERT-style late interaction mechanism to enable fine-grained multimodal retrieval in a shared embedding space. While this mechanism delivers superior retrieval accuracy, it introduces trade-offs in storage and efficiency. We provide a comprehensive analysis of these trade-offs. Additionally, we adopt a two-stage training strategy to enhance the model's retrieval capabilities.
Disappearing Ink: Obfuscation Breaks N-gram Code Watermarks in Theory and Practice
Zhang, Gehao, Bagdasarian, Eugene, Zhai, Juan, Ma, Shiqing
Distinguishing AI-generated code from human-written code is becoming crucial for tasks such as authorship attribution, content tracking, and misuse detection. Based on this, N-gram-based watermarking schemes have emerged as prominent, which inject secret watermarks to be detected during the generation. However, their robustness in code content remains insufficiently evaluated. Most claims rely solely on defenses against simple code transformations or code optimizations as a simulation of attack, creating a questionable sense of robustness. In contrast, more sophisticated schemes already exist in the software engineering world, e.g., code obfuscation, which significantly alters code while preserving functionality. Although obfuscation is commonly used to protect intellectual property or evade software scanners, the robustness of code watermarking techniques against such transformations remains largely unexplored. In this work, we formally model the code obfuscation and prove the impossibility of N-gram-based watermarking's robustness with only one intuitive and experimentally verified assumption, distribution consistency, satisfied. Given the original false positive rate of the watermarking detection, the ratio that the detector failed on the watermarked code after obfuscation will increase to 1 - fpr. The experiments have been performed on three SOTA watermarking schemes, two LLMs, two programming languages, four code benchmarks, and four obfuscators. Among them, all watermarking detectors show coin-flipping detection abilities on obfuscated codes (AUROC tightly surrounds 0.5). Among all models, watermarking schemes, and datasets, both programming languages own obfuscators that can achieve attack effects with no detection AUROC higher than 0.6 after the attack. Based on the theoretical and practical observations, we also proposed a potential path of robust code watermarking.
A Careful Examination of Large Behavior Models for Multitask Dexterous Manipulation
TRI LBM Team, null, Barreiros, Jose, Beaulieu, Andrew, Bhat, Aditya, Cory, Rick, Cousineau, Eric, Dai, Hongkai, Fang, Ching-Hsin, Hashimoto, Kunimatsu, Irshad, Muhammad Zubair, Itkina, Masha, Kuppuswamy, Naveen, Lee, Kuan-Hui, Liu, Katherine, McConachie, Dale, McMahon, Ian, Nishimura, Haruki, Phillips-Grafflin, Calder, Richter, Charles, Shah, Paarth, Srinivasan, Krishnan, Wulfe, Blake, Xu, Chen, Zhang, Mengchao, Alspach, Alex, Angeles, Maya, Arora, Kushal, Guizilini, Vitor Campagnolo, Castro, Alejandro, Chen, Dian, Chu, Ting-Sheng, Creasey, Sam, Curtis, Sean, Denitto, Richard, Dixon, Emma, Dusel, Eric, Ferreira, Matthew, Goncalves, Aimee, Gould, Grant, Guoy, Damrong, Gupta, Swati, Han, Xuchen, Hatch, Kyle, Hathaway, Brendan, Henry, Allison, Hochsztein, Hillel, Horgan, Phoebe, Iwase, Shun, Jackson, Donovon, Karamcheti, Siddharth, Keh, Sedrick, Masterjohn, Joseph, Mercat, Jean, Miller, Patrick, Mitiguy, Paul, Nguyen, Tony, Nimmer, Jeremy, Noguchi, Yuki, Ong, Reko, Onol, Aykut, Pfannenstiehl, Owen, Poyner, Richard, Rocha, Leticia Priebe Mendes, Richardson, Gordon, Rodriguez, Christopher, Seale, Derick, Sherman, Michael, Smith-Jones, Mariah, Tago, David, Tokmakov, Pavel, Tran, Matthew, Van Hoorick, Basile, Vasiljevic, Igor, Zakharov, Sergey, Zolotas, Mark, Ambrus, Rares, Fetzer-Borelli, Kerri, Burchfiel, Benjamin, Kress-Gazit, Hadas, Feng, Siyuan, Ford, Stacie, Tedrake, Russ
Robot manipulation has seen tremendous progress in recent years, with imitation learning policies enabling successful performance of dexterous and hard-to-model tasks. Concurrently, scaling data and model size has led to the development of capable language and vision foundation models, motivating large-scale efforts to create general-purpose robot foundation models. While these models have garnered significant enthusiasm and investment, meaningful evaluation of real-world performance remains a challenge, limiting both the pace of development and inhibiting a nuanced understanding of current capabilities. In this paper, we rigorously evaluate multitask robot manipulation policies, referred to as Large Behavior Models (LBMs), by extending the Diffusion Policy paradigm across a corpus of simulated and real-world robot data. We propose and validate an evaluation pipeline to rigorously analyze the capabilities of these models with statistical confidence. We compare against single-task baselines through blind, randomized trials in a controlled setting, using both simulation and real-world experiments. We find that multi-task pretraining makes the policies more successful and robust, and enables teaching complex new tasks more quickly, using a fraction of the data when compared to single-task baselines. Moreover, performance predictably increases as pretraining scale and diversity grows. Project page: https://toyotaresearchinstitute.github.io/lbm1/
OASBuilder: Generating OpenAPI Specifications from Online API Documentation with Large Language Models
Lazar, Koren, Vetzler, Matan, Kate, Kiran, Tsay, Jason, Gupta, David Boaz Himanshu, Shinnar, Avraham, Vallam, Rohith D, Goldbraich, David Amid Esther, Uziel, Guy, Laredo, Jim, Tavor, Ateret Anaby
AI agents and business automation tools interacting with external web services require standardized, machine-readable information about their APIs in the form of API specifications. However, the information about APIs available online is often presented as unstructured, free-form HTML documentation, requiring external users to spend significant time manually converting it into a structured format. To address this, we introduce OASBuilder, a novel framework that transforms long and diverse API documentation pages into consistent, machine-readable API specifications. This is achieved through a carefully crafted pipeline that integrates large language models and rule-based algorithms which are guided by domain knowledge of the structure of documentation webpages. Our experiments demonstrate that OASBuilder generalizes well across hundreds of APIs, and produces valid OpenAPI specifications that encapsulate most of the information from the original documentation. OASBuilder has been successfully implemented in an enterprise environment, saving thousands of hours of manual effort and making hundreds of complex enterprise APIs accessible as tools for LLMs.
Integrating Generative AI in BIM Education: Insights from Classroom Implementation
Sahraoui, Islem, Kim, Kinam, Gao, Lu, Din, Zia, Senouci, Ahmed
This study evaluates the implementation of a Generative AI-powered rule checking workflow within a graduate-level Building Information Modeling (BIM) course at a U.S. university. Over two semesters, 55 students participated in a classroom-based pilot exploring the use of GenAI for BIM compliance tasks, an area with limited prior research. The instructional design included lectures on prompt engineering and AI-driven rule checking, followed by an assignment where students used a large language model (LLM) to identify code violations in designs using Autodesk Revit. Surveys and interviews were conducted to assess student workload, learning effectiveness, and overall experience, using the NASA-TLX scale and regression analysis. Findings indicate students generally achieved learning objectives but faced challenges such as difficulties debugging AI-generated code and inconsistent tool performance, probably due to their limited prompt engineering experience. These issues increased cognitive and emotional strain, especially among students with minimal programming backgrounds. Despite these challenges, students expressed strong interest in future GenAI applications, particularly with clear instructional support.
Chat2SPaT: A Large Language Model Based Tool for Automating Traffic Signal Control Plan Management
Wang, Yue, Zhou, Miao, Huang, Guijing, Zhuo, Rui, Yi, Chao, Ma, Zhenliang
--Pre-timed traffic signal control, common ly used for operatin g signalized intersections and coordinated arterials, requires tedious manual work for signaling plan creating and updating. When the time -of -day or day -of -week plan s are utilized, one intersection is often associated with multiple plans, leading to further repetitive manual plan parameter inputting. To enable a user-friendly traffic signal control plan management process, this study proposes Chat2SPaT, a method to convert users' semi - structured and ambiguous descriptions on the signal control plan to exact signal phase and timing (SPaT) results, which could further be transformed into structured stage-based or ring -based plans to interact with intelligent transportation system (ITS) software and traffic signal controllers. With curated prompts, Chat2SPaT first leverages large language models' (LLMs) capability of understanding users' plan descriptions and reformulate the plan as a combination of phase sequence and phase attribute results in the json format. Based on LLM outputs, python scripts are designed to locate phases in a cycle, address nuances of traffic signal control, and finally assemble the complete traffic signal control plan. Within a chat, the pipeline can be utilized iteratively to conduct further plan editing. Experiments show that Chat2SPaT can generate plans with an accuracy of over 94% for both English and Chinese cases, using a test dataset with over 300 plan descriptions. As the first benchmark for evaluating LLMs' capability of understanding traffic signal control plan descriptions, Chat2SPaT provides an easy -to -use plan management pipeline for traffic practitioners and researchers, serving as a potential new building block for a more accurate and versatile application of LLMs in the field of ITS. The source codes, prompts and test dataset are openly accessible at https://github.com/yuewangits/Ch Index Terms --Large language model, traffic signal control, signal phase and timing, prompt engineering, intelligent transportation system. Yue Wang, Miao Zhou, Rui Zhuo and Chao Yi are with Zhejiang Dahua Technology Company Ltd., Hangzhou 310053, China (e -mail: wang.yue3@northeastern.edu; Guijing Huang is with Hangzhou AliCloud Apsara Information Technology Co., Ltd., Hangzhou 310000, China (huanggjcs@126.com Zhenliang Ma is with the KTH Roy al Institute of Technology, 100 44 Stockholm, Sweden (e -mail: zhenliang.ma21@gmail.com).