albertvillanova HF staff commited on
Commit
b9e82b3
1 Parent(s): a58712f

Update metadata in dataset card (#3)

Browse files

- Update metadata in dataset card (dcfa827cbaf956118f81ac5fe26b72134fd80813)

Files changed (1) hide show
  1. README.md +29 -21
README.md CHANGED
@@ -16,8 +16,7 @@ language:
16
  - sv
17
  - tr
18
  - zh
19
- license:
20
- - unknown
21
  multilinguality:
22
  - multilingual
23
  size_categories:
@@ -1051,10 +1050,10 @@ dataset_info:
1051
  ## Dataset Description
1052
 
1053
  - **Homepage:** https://opus.nlpl.eu/infopankki/corpus/version/infopankki
1054
- - **Repository:**
1055
- - **Paper:**
1056
- - **Leaderboard:**
1057
- - **Point of Contact:**
1058
 
1059
  ### Dataset Summary
1060
 
@@ -1092,7 +1091,7 @@ The underlying task is machine translation.
1092
 
1093
  #### Initial Data Collection and Normalization
1094
 
1095
- [More Information Needed]
1096
 
1097
  #### Who are the source language producers?
1098
 
@@ -1134,26 +1133,35 @@ The underlying task is machine translation.
1134
 
1135
  ### Licensing Information
1136
 
1137
- [More Information Needed]
1138
 
1139
  ### Citation Information
1140
 
 
1141
  ```
1142
- @InProceedings{TIEDEMANN12.463,
1143
- author = {J�rg Tiedemann},
1144
- title = {Parallel Data, Tools and Interfaces in OPUS},
1145
- booktitle = {Proceedings of the Eight International Conference on Language Resources and Evaluation (LREC'12)},
1146
- year = {2012},
1147
- month = {may},
1148
- date = {23-25},
1149
- address = {Istanbul, Turkey},
1150
- editor = {Nicoletta Calzolari (Conference Chair) and Khalid Choukri and Thierry Declerck and Mehmet Ugur Dogan and Bente Maegaard and Joseph Mariani and Jan Odijk and Stelios Piperidis},
1151
- publisher = {European Language Resources Association (ELRA)},
1152
- isbn = {978-2-9517408-7-7},
1153
- language = {english}
 
 
 
 
 
 
 
 
1154
  }
1155
  ```
1156
 
1157
  ### Contributions
1158
 
1159
- Thanks to [@patil-suraj](https://github.com/patil-suraj) for adding this dataset.
16
  - sv
17
  - tr
18
  - zh
19
+ license: cc-by-4.0
 
20
  multilinguality:
21
  - multilingual
22
  size_categories:
1050
  ## Dataset Description
1051
 
1052
  - **Homepage:** https://opus.nlpl.eu/infopankki/corpus/version/infopankki
1053
+ - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
1054
+ - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
1055
+ - **Leaderboard:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
1056
+ - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
1057
 
1058
  ### Dataset Summary
1059
 
1091
 
1092
  #### Initial Data Collection and Normalization
1093
 
1094
+ Source: http://www.infopankki.fi via the Open Data API
1095
 
1096
  #### Who are the source language producers?
1097
 
1133
 
1134
  ### Licensing Information
1135
 
1136
+ Licensed under [CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/).
1137
 
1138
  ### Citation Information
1139
 
1140
+ If you use any part of the corpus in your own work, please cite the following article:
1141
  ```
1142
+ @inproceedings{tiedemann-2012-parallel,
1143
+ title = "Parallel Data, Tools and Interfaces in {OPUS}",
1144
+ author = {Tiedemann, J{\"o}rg},
1145
+ editor = "Calzolari, Nicoletta and
1146
+ Choukri, Khalid and
1147
+ Declerck, Thierry and
1148
+ Do{\u{g}}an, Mehmet U{\u{g}}ur and
1149
+ Maegaard, Bente and
1150
+ Mariani, Joseph and
1151
+ Moreno, Asuncion and
1152
+ Odijk, Jan and
1153
+ Piperidis, Stelios",
1154
+ booktitle = "Proceedings of the Eighth International Conference on Language Resources and Evaluation ({LREC}'12)",
1155
+ month = may,
1156
+ year = "2012",
1157
+ address = "Istanbul, Turkey",
1158
+ publisher = "European Language Resources Association (ELRA)",
1159
+ url = "http://www.lrec-conf.org/proceedings/lrec2012/pdf/463_Paper.pdf",
1160
+ pages = "2214--2218",
1161
+ abstract = "This paper presents the current status of OPUS, a growing language resource of parallel corpora and related tools. The focus in OPUS is to provide freely available data sets in various formats together with basic annotation to be useful for applications in computational linguistics, translation studies and cross-linguistic corpus studies. In this paper, we report about new data sets and their features, additional annotation tools and models provided from the website and essential interfaces and on-line services included in the project.",
1162
  }
1163
  ```
1164
 
1165
  ### Contributions
1166
 
1167
+ Thanks to [@patil-suraj](https://github.com/patil-suraj) for adding this dataset.