paper-with-me

홈 › Papers

PlatoLM: Teaching LLMs in Multi-Round Dialogue via a User Simulator

2023-08-21 · Chuyi Kong, Yaxin Fan, Xiang Wan, Feng Jiang, Benyou Wang

The unparalleled performance of closed-sourced ChatGPT has sparked efforts towards its democratization, with notable strides made by leveraging real user and ChatGPT dialogues, as evidenced by Vicuna. However, due to challenges in gathering dialogues involving human participation, current endeavors like Baize and UltraChat rely on ChatGPT conducting roleplay to simulate humans based on instructions, resulting in overdependence on seeds, diminished human-likeness, limited topic diversity, and an absence of genuine multi-round conversational dynamics. To address the above issues, we propose a paradigm to simulate human behavior better and explore the benefits of incorporating more human-like questions in multi-turn conversations. Specifically, we directly target human questions extracted from genuine human-machine conversations as a learning goal and provide a novel user simulator called Socratic'. The experimental results show our response model, PlatoLM', achieves SoTA performance among LLaMA-based 7B models in MT-Bench. Our findings further demonstrate that our method introduces highly human-like questioning patterns and rich topic structures, which can teach the response model better than previous works in multi-round conversations.

📄 PDF Abstract BibTeX arXiv:2308.11534

Code (1)

FreedomIntelligence/PlatoLM

Tasks

DiversityLanguage ModellingLarge Language Model

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Weight Decay 설명 없음
{Dispute@FaQ-s}How to file a dispute with Expedia? How to file a dispute with Expedia? To file a complaint against Expedia, first try contacting their customer service directly. You can reach them by phone at…

Similar Papers 제목 키워드 기반

RAM2C: A Liberal Arts Educational Chatbot based on Retrieval-augmented Multi-role Multi-expert Collaboration

2024-09-23 · Haoyu Huang, Tong Niu, Rui Yang, Luping Shi

Recently, many studies focus on utilizing large language models (LLMs) into educational dialogues. Especially, within liberal arts dialogues, educators must balance \textbf{H}umanized communication, \textbf{T}eaching exp…

ChatbotEthicsRetrieval

EduDial: Constructing a Large-scale Multi-turn Teacher-Student Dialogue Corpus

2025-10-14 · Shouang Wei, Min Zhang, Xin Lin, Bo Jiang 외 arxiv

Recently, several multi-turn dialogue benchmarks have been proposed to evaluate the conversational abilities of large language models (LLMs). As LLMs are increasingly recognized as a key technology for advancing intellig…

EducationQ: Evaluating LLMs' Teaching Capabilities Through Multi-Agent Dialogue Framework

2025-04-21 · Yao Shi, Rongkeng Liang, Yong Xu

Large language models (LLMs) increasingly serve as educational tools, yet evaluating their teaching capabilities remains challenging due to the resource-intensive, context-dependent, and methodologically complex nature o…

SPL: A Socratic Playground for Learning Powered by Large Language Model

2024-06-20 · Liang Zhang, Jionghao Lin, Ziyi Kuang, Sheng Xu 외

Dialogue-based Intelligent Tutoring Systems (ITSs) have significantly advanced adaptive and personalized learning by automating sophisticated human tutoring strategies within interactive dialogues. However, replicating t…

Language ModelingLanguage ModellingLarge Language ModelPrompt Engineering

Towards Applying Powerful Large AI Models in Classroom Teaching: Opportunities, Challenges and Prospects

2023-05-05 · Kehui Tan, Tianqi Pang, Chenyou Fan, Song Yu

This perspective paper proposes a series of interactive scenarios that utilize Artificial Intelligence (AI) to enhance classroom teaching, such as dialogue auto-completion, knowledge and style transfer, and assessment of…

Style Transfer