Skip to content

kimnamssya/Principles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PRINCIPLES: Synthetic Strategy Memory for Proactive Dialogue Agents

🏆 Accepted at EMNLP 2025 Findings

arXiv Hugging Face 🤗 Open in Spaces

Overview

main

  • we propose PRINCIPLES: a synthetic strategy memory for proactive dialogue agents.
  • PRINCIPLES is derived through offline self-play simulations and serves as reusable knowledge that guides strategy planning during inference, eliminating the need for additional training and data annotation.
  • We evaluate PRINCIPLES in both emotional supporting and persuasion domains, demonstrating its consistent improvements over strong baselines.
  • Furthermore, PRINCIPLES maintains its robustness across extended and more diverse evaluation settings.

Running PRINCIPLES

You can run PRINCIPLES in two phases:

Phase I: Principles Construction

First, set MODE="train" in scripts/run_ours.sh and run:

bash scripts/run_ours.sh

Phase II: Principles-driven Strategy Planning

Set MODE="test" in scripts/run_ours.sh and run:

bash scripts/run_ours.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors