Datasets:
GEM
/

Multilinguality:
unknown
Size Categories:
unknown
Language Creators:
unknown
Annotations Creators:
found
Source Datasets:
original
ArXiv:
Tags:
License:
Sebastian Gehrmann commited on
Commit
d453029
1 Parent(s): 580ac3c

Data Card.

Browse files
Files changed (2) hide show
  1. README.md +5 -3
  2. xwikis.json +3 -3
README.md CHANGED
@@ -36,7 +36,7 @@ You can find the main data card on the [GEM Website](https://gem-benchmark.com/d
36
 
37
  ### Dataset Summary
38
 
39
- The XWikis Corpus provides datasets with different language pairs and directions for cross-lingual and multi-lingual abstractive document summarisation.
40
 
41
  You can load the dataset via:
42
  ```
@@ -46,7 +46,7 @@ data = datasets.load_dataset('GEM/xwikis')
46
  The data loader can be found [here](https://huggingface.co/datasets/GEM/xwikis).
47
 
48
  #### website
49
- https://github.com/lauhaide/clads
50
 
51
  #### paper
52
  https://arxiv.org/abs/2202.09583
@@ -62,7 +62,7 @@ Laura Perez-Beltrachini (University of Edinburgh)
62
 
63
  <!-- info: What is the webpage for the dataset (if it exists)? -->
64
  <!-- scope: telescope -->
65
- https://github.com/lauhaide/clads
66
 
67
  #### Paper
68
 
@@ -74,6 +74,7 @@ https://arxiv.org/abs/2202.09583
74
 
75
  <!-- info: Provide the BibTex-formatted reference for the dataset. Please use the correct published version (ACL anthology, etc.) instead of google scholar created Bibtex. -->
76
  <!-- scope: microscope -->
 
77
  @InProceedings{clads-emnlp,
78
  author = "Laura Perez-Beltrachini and Mirella Lapata",
79
  title = "Models and Datasets for Cross-Lingual Summarisation",
@@ -81,6 +82,7 @@ https://arxiv.org/abs/2202.09583
81
  year = "2021",
82
  address = "Punta Cana, Dominican Republic",
83
  }
 
84
 
85
  #### Contact Name
86
 
 
36
 
37
  ### Dataset Summary
38
 
39
+ The XWikis Corpus provides datasets with different language pairs and directions for cross-lingual and multi-lingual abstractive document summarisation.
40
 
41
  You can load the dataset via:
42
  ```
 
46
  The data loader can be found [here](https://huggingface.co/datasets/GEM/xwikis).
47
 
48
  #### website
49
+ [Github](https://github.com/lauhaide/clads)
50
 
51
  #### paper
52
  https://arxiv.org/abs/2202.09583
 
62
 
63
  <!-- info: What is the webpage for the dataset (if it exists)? -->
64
  <!-- scope: telescope -->
65
+ [Github](https://github.com/lauhaide/clads)
66
 
67
  #### Paper
68
 
 
74
 
75
  <!-- info: Provide the BibTex-formatted reference for the dataset. Please use the correct published version (ACL anthology, etc.) instead of google scholar created Bibtex. -->
76
  <!-- scope: microscope -->
77
+ ```
78
  @InProceedings{clads-emnlp,
79
  author = "Laura Perez-Beltrachini and Mirella Lapata",
80
  title = "Models and Datasets for Cross-Lingual Summarisation",
 
82
  year = "2021",
83
  address = "Punta Cana, Dominican Republic",
84
  }
85
+ ```
86
 
87
  #### Contact Name
88
 
xwikis.json CHANGED
@@ -1,14 +1,14 @@
1
  {
2
  "overview": {
3
  "what": {
4
- "dataset": "The XWikis Corpus provides datasets with different language pairs and directions for cross-lingual and multi-lingual abstractive document summarisation. "
5
  },
6
  "where": {
7
  "has-leaderboard": "no",
8
  "leaderboard-url": "N/A",
9
  "leaderboard-description": "N/A",
10
- "website": "https://github.com/lauhaide/clads",
11
- "paper-bibtext": "@InProceedings{clads-emnlp,\n author = \"Laura Perez-Beltrachini and Mirella Lapata\",\n title = \"Models and Datasets for Cross-Lingual Summarisation\",\n booktitle = \"Proceedings of The 2021 Conference on Empirical Methods in Natural Language Processing \",\n year = \"2021\",\n address = \"Punta Cana, Dominican Republic\",\n}",
12
  "paper-url": "https://arxiv.org/abs/2202.09583",
13
  "contact-name": "Laura Perez-Beltrachini",
14
  "contact-email": "lperez@ed.ac.uk"
 
1
  {
2
  "overview": {
3
  "what": {
4
+ "dataset": "The XWikis Corpus provides datasets with different language pairs and directions for cross-lingual and multi-lingual abstractive document summarisation. "
5
  },
6
  "where": {
7
  "has-leaderboard": "no",
8
  "leaderboard-url": "N/A",
9
  "leaderboard-description": "N/A",
10
+ "website": "[Github](https://github.com/lauhaide/clads)",
11
+ "paper-bibtext": "```\n@InProceedings{clads-emnlp,\n author = \"Laura Perez-Beltrachini and Mirella Lapata\",\n title = \"Models and Datasets for Cross-Lingual Summarisation\",\n booktitle = \"Proceedings of The 2021 Conference on Empirical Methods in Natural Language Processing \",\n year = \"2021\",\n address = \"Punta Cana, Dominican Republic\",\n}\n```",
12
  "paper-url": "https://arxiv.org/abs/2202.09583",
13
  "contact-name": "Laura Perez-Beltrachini",
14
  "contact-email": "lperez@ed.ac.uk"