中文
相关论文

相关论文: Beyond Autocomplete: Designing CopilotLens Towards…

200 篇论文

Automatic program synthesis is a long-lasting dream in software engineering. Recently, a promising Deep Learning (DL) based solution, called Copilot, has been proposed by OpenAI and Microsoft as an industrial product. Although some studies…

Explanations have gained an increasing level of interest in the AI and Machine Learning (ML) communities in order to improve model transparency and allow users to form a mental model of a trained ML model. However, explanations can go…

机器学习 · 计算机科学 2022-10-11 Stefano Teso , Öznur Alkan , Wolfang Stammer , Elizabeth Daly

Fine-tuning large language models for code editing has typically relied on mining commits and pull requests. The working hypothesis has been that commit messages describe human intent in natural language, and patches to code describe the…

软件工程 · 计算机科学 2026-03-30 Yangtian Zi , Zixuan Wu , Aleksander Boruch-Gruszecki , Jonathan Bell , Arjun Guha

Explanations are crucial for building trustworthy AI systems, but a gap often exists between the explanations provided by models and those needed by users. To address this gap, we introduce MetaExplainer, a neuro-symbolic framework designed…

人机交互 · 计算机科学 2025-09-11 Shruthi Chari , Oshani Seneviratne , Prithwish Chakraborty , Pablo Meyer , Deborah L. McGuinness

Interpretability is crucial for building safe, reliable, and controllable language models, yet existing interpretability pipelines remain costly and difficult to scale. Interpreting a new model typically requires training model-specific…

机器学习 · 计算机科学 2026-04-27 Bruno Puri , Jim Berend , Sebastian Lapuschkin , Wojciech Samek

Maintaining and refactoring React web applications is challenging, as React code often becomes complex due to its core API called Hooks. For example, Hooks often lead developers to create complex dependencies among components, making code…

人机交互 · 计算机科学 2026-03-24 Suyeon Hwang , Minkyu Kweon , Jeongmin Rhee , Soohyun Lee , Seokhyeon Park , Seokweon Jung , Hyeon Jeon , Jinwook Seo

While the increased integration of AI technologies into interactive systems enables them to solve an equally increasing number of tasks, the black box problem of AI models continues to spread throughout the interactive system as a whole.…

人机交互 · 计算机科学 2025-06-04 Sebe Vanbrabant , Gustavo Rovelo Ruiz , Davy Vanacken

When automating plan generation for a real-world sequential decision problem, the goal is often not to replace the human planner, but to facilitate an iterative reasoning and elicitation process, where the human's role is to guide the AI…

人工智能 · 计算机科学 2026-04-10 Guilhem Fouilhé , Rebecca Eifler , Antonin Poché , Sylvie Thiébaux , Nicholas Asher

Social AI agents interact with members of a community, thereby changing the behavior of the community. For example, in online learning, an AI social assistant may connect learners and thereby enhance social interaction. These social AI…

计算与语言 · 计算机科学 2025-01-27 Rhea Basappa , Mustafa Tekman , Hong Lu , Benjamin Faught , Sandeep Kakar , Ashok K. Goel

AI-driven autoformalization of mathematics is advancing rapidly. However, the type checker of a proof assistant guarantees only the logical correctness of proofs; it does not verify whether propositions and definitions faithfully capture…

人机交互 · 计算机科学 2026-04-21 Banri Yanahama , Akiyoshi Sannai

Chain-of-Thought (CoT) reasoning enhances large language models (LLMs) by decomposing complex problems into step-by-step solutions, improving performance on reasoning tasks. However, current CoT disclosure policies vary widely across…

计算机与社会 · 计算机科学 2025-03-20 Yihang Chen , Haikang Deng , Kaiqiao Han , Qingyue Zhao

AI agentic programming is an emerging paradigm where large language model (LLM)-based coding agents autonomously plan, execute, and interact with tools such as compilers, debuggers, and version control systems. Unlike conventional code…

软件工程 · 计算机科学 2025-09-16 Huanting Wang , Jingzhi Gong , Huawei Zhang , Jie Xu , Zheng Wang

Although explainable computational creativity seeks to create and sustain computational models of creativity that foster a collaboratively creative process through explainability, there remains little to no work in supporting designers when…

人机交互 · 计算机科学 2023-08-21 Michael Clemens

General AI Agents are increasingly recognized as foundational frameworks for the next generation of artificial intelligence, enabling complex reasoning, web interaction, coding, and autonomous research capabilities. However, current agent…

In order to engender trust in AI, humans must understand what an AI system is trying to achieve, and why. To overcome this problem, the underlying AI process must produce justifications and explanations that are both transparent and…

人工智能 · 计算机科学 2018-10-16 Rita Borgo , Michael Cashmore , Daniele Magazzeni

AI models and services are used in a growing number of highstakes areas, resulting in a need for increased transparency. Consistent with this, several proposals for higher quality and more consistent documentation of AI data, models, and…

Collaborative perception allows agents to enhance their perceptual capabilities by exchanging intermediate features. Existing methods typically organize these intermediate features as 2D bird's-eye-view (BEV) representations, which discard…

计算机视觉与模式识别 · 计算机科学 2025-08-28 Yang Li , Quan Yuan , Guiyang Luo , Xiaoyuan Fu , Rui Pan , Yujia Yang , Congzhang Shao , Yuewen Liu , Jinglin Li

With the rapid development of Large Language Models (LLMs), AI agents have demonstrated increasing proficiency in scientific tasks, ranging from hypothesis generation and experimental design to manuscript writing. Such agent systems are…

Comprehending long visual documents, where information is distributed across extensive pages of text and visual elements, is a critical but challenging task for modern Vision-Language Models (VLMs). Existing approaches falter on a…

计算机视觉与模式识别 · 计算机科学 2025-11-17 Dawei Zhu , Rui Meng , Jiefeng Chen , Sujian Li , Tomas Pfister , Jinsung Yoon

AI coding assistants are now central to professional software development, yet their impact on how developers think about and practice security remains poorly understood. While prior work has documented vulnerability rates in AI-generated…