paper-with-me

Papers Prompt Engineering

“Prompt Engineering” 태그가 달린 논문 1,874편 · 필터 해제

Emergency Department Revisit Quality Review Screening: Exploring Human Decision-Making and Artificial Intelligence Support

2026-09-09 · Jonathan A. Handler, Marlene I. Robles-Granda, Jacob E. Mefford, Jeremy S. McGarvey 외 arxiv

Background: Emergency Department (ED) return visits are commonly reviewed for quality assurance, but are often limited (e.g., to revisits within 48-72 hours) to increase actionable finding yield while minimizing chart re…

Prompt Engineering

Unifying Conformal Language Tasks with In-Context Ensembles

2026-09-02 · Xiao Shi Huang, Chen-Yuan Lin, Bruce Kuwahara, Kin Kwan Leung 외 hf

Many NLP tasks, such as summarization and extractive question answering, reduce to retrieving relevant content from documents under two constraints: coverage, retaining enough pertinent information to achieve some goal, …

Question AnsweringPrompt Engineering

Stratified Consistency Distillation for Natural Language Formalization

2026-08-31 · Zhichao Hou, Ferhat Erata, Joe Lilien, MohamadAli Torkamani arxiv

Neurosymbolic reasoning has shown promising success in addressing complex reasoning tasks by combining large language models (LLMs) and symbolic solvers. While this approach shows promise, a fundamental challenge remains…

Prompt Engineering

The Differential Reasoning Router: Operationalizing Cost-Aware LLM Annotation in E-commerce

2026-08-31 · Cheng Lyu, Jingyue Zhang, Vinny DeGenova, Mengwei Li 외 arxiv

Large Language Models (LLMs) are increasingly used to annotate structured product data in e-commerce, but early deployment often begins as a cold-start problem: only limited pre-launch labels are available, the value of …

Prompt Engineering

Thomson: Continual Learning of Frontier Models for SovereignAI

2026-08-27 · Shengzhuang Chen, Jerrod Parker, Yejin Bang, Andrew M. Bean 외 arxiv

The development of frontier models is commonly perceived to be the exclusive remit of a small number of heavily funded players, creating an information, economic and power asymmetry between developers and the diverse use…

Continual LearningPrompt EngineeringDomain Adaptation

CRAMER: Control via Request-Aware Masking for Editing Recommenders

2026-08-26 · Zhiyuan Julian Su, Naihe Feng, Zhen Luther Qin, Ga Wu arxiv

Sequential recommendation models, while powerful, have limited flexibility in responding to immediate user requests, making it difficult to adapt their recommendations to the user's timely interests. Unfortunately, exist…

Sequential RecommendationPrompt Engineering

Graph Engineering in the Era of LLM Agents: From Individual Intelligence to System Intelligence

2026-08-21 · Yuyuan Feng, Zhishang Xiang, Chaobin Yang, Qichao Ma 외 arxiv

LLMs have evolved from language generators to autonomous agents capable of complex, long-horizon tasks. This evolution has produced paradigms including Prompt Engineering to elicit model capabilities, Context Engineering…

Prompt Engineering

Air Traffic Control Using Large Language Models: Prompt Engineering, Architecture, and Evaluation

2026-08-19 · Mahyar Ghazanfari, Matthias Casanova, Jordan Kam, Alex Zongo 외 arxiv

Air traffic control (ATC) communication is a safety-critical dialogue that remains largely human-driven even as other parts of air traffic management have been semi-automated. In this article, we experimentally evaluate …

Semantic SimilarityPrompt Engineering

Concept Guidance: Precise, Training-Free Latent Control for Text-to-Image Generation

2026-08-14 · Nikolai Röhrich, Isabell Hans, Felix Krause, Björn Ommer arxiv

