English
Related papers

Related papers: Efficient and Deterministic Record & Replay for Ac…

200 papers

The growing demand for on-device large language model (LLM) inference highlights the need for efficient mobile edge computing (MEC) solutions, especially in resource-constrained settings. Speculative decoding offers a promising solution by…

Machine Learning · Computer Science 2025-12-01 Jungyeon Koh , Hyun Jong Yang

Comprehending the performance bottlenecks at the core of the intricate hardware-software interactions exhibited by highly parallel programs on HPC clusters is crucial. This paper sheds light on the issue of automatically asynchronous MPI…

Distributed, Parallel, and Cluster Computing · Computer Science 2023-09-06 Ayesha Afzal , Georg Hager , Stefano Markidis , Gerhard Wellein

We introduce Voxtral Realtime, a natively streaming automatic speech recognition model that matches offline transcription quality at sub-second latency. Unlike approaches that adapt offline models through chunking or sliding windows,…

Artificial Intelligence · Computer Science 2026-04-07 Mistral-AI , : , Alexander H. Liu , Andy Ehrenberg , Andy Lo , Chen-Yo Sun , Guillaume Lample , Jean-Malo Delignon , Khyathi Raghavi Chandu , Patrick von Platen , Pavankumar Reddy Muddireddy , Rohin Arora , Sanchit Gandhi , Sandeep Subramanian , Soham Ghosh , Srijan Mishra , Abhinav Rastogi , Adrien Sadé , Alan Jeffares , Albert Jiang , Alexandre Cahill , Alexandre Gavaudan , Alexandre Sablayrolles , Amélie Héliou , Amos You , Andrew Bai , Angele Lenglemetz , Anmol Agarwal , Anton Eliseev , Antonia Calvi , Arjun Majumdar , Avi Sooriyarachchi , Baptiste Bout , Baptiste Rozière , Baudouin De Monicault , Benjamin Tibi , Charlotte Cronjäger , Clémence Lanfranchi , Connor Chen , Corentin Barreau , Corentin Sautier , Cyprien Courtot , Darius Dabert , Diego de las Casas , Elizaveta Demyanenko , Elliot Chane-Sane , Enguerrand Paquin , Etienne Goffinet , Fabien Niel , Faruk Ahmed , Federico Baldassarre , Gabrielle Berrada , Gaëtan Ecrepont , Gauthier Guinet , Genevieve Hayes , Georgii Novikov , Giada Pistilli , Guillaume Kunsch , Guillaume Martin , Guillaume Raille , Gunjan Dhanuka , Gunshi Gupta , Han Zhou , Harshil Shah , Hope McGovern , Hugo Thimonier , Indraneel Mukherjee , Irene Zhang , Jaeyoung Kim , Jan Ludziejewski , Jason Rute , Joachim Studnia , John Harvill , Jonas Amar , Joséphine Delas , Josselin Somerville Roberts , Julien Tauran , Karmesh Yadav , Kartik Khandelwal , Kilian Tep , Kush Jain , Laurence Aitchison , Laurent Fainsin , Léonard Blier , Lingxiao Zhao , Louis Martin , Lucile Saulnier , Luyu Gao , Maarten Buyl , Manan Sharma , Margaret Jennings , Marie Pellat , Mark Prins , Martin Alexandre , Mathieu Poirée , Mathilde Guillaumin , Matthieu Dinot , Matthieu Futeral , Maxime Darrin , Maximilian Augustin , Mert Unsal , Mia Chiquier , Minh-Quang Pham , Nathan Grinsztajn , Neha Gupta , Olivier Bousquet , Olivier Duchenne , Patricia Wang , Paul Jacob , Paul Wambergue , Paula Kurylowicz , Philippe Pinel , Philomène Chagniot , Pierre Stock , Piotr Miłoś , Prateek Gupta , Pravesh Agrawal , Quentin Torroba , Ram Ramrakhya , Rishi Shah , Romain Sauvestre , Roman Soletskyi , Rosalie Millner , Rupert Menneer , Sagar Vaze , Samuel Barry , Samuel Humeau , Sean Cha , Shashwat Verma , Siddhant Waghjale , Siddharth Gandhi , Simon Lepage , Sumukh Aithal , Szymon Antoniak , Teven Le Scao , Théo Cachet , Theo Simon Sorg , Thibaut Lavril , Thomas Chabal , Thomas Foubert , Thomas Robert , Thomas Wang , Tim Lawson , Tom Bewley , Tom Edwards , Tyler Wang , Umar Jamil , Umberto Tomasini , Valeriia Nemychnikova , Van Phung , Vedant Nanda , Victor Jouault , Vincent Maladière , Virgile Richard , Vladislav Bataev , Wassim Bouaziz , Wen-Ding Li , William Havard , William Marshall , Xinghui Li , Xingran Guo , Xinyu Yang , Yannic Neuhaus , Yassine El Ouahidi , Yassir Bendou , Yihan Wang , Yimu Pan , Zaccharie Ramzi , Zhenlin Xu

Tool using agents often fail for operational reasons even when language understanding is strong. Common causes include invalid arguments, interface drift, weak recovery, and inefficient retry behavior. We introduce ToolMisuseBench, an…

Software Engineering · Computer Science 2026-04-03 Akshey Sigdel , Rista Baral

Recent advances in prompt learning allow large language model agents to acquire task-relevant knowledge from inference-time context without parameter changes. For example, existing methods (like ACE or GEPA) can learn system prompts to…

In order to converge in the presence of concurrent updates, modern eventually consistent replication systems rely on causality information and operation semantics. It is relatively easy to use semantics of high-level operations on…

Distributed, Parallel, and Cluster Computing · Computer Science 2015-11-17 Marek Zawirski , Carlos Baquero , Annette Bieniusa , Nuno Preguiça , Marc Shapiro

In realistic environments, speech is usually interfered by various noise and reverberation, which dramatically degrades the performance of automatic speech recognition (ASR) systems. To alleviate this issue, the commonest way is to use a…

Sound · Computer Science 2018-05-04 Bin Liu , Shuai Nie , Yaping Zhang , Dengfeng Ke , Shan Liang , Wenju Liu1

Speaker recognition, recognizing speaker identities based on voice alone, enables important downstream applications, such as personalization and authentication. Learning speaker representations, in the context of supervised learning,…

Machine Learning · Computer Science 2022-07-13 Metehan Cekic , Ruirui Li , Zeya Chen , Yuguang Yang , Andreas Stolcke , Upamanyu Madhow

Multi-Agent Experience Replay (MER) is a key component of off-policy reinforcement learning~(RL) algorithms. By remembering and reusing experiences from the past, experience replay significantly improves the stability of RL algorithms and…

Multiagent Systems · Computer Science 2023-06-02 Kailash Gogineni , Yongsheng Mei , Peng Wei , Tian Lan , Guru Venkataramani

Artificial Intelligence has gained a lot of traction in the recent years, with machine learning notably starting to see more applications across a varied range of fields. One specific machine learning application that is of interest to us…

Software Engineering · Computer Science 2023-05-10 Teodor Rares Begu

Unlike traditional automation tools or static LLM-based systems, agents combine decision-making and tool utilization to accomplish complex tasks, showing great potential in software engineering. However, existing studies largely focus on…

Software Engineering · Computer Science 2025-11-04 Zhuowen Yin , Cuifeng Gao , Chunsong Fan , Wenzhang Yang , Yinxing Xue , Lijun Zhang

Debugging consumes a substantial portion of the software development lifecycle, yet the effectiveness of Large Language Models(LLMs) in this task is not well understood. Competitive programming offers a rich benchmark for such evaluation,…

Software Engineering · Computer Science 2026-03-23 Nabiha Parvez , Tanvin Sarkar Pallab , Mia Mohammad Imran , Tarannum Shaila Zaman

State-of-the-art ASR systems have achieved promising results by modeling local and global interactions separately. While the former can be computed efficiently, global interactions are usually modeled via attention mechanisms, which are…

Computation and Language · Computer Science 2023-05-30 Florian Mai , Juan Zuluaga-Gomez , Titouan Parcollet , Petr Motlicek

In modern interactive speech-based systems, speech is consumed and transcribed incrementally prior to having disfluencies removed. This post-processing step is crucial for producing clean transcripts and high performance on downstream tasks…

Computation and Language · Computer Science 2022-05-03 Angelica Chen , Vicky Zayats , Daniel D. Walker , Dirk Padfield

Runtime verification has gained popularity as a lightweight approach for increasing assurance in systems under scrutiny. Performing runtime checks enables dynamic monitoring and alerts for unexpected behavior, thereby improving reliability…

Software Engineering · Computer Science 2026-03-19 Vladyslav Mikytiv , Bernardo Toninho , Carla Ferreira

Task oriented language understanding in dialog systems is often modeled using intents (task of a query) and slots (parameters for that task). Intent detection and slot tagging are, in turn, modeled using sentence classification and word…

Computation and Language · Computer Science 2019-11-14 Arash Einolghozati , Sonal Gupta , Mrinal Mohit , Rushin Shah

Non-autoregressive (NAR) models have achieved a large inference computation reduction and comparable results with autoregressive (AR) models on various sequence to sequence tasks. However, there has been limited research aiming to explore…

Audio and Speech Processing · Electrical Eng. & Systems 2021-06-17 Pengcheng Guo , Xuankai Chang , Shinji Watanabe , Lei Xie

Automatic Speech Recognition (ASR) in professional settings faces challenges that existing benchmarks underplay: dense domain terminology, formal register variation, and near-zero tolerance for critical entity errors. We present…

Computation and Language · Computer Science 2025-12-30 Deepak Babu Piskala

Integrating multimodal foundation models into enterprise ecosystems presents a fundamental software architecture challenge. Architects must balance competing quality attributes: the high latency and non-determinism of vision language action…

Artificial Intelligence · Computer Science 2026-05-01 Habtom Kahsay Gidey , Alexander Lenz , Alois Knoll

We present RAG Playground, an open-source framework for systematic evaluation of Retrieval-Augmented Generation (RAG) systems. The framework implements and compares three retrieval approaches: naive vector search, reranking, and hybrid…

Machine Learning · Computer Science 2024-12-18 Ioannis Papadimitriou , Ilias Gialampoukidis , Stefanos Vrochidis , Ioannis , Kompatsiaris