Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

Generative Interfaces for Language Models

Created by
  • Haebom

Author

Jiaqi Chen, Yanzhe Zhang, Yutong Zhang, Yijia Shao, Diyi Yang

Outline

This paper proposes "Generative Interfaces for Language Models," a novel interaction method leveraging large-scale language models (LLMs). To overcome the limitations of traditional linear question-and-answer methods, LLMs generate user interfaces (UIs) in response to user queries, enabling more adaptive and interactive engagement. User queries are transformed into task-specific UIs through structured interface-specific representations and iterative refinement. We introduce a multidimensional evaluation framework that compares generative interfaces with traditional chat-based interfaces across a variety of tasks, interaction patterns, and question types, capturing functional, interactional, and emotional aspects of user experience. Experimental results show that generative interfaces consistently outperform conversational interfaces, with over 70% of users preferring generative interfaces. These findings clarify when and why users prefer generative interfaces and pave the way for future advancements in human-AI interaction.

Takeaways, Limitations

Takeaways:
Presenting a new interactive paradigm that overcomes the limitations of the linear question-and-answer method of existing LLMs.
Creating user interfaces to enable more efficient and adaptive human-AI interactions.
Empirically demonstrating the superiority of generative interfaces through a multidimensional evaluation framework.
Presenting new directions for human-AI interaction design to enhance user experience.
Limitations:
Further research is needed to determine the generalizability and universality of the proposed assessment framework.
Further experimentation and validation are needed for different types of LLMs and tasks.
Accessibility issues need to be considered based on the complexity of the generated UI and the user's technical understanding.
Further research is needed on the safety and reliability of generative interfaces.
👍