paper-with-me

Papers

Case-based Reasoning Augmented Large Language Model Framework for Decision Making in Realistic Safety-Critical Driving Scenarios

2025-06-25 · Wenbin Gan, Minh-Son Dao, Koji Zettsu

Driving in safety-critical scenarios requires quick, context-aware decision-making grounded in both situational understanding and experiential reasoning. Large Language Models (LLMs), with their powerful general-purpose reasoning capabilities, offer a promising foundation for such decision-making. However, their direct application to autonomous driving remains limited due to challenges in domain adaptation, contextual grounding, and the lack of experiential knowledge needed to make reliable and interpretable decisions in dynamic, high-risk environments. To address this gap, this paper presents a Case-Based Reasoning Augmented Large Language Model (CBR-LLM) framework for evasive maneuver decision-making in complex risk scenarios. Our approach integrates semantic scene understanding from dashcam video inputs with the retrieval of relevant past driving cases, enabling LLMs to generate maneuver recommendations that are both context-sensitive and human-aligned. Experiments across multiple open-source LLMs show that our framework improves decision accuracy, justification quality, and alignment with human expert behavior. Risk-aware prompting strategies further enhance performance across diverse risk types, while similarity-based case retrieval consistently outperforms random sampling in guiding in-context learning. Case studies further demonstrate the framework's robustness in challenging real-world conditions, underscoring its potential as an adaptive and trustworthy decision-support tool for intelligent driving systems.

📄 PDF Abstract BibTeX arXiv:2506.20531

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingDecision MakingDomain AdaptationIn-Context LearningLanguage ModelingLanguage ModellingLarge Language ModelRetrievalScene Understanding

Similar Papers 제목 키워드 기반

CoT-RAG: Integrating Chain of Thought and Retrieval-Augmented Generation to Enhance Reasoning in Large Language Models

2025-04-18 · Feiyang Li, Peng Fang, Zhan Shi, Arijit Khan 외

Chain-of-thought (CoT) reasoning boosts large language models' (LLMs) performance on complex tasks but faces two key limitations: a lack of reliability when solely relying on LLM-generated reasoning chains and interferen…

Knowledge GraphsRAGRetrieval-augmented Generation

CaseGPT: a case reasoning framework based on language models and retrieval-augmented generation

2024-07-04 · Rui Yang

This paper presents CaseGPT, an innovative approach that combines Large Language Models (LLMs) and Retrieval-Augmented Generation (RAG) technology to enhance case-based reasoning in the healthcare and legal sectors. The …

RAGRetrievalRetrieval-augmented Generation

A General Retrieval-Augmented Generation Framework for Multimodal Case-Based Reasoning Applications

2025-01-09 · Ofir Marom

Case-based reasoning (CBR) is an experience-based approach to problem solving, where a repository of solved cases is adapted to solve new cases. Recent research shows that Large Language Models (LLMs) with Retrieval-Augm…

MathRAGRetrievalRetrieval-augmented Generation

Abductive Inference in Retrieval-Augmented Language Models: Generating and Validating Missing Premises

2025-11-06 · Shiyin Lin arxiv

Large Language Models (LLMs) enhanced with retrieval -- commonly referred to as Retrieval-Augmented Generation (RAG) -- have demonstrated strong performance in knowledge-intensive tasks. However, RAG pipelines often fail…

Reasoning over Precedents Alongside Statutes: Case-Augmented Deliberative Alignment for LLM Safety

2026-01-12 · Can Jin, Rui Wu, Tong Che, Qixin Zhang 외 arxiv

Ensuring that Large Language Models (LLMs) adhere to safety principles without refusing benign requests remains a significant challenge. While OpenAI introduces deliberative alignment (DA) to enhance the safety of its o-…

Reinforcement Learning