Fumika commited on
Commit
bef97ff
1 Parent(s): 83489e2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +88 -1
README.md CHANGED
@@ -1,6 +1,7 @@
1
  ---
2
  license: cc-by-2.5
3
  language:
 
4
  - es
5
  - fr
6
  - de
@@ -33,4 +34,90 @@ language:
33
  - li
34
  - sq
35
  - th
36
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-2.5
3
  language:
4
+ - en
5
  - es
6
  - fr
7
  - de
 
34
  - li
35
  - sq
36
  - th
37
+ task_categories:
38
+ - text-classification
39
+ - feature-extraction
40
+ ---
41
+ # Dataset Card for Dataset Name
42
+
43
+ This dataset contains 15,200 multilingual WikiNews articles in 33 languages.
44
+ Out of 15,200 articles, 9,960 are non-English news and 5240 are English news. All non-English news are linked to one of 5240 English news. Linked articles show the same event.
45
+ List of non-English languages are: Spanish, French, German, Portuguese, Polish, Italian, Chinese, Russian, Japanese, Dutch, Swedish, Tamil, Serbian, Czech, Catalan, Hebrew, Turkish, Finnish, Esperanto, Greek, Hungarian, Ukrainian, Norwegian, Arabic, Persian, Korean, Romanian, Bulgarian, Bosnian, Limburgish, Albanian, Thai.
46
+
47
+ ## Dataset Details
48
+
49
+ ### Example raw datasets
50
+
51
+ | | title | pageid | categories | lang | url | text | date | type |
52
+ |---|-------------------------------------------------------------|--------|----------------------------------------------------|------|-----------------------------------------------------------------------------------------|-----------------------------------------------------------|-----------------------------|-----------------|
53
+ | 0 | 'Bloody Sunday Inquiry' publishes report into ... | 191513 | [Northern Ireland, Martin McGuinness, Politics...] | en | https://en.wikinews.org/wiki/%27Bloody_Sunday_... | [On Tuesday, the "Bloody Sunday Inquiry" publi... | 2010-06-17 | title |
54
+ | 1 | 1972 ”இரத்த ஞாயிறு” படுகொலைகள் தொடர்பில் பிரித... | 191513 | [Northern Ireland, Martin McGuinness, Politics...] | ta | https://ta.wikinews.org/wiki/1972_%E2%80%9D%E0... | [வடக்கு அயர்லாந்தில் 38 ஆண்டுகளுக்கு முன்னர் இ... | வியாழன், சூன் 17, 2010 | interlang link |
55
+ | 2 | 'Very serious': Chinese government releases co... | 232226 | [China, December 30, 2010, Politics and confli...] | en | https://en.wikinews.org/wiki/%27Very_serious%2... | [A report by the Chinese government states cor... | 2010-12-30 | title |
56
+ | 3 | Čína připustila, že tamní korupce je vážný pro... | 232226 | [China, December 30, 2010, Politics and confli...] | cs | https://cs.wikinews.org/wiki/%C4%8C%C3%ADna_p%... | [Zpráva čínské vlády připouští, že korupce v z... | Středa 29. prosince 2010 | interlang link |
57
+ | 4 | China admite que la corrupción en el país es '... | 232226 | [China, December 30, 2010, Politics and confli...] | es | https://es.wikinews.org/wiki/China_admite_que_... | [29 de diciembre de 2010Beijing, China —, Un r... | None | interlang link |
58
+
59
+
60
+ ### Variables
61
+
62
+ Each data point includes following variables:
63
+
64
+ | Field Name | Description |
65
+ |-----------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------|
66
+ | title | WikiNews article title |
67
+ | pageid | pageid defined by the English WikiNews article. Data with the same pageid corresponds to the same news event linked together. |
68
+ | categories | list of topics defined by WikiNews. All pages have at least one topic from [Crime and law, Culture and entertainment, Disasters and accidents, Economy and business, Education, Environment, Heath, Obituaries, Politics and conflicts, Science and technology, Sports, Wackynews, Weather] |
69
+ | text | content of the article. Some foreign pages have news titles but no content. For those, text is left empty. |
70
+ | lang | languages of the article (WP code, check [here](https://en.wikipedia.org/wiki/List_of_Wikipedias#Lists) for lists ) |
71
+ | url | articles' URL |
72
+ | date | date of publish in YYYY-MM-DD for English pages. Dates in foreign pages were left as it is. To get a date with YYYY-MM-DD format, look for a English page with the same pageid. |
73
+ | type | `title` for the English page, `interlang link` for non-English page linked to the English page with the `pageid`
74
+
75
+ ### Dataset Description
76
+
77
+ <!-- Provide a longer summary of what this dataset is. -->
78
+
79
+
80
+
81
+ - **Curated by:** Fumika Isono, Primer AI
82
+ - **Language(s) (NLP):** en, es, fr, de, pt, pl, it, zh, ru, ja, nl, sv, ta, sr, cs, ca, he, tr, fi, eo, el, hu, uk, 'no', ar, fa, ko, ro, bg, bs, li, sq, th
83
+ - **License:** cc-by-2.5
84
+
85
+ ### Dataset Sources
86
+
87
+ <!-- Provide the basic links for the dataset. -->
88
+
89
+ - **Repository:** [Github](https://github.com/PrimerAI/primer-research/tree/main)
90
+ - **Paper:** ArXiv [Linear Cross-Lingual Mapping of Sentence Embeddings](https://arxiv.org/abs/2305.14256)
91
+
92
+ ## Uses
93
+
94
+ <!-- Address questions around how the dataset is intended to be used. -->
95
+
96
+ ### Weakly aligned multilingual pararell sentence datasets
97
+ Weakly aligned multilingual pararell sentence datasets can be constructed by comparing the titles and/or contents of the WikiNews pages that are linked to the same English WikiNews page (in the dataset, they have the same pageid).
98
+ Following is the example case where titles of the same pageid are retrieved. These five phrases (news titles) are the news titles of the same incident.
99
+
100
+ | News title | Language | type |
101
+ |---------------------------------------------------------------|----------|-------------------|
102
+ | Bomb blast in Delhi kills 12, injures 62 | English | title |
103
+ | چندین کشته بر اثر انفجار بمب در مقابل دادگاه عالی هند | Farsi | title|
104
+ | 9 נהרגו בפיגוע מחוץ לבית המשפט העליון של הודו | Hebrew | title|
105
+ | У Индији 11 мртвих, 64 повређених | Serbian | title|
106
+ | தில்லி உயர்நீதிமன்றத்தில் குண்டு வெடிப்பு, 10 பேர் உயிரிழப்பு | Tamil | title|
107
+
108
+ ### Direct Use
109
+
110
+ <!-- This section describes suitable use cases for the dataset. -->
111
+ - Multilingual embeddings
112
+ - Language comparison
113
+
114
+
115
+ ### Source Data
116
+
117
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
118
+ [Wikinews](https://www.wikinews.org/)
119
+
120
+
121
+ ## Dataset Card Authors
122
+
123
+ Fumika Isono