johngiorgi commited on
Commit
945b63c
1 Parent(s): 5cd02af

Update README.md

Browse files

Add Multi-News metadata

Files changed (1) hide show
  1. README.md +36 -0
README.md CHANGED
@@ -1,3 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  This is a copy of the [Multi-News](https://huggingface.co/datasets/multi_news) dataset, with its input source documents replaced by a __sparse__ retriever. The retrieval pipeline used:
2
 
3
  - __query__: The `summary` field of each example
 
1
+ ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language_creators:
5
+ - expert-generated
6
+ language:
7
+ - en
8
+ license:
9
+ - other
10
+ multilinguality:
11
+ - monolingual
12
+ pretty_name: Multi-News
13
+ size_categories:
14
+ - 10K<n<100K
15
+ source_datasets:
16
+ - original
17
+ task_categories:
18
+ - summarization
19
+ task_ids:
20
+ - news-articles-summarization
21
+ paperswithcode_id: multi-news
22
+ train-eval-index:
23
+ - config: default
24
+ task: summarization
25
+ task_id: summarization
26
+ splits:
27
+ train_split: train
28
+ eval_split: test
29
+ col_mapping:
30
+ document: text
31
+ summary: target
32
+ metrics:
33
+ - type: rouge
34
+ name: Rouge
35
+ ---
36
+
37
  This is a copy of the [Multi-News](https://huggingface.co/datasets/multi_news) dataset, with its input source documents replaced by a __sparse__ retriever. The retrieval pipeline used:
38
 
39
  - __query__: The `summary` field of each example