English

DialogueForge: LLM Simulation of Human-Chatbot Dialogue

Computation and Language 2025-07-22 v1 Artificial Intelligence

Abstract

Collecting human-chatbot dialogues typically demands substantial manual effort and is time-consuming, which limits and poses challenges for research on conversational AI. In this work, we propose DialogueForge - a framework for generating AI-simulated conversations in human-chatbot style. To initialize each generated conversation, DialogueForge uses seed prompts extracted from real human-chatbot interactions. We test a variety of LLMs to simulate the human chatbot user, ranging from state-of-the-art proprietary models to small-scale open-source LLMs, and generate multi-turn dialogues tailored to specific tasks. In addition, we explore fine-tuning techniques to enhance the ability of smaller models to produce indistinguishable human-like dialogues. We evaluate the quality of the simulated conversations and compare different models using the UniEval and GTEval evaluation protocols. Our experiments show that large proprietary models (e.g., GPT-4o) generally outperform others in generating more realistic dialogues, while smaller open-source models (e.g., Llama, Mistral) offer promising performance with greater customization. We demonstrate that the performance of smaller models can be significantly improved by employing supervised fine-tuning techniques. Nevertheless, maintaining coherent and natural long-form human-like dialogues remains a common challenge across all models.

Keywords

Cite

@article{arxiv.2507.15752,
  title  = {DialogueForge: LLM Simulation of Human-Chatbot Dialogue},
  author = {Ruizhe Zhu and Hao Zhu and Yaxuan Li and Syang Zhou and Shijing Cai and Malgorzata Lazuka and Elliott Ash},
  journal= {arXiv preprint arXiv:2507.15752},
  year   = {2025}
}

Comments

For our code and data, see https://github.com/nerchio/Human_Chatbot-Generation

R2 v1 2026-07-01T04:11:41.390Z