Papers › SEAD: Self-Evolving Agent for Multi-Turn Service Dialogue

SEAD: Self-Evolving Agent for Multi-Turn Service Dialogue

3 Feb 2026arXiv:2602.03548added by Syntology

Yuqin Dai, Ning Gao, Wei Zhang, Jie Wang, Zichen Luo, Jinpeng Wang, Yujie Wang, Ruiyuan Wu, Chaozheng Wang

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Large Language Models have demonstrated remarkable capabilities in open-domain dialogues. However, current methods exhibit suboptimal performance in service dialogues, as they rely on noisy, low-quality human conversation data. This limitation arises from data scarcity and the difficulty of simulating authentic, goal-oriented user behaviors. To address these issues, we propose SEAD (Self-Evolving Agent for Service Dialogue), a framework that enables agents to learn effective strategies without large-scale human annotations. SEAD decouples user modeling into two components: a Profile Controller that generates diverse user states to manage training curriculum, and a User Role-play Model that focuses on realistic role-playing. This design ensures the environment provides adaptive training scenarios rather than acting as an unfair adversary. Experiments demonstrate that SEAD significantly outperforms Open-source Foundation Models and Closed-source Commercial Models, improving task completion rate by 17.6% and dialogue efficiency by 11.1%. Code is available at: https://github.com/Da1yuqin/SEAD.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2602.03548")

Code

Syntology Ran 1 of 20 code samples harvested from 1 repository linked to this paper; 19 have no recorded run. Of those that ran: 1 ran · our draft was wrong.

By repository: found in paper text by Syntology: 20 samples from 1 repository, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Da1yuqin/SEAD found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

20 samples harvested; 1 ran; 0 honoured the contract we drafted; 19 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
19unverified

Licence: 0 of the 20 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from Da1yuqin/SEAD. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

unpad_dataproto Da1yuqin/SEAD/verl/protocol.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · 25f0ea3f460f6ce1 · report
build_chat_messages Da1yuqin/SEAD/SEAD/vllm_service/vllm_server.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 96f494ea053bac2d · report
calculate_completion_rate Da1yuqin/SEAD/utils/analyze_chatbot_mistakes.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 3c337ab1bef2b5b1 · report
check_vllm_service_health Da1yuqin/SEAD/for_evaluation/Baseline_test_local_models_vllm.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 5b7295d80bd7a043 · report
extract_initial_state Da1yuqin/SEAD/utils/analyze_chatbot_mistakes.py found in paper text by Syntology unverified Apache-2.0 (permissive) · b364d075c39bce10 · report
extract_score Da1yuqin/SEAD/utils/analyze_chatbot_mistakes.py found in paper text by Syntology unverified Apache-2.0 (permissive) · fb8290dd4e4e685b · report
extract_stages_from_dialogue Da1yuqin/SEAD/for_evaluation/get_metrics_from_jsonl.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 949edfca00534d9f · report
extract_tag_value Da1yuqin/SEAD/for_evaluation/get_metrics_from_jsonl.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 0b7e36b128f91713 · report
extract_user_final_status Da1yuqin/SEAD/for_evaluation/get_metrics_from_jsonl.py found in paper text by Syntology unverified Apache-2.0 (permissive) · fa77461d2cd2929c · report
fill_user_params Da1yuqin/SEAD/SEAD/vllm_service/vllm_server.py found in paper text by Syntology unverified Apache-2.0 (permissive) · c8a9c51bedd5ee37 · report
fill_user_params Da1yuqin/SEAD/for_evaluation/Baseline_test_local_models_vllm.py found in paper text by Syntology unverified Apache-2.0 (permissive) · cf0a4a3e934a7c1d · report
get_weight_loader Da1yuqin/SEAD/verl/models/weight_loader_registry.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 919cf310ad4c189a · report
load_analysis Da1yuqin/SEAD/utils/generate_profiles_parallel.py found in paper text by Syntology unverified Apache-2.0 (permissive) · d56b142dd29f350c · report
load_behavior_library Da1yuqin/SEAD/utils/create_prompt_data.py found in paper text by Syntology unverified Apache-2.0 (permissive) · afee7667b68ea938 · report
load_behavior_library Da1yuqin/SEAD/utils/generate_profiles_parallel.py found in paper text by Syntology unverified Apache-2.0 (permissive) · a528e94a3ea5d552 · report
load_profiles_from_file Da1yuqin/SEAD/utils/create_prompt_data.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 475f74719b2c7a8f · report
load_prompt_file Da1yuqin/SEAD/SEAD/vllm_service/vllm_server.py found in paper text by Syntology unverified Apache-2.0 (permissive) · c7bcd40345c48edd · report
read_prompt Da1yuqin/SEAD/utils/create_prompt_data.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 18b5ff46b3ab5402 · report
restart_vllm_service Da1yuqin/SEAD/for_evaluation/Baseline_test_local_models_vllm.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 8d1e5517fde1b5f5 · report
sample_random_profile Da1yuqin/SEAD/utils/generate_profiles_parallel.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 52e90609827ad734 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2602.03548, was issued in February 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections