Skip to content

Code for paper "QAScore - An Unsupervised Unreferenced Metric for the Question Generation Evaluation"

License

Notifications You must be signed in to change notification settings

TianboJi/QAScore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QAScore

Code for paper "QAScore - An Unsupervised Unreferenced Metric for the Question Generation Evaluation" (see this link)

Requirements

  • python=3.8
  • transformers
  • pytorch
  • tqdm

Usage

run the following command

python -u QAScore.py \
        --paragraph_file example_files/paragraphs.txt \
        --question_file example_files/questions.txt \
        --answer_file example_files/answers.txt \
        --device "cuda" \
        --show_progress 

and the result is -0.9693889460924203

About

Code for paper "QAScore - An Unsupervised Unreferenced Metric for the Question Generation Evaluation"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages