Skip to content

rmit-ir/AnswerPassageQuality

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

AnswerPassageQuality

This repo contains code/scripts needed to reproduce the results in the SIGIR '18 paper "Ranking Documents by Answer-Passage Quality".

If you use the data or code from this repo, please cite the following paper:

@inproceedings{yulianti_ranking_2018,
  author = {Yulianti, Evi and Chen, Ruey-Cheng and Scholer, Falk and
            Croft, W. Bruce and Sanderson, Mark},
  title = {Ranking Documents by Answer-Passage Quality},
  booktitle = {Proceedings of {SIGIR} '18},
  year = {2018},
  pages = {335--344},
  publisher = {ACM}
} 

Get Started

Install the dependencies:

pip install -r requirements.txt

Install the following packages from github repos:

Note that, the DrQA package needs to be installed via pip3 with all pretrained models downloaded:

pip3 install .
./download.sh

Ranking Experiments

Contributors

  • Ruey-Cheng Chen
  • Evi Yulianti

About

Code/data for SIGIR '18 paper "Ranking Documents by Answer-Passage Quality"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published