salesforce / factCC

Resources for the "Evaluating the Factual Consistency of Abstractive Text Summarization" paper
https://arxiv.org/abs/1910.12840
BSD 3-Clause "New" or "Revised" License
275 stars 31 forks source link

Modeling directory? #5

Closed penatbater closed 3 years ago

penatbater commented 3 years ago

In the *-eval.sh scripts, what exactly does Modeling Directory refer to?

export CODE_PATH= # absolute path to modeling directory export DATA_PATH= # absolute path to data directory export CKPT_PATH= # absolute path to model checkpoint

muggin commented 3 years ago

Point the CODE_PATH to factCC/modeling/ on your system.