Update README.md
Browse files
README.md
CHANGED
|
@@ -1,21 +1,25 @@
|
|
| 1 |
-
---
|
| 2 |
-
configs:
|
| 3 |
-
- config_name: default
|
| 4 |
-
data_files:
|
| 5 |
-
- split: storal_zh_train
|
| 6 |
-
path: storal_zh_train*
|
| 7 |
-
- split: storal_zh_valid
|
| 8 |
-
path: storal_zh_valid*
|
| 9 |
-
- split: storal_zh_test
|
| 10 |
-
path: storal_zh_test*
|
| 11 |
-
- split: storal_en_train
|
| 12 |
-
path: storal_en_train*
|
| 13 |
-
- split: storal_en_valid
|
| 14 |
-
path: storal_en_valid*
|
| 15 |
-
- split: storal_en_test
|
| 16 |
-
path: storal_en_test*
|
| 17 |
-
- split: storal_en_unlabel
|
| 18 |
-
path: storal_en_unlabel*
|
| 19 |
-
- split: storal_zh_unlabel
|
| 20 |
-
path: storal_zh_unlabel*
|
| 21 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
configs:
|
| 3 |
+
- config_name: default
|
| 4 |
+
data_files:
|
| 5 |
+
- split: storal_zh_train
|
| 6 |
+
path: storal_zh_train*
|
| 7 |
+
- split: storal_zh_valid
|
| 8 |
+
path: storal_zh_valid*
|
| 9 |
+
- split: storal_zh_test
|
| 10 |
+
path: storal_zh_test*
|
| 11 |
+
- split: storal_en_train
|
| 12 |
+
path: storal_en_train*
|
| 13 |
+
- split: storal_en_valid
|
| 14 |
+
path: storal_en_valid*
|
| 15 |
+
- split: storal_en_test
|
| 16 |
+
path: storal_en_test*
|
| 17 |
+
- split: storal_en_unlabel
|
| 18 |
+
path: storal_en_unlabel*
|
| 19 |
+
- split: storal_zh_unlabel
|
| 20 |
+
path: storal_zh_unlabel*
|
| 21 |
+
---
|
| 22 |
+
|
| 23 |
+
STORAL: A Corpus for Understanding and Generating Moral Stories.
|
| 24 |
+
|
| 25 |
+
Details are shown in our [NAACL 2022 Paper](https://aclanthology.org/2022.naacl-main.374/) and our [Github Repo](https://github.com/thu-coai/MoralStory).
|