strickvl commited on
Commit
4f7ecb8
1 Parent(s): fbc459b

add README

Browse files
Files changed (1) hide show
  1. README.md +146 -1
README.md CHANGED
@@ -15,4 +15,149 @@ language:
15
  pretty_name: afghanwire
16
  size_categories:
17
  - 1K<n<10K
18
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  pretty_name: afghanwire
16
  size_categories:
17
  - 1K<n<10K
18
+ ---
19
+ ## Afghanwire Dataset Description
20
+ **Homepage**: https://huggingface.co/datasets/strickvl/afghanwire
21
+ **Repository**: N/A
22
+ **Paper**: N/A
23
+ **Point of Contact:** Alex Strick van Linschoten ([@strickvl](https://huggingface.co/strickvl))
24
+
25
+ ### Dataset Summary
26
+ The Afghanwire dataset is a comprehensive collection of translated Afghan media
27
+ articles from the period of May 2006 to September 2009. It was created by the
28
+ Afghanwire media agency, founded by Alex Strick van Linschoten and Felix Kuehn. The agency
29
+ employed a group of Afghan translators who translated articles from Dari and
30
+ Pashto media sources into English. The dataset includes translated newspaper and
31
+ magazine articles, as well as summaries of radio and television content. As most
32
+ of the original media from this period is no longer available online, and
33
+ certainly not in English, this dataset represents the largest publicly available
34
+ trove of translated Afghan media for the 2006-2009 period.
35
+
36
+ The primary purpose of making this dataset available is to serve as a historical artifact. However, it also presents opportunities for various Natural Language Processing (NLP) tasks, such as Named Entity Recognition (NER) for entities that may be underrepresented in standard or smaller models, and potentially sentiment analysis. It is important to note that the dataset is unlabeled and consists solely of translated articles.
37
+
38
+ ### Supported Tasks and Leaderboards
39
+
40
+ There are a variety of potential tasks that could be done on this dataset, including text classification, zero-shot classification, summarization, and feature extraction. There are no leaderboards for this dataset.
41
+
42
+ ### Languages
43
+ The dataset is only in English, but the original source articles were in Dari and Pashto.
44
+
45
+ ## Dataset Structure
46
+ ### Data Instances
47
+ Here's a JSON example from the main "articles" table:
48
+
49
+ {
50
+ "id": "97",
51
+ "paper": "142",
52
+ "title": "Some parliament members left session yesterday",
53
+ "date": "2006-08-13T00:00:00.000Z",
54
+ "author": "-",
55
+ "translator": "19",
56
+ "topic": "0",
57
+ "abstract": "Translated by: H. Stanikzai",
58
+ "comment": "",
59
+ "rating": "0",
60
+ "language": "32",
61
+ "type": "0",
62
+ "article": "Bakhtar, in yesterday session of the parliament, the president of the parliament termed the activities and sessions of the previous week as to be effective, and as an objection on constitutional decree on prisons and confinements the session members left the parliament. The members who left the parliament are mostly from northern Afghanistan and they objected the policies of the government of Afghanistan, they have threatened not participate in the parliament session until the government has changed its policies. The parliament members claims that they are witness for the insecurity in the country, to return the rights and privileges of the military, an in impropriate policy of the government regarding the appointment of cadres the failed reforms in the ministries, bribery in government offices and administrative corruption, the unfair composition the diplomatic representative and the lack of cadre in the central and as well as local government offices. But some other parliament members criticized the action of the members who left the parliament and said that their objection was unlawful and is against the principals of the inner tasks of the parliament.",
63
+ "ok": "0",
64
+ "no_newsletter": "0",
65
+ "eingegeben": 1155479462000,
66
+ "newsletter": "0",
67
+ "free": "0",
68
+ "url": "",
69
+ "top_topic": "0",
70
+ "words": "",
71
+ "translatorcomment": "",
72
+ "datetranslation": "",
73
+ "scan": ""
74
+ }
75
+
76
+ The dataset consists of several supporting tables that are referenced in the main "articles" table, such as papers, article_tags, bib_books, cities, current_events, ethnics, glossary, historical_events, issue, languages, organisations, people, provinces, region_tree, renderbackgrounder, top_topcs, topic, and types.
77
+
78
+ The dataset as a whole consists of 7990 articles that were translated during the period Afghanwire was open as an organisation.
79
+
80
+ ### Data Fields
81
+ - id - basic id for the article
82
+ - paper - id/number for a paper mentioned in papers.parquet
83
+ - title - article title
84
+ - date
85
+ - author (if present)
86
+ - translator (who translated the article)
87
+ - topic (associated with topic table)
88
+ - abstract (sometimes mentions the translator)
89
+ - comment (sometimes also mentions the translator)
90
+ - rating (not always used. was a measure for interest level)
91
+ - language (associated with the separate table)
92
+ - type (associated with the article types table)
93
+ - article - the full translation
94
+ - ok - whether the translation has been edited
95
+ - no_newsletter - a metatag to represent whether the article should be sent out as part of our newsletter or not
96
+ - eingegeben - a unix timestamp for when the article was uploaded to the database
97
+ - newsletter - whether to include the article in our newsletter
98
+ - free - whether to make the article available for free or not
99
+ - url - if available
100
+ - top_topic - what high-level topic the article was associated with
101
+ - words - word count (not always present)
102
+ - translatorcomment - not always present
103
+ - datetranslation - not always present
104
+ - scan - whether there's a scan for the article or not
105
+
106
+ ### Data Splits
107
+ There are no predefined splits. The dataset is provided as a single large collection.
108
+
109
+ ## Dataset Creation
110
+ ### Curation Rationale
111
+ The creator of this dataset, Alex Strick van Linschoten, had the database files stored on his hard drive for an extended period. By making this data publicly available, he aims to ensure that it can be utilized by others. The media articles were translated by Afghan translators and represent a snapshot of Afghanistan's media discourse during the 2006-2009 period. As the translations were privately funded and are likely unique, with no other copies existing elsewhere, this dataset is expected to be an extremely valuable resource for scholars and historians.
112
+
113
+ ## Source Data
114
+
115
+ The source data was collected by ordering newspapers and magazines from around Afghanistan to the Afghanwire office on a daily basis. The agency also monitored radio stations. The translators selected articles that they and the agency deemed representative and interesting for readers, and then translated them into English.
116
+
117
+ It is worth noting that the data was originally used to populate a website and
118
+ newsletter at afghanwire.com. However, the website is no longer active, and the
119
+ files only existed in an old MySQL database on the creator's laptop. While the
120
+ website is partially available on the Internet Archive ([snapshot from February
121
+ 2009](https://web.archive.org/web/20090227154008/http://www.afghanwire.com:80/)), most of the articles were behind a login page, which does not function
122
+ with the archive snapshots. This dataset aims to make the translated articles
123
+ accessible to the public.
124
+
125
+ ## Annotations
126
+ This dataset does not contain any annotations aside from some manual topic classification.
127
+
128
+ ### Personal and Sensitive Information
129
+ The dataset does not contain any personally identifiable information (PII). All content is sourced from public media outlets and has been translated.
130
+
131
+ ## Considerations for Using the Data
132
+ ### Social Impact of Dataset
133
+ This dataset is valuable for historians and researchers as it provides insights into the debates and discussions within Afghan society during the 2006-2009 period. It challenges the notion of uniformity in opinions on various issues, such as attitudes towards the Taliban, the Afghan government, and ISAF/NATO forces. By foregrounding Afghan civil society in the discussion of Afghan history, this dataset plays an important role in shifting the focus from foreign powers and military forces to the voices of the Afghan people, which are often overlooked.
134
+
135
+ The dataset contains information about events, tribes, and ethnic groups from across Afghanistan, including articles about Dai Kundi province, which might have otherwise been lost. Although the Afghanwire office was based in Kabul, efforts were made to obtain newspapers and magazines from the provinces to ensure a representative collection. However, it is acknowledged that there may be a slight bias towards the capital due to the office's location.
136
+
137
+ ### Discussion of Biases
138
+ The creators of this dataset made a concerted effort to avoid biases in both the selection of articles and the translation process. However, as with any dataset, the potential for biases cannot be entirely eliminated.
139
+
140
+ ### Other Known Limitations
141
+ Apart from the possibility of a slight overrepresentation of media from Kabul compared to other provinces, there are no other known limitations to this dataset.
142
+
143
+ ## Additional Information
144
+ ### Dataset Curators
145
+ The dataset was curated by the Afghanwire organization. The translators, Hamid Stanikzai, Atif Mohammadzai, Abdul Hassib Rahimi, and Hamid Safi, selected the articles to be translated and deserve full credit for their work.
146
+
147
+ ### Licensing Information
148
+ This dataset is licensed under the Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license. For more information, see https://creativecommons.org/licenses/by-sa/4.0/.
149
+
150
+ ### Citation Information
151
+
152
+ If you use this dataset in your research or project, please cite it as follows:
153
+
154
+ ```
155
+ @misc{afghanwire_2024,
156
+ author = {Afghanwire},
157
+ title = {Afghanwire Media Database 2006-2009},
158
+ year = {2024},
159
+ month = {April},
160
+ day = {1},
161
+ url = {https://huggingface.co/datasets/strickvl/afghanwire}
162
+ }
163
+ ```