paper-with-me

홈 › Papers

X-Blocks: Linguistic Building Blocks of Natural Language Explanations for Automated Vehicles

2026-02-02 · Ashkan Y. Zadeh, Xiaomeng Li, Andry Rakotonirainy, Ronald Schroeter, Sebastien Glaser, Zishuo Zhu arxiv

Natural language explanations play a critical role in establishing trust and acceptance of automated vehicles (AVs), yet existing approaches lack systematic frameworks for analysing how humans linguistically construct driving rationales across diverse scenarios. This paper introduces X-Blocks (eXplanation Blocks), a hierarchical analytical framework that identifies the linguistic building blocks of natural language explanations for AVs at three levels: context, syntax, and lexicon. At the context level, we propose RACE (Reasoning-Aligned Classification of Explanations), a multi-LLM ensemble framework that combines Chain-of-Thought reasoning with self-consistency mechanisms to robustly classify explanations into 32 scenario-aware categories. Applied to human-authored explanations from the Berkeley DeepDrive-X dataset, RACE achieves 91.45 percent accuracy and a Cohens kappa of 0.91 against cases with human annotator agreement, indicating near-human reliability for context classification. At the lexical level, log-odds analysis with informative Dirichlet priors reveals context-specific vocabulary patterns that distinguish driving scenarios. At the syntactic level, dependency parsing and template extraction show that explanations draw from a limited repertoire of reusable grammar families, with systematic variation in predicate types and causal constructions across contexts. The X-Blocks framework is dataset-agnostic and task-independent, offering broad applicability to other automated driving datasets and safety-critical domains. Overall, our findings provide evidence-based linguistic design principles for generating scenario-aware explanations that support transparency, user trust, and cognitive accessibility in automated driving systems.

📄 PDF Abstract BibTeX arXiv:2602.13248

Code (0)

등록된 구현이 없습니다.

Tasks

Dependency Parsing

Similar Papers 제목 키워드 기반

Building and Learning Structures in a Situated Blocks World Through Deep Language Understanding

2018-06-01 · WS 2018 6 · Ian Perera, James Allen, Choh Man Teng, Lucian Galescu

We demonstrate a system for understanding natural language utterances for structure description and placement in a situated blocks world context. By relying on a rich, domain-specific adaptation of a generic ontology and…

Core Building Blocks: Next Gen Geo Spatial GPT Application

2023-10-17 · Ashley Fernandez, Swaraj Dube

This paper proposes MapGPT which is a novel approach that integrates the capabilities of language models, specifically large language models (LLMs), with spatial data processing techniques. This paper introduces MapGPT, …

Natural Language Understanding

mCLM: A Function-Infused and Synthesis-Friendly Modular Chemical Language Model

2025-05-18 · Carl Edwards, Chi Han, Gawon Lee, Thao Nguyen 외

Despite their ability to understand chemical knowledge and accurately generate sequential representations, large language models (LLMs) remain limited in their capacity to propose novel molecules with drug-like propertie…

Language ModelingLanguage Modelling

A natural approach to studying schema processing

2017-05-12 · Jack McKay Fletcher, Thomas Wennekers

The Building Block Hypothesis (BBH) states that adaptive systems combine good partial solutions (so-called building blocks) to find increasingly better solutions. It is thought that Genetic Algorithms (GAs) implement the…

NeuronBlocks: Building Your NLP DNN Models Like Playing Lego

2019-04-21 · IJCNLP 2019 11 · Ming Gong, Linjun Shou, Wutao Lin, Zhijie Sang 외

Deep Neural Networks (DNN) have been widely employed in industry to address various Natural Language Processing (NLP) tasks. However, many engineers find it a big overhead when they have to choose from multiple framework…