Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,37 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-sa-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-sa-4.0
|
3 |
+
task_categories:
|
4 |
+
- summarization
|
5 |
+
language:
|
6 |
+
- zh
|
7 |
+
- en
|
8 |
+
tags:
|
9 |
+
- code-switched
|
10 |
+
- cross-lingual
|
11 |
+
- summarization
|
12 |
+
pretty_name: CroCoSum
|
13 |
+
size_categories:
|
14 |
+
- 10K<n<100K
|
15 |
+
---
|
16 |
+
|
17 |
+
# Dataset Description
|
18 |
+
This repo contains CroCoSum, a dataset of cross-lingual code-switched summarization sourced from a technology-oriented news [forum](Solidot.org).
|
19 |
+
|
20 |
+
For more description and statistics of the dataset, please refer to our paper [here](https://aclanthology.org/2024.lrec-main.367.pdf).
|
21 |
+
|
22 |
+
Thank you for using our dataset! If you have used our data in your work, please consider using the citation below.
|
23 |
+
|
24 |
+
```
|
25 |
+
@inproceedings{zhang-eickhoff-2024-crocosum,
|
26 |
+
title = "{C}ro{C}o{S}um: A Benchmark Dataset for Cross-Lingual Code-Switched Summarization",
|
27 |
+
author = "Zhang, Ruochen and Eickhoff, Carsten",
|
28 |
+
booktitle = "Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)",
|
29 |
+
month = may,
|
30 |
+
year = "2024",
|
31 |
+
address = "Torino, Italia",
|
32 |
+
publisher = "ELRA and ICCL",
|
33 |
+
url = "https://aclanthology.org/2024.lrec-main.367/",
|
34 |
+
pages = "4113--4126",
|
35 |
+
}
|
36 |
+
```
|
37 |
+
|