paper-with-me

Papers

Generative UI: LLMs are Effective UI Generators

2026-02-24 · Yaniv Leviathan, Dani Valevski, Matan Kalman, Danny Lumen, Eyal Segalis, Eyal Molad, Shlomi Pasternak, Vishnu Natchu, Valerie Nygaard, Srinivasan, Venkatachary, James Manyika, Yossi Matias arxiv

AI models excel at creating content, but typically render it with static, predefined interfaces. Specifically, the output of LLMs is often a markdown "wall of text". Generative UI is a long standing promise, where the model generates not just the content, but the interface itself. Until now, Generative UI was not possible in a robust fashion. We demonstrate that when properly prompted and equipped with the right set of tools, a modern LLM can robustly produce high quality custom UIs for virtually any prompt. When ignoring generation speed, results generated by our implementation are overwhelmingly preferred by humans over the standard LLM markdown output. In fact, while the results generated by our implementation are worse than those crafted by human experts, they are at least comparable in 50% of cases. We show that this ability for robust Generative UI is emergent, with substantial improvements from previous models. We also create and release PAGEN, a novel dataset of expert-crafted results to aid in evaluating Generative UI implementations, as well as the results of our system for future comparisons. Interactive examples can be seen at https://generativeui.github.io

📄 PDF Abstract BibTeX arXiv:2604.09577

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Generative AI to Generate Test Data Generators

2024-01-31 · Benoit Baudry, Khashayar Etemadi, Sen Fang, Yogya Gamage 외

Generating fake data is an essential dimension of modern software testing, as demonstrated by the number and significance of data faking libraries. Yet, developers of faking libraries cannot keep up with the wide range o…

software testing

Conf-Gen: Conformal Uncertainty Quantification for Generative Models

2026-05-27 · Gabriel Loaiza-Ganem, Kevin Zhang, Wei Cui, Marc T. Law 외 arxiv

Conformal prediction (CP) and its extension, conformal risk control (CRC), are established frameworks for quantifying uncertainty in supervised machine learning through formal guarantees. However, recent breakthroughs in…

Can LLMs Generate Reliable Test Case Generators? A Study on Competition-Level Programming Problems

2025-06-07 · Yuhan Cao, Zian Chen, Kun Quan, Ziliang Zhang 외

Large Language Models (LLMs) have demonstrated remarkable capabilities in code generation, capable of tackling complex tasks during inference. However, the extent to which LLMs can be utilized for code checking or debugg…

Code Generationvalid

ProGRes: Prompted Generative Rescoring on ASR n-Best

2024-08-30 · Ada Defne Tur, Adel Moumen, Mirco Ravanelli

Large Language Models (LLMs) have shown their ability to improve the performance of speech recognizers by effectively rescoring the n-best hypotheses generated during the beam search process. However, the best way to exp…

speech-recognitionSpeech Recognition

Moving Beyond Next-Token Prediction: Transformers are Context-Sensitive Language Generators

2025-04-15 · Phill Kyu Rhee

Large Language Models (LLMs), powered by Transformers, have demonstrated human-like intelligence capabilities, yet their underlying mechanisms remain poorly understood. This paper presents a novel framework for interpret…