Skip to content

Latest commit

 

History

History
280 lines (148 loc) · 15.6 KB

README.md

File metadata and controls

280 lines (148 loc) · 15.6 KB

Survey-Evolution-DS

This is the repo which records the evolution of LM-based dialogue system. We list works in each stage, and will constantly update it, welcome to raise a issue to add new works!!

  • Task-oriented Dialogue System (TOD)
    • Natural Language Understanding (NLU)
    • Dialogue State Tracking (DST)
    • Dialogue Policy Learning (DST)
    • Natural Language Generation (NLG)
    • End-to-End TOD (E2E TOD)
  • Open-domain Dialogue System (ODD)
  • Unified Dialogue System (UniDS)

News

  • 8 Nov, 2024: We are happy to see renaissance of task-oriented dialogue system, which inspires lots of recent work, such as $\tau$-Bench, AppBench and so on.

The Evolution of LM-based Dialogue System

Alt text

Survey Paper

1st Stage -- SLM: Early Stage

  • Eliza, Alice, GUS

2nd Stage -- NLM: Independent Development

3rd Stage -- PLM: Fusion Starts!

3.1: Fusions within TOD

3.2: Fusion between TOD with ODD

3.3: Fusion between DM and LLM

Others

4nd Stage -- LLM-based Dialogue System

4.1: Internal Reasoning

-Reverse Multi-Choice Dialogue Commonsense Inference with Graph-of-Thought AAAI 2024

Proactive

Empathetic Dialogue

4.2: External Acting / Interactions

Database

Memory

Persona/Character/Profile/Role

Multilingual

4.3: Reasoning + Acting

Others

What's the future? Language Agents?

Multi-modal

Dataset Paper

Others

Position and Future Directions

Other Useful Resourecs

  1. https://www.promptingguide.ai/papers [prompting engineering papers]
  2. https://github.com/iwangjian/Paper-Reading#knowledge-grounded-dialogue

To read

  • Beyond Candidates : Adaptive Dialogue Agent Utilizing Persona and Knowledge

  • Are Personalized Stochastic Parrots More Dangerous? Evaluating Persona Biases in Dialogue Systems

Welcome to cite our survey paper.

@misc{wang2023survey,
      title={A Survey of the Evolution of Language Model-Based Dialogue Systems},
      author={Hongru Wang and Lingzhi Wang and Yiming Du and Liang Chen and Jingyan Zhou and Yufei Wang and Kam-Fai Wong},
      year={2023},
      eprint={2311.16789},
      archivePrefix={arXiv},
      primaryClass={cs.CL}
}