rajammanabrolu / C2PO

Automated Storytelling via Causal, Commonsense Plot Ordering

Home Page:https://arxiv.org/abs/2009.00829

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C2PO

Code accompanying the paper "Automated Storytelling via Causal, Commonsense Plot Ordering".

BibTex

@article{ammanabrolu20automated,
  title={Automated Storytelling via Causal, Commonsense Plot Ordering},
  author={Ammanabrolu, Prithviraj and Cheung, Wesley and Broniec, William and Riedl, Mark O.},
  journal={CoRR},
  year={2020},
  url={https://arxiv.org/abs/2009.00829},
  volume={abs/2009.00829}
}
  • Run plot extraction method (/Plot-Extraction/run.sh) on story summaries (/stories/) to get extracted plot lines

  • Use the extracted plot lines for Hierarchical, BERT, and C2PO methods (further instructions in respective folders) The stories folder has the 10 randomly picked ones for used for plot extraction in the evaluation

About

Automated Storytelling via Causal, Commonsense Plot Ordering

https://arxiv.org/abs/2009.00829

License:MIT License


Languages

Language:Python 99.5%Language:Shell 0.5%