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

Commit

Permalink
update with TF link (#4062)
Browse files Browse the repository at this point in the history
  • Loading branch information
klshuster authored Oct 11, 2021
1 parent e3f0766 commit e80c27e
Showing 1 changed file with 4 additions and 2 deletions.
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

0 comments on commit e80c27e

Please sign in to comment.