Skip to content

ozyyshr/OSCAR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

OSCAR

This repo contains codes for the following paper:

Smoothing Dialogue States for Open Conversational Machine Reading.

(Codes are being cleaned and updated in progress)

1. Retrieval

We use the linear combination of DPR and TF-IDF, the codes are based on DrQA

TF-IDF

The codes correspondingly are in retriever_tfidf. Firstly, we build the DB for documents:

python build_db.py

Then we compute the tf-idf scores based on the constructed DB:

python build_tfidf.py

Finally, we inference the candidates for each sample in ORShARC:

bash inference_tfidf.sh
DPR

About

Smoothing Dialogue States for Open Conversational Machine Reading (EMNLP 2021)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published