Datasets:
ilsp
/

Modalities:
Tabular
Text
Formats:
csv
Libraries:
Datasets
Dask
License:
droussis commited on
Commit
3698148
·
verified ·
1 Parent(s): 736031c

Update Dataset Card

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md CHANGED
@@ -1,3 +1,45 @@
1
  ---
2
  license: cc-by-nc-sa-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-sa-4.0
3
  ---
4
+ # SciPar Parallel Documents
5
+
6
+ # Dataset Description
7
+
8
+ This dataset contains parallel documents (i.e., titles & abstracts) extracted from academic theses, dissertations, and other scientific texts.
9
+ In the original [paper](https://aclanthology.org/2022.lrec-1.284.pdf), we've extracted 9.17M sentence pairs in 31 language pairs from 86 repositories.
10
+ This version has been created through further processing and filtering to extract parallel **documents** instead of parallel **sentences**.
11
+ To do this, we kept only the parallel titles and abstracts of academic records with high (mean) alignment scores by also using other filters (e.g., word ratio, non-empty abstracts, etc.).
12
+
13
+ <br/>
14
+
15
+ Table 1: Number of parallel documents per language pair
16
+
17
+ | Lang. Pair | # Parallel Docs |
18
+ |------------|-----------------|
19
+ | EN-DE | 57,387 |
20
+ | EN-EL | 55,833 |
21
+ | EN-ES | 25,844 |
22
+ | EN-FR | 130,750 |
23
+ | EN-IT | 3,860 |
24
+ | TOTAL | 273,674 |
25
+
26
+ <br/>
27
+
28
+ Please note that this dataset will keep getting updated to include more language pairs, per the original paper.
29
+
30
+ # Related Datasets
31
+
32
+ The original datasets can be found in ELRC-SHARE:
33
+ - [Original SciPar in Moses format](https://elrc-share.eu/repository/browse/scipar-a-collection-of-parallel-corpora-from-scientific-abstracts-v-2021-in-moses-format/e78f32fe739611ec9c1a00155d026706a5d3e42019af467193538b102cf080f8/)
34
+ - [Original SciPar in TMX format](https://elrc-share.eu/repository/browse/scipar-a-collection-of-parallel-corpora-from-scientific-abstracts-v-2021-in-tmx-format/aaf503c0739411ec9c1a00155d02670665aacff53a8543938cd99da54fdd66af/)
35
+ - [SciPar UK-EN-RU in TMX format](https://elrc-share.eu/repository/browse/scipar-uk-en-ru/f635552ab06011ec9c1a00155d0267061ce92362f8af4c0b9d4f64d017c2df3f/)
36
+
37
+ # Citation
38
+
39
+ @inproceedings{roussis2022scipar,
40
+ title={SciPar: A collection of parallel corpora from scientific abstracts},
41
+ author={Roussis, Dimitrios and Papavassiliou, Vassilis and Prokopidis, Prokopis and Piperidis, Stelios and Katsouros, Vassilis},
42
+ booktitle={Proceedings of the Thirteenth Language Resources and Evaluation Conference},
43
+ pages={2652--2657},
44
+ year={2022}
45
+ }