Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 821 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 821 Bytes

SeKnow

This is the code for paper End-to-End Task-Oriented Dialog Modeling with Semi-Structured Knowledge Management.

If you use any source code or dataset included in this repo in your work, please cite this paper:

@article{gao2022end,
  title={End-to-End Task-Oriented Dialog Modeling with Semi-Structured Knowledge Management},
  author={Gao, Silin and Takanobu, Ryuichi and Bosselut, Antoine and Huang, Minlie},
  journal={IEEE/ACM Transactions on Audio, Speech, and Language Processing},
  year={2022},
  publisher={IEEE}
}

SeKnow has two kinds of implementations:

  1. Non-Pretrained Sequence-to-Sequence Implementation, please see: SeKnow-S2S/README.md
  2. Pretrained Language Model Implementation, please see: SeKnow-PLM/README.md