Skip to content

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

License

Notifications You must be signed in to change notification settings

rmit-ir/AnswerPassageQuality

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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