Text-to-image diffusion models have two major drawbacks that severely limit their practical utility: (1) standard models lack an intrinsic mechanism for continuous, concept-specific guidance (e.g., for precisely controll…

Text-to-Image GenerationPrompt Engineering

MARC v1: An Open-Source Multi-Agent Framework for Clinical AI Reasoning and Coordination

2026-08-13 · Saisha Shetty, Satvik Tripathi, Austin Lin, Colin Zhao 외 arxiv

We present Multi-Agent Reasoning and Coordination (MARC), an open-source framework that replaces monolithic LLM prompting with deterministic multi-agent orchestration for clinical reasoning. MARC coordinates role-special…

Prompt EngineeringAnswer Generation

Vibe Compiler: A Research-Logic Synthesis Tool That Runs without Prompt Engineering -Toward Enhancing Metacognition for Sustaining Agency in the Age of Generative AI-

2026-08-06 · Riichiro Mizoguchi, Tomoki Aburatani, Kento Koike, Machi Shimmei arxiv

Used as a capable servant, generative AI has greatly accelerated intellectual work, yet it also risks eroding human epistemic agency by encouraging uncritical acceptance of AI-generated reasoning. Preserving that agency …

Prompt Engineering

Prompt-Induced Waste in Coding Agents: Reasoning, Effort, Harness Design, and End-to-End Cost

2026-08-02 · Sarel Weinberger, Amir Hozez arxiv

Coding-agent efficiency cannot be characterized by token count or model price alone. We study how end-to-end cost and task success depend jointly on prompt semantics, inference effort, harness policy, model, task difficu…

Prompt Engineering

MDTD-ArtIR: Benchmarking Image Editing and Restoration Models for Art Image Restoration under Texture-Overlay Degradations

2026-08-01 · Mridula Vijendran, Shuang Chen, Hubert P. H. Shum arxiv

Restoring severely degraded visual media still remains a formidable challenge, as existing methods often hallucinate unnatural textures and contents, struggle with preserving color and texture, or fail to leverage partia…

Prompt EngineeringImage RestorationImage Editing

What makes prompts a graph: necessary and sufficient conditions for prompt graph engineering

2026-07-30 · Sandeco Macedo arxiv

Prompts stopped being isolated strings some time ago. In real systems, one model call feeds another, retrieval interleaves with generation, routers branch, and aggregators merge parallel results. Practice converged on a …

Prompt Engineering

Dual Inversion for Text-to-Image Diffusion Models: From Both Prompt and Noise Perspectives

2026-07-29 · Xiaolong Liu, Junjian Li, Yuan Xiao, Jiaqi Deng 외 arxiv

Prompt inversion, as a typical reverse engineering technique, enables text-to-image (T2I) diffusion models to generate the desired target images without extensive prompt engineering. However, existing prompt inversion me…

Prompt EngineeringImage Editing

Visual prompt engineering for video models

2026-07-28 · Robert Geirhos, Yuxuan Li, Thaddäus Wiedemer, Neha Kalibhat 외 arxiv

In the age of foundation models, a model is only as good as its prompt. For this reason, prompt engineering has become an essential technique for improving language model performance. Since video models are currently bec…

Prompt EngineeringVisual ReasoningImage Editing

The Illusion of Secure LLM Code: Closing the Security Gap via Iterative Reprompting

2026-07-26 · Ishpuneet Singh, Shreyas Mahajan, Gurjot Singh, Maninder Singh arxiv

Large Language Models (LLMs) are increasingly integrated into software development workflows, yet their ability to autonomously generate secure authentication code remains uncertain. This paper evaluates the security arc…

Prompt Engineering

Transformer-Assisted LLM-Based Source Code Summarisation: to Enable More Secure Software Development

2026-07-23 · Jesse Phillips, Tracy Hall, Paul Rayson, Mo El-Haj arxiv

Neural Source Code Summarisation (NSCS) aims to generate natural language summaries of source code to improve developers' and maintainers' understanding of code. Source code summaries are vital during the maintenance pha…

Prompt Engineering

It's Not What You Say, It's How You Say It: Evaluating LLM Responses to Expressions of Belief

2026-07-20 · Kevin Du, Clara Kümpel, Michelle Wastl, Alex Warstadt arxiv

Users frequently express their beliefs to large language models (LLMs). In some situations, the LLM should accept these contextual beliefs as true. In others, they should stick to their prior knowledge. Notably, users' e…

Prompt Engineering

A Multi-Agent System for Autonomous, Fine-Tuning-Free Clinical Symptom Detection: Development and Validation Study

2026-07-14 · Cameron Cagan, Pedram Fard, Jiazi Tian, Jingya Cheng 외 arxiv

Clinical notes contain many of the signs and symptoms that bring patients to care, yet this information rarely reaches structured fields. Existing extraction approaches either rely on context-insensitive rules that gener…

Prompt Engineering
1–20 / 1,874 다음 →