Skip to content

This repository assesses the APES summarization metric on TAC 2011 data

Notifications You must be signed in to change notification settings

mataney/APES-on-TAC2011

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

APES-on-TAC2011

This repository is meant to access APES summarization evaluation metric on the data published in TAC AESOP 2011.

Running steps

Run preprocess

In order to run the preprocessing script on the data please run the following command: python apes_on_tac2011.py --mode preprocess Three examples from the original AESOP dataset are available in the examples folder.

Obtain data

In order to obtain relevant AESOP 2011 data please refer to AESOP 2011 website and submit a request. The data can not be added to this repository.

Preprocess the data

Answer Questions

Run QA script

To run the QA you need a QA stream that expects queries.pkl file and writes answering accuracy in rewards.txt. You can find a trained QA here, so it is required you run the QA stream before running the answering_questions process.

QA accuracy

python apes_on_tac2011.py --mode answer_questions This will expect a QA system that reads questions from ./queries.pkl file and writes answering accuracy in ./rewards.txt.

About

This repository assesses the APES summarization metric on TAC 2011 data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages