paper-with-me

Papers

InstructPipe: Generating Visual Blocks Pipelines with Human Instructions and LLMs

2023-12-15 · Zhongyi Zhou, Jing Jin, Vrushank Phadnis, Xiuxiu Yuan, Jun Jiang, Xun Qian, Kristen Wright, Mark Sherwood, Jason Mayes, Jingtao Zhou, Yiyi Huang, Zheng Xu, yinda zhang, Johnny Lee, Alex Olwal, David Kim, Ram Iyengar, Na Li, Ruofei Du

Visual programming has the potential of providing novice programmers with a low-code experience to build customized processing pipelines. Existing systems typically require users to build pipelines from scratch, implying that novice users are expected to set up and link appropriate nodes from a blank workspace. In this paper, we introduce InstructPipe, an AI assistant for prototyping machine learning (ML) pipelines with text instructions. We contribute two large language model (LLM) modules and a code interpreter as part of our framework. The LLM modules generate pseudocode for a target pipeline, and the interpreter renders the pipeline in the node-graph editor for further human-AI collaboration. Both technical and user evaluation (N=16) shows that InstructPipe empowers users to streamline their ML pipeline workflow, reduce their learning curve, and leverage open-ended commands to spark innovative ideas.

📄 PDF Abstract BibTeX arXiv:2312.09672

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingLarge Language Model

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Generating Justifications in a Spatial Question-Answering Dialogue System for a Blocks World

2021-10-01 · ReInAct 2021 10 · Georgiy Platonov, Benjamin Kane, Lenhart Schubert

As AI reaches wider adoption, designing systems that are explainable and interpretable becomes a critical necessity. In particular, when it comes to dialogue systems, their reasoning must be transparent and must comply w…

Question Answering

"How to best say it?" : Translating Directives in Machine Language into Natural Language in the Blocks World

2021-07-14 · Sujeong Kim, Amir Tamrakar

We propose a method to generate optimal natural language for block placement directives generated by a machine's planner during human-agent interactions in the blocks world. A non user-friendly machine directive, e.g., m…

Identifying and Harnessing the Building Blocks of Machine Learning Pipelines for Sensible Initialization of a Data Science Automation Tool

2016-07-29 · Randal S. Olson, Jason H. Moore

As data science continues to grow in popularity, there will be an increasing need to make data science tools more scalable, flexible, and accessible. In particular, automated machine learning (AutoML) systems seek to aut…

AutoMLBIG-bench Machine LearningClassificationGeneral Classification

Game of LLMs: Discovering Structural Constructs in Activities using Large Language Models

2024-06-19 · Shruthi K. Hiremath, Thomas Ploetz

Human Activity Recognition is a time-series analysis problem. A popular analysis procedure used by the community assumes an optimal window length to design recognition pipelines. However, in the scenario of smart homes, …

Activity RecognitionHuman Activity RecognitionTime SeriesTime Series Analysis

ParaNet - Using Dense Blocks for Early Inference

2018-08-24 · Joseph Chuang, Eric Tsai, Kevin Huang, Jay Fetter

DenseNets have been shown to be a competitive model among recent convolutional network architectures. These networks utilize Dense Blocks, which are groups of densely connected layers where the output of a hidden layer i…