Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

[WoW] TF Implementation #4062

Merged
merged 1 commit into from
Oct 11, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 4 additions & 2 deletions projects/wizard_of_wikipedia/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ You can also interact with the model with:

parlai interactive -mf models:wizard_of_wikipedia/end2end_generator/model -t wizard_of_wikipedia

_Note_: an unofficial Tensorflow implementation of the End2End generative model can be found [here](https://lucehe.github.io/wow/).

## Retrieval Model

You can evaluate a retrieval model on the full dialogue task by running the
Expand Down Expand Up @@ -136,8 +138,8 @@ The entries of `dialog` (may) have the following keys; some are omitted for the
- `text`: what the speaker wrote
- `retrieved_topics`: the topics retrieved for that utterance
- `retrieved_passages`: a list of 1 entry dicts, mapping a topic to the sentences in the passage
- `checked_sentence`: (wizard only) a 1 entry dict mapping the topic to the chosen sentence by the wizard
- `checked_passage`: (wizard only) a 1 entry dict mapping the topic to the chosen topic by the wizard
- `checked_sentence`: (wizard only) a 1 entry dict mapping the topic to the chosen sentence by the wizard
- `checked_passage`: (wizard only) a 1 entry dict mapping the topic to the chosen topic by the wizard


## Citation
Expand Down