English
Related papers

Related papers: Tokalator: A Context Engineering Toolkit for Artif…

200 papers

Chain-of-thought (CoT) rationale enables language models to use additional task-related text for problem-solving, benefiting not only from detailed reasoning steps but also from the expanded computational space of longer inputs. Prior work…

Computation and Language · Computer Science 2025-09-30 Yoonna Jang , Kisu Yang , Isabelle Augenstein

Large language models (LLMs) have recently been applied in software engineering to perform tasks such as translating code between programming languages, generating code from natural language, and autocompleting code as it is being written.…

Human-Computer Interaction · Computer Science 2023-02-15 Steven I. Ross , Fernando Martinez , Stephanie Houde , Michael Muller , Justin D. Weisz

LLM-based agentic coding assistants lack persistent memory: they lose coherence across sessions, forget project conventions, and repeat known mistakes. Recent studies characterize how developers configure agents through manifest files, but…

Software Engineering · Computer Science 2026-02-25 Aristidis Vasilopoulos

Developers spend roughly one-tenth of their workday writing code, yet most AI tooling targets that fraction. This paper asks what should be built for the rest. We surveyed 860 Microsoft developers to understand where they want AI support,…

Software Engineering · Computer Science 2026-04-10 Rudrajit Choudhuri , Christian Bird , Carmen Badea , Anita Sarma

Task-oriented dialogue (TOD) systems function as digital assistants, guiding users through various tasks such as booking flights or finding restaurants. Existing toolkits for building TOD systems often fall short of in delivering…

Conversational information seeking has evolved rapidly in the last few years with the development of Large Language Models (LLMs), providing the basis for interpreting and responding in a naturalistic manner to user requests. The extended…

Information Retrieval · Computer Science 2024-05-07 Mohammad Aliannejadi , Zahra Abbasiantaeb , Shubham Chatterjee , Jeffery Dalton , Leif Azzopardi

We present MiroThinker v1.0, an open-source research agent designed to advance tool-augmented reasoning and information-seeking capabilities. Unlike previous agents that only scale up model size or context length, MiroThinker explores…

Organizations increasingly deploy separate purpose-built AI tools across professional domains, often hiring domain specialists for each, recreating the staffing models AI was expected to transform. Yet the meta-skills that make these tools…

Software Engineering · Computer Science 2026-05-27 Elias Calboreanu

There is growing demand for performing inference with hundreds of thousands of input tokens on trained transformer models. Inference at this extreme scale demands significant computational resources, hindering the application of…

Computation and Language · Computer Science 2025-02-13 Ryan Synk , Monte Hoover , John Kirchenbauer , Neel Jain , Alex Stein , Manli Shu , Josue Melendez Sanchez , Ramani Duraiswami , Tom Goldstein

We introduce LongCat-Flash, a 560-billion-parameter Mixture-of-Experts (MoE) language model designed for both computational efficiency and advanced agentic capabilities. Stemming from the need for scalable efficiency, LongCat-Flash adopts…

Computation and Language · Computer Science 2025-09-22 Meituan LongCat Team , Bayan , Bei Li , Bingye Lei , Bo Wang , Bolin Rong , Chao Wang , Chao Zhang , Chen Gao , Chen Zhang , Cheng Sun , Chengcheng Han , Chenguang Xi , Chi Zhang , Chong Peng , Chuan Qin , Chuyu Zhang , Cong Chen , Congkui Wang , Dan Ma , Daoru Pan , Defei Bu , Dengchang Zhao , Deyang Kong , Dishan Liu , Feiye Huo , Fengcun Li , Fubao Zhang , Gan Dong , Gang Liu , Gang Xu , Ge Li , Guoqiang Tan , Guoyuan Lin , Haihang Jing , Haomin Fu , Haonan Yan , Haoxing Wen , Haozhe Zhao , Hong Liu , Hongmei Shi , Hongyan Hao , Hongyin Tang , Huantian Lv , Hui Su , Jiacheng Li , Jiahao Liu , Jiahuan Li , Jiajun Yang , Jiaming Wang , Jian Yang , Jianchao Tan , Jiaqi Sun , Jiaqi Zhang , Jiawei Fu , Jiawei Yang , Jiaxi Hu , Jiayu Qin , Jingang Wang , Jiyuan He , Jun Kuang , Junhui Mei , Kai Liang , Ke He , Kefeng Zhang , Keheng Wang , Keqing He , Liang Gao , Liang Shi , Lianhui Ma , Lin Qiu , Lingbin Kong , Lingtong Si , Linkun Lyu , Linsen Guo , Liqi Yang , Lizhi Yan , Mai Xia , Man Gao , Manyuan Zhang , Meng Zhou , Mengxia Shen , Mingxiang Tuo , Mingyang Zhu , Peiguang Li , Peng Pei , Peng Zhao , Pengcheng Jia , Pingwei Sun , Qi Gu , Qianyun Li , Qingyuan Li , Qiong Huang , Qiyuan Duan , Ran Meng , Rongxiang Weng , Ruichen Shao , Rumei Li , Shizhe Wu , Shuai Liang , Shuo Wang , Suogui Dang , Tao Fang , Tao Li , Tefeng Chen , Tianhao Bai , Tianhao Zhou , Tingwen Xie , Wei He , Wei Huang , Wei Liu , Wei Shi , Wei Wang , Wei Wu , Weikang Zhao , Wen Zan , Wenjie Shi , Xi Nan , Xi Su , Xiang Li , Xiang Mei , Xiangyang Ji , Xiangyu Xi , Xiangzhou Huang , Xianpeng Li , Xiao Fu , Xiao Liu , Xiao Wei , Xiaodong Cai , Xiaolong Chen , Xiaoqing Liu , Xiaotong Li , Xiaowei Shi , Xiaoyu Li , Xili Wang , Xin Chen , Xing Hu , Xingyu Miao , Xinyan He , Xuemiao Zhang , Xueyuan Hao , Xuezhi Cao , Xunliang Cai , Xurui Yang , Yan Feng , Yang Bai , Yang Chen , Yang Yang , Yaqi Huo , Yerui Sun , Yifan Lu , Yifan Zhang , Yipeng Zang , Yitao Zhai , Yiyang Li , Yongjing Yin , Yongkang Lv , Yongwei Zhou , Yu Yang , Yuchen Xie , Yueqing Sun , Yuewen Zheng , Yuhuai Wei , Yulei Qian , Yunfan Liang , Yunfang Tai , Yunke Zhao , Zeyang Yu , Zhao Zhang , Zhaohua Yang , Zhenchao Zhang , Zhikang Xia , Zhiye Zou , Zhizhao Zeng , Zhongda Su , Zhuofan Chen , Zijian Zhang , Ziwen Wang , Zixu Jiang , Zizhe Zhao , Zongyu Wang , Zunhai Su

While current chat-based AI assistants primarily operate reactively, responding only when prompted by users, there is significant potential for these systems to proactively assist in tasks without explicit invocation, enabling a…

Human-Computer Interaction · Computer Science 2025-03-03 Valerie Chen , Alan Zhu , Sebastian Zhao , Hussein Mozannar , David Sontag , Ameet Talwalkar

Current in-IDE AI coding tools typically rely on time-consuming manual prompting and context management, whereas proactive alternatives that anticipate developer needs without explicit invocation remain underexplored. Understanding when…

Human-Computer Interaction · Computer Science 2026-01-16 Nadine Kuo , Agnia Sergeyuk , Valerie Chen , Maliheh Izadi

The rapid evolution of large language models (LLMs) has transformed human-computer interaction (HCI), but the interaction with LLMs is currently mainly focused on text-based interactions, while other multi-model approaches remain…

Human-Computer Interaction · Computer Science 2025-02-14 Eason Chen , Chenyu Lin , Xinyi Tang , Aprille Xi , Canwen Wang , Jionghao Lin , Kenneth R Koedinger

While AI presents significant potential for enhancing music mixing and mastering workflows, current research predominantly emphasizes end-to-end automation or generation, often overlooking the collaborative and instructional dimensions…

Sound · Computer Science 2025-07-10 Michael Clemens , Ana Marasović

Large language models (LLMs) have become phenomenally surging, since 2018--two decades after introducing context-awareness into computing systems. Through taking into account the situations of ubiquitous devices, users and the societies,…

Computation and Language · Computer Science 2023-12-27 Haoyi Xiong , Jiang Bian , Sijia Yang , Xiaofei Zhang , Linghe Kong , Daqing Zhang

Large language models (LLMs) increasingly rely on long-context processing, but expanding context windows introduces substantial computational and financial costs. Existing context reduction approaches, including retrieval and memory…

Computation and Language · Computer Science 2026-05-25 Binqi Shen , Lier Jin , Hanyu Cai , Lan Hu , Yuting Xin

We introduce Docling, an easy-to-use, self-contained, MIT-licensed, open-source toolkit for document conversion, that can parse several types of popular document formats into a unified, richly structured representation. It is powered by…

Topology optimization can generate efficient structures, but designers often must manually translate qualitative intent, such as desired visual style, product experience, or manufacturability into solver settings that are not directly tied…

Artificial Intelligence · Computer Science 2026-05-22 Isabella A. Stewart , Hongrui Chen , Faez Ahmed

Large language models are becoming increasingly pervasive and ubiquitous in society via deployment in sociotechnical systems. Yet these language models, be it for classification or generation, have been shown to be biased and behave…

Human-Computer Interaction · Computer Science 2023-12-01 Charvi Rastogi , Marco Tulio Ribeiro , Nicholas King , Harsha Nori , Saleema Amershi

The growing adoption of augmented and virtual reality (AR and VR) technologies in industrial training and on-the-job assistance has created new opportunities for intelligent, context-aware support systems. As workers perform complex tasks…

Human-Computer Interaction · Computer Science 2025-11-18 Mahya Qorbani , Kamran Paynabar , Mohsen Moghaddam