Jiann commited on
Commit
83e2350
·
verified ·
1 Parent(s): cc3d904

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  UNION: An Unreferenced Metric for Evaluating Open-ended Story Generation
2
 
3
  Details are shown in our [EMNLP 2020 Paper](https://aclanthology.org/2020.emnlp-main.736/) and [Github Repo](https://github.com/thu-coai/UNION).
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: roc_ant_data
6
+ path: ROCStories/ant_data/ant_data_all*
7
+ - split: wp_ant_data
8
+ path: WritingPrompts/ant_data/ant_data_all*
9
+ ---
10
+
11
+
12
  UNION: An Unreferenced Metric for Evaluating Open-ended Story Generation
13
 
14
  Details are shown in our [EMNLP 2020 Paper](https://aclanthology.org/2020.emnlp-main.736/) and [Github Repo](https://github.com/thu-coai/UNION).