paper-with-me

Papers

Teaching the Machine to Explain Itself using Domain Knowledge

2020-11-27 · Vladimir Balayan, Pedro Saleiro, Catarina Belém, Ludwig Krippahl, Pedro Bizarro

Machine Learning (ML) has been increasingly used to aid humans to make better and faster decisions. However, non-technical humans-in-the-loop struggle to comprehend the rationale behind model predictions, hindering trust in algorithmic decision-making systems. Considerable research work on AI explainability attempts to win back trust in AI systems by developing explanation methods but there is still no major breakthrough. At the same time, popular explanation methods (e.g., LIME, and SHAP) produce explanations that are very hard to understand for non-data scientist persona. To address this, we present JOEL, a neural network-based framework to jointly learn a decision-making task and associated explanations that convey domain knowledge. JOEL is tailored to human-in-the-loop domain experts that lack deep technical ML knowledge, providing high-level insights about the model's predictions that very much resemble the experts' own reasoning. Moreover, we collect the domain feedback from a pool of certified experts and use it to ameliorate the model (human teaching), hence promoting seamless and better suited explanations. Lastly, we resort to semantic mappings between legacy expert systems and domain taxonomies to automatically annotate a bootstrap training set, overcoming the absence of concept-based human annotations. We validate JOEL empirically on a real-world fraud detection dataset. We show that JOEL can generalize the explanations from the bootstrap dataset. Furthermore, obtained results indicate that human teaching can further improve the explanations prediction quality by approximately $13.57\%$.

📄 PDF Abstract BibTeX arXiv:2012.01932

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingFraud Detection

Methods 이 논문이 사용한 방법론

LIME LIME, or Local Interpretable Model-Agnostic Explanations, is an algorithm that can explain the predictions of any classifier or regressor in a faithful way, by…

Similar Papers 제목 키워드 기반

Teaching the Machine to Explain Itself using Domain Knowledge

2020-10-16 · NeurIPS Workshop HAMLETS 2020 12 · Anonymous

Machine Learning (ML) has been increasingly used to aid humans to make better and faster decisions. However, non-technical humans-in-the-loop struggle to comprehend the rationale behind model predictions, hindering trust…

Decision MakingFraud Detection

Explainable Active Learning (XAL): An Empirical Study of How Local Explanations Impact Annotator Experience

2020-01-24 · Bhavya Ghai, Q. Vera Liao, Yunfeng Zhang, Rachel Bellamy 외

The wide adoption of Machine Learning technologies has created a rapidly growing demand for people who can train ML models. Some advocated the term "machine teacher" to refer to the role of people who inject domain knowl…

Active LearningExplainable Artificial Intelligence (XAI)

Abstraction, Validation, and Generalization for Explainable Artificial Intelligence

2021-05-16 · Scott Cheng-Hsin Yang, Tomas Folke, Patrick Shafto

Neural network architectures are achieving superhuman performance on an expanding range of tasks. To effectively and safely deploy these systems, their decision-making must be understandable to a wide range of stakeholde…

Decision MakingExplainable artificial intelligenceExplainable Artificial Intelligence (XAI)

RAM2C: A Liberal Arts Educational Chatbot based on Retrieval-augmented Multi-role Multi-expert Collaboration

2024-09-23 · Haoyu Huang, Tong Niu, Rui Yang, Luping Shi

Recently, many studies focus on utilizing large language models (LLMs) into educational dialogues. Especially, within liberal arts dialogues, educators must balance \textbf{H}umanized communication, \textbf{T}eaching exp…

ChatbotEthicsRetrieval

Conditional Teaching Size

2021-06-29 · Manuel Garcia-Piqueras, José Hernández-Orallo

Recent research in machine teaching has explored the instruction of any concept expressed in a universal language. In this compositional context, new experimental results have shown that there exist data teaching sets su…