Update README.md
Browse files
README.md
CHANGED
|
@@ -7,12 +7,23 @@ configs:
|
|
| 7 |
- split: retain_set
|
| 8 |
path: retain_set_newsqa.json
|
| 9 |
- config_name: news_infringement
|
|
|
|
|
|
|
|
|
|
| 10 |
- config_name: news_utility
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
- config_name: books_infringement
|
| 12 |
data_files:
|
| 13 |
-
- split:
|
| 14 |
-
path:
|
| 15 |
-
- split: retain_set
|
| 16 |
-
path: data/retain_set-*
|
| 17 |
- config_name: books_utility
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
---
|
|
|
|
| 7 |
- split: retain_set
|
| 8 |
path: retain_set_newsqa.json
|
| 9 |
- config_name: news_infringement
|
| 10 |
+
data_files:
|
| 11 |
+
- split: blocklisted
|
| 12 |
+
path: newsqa_blocklisted_infringement.csv
|
| 13 |
- config_name: news_utility
|
| 14 |
+
data_files:
|
| 15 |
+
- split: blocklisted
|
| 16 |
+
path: newsqa_blocklisted_utility.csv
|
| 17 |
+
- split: in_domain
|
| 18 |
+
path: newsqa_indomain_utility.csv
|
| 19 |
- config_name: books_infringement
|
| 20 |
data_files:
|
| 21 |
+
- split: blocklisted
|
| 22 |
+
path: booksum_blocklisted_infringement.csv
|
|
|
|
|
|
|
| 23 |
- config_name: books_utility
|
| 24 |
+
data_files:
|
| 25 |
+
- split: blocklisted
|
| 26 |
+
path: booksum_blocklisted_utility.csv
|
| 27 |
+
- split: in_domain
|
| 28 |
+
path: booksum_indomain_utility.csv
|
| 29 |
---
|