Inductive-bias Learning: Generating Code Models with Large Language Model
Toma Tanaka, Naofumi Emoto, and Tsukasa Yumibayashi

TL;DR
This paper introduces Inductive-Bias Learning (IBL), a novel method combining in-context learning and code generation to produce interpretable code models with accuracy comparable to traditional models.
Contribution
The paper proposes IBL, a new approach that generates code models via prompt-based training, integrating inference properties of ICL with the interpretability of code.
Findings
Generated code models achieve accuracy comparable to or surpassing ICL.
IBL combines inference without explicit inductive bias with code readability.
Open-source implementation available for further research.
Abstract
Large Language Models(LLMs) have been attracting attention due to a ability called in-context learning(ICL). ICL, without updating the parameters of a LLM, it is possible to achieve highly accurate inference based on rules ``in the context'' by merely inputting a training data into the prompt. Although ICL is a developing field with many unanswered questions, LLMs themselves serves as a inference model, seemingly realizing inference without explicitly indicate ``inductive bias''. On the other hand, a code generation is also a highlighted application of LLMs. The accuracy of code generation has dramatically improved, enabling even non-engineers to generate code to perform the desired tasks by crafting appropriate prompts. In this paper, we propose a novel ``learning'' method called an ``Inductive-Bias Learning (IBL)'', which combines the techniques of ICL and code generation. An idea of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Text Readability and Simplification
