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.

Multi-Turn Human-LLM Interaction Through the Lens of a Two-Way Intelligence Protocol

Created by
  • Haebom

Author

Harshvardhan Mestha, Karan Bania, Shreyas V, Sidong Liu, Ashwin Srinivasan

Outline

This paper studies the design of a software system that uses natural language to interact with human experts and large-scale language models (LLMs) for data analysis tasks. For complex problems, the LLMs can leverage human expertise and creativity to find previously unattainable solutions. While this interaction typically involves multiple human prompts and LLM responses, this paper investigates a more structured approach based on an abstract protocol for agent-to-agent interaction (see [3]). This protocol is modeled as two communicating finite-state machines, based on the concept of "two-way intelligibility." We implement this protocol and present empirical evidence demonstrating its use in mediating interactions between LLMs and human agents in two scientific fields: radiology and drug design. Through controlled experiments using human surrogates (databases) and uncontrolled experiments using human subjects, we demonstrate the protocol's ability to capture one-way and two-way intelligibility in human-LLM interactions, supporting the utility of two-way intelligibility in the design of human-machine systems.

Takeaways, Limitations

Takeaways:
We present a structured protocol for efficient interaction between LLMs and human experts, and experimentally verify its effectiveness.
We demonstrated that a protocol based on the concept of “mutual intelligibility” can enhance the effectiveness of human-LLM interactions.
It suggests potential applications in various scientific fields, including radiology and new drug design.
Limitations:
The dataset and number of participants used in the experiment may be limited.
Further studies are needed to determine whether the proposed protocol is applicable to all types of human-LLM interactions.
Further validation of the generalizability and scalability of the protocol is needed.
👍