Skip to content
Snippets Groups Projects
Commit 07298495 authored by F1nnH's avatar F1nnH
Browse files

Update README.md files with approach descriptions

parent 53db3c6d
Branches master
No related tags found
No related merge requests found
......@@ -21,11 +21,11 @@ The project is designed to easily integrate other models, and the code is writte
## One-Shot Approach
The one-shot approach takes the MultiWOZ dataset to extract domain knowledge and use it as context for the dialogue generation. Then we prompt the model again with the generated Dialogue to create Annotations. The code for this approach is located in the [`src/one_shot`](src/one-shot/) directory.
The one-shot approach takes the MultiWOZ dataset and extracts domain knowledge to use as context for the dialogue generation. A Model is prompted to generate Dialogues and after that Annotations for these Dialogues. The code for this approach is located in the [`src/one_shot`](src/one-shot/) directory.
## Multiagent Approach
(TODO)
The Multiagent approach uses a retrieval-based system to generate dialogues. The system uses the HeidelKBerg dataset to retrieve information about restaurants, hotels and attractions in Heidelberg. The code for this approach is located in the [`src/multiagent`](src/multiagent/) directory.
## Project results
......
......@@ -4,4 +4,4 @@ This folder contains all data created by us. These are the results of our one-sh
## Contents
- one-shot/ - Contains the domain knowledge, dialogues and annotations created by the one-shot approach.
- multiagent/ - (TODO)
\ No newline at end of file
- multiagent/ - Contains the dialogues created by the multiagent approach.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment