paper-with-me

Papers

Towards Machine-Generated Code for the Resolution of User Intentions

2025-04-24 · Justus Flerlage, Ilja Behnke, Odej Kao

The growing capabilities of Artificial Intelligence (AI), particularly Large Language Models (LLMs), prompt a reassessment of the interaction mechanisms between users and their devices. Currently, users are required to use a set of high-level applications to achieve their desired results. However, the advent of AI may signal a shift in this regard, as its capabilities have generated novel prospects for user-provided intent resolution through the deployment of model-generated code. This development represents a significant progression in the realm of hybrid workflows, where human and artificial intelligence collaborate to address user intentions, with the former responsible for defining these intentions and the latter for implementing the solutions to address them. In this paper, we investigate the feasibility of generating and executing workflows through code generation that results from prompting an LLM with a concrete user intention, and a simplified application programming interface for a GUI-less operating system. We provide an in-depth analysis and comparison of various user intentions, the resulting code, and its execution. The findings demonstrate the general feasibility of our approach and that the employed LLM, GPT-4o-mini, exhibits remarkable proficiency in the generation of code-oriented workflows in accordance with provided user intentions.

📄 PDF Abstract BibTeX arXiv:2504.17531

Code (1)

dos-group/LLMWorkflowGenerator 공식 구현

Tasks

Code Generation

Methods 이 논문이 사용한 방법론

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

Similar Papers 제목 키워드 기반

BISCUIT: Scaffolding LLM-Generated Code with Ephemeral UIs in Computational Notebooks

2024-04-10 · Ruijia Cheng, Titus Barik, Alan Leung, Fred Hohman 외

Programmers frequently engage with machine learning tutorials in computational notebooks and have been adopting code generation technologies based on large language models (LLMs). However, they encounter difficulties in …

Code GenerationPrompt Engineering

Attention over Self-attention:Intention-aware Re-ranking with Dynamic Transformer Encoders for Recommendation

2022-01-14 · Zhuoyi Lin, Sheng Zang, Rundong Wang, Zhu Sun 외

Re-ranking models refine item recommendation lists generated by the prior global ranking model, which have demonstrated their effectiveness in improving the recommendation quality. However, most existing re-ranking solut…

Re-Ranking

DeFLOCNet: Deep Image Editing via Flexible Low-level Controls

2021-03-23 · CVPR 2021 1 · Hongyu Liu, Ziyu Wan, Wei Huang, Yibing Song 외

User-intended visual content fills the hole regions of an input image in the image editing scenario. The coarse low-level inputs, which typically consist of sparse sketch lines and color dots, convey user intentions for …

DecoderTexture Synthesis

Comparative Analysis of Large Language Models for the Machine-Assisted Resolution of User Intentions

2025-08-29 · Justus Flerlage, Alexander Acker, Odej Kao arxiv

Large Language Models (LLMs) have emerged as transformative tools for natural language understanding and user intent resolution, enabling tasks such as translation, summarization, and, increasingly, the orchestration of …

Natural Language Understanding

Enhancing Intent Understanding for Ambiguous prompt: A Human-Machine Co-Adaption Strategy

2025-01-25 · Yangfan He, Jianhui Wang, Yijin Wang, Kun Li 외

Today's image generation systems are capable of producing realistic and high-quality images. However, user prompts often contain ambiguities, making it difficult for these systems to interpret users' actual intentions. C…

Image GenerationLanguage ModelingLanguage ModellingRAG