paper-with-me

Papers

Deep Distilling: automated code generation using explainable deep learning

2021-11-16 · Paul J. Blazek, Kesavan Venkatesh, Milo M. Lin

Human reasoning can distill principles from observed patterns and generalize them to explain and solve novel problems. The most powerful artificial intelligence systems lack explainability and symbolic reasoning ability, and have therefore not achieved supremacy in domains requiring human understanding, such as science or common sense reasoning. Here we introduce deep distilling, a machine learning method that learns patterns from data using explainable deep learning and then condenses it into concise, executable computer code. The code, which can contain loops, nested logical statements, and useful intermediate variables, is equivalent to the neural network but is generally orders of magnitude more compact and human-comprehensible. On a diverse set of problems involving arithmetic, computer vision, and optimization, we show that deep distilling generates concise code that generalizes out-of-distribution to solve problems orders-of-magnitude larger and more complex than the training data. For problems with a known ground-truth rule set, deep distilling discovers the rule set exactly with scalable guarantees. For problems that are ambiguous or computationally intractable, the distilled rules are similar to existing human-derived algorithms and perform at par or better. Our approach demonstrates that unassisted machine intelligence can build generalizable and intuitive rules explaining patterns in large datasets that would otherwise overwhelm human reasoning.

📄 PDF Abstract BibTeX arXiv:2111.08275

Code (0)

등록된 구현이 없습니다.

Tasks

Code GenerationCommon Sense ReasoningDeep Learning

Similar Papers 제목 키워드 기반

Distilling ChatGPT for Explainable Automated Student Answer Assessment

2023-05-22 · Jiazheng Li, Lin Gui, Yuxiang Zhou, David West 외

Providing explainable and faithful feedback is crucial for automated student answer assessment. In this paper, we introduce a novel framework that explores using ChatGPT, a cutting-edge large language model, for the conc…

Language ModelingLanguage ModellingLarge Language Modeltext-classification+1

UICoder: Finetuning Large Language Models to Generate User Interface Code through Automated Feedback

2024-06-11 · Jason Wu, Eldon Schoop, Alan Leung, Titus Barik 외

Large language models (LLMs) struggle to consistently generate UI code that compiles and produces visually relevant designs. Existing approaches to improve generation rely on expensive human feedback or distilling a prop…

RAGVUE: A Diagnostic View for Explainable and Automated Evaluation of Retrieval-Augmented Generation

2025-12-03 · Keerthana Murugaraj, Salima Lamsiyah, Martin Theobald arxiv

Evaluating Retrieval-Augmented Generation (RAG) systems remains a challenging task: existing metrics often collapse heterogeneous behaviors into single scores and provide little insight into whether errors arise from ret…

Distilling Event Sequence Knowledge From Large Language Models

2024-01-14 · Somin Wadhwa, Oktie Hassanzadeh, Debarun Bhattacharjya, Ken Barker 외

Event sequence models have been found to be highly effective in the analysis and prediction of events. Building such models requires availability of abundant high-quality event sequence data. In certain applications, how…

Language ModelingLanguage Modelling

LLaMEA-SAGE: Guiding Automated Algorithm Design with Structural Feedback from Explainable AI

2026-01-29 · Niki van Stein, Anna V. Kononova, Lars Kotthoff, Thomas Bäck arxiv

Large language models have enabled automated algorithm design (AAD) by generating optimization algorithms directly from natural-language prompts. While evolutionary frameworks such as LLaMEA demonstrate strong explorator…

Code Generation