manestay commited on
Commit
34ceeba
·
verified ·
1 Parent(s): ed67a12

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +67 -29
README.md CHANGED
@@ -1,31 +1,69 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: Country
5
- dtype: string
6
- - name: Media company
7
- dtype: string
8
- - name: Main assets
9
- dtype: string
10
- - name: Typology 2022
11
- dtype: string
12
- - name: Typology 2023
13
- dtype: string
14
- - name: Typology 2024
15
- dtype: string
16
- - name: Region
17
- dtype: string
18
- - name: Subregion
19
- dtype: string
20
- splits:
21
- - name: train
22
- num_bytes: 135593
23
- num_examples: 603
24
- download_size: 62860
25
- dataset_size: 135593
26
- configs:
27
- - config_name: default
28
- data_files:
29
- - split: train
30
- path: data/train-*
31
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ pretty_name: "State Run Media"
3
+ license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  ---
5
+
6
+ # State Run Media
7
+
8
+ ## Description
9
+ This dataset consists of state-run media websites from around the world. It is sourced from the [State Media Monitor](https://statemediamonitor.com) (SMM) website. Here, we provide an easy way to programmatically download all of the data.
10
+
11
+
12
+ ## Dataset details
13
+ The dataset includes the following fields:
14
+ * Country
15
+ * Media company
16
+ * Main assets
17
+ * Typology 2022
18
+ * Typology 2023
19
+ * Typology 2024
20
+ * Region
21
+ * Subregion
22
+
23
+ The Typology fields are re-classified every year. The possible values are -- `SC`: State Controlled Media; `CaPu`: Captured Public/State Managed Media; `CaPr`: Captured Private Media; `ISFM`: Independent State Funded and State Managed Media; `ISF`: Independent State Funded Media; `ISM`: Independent State Managed Media; `IP`: Independent Public Media.
24
+ See the [Typology](https://statemediamonitor.com/2022/05/typology/) page of SMM for more dtails.
25
+
26
+ There are 603 rows total.
27
+
28
+ ## Sample rows
29
+
30
+ |Country |Media company |Main assets |Typology 2022|Typology 2023|Typology 2024|Region |Subregion |
31
+ |------------------------|---------------------------------|-------------------------------------|-------------|-------------|-------------|-------------|-------------|
32
+ |United States of America|Public Broadcasting Service (PBS)|Television: PBS member stations (350)|IP |IP |IP |North America|North America|
33
+ |France |France Télévisions |Television: France 2, France 3, France 4, France 5, 1ère, Culturebox, France Info|ISM |ISFM |ISFM |Europe |Western and Northern Europe|
34
+
35
+ ## URLs for sources
36
+
37
+ We do not publish the URLs by default to the media outlets, to avoid generating extra traffic to them. Please contact us, at the below email, if you would like to obtain the URLs for research purposes only. Here is a sample of the format:
38
+
39
+ ```json
40
+ {
41
+ "United States": [
42
+ {
43
+ "Media company": "U.S. Agency for Global Media (USAGM)",
44
+ "Typology 2024": "ISFM",
45
+ "URL_dict": {
46
+ "Voice of America": "https://www.voanews.com/",
47
+ "Radio Free Europe/Radio Liberty": "https://www.rferl.org/"
48
+ }
49
+ },
50
+ ],
51
+ "France": [
52
+ {
53
+ "Media company": "France Télévisions",
54
+ "Typology 2024": "ISFM",
55
+ "URL_dict": {
56
+ "France 2": "https://www.france.tv/france-2/",
57
+ "France Info": "https://www.francetvinfo.fr/"
58
+ }
59
+ }
60
+ ]
61
+ }
62
+ ```
63
+
64
+
65
+ ## License
66
+ All rights are reserved to the original creators of the State Media Monitor site, the Media and Journalism Research Center. They have kindly allowed us to distribute this data (please cite them, and optionally, us!), and we do so with an Apache 2.0 license.
67
+
68
+ ## Contact
69
+ For this dataset: bryanli [at] seas.upenn.edu