├── LICENSE ├── README.md ├── auto_story_arc_eval.sh ├── auto_tp_eval.sh ├── config.py ├── data_release ├── ground_truth_arc.json ├── ground_truth_tp.json └── narratives.json ├── quant_utils.py ├── story_arc_annotate_prompt.py ├── tp_evaluate_script.py └── utils.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PlusLabNLP/Narrative-Discourse/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PlusLabNLP/Narrative-Discourse/HEAD/README.md -------------------------------------------------------------------------------- /auto_story_arc_eval.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PlusLabNLP/Narrative-Discourse/HEAD/auto_story_arc_eval.sh -------------------------------------------------------------------------------- /auto_tp_eval.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PlusLabNLP/Narrative-Discourse/HEAD/auto_tp_eval.sh -------------------------------------------------------------------------------- /config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PlusLabNLP/Narrative-Discourse/HEAD/config.py -------------------------------------------------------------------------------- /data_release/ground_truth_arc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PlusLabNLP/Narrative-Discourse/HEAD/data_release/ground_truth_arc.json -------------------------------------------------------------------------------- /data_release/ground_truth_tp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PlusLabNLP/Narrative-Discourse/HEAD/data_release/ground_truth_tp.json -------------------------------------------------------------------------------- /data_release/narratives.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PlusLabNLP/Narrative-Discourse/HEAD/data_release/narratives.json -------------------------------------------------------------------------------- /quant_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PlusLabNLP/Narrative-Discourse/HEAD/quant_utils.py -------------------------------------------------------------------------------- /story_arc_annotate_prompt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PlusLabNLP/Narrative-Discourse/HEAD/story_arc_annotate_prompt.py -------------------------------------------------------------------------------- /tp_evaluate_script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PlusLabNLP/Narrative-Discourse/HEAD/tp_evaluate_script.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PlusLabNLP/Narrative-Discourse/HEAD/utils.py --------------------------------------------------------------------------------