3 papers
cs.HC2026
Generative UI: LLMs are Effective UI Generators
Yaniv Leviathan, Dani Valevski, Matan Kalman +10
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…
cs.LG2025
Prompt Repetition Improves Non-Reasoning LLMs
Yaniv Leviathan, Matan Kalman, Yossi Matias
When not using reasoning, repeating the input prompt improves performance for popular models (Gemini, GPT, Claude, and Deepseek) without increasing the number of generated tokens o…
cs.CL2025
Selective Attention Improves Transformer
Yaniv Leviathan, Matan Kalman, Yossi Matias
Unneeded elements in the attention's context degrade performance. We introduce Selective Attention, a simple parameter-free change to the standard attention mechanism which reduces…