中文
相关论文

相关论文: Multi-Agent Causal Reasoning System for Error Patt…

200 篇论文

The large language model (LLM) has achieved significant success across various domains. However, the inherent complexity of causal problems and causal theory poses challenges in accurately describing them in natural language, making it…

人工智能 · 计算机科学 2025-10-15 Kairong Han , Kun Kuang , Ziyu Zhao , Junjian Ye , Fei Wu

Retrieval-augmented generation (RAG) systems have made significant progress in solving complex multi-hop question answering (QA) tasks in the English scenario. However, RAG systems inevitably face the application scenario of retrieving…

计算与语言 · 计算机科学 2026-03-20 Yilin Wang , Yuchun Fan , Jiaoyang Li , Ziming Zhu , Yongyu Mu , Qiaozhi He , Tong Xiao , Jingbo Zhu

AI agents are increasingly embedded in real software systems, where they execute multi-step workflows through multi-turn dialogue, tool invocations, and intermediate decisions. These long execution histories, called agentic traces, make…

软件工程 · 计算机科学 2026-05-12 Reshabh K Sharma , Shraddha Barke , Benjamin Zorn

Complex Event Recognition and Forecasting (CER/F) techniques attempt to detect, or even forecast ahead of time, event occurrences in streaming input using predefined event patterns. Such patterns are not always known in advance, or they…

人工智能 · 计算机科学 2022-09-01 Nikos Katzouris , Georgios Paliouras

Understanding events in texts is a core objective of natural language understanding, which requires detecting event occurrences, extracting event arguments, and analyzing inter-event relationships. However, due to the annotation challenges…

计算与语言 · 计算机科学 2024-06-21 Xiaozhi Wang , Hao Peng , Yong Guan , Kaisheng Zeng , Jianhui Chen , Lei Hou , Xu Han , Yankai Lin , Zhiyuan Liu , Ruobing Xie , Jie Zhou , Juanzi Li

Safety is a critical concern in motion planning for autonomous vehicles. Modern autonomous vehicles rely on neural network-based perception, but making control decisions based on these inference results poses significant safety risks due to…

机器人学 · 计算机科学 2025-12-24 Hyeongchan Ham , Heejin Ahn

Detecting cognitive biases in large language models (LLMs) is a fascinating task that aims to probe the existing cognitive biases within these models. Current methods for detecting cognitive biases in language models generally suffer from…

计算与语言 · 计算机科学 2024-10-08 Zhentao Xie , Jiabao Zhao , Yilei Wang , Jinxin Shi , Yanhong Bai , Xingjiao Wu , Liang He

Once self-driving car becomes a reality and passengers are no longer worry about it, they will need to find new ways of entertainment. However, retrieving entertainment contents at the Data Center (DC) can hinder content delivery service…

网络与互联网体系结构 · 计算机科学 2020-02-14 Anselme Ndikumana , Nguyen H. Tran , Choong Seon Hong

Dynamic retrieval-augmented generation (RAG) allows large language models (LLMs) to fetch external knowledge on demand, offering greater adaptability than static RAG. A central challenge in this setting lies in determining the optimal…

计算与语言 · 计算机科学 2025-11-14 Bo Li , Tian Tian , Zhenghua Xu , Hao Cheng , Shikun Zhang , Wei Ye

Designing high-performing metaheuristics for NP-hard combinatorial optimization problems, such as the Vehicle Routing Problem (VRP), remains a significant challenge, often requiring extensive domain expertise and manual tuning. Recent…

神经与进化计算 · 计算机科学 2026-04-10 Manuj Malik , Jianan Zhou , Shashank Reddy Chirra , Zhiguang Cao

Emotion-Cause Pair Extraction (ECPE) aims to extract all emotion clauses and their corresponding cause clauses from a document. Existing approaches tackle this task through multi-task learning (MTL) framework in which the two subtasks…

计算与语言 · 计算机科学 2023-06-08 Bowen Xing , Ivor W. Tsang

We introduce DriveAgent, a novel multi-agent autonomous driving framework that leverages large language model (LLM) reasoning combined with multimodal sensor fusion to enhance situational understanding and decision-making. DriveAgent…

机器人学 · 计算机科学 2025-05-06 Xinmeng Hou , Wuqi Wang , Long Yang , Hao Lin , Jinglun Feng , Haigen Min , Xiangmo Zhao

Training and evaluating autonomous driving algorithms requires a diverse range of scenarios. However, most available datasets predominantly consist of normal driving behaviors demonstrated by human drivers, resulting in a limited number of…

机器人学 · 计算机科学 2025-05-27 Miao Li , Wenhao Ding , Haohong Lin , Yiqi Lyu , Yihang Yao , Yuyou Zhang , Ding Zhao

We propose a Hierarchical Error-Corrective Graph FrameworkforAutonomousAgentswithLLM-BasedActionGeneration(HECG),whichincorporates three core innovations: (1) Multi-Dimensional Transferable Strategy (MDTS): by integrating task quality…

人工智能 · 计算机科学 2026-04-07 Cong Cao , Jingyao Zhang , Kun Tong

When people reason about cause and effect, they often consider many competing "what if" scenarios before deciding which explanation fits best. Analogously, advanced language models capable of causal inference can consider multiple…

机器学习 · 计算机科学 2026-03-10 Finn G. Vamosi , Nils D. Forkert

In this paper, we introduce the notion of Cooperative Perception Error Models (coPEMs) towards achieving an effective and efficient integration of V2X solutions within a virtual test environment. We focus our analysis on the occlusion…

机器人学 · 计算机科学 2022-11-23 Andrea Piazzoni , Jim Cherian , Roshan Vijay , Lap-Pui Chau , Justin Dauwels

This paper presents a fully automated procedure for controller synthesis for multi-agent systems under the presence of uncertainties. We model the motion of each of the $N$ agents in the environment as a Markov Decision Process (MDP) and we…

系统与控制 · 计算机科学 2017-05-09 Alexandros Nikou , Jana Tumova , Dimos V. Dimarogonas

Role-playing (RP) agents rely on behavioral profiles to act consistently across diverse narrative contexts, yet existing profiles are largely unstructured, non-executable, and weakly validated, leading to brittle agent behavior. We propose…

计算与语言 · 计算机科学 2026-01-16 Letian Peng , Kun Zhou , Longfei Yun , Yupeng Hou , Jingbo Shang

Attempts to render deep learning models interpretable, data-efficient, and robust have seen some success through hybridisation with rule-based systems, for example, in Neural Theorem Provers (NTPs). These neuro-symbolic models can induce…

人工智能 · 计算机科学 2020-08-25 Pasquale Minervini , Sebastian Riedel , Pontus Stenetorp , Edward Grefenstette , Tim Rocktäschel

Datalog is a popular and widely-used declarative logic programming language. Datalog engines apply many cross-rule optimizations; bugs in them can cause incorrect results. To detect such optimization bugs, we propose an automated testing…

软件工程 · 计算机科学 2024-02-21 Chi Zhang , Linzhang Wang , Manuel Rigger