paper-with-me

Papers

Explain Yourself: A Natural Language Interface for Scrutable Autonomous Robots

2018-03-06 · Francisco J. Chiyah Garcia, David A. Robb, Xingkun Liu, Atanas Laskov, Pedro Patron, Helen Hastie

Autonomous systems in remote locations have a high degree of autonomy and there is a need to explain what they are doing and why in order to increase transparency and maintain trust. Here, we describe a natural language chat interface that enables vehicle behaviour to be queried by the user. We obtain an interpretable model of autonomy through having an expert 'speak out-loud' and provide explanations during a mission. This approach is agnostic to the type of autonomy model and as expert and operator are from the same user-group, we predict that these explanations will align well with the operator's mental model, increase transparency and assist with operator training.

📄 PDF Abstract BibTeX arXiv:1803.02088

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Xplique: A Deep Learning Explainability Toolbox

2022-06-09 · Thomas Fel, Lucas Hervier, David Vigouroux, Antonin Poche 외

Today's most advanced machine-learning models are hardly scrutable. The key challenge for explainability methods is to help assisting researchers in opening up these black boxes, by revealing the strategy that led to a g…

Deep LearningExplainable artificial intelligence

Explainability of Text Processing and Retrieval Methods: A Critical Survey

2022-12-14 · Sourav Saha, Debapriyo Majumdar, Mandar Mitra

Deep Learning and Machine Learning based models have become extremely popular in text processing and information retrieval. However, the non-linear structures present inside the networks make these models largely inscrut…

Document RankingInformation RetrievalRetrievalSurvey+1

Beyond Autocomplete: Designing CopilotLens Towards Transparent and Explainable AI Coding Agents

2025-06-24 · Runlong Ye, Zeling Zhang, Boushra Almazroua, Michael Liut

AI-powered code assistants are widely used to generate code completions, significantly boosting developer productivity. However, these tools typically present suggestions without explaining their rationale, leaving their…

Code CompletionDecision Making

Know What I don't Know: Handling Ambiguous and Unanswerable Questions for Text-to-SQL

2022-12-17 · Bing Wang, Yan Gao, Zhoujun Li, Jian-Guang Lou

The task of text-to-SQL aims to convert a natural language question into its corresponding SQL query within the context of relational tables. Existing text-to-SQL parsers generate a "plausible" SQL query for an arbitrary…

counterfactualText to SQLText-To-SQL

Large Language Models are Competitive Near Cold-start Recommenders for Language- and Item-based Preferences

2023-07-26 · Scott Sanner, Krisztian Balog, Filip Radlinski, Ben Wedin 외

Traditional recommender systems leverage users' item preference history to recommend novel content that users may like. However, modern dialog interfaces that allow users to express language-based preferences offer a fun…

Collaborative FilteringRecommendation Systems