paper-with-me

홈 › Papers

MLCopilot: Unleashing the Power of Large Language Models in Solving Machine Learning Tasks

2023-04-28 · Lei Zhang, Yuge Zhang, Kan Ren, Dongsheng Li, Yuqing Yang

The field of machine learning (ML) has gained widespread adoption, leading to significant demand for adapting ML to specific scenarios, which is yet expensive and non-trivial. The predominant approaches towards the automation of solving ML tasks (e.g., AutoML) are often time-consuming and hard to understand for human developers. In contrast, though human engineers have the incredible ability to understand tasks and reason about solutions, their experience and knowledge are often sparse and difficult to utilize by quantitative approaches. In this paper, we aim to bridge the gap between machine intelligence and human knowledge by introducing a novel framework, which leverages the state-of-the-art large language models to develop ML solutions for novel tasks. We showcase the possibility of extending the capability of LLMs to comprehend structured inputs and perform thorough reasoning for solving novel ML tasks. And we find that, after some dedicated design, the LLM can (i) observe from the existing experiences of ML tasks and (ii) reason effectively to deliver promising results for new tasks. The solution generated can be used directly to achieve high levels of competitiveness. Examples and code available at https://github.com/microsoft/CoML.

📄 PDF Abstract BibTeX arXiv:2304.14979

Code (1)

microsoft/CoML 공식 구현

Tasks

AutoMLCode Generation

Similar Papers 제목 키워드 기반

Pi-GPS: Enhancing Geometry Problem Solving by Unleashing the Power of Diagrammatic Information

2025-03-07 · Junbo Zhao, Ting Zhang, Jiayu Sun, Mi Tian 외

Geometry problem solving has garnered increasing attention due to its potential applications in intelligent education field. Inspired by the observation that text often introduces ambiguities that diagrams can clarify, t…

Geometry Problem SolvingMathematical Reasoning

Flacuna: Unleashing the Problem Solving Power of Vicuna using FLAN Fine-Tuning

2023-07-05 · Deepanway Ghosal, Yew Ken Chia, Navonil Majumder, Soujanya Poria

Recently, the release of INSTRUCTEVAL has provided valuable insights into the performance of large language models (LLMs) that utilize encoder-decoder or decoder-only architecture. Interestingly, despite being introduced…

DecoderLanguage ModellingLarge Language Model

Unleashing the Creative Mind: Language Model As Hierarchical Policy For Improved Exploration on Challenging Problem Solving

2023-11-01 · Zhan Ling, Yunhao Fang, Xuanlin Li, Tongzhou Mu 외

Large Language Models (LLMs) have achieved tremendous progress, yet they still often struggle with challenging reasoning problems. Current approaches address this challenge by sampling or searching detailed and low-level…

In-Context LearningLanguage ModelingLanguage ModellingMath

PuzzleFusion: Unleashing the Power of Diffusion Models for Spatial Puzzle Solving

2022-11-24 · NeurIPS 2023 11

This paper presents an end-to-end neural architecture based on Diffusion Models for spatial puzzle solving, particularly jigsaw puzzle and room arrangement tasks. In the latter task, for instance, the proposed system "Pu…

Concise Geometric Description as a Bridge: Unleashing the Potential of LLM for Plane Geometry Problem Solving

2026-01-29 · Jingyun Wang, Dian Li, Xiaohan Wang, Gang Liu 외 arxiv

Plane Geometry Problem Solving (PGPS) is a multimodal reasoning task that aims to solve a plane geometric problem based on a geometric diagram and problem textual descriptions. Although Large Language Models (LLMs) posse…

Multimodal Reasoning