Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,162 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
---
|
4 |
+
# Dataset Card for dwb2023/gdelt-event-2025-v2
|
5 |
+
|
6 |
+
This dataset contains global event records from the GDELT (Global Database of Events, Language, and Tone) Project, capturing real-world events and their characteristics across the globe through news media coverage.
|
7 |
+
|
8 |
+
## Dataset Details
|
9 |
+
|
10 |
+
### Dataset Description
|
11 |
+
|
12 |
+
The GDELT Event Database is a comprehensive repository of human societal-scale behavior and beliefs across all countries of the world, connecting every person, organization, location, count, theme, news source, and event across the planet into a single massive network. The database records what happens in every corner of the world, containing over a quarter-billion event records in over 300 categories.
|
13 |
+
|
14 |
+
- **Curated by:** The GDELT Project
|
15 |
+
- **Funded by:** Google Ideas, supported by Google Cloud Platform
|
16 |
+
- **Language(s) (NLP):** Multi-language source data, processed into standardized English format
|
17 |
+
- **License:** All GDELT event data is available for free download and use with proper attribution
|
18 |
+
- **Updates:** Every 15 minutes, 24/7
|
19 |
+
|
20 |
+
### Dataset Sources
|
21 |
+
|
22 |
+
- **Repository:** http://gdeltproject.org/
|
23 |
+
- **Paper:** Leetaru, Kalev and Schrodt, Philip. (2013). "GDELT: Global Data on Events, Language, and Tone, 1979-2012." International Studies Association Annual Conference, April 2013. San Francisco, CA.
|
24 |
+
- **Documentation:**
|
25 |
+
- http://data.gdeltproject.org/documentation/GDELT-Event_Codebook-V2.0.pdf
|
26 |
+
- https://www.gdeltproject.org/data/documentation/CAMEO.Manual.1.1b3.pdf
|
27 |
+
|
28 |
+
## Uses
|
29 |
+
|
30 |
+
### Direct Use
|
31 |
+
|
32 |
+
- Monitoring global events and conflicts in real-time
|
33 |
+
- Analyzing international relations and diplomatic activities
|
34 |
+
- Tracking social movements and protests
|
35 |
+
- Studying media coverage patterns
|
36 |
+
- Research in political science, international relations, and social sciences
|
37 |
+
- Crisis early warning systems
|
38 |
+
- Geopolitical risk assessment
|
39 |
+
|
40 |
+
### Out-of-Scope Use
|
41 |
+
|
42 |
+
- Real-time emergency response (due to potential reporting delays)
|
43 |
+
- Individual-level surveillance or tracking
|
44 |
+
- Definitive source of truth for events (should be cross-referenced with other sources)
|
45 |
+
- Prediction of future events without careful consideration of limitations
|
46 |
+
|
47 |
+
## Dataset Structure
|
48 |
+
|
49 |
+
The dataset consists of tab-delimited files with 61 fields per event record, including:
|
50 |
+
|
51 |
+
1. Event Identification
|
52 |
+
- GlobalEventID: Unique identifier for each event
|
53 |
+
- DATEADDED: Timestamp in YYYYMMDDHHMMSS format
|
54 |
+
- Day, MonthYear, Year: Various date formats
|
55 |
+
|
56 |
+
2. Actor Information (for both Actor1 and Actor2)
|
57 |
+
- ActorCode: CAMEO-coded actor identifier
|
58 |
+
- ActorName: Name of the actor
|
59 |
+
- ActorCountryCode: 3-character country code
|
60 |
+
- Various actor attribute codes (ethnic, religious, type)
|
61 |
+
|
62 |
+
3. Event Details
|
63 |
+
- EventCode: CAMEO action code
|
64 |
+
- EventBaseCode: Root event category
|
65 |
+
- QuadClass: Primary event classification (Verbal/Material Cooperation/Conflict)
|
66 |
+
- GoldsteinScale: Event impact score (-10 to +10)
|
67 |
+
- AvgTone: Average tone of coverage (-100 to +100)
|
68 |
+
|
69 |
+
4. Geographic Information
|
70 |
+
- Multiple geographic fields for each actor and action
|
71 |
+
- Includes country codes, feature IDs, and lat/long coordinates
|
72 |
+
|
73 |
+
## Dataset Creation
|
74 |
+
|
75 |
+
### Curation Rationale
|
76 |
+
|
77 |
+
GDELT was created to capture and analyze global human society in real-time, providing a platform for understanding global behavior through media coverage. It processes news media from around the world to identify and code events using the CAMEO (Conflict and Mediation Event Observations) coding system.
|
78 |
+
|
79 |
+
### Curation Method
|
80 |
+
|
81 |
+
- Prefect based python extract script: https://gist.github.com/donbr/704789a6131bb4a92c9810185c63a16a
|
82 |
+
|
83 |
+
### Source Data
|
84 |
+
|
85 |
+
#### Data Collection and Processing
|
86 |
+
|
87 |
+
- Continuous monitoring of news media worldwide
|
88 |
+
- Automated processing using natural language processing
|
89 |
+
- Event coding using CAMEO taxonomy
|
90 |
+
- Geographic coding using full-text geocoding
|
91 |
+
- 15-minute update cycle
|
92 |
+
- Machine translation for non-English sources
|
93 |
+
|
94 |
+
#### Who are the source data producers?
|
95 |
+
|
96 |
+
Primary sources include:
|
97 |
+
- International news media
|
98 |
+
- Web news
|
99 |
+
- Broadcast transcripts
|
100 |
+
- Print media
|
101 |
+
- Various online platforms
|
102 |
+
|
103 |
+
### Personal and Sensitive Information
|
104 |
+
|
105 |
+
While the dataset primarily focuses on public events and public figures, it may contain:
|
106 |
+
- Names of public figures and officials
|
107 |
+
- Locations of public events
|
108 |
+
- Public statements and actions
|
109 |
+
- Media coverage details
|
110 |
+
|
111 |
+
## Bias, Risks, and Limitations
|
112 |
+
|
113 |
+
1. Media Bias
|
114 |
+
- Over-representation of English-language media
|
115 |
+
- Varying media coverage across regions
|
116 |
+
- Event selection bias based on news worthiness
|
117 |
+
|
118 |
+
2. Technical Limitations
|
119 |
+
- Machine coding errors
|
120 |
+
- Translation inaccuracies
|
121 |
+
- Geographic coding challenges
|
122 |
+
- Duplicate event reporting
|
123 |
+
|
124 |
+
3. Coverage Gaps
|
125 |
+
- Limited coverage in media-restricted regions
|
126 |
+
- Potential missed events in less-covered areas
|
127 |
+
- Varying detail levels across events
|
128 |
+
|
129 |
+
### Recommendations
|
130 |
+
|
131 |
+
1. Users should:
|
132 |
+
- Cross-reference critical events with other sources
|
133 |
+
- Consider media bias in coverage
|
134 |
+
- Account for regional differences in coverage
|
135 |
+
- Use appropriate statistical methods for aggregation
|
136 |
+
- Be aware of potential duplicates and coding errors
|
137 |
+
|
138 |
+
2. Best Practices:
|
139 |
+
- Aggregate data over appropriate time periods
|
140 |
+
- Consider confidence scores in analysis
|
141 |
+
- Use multiple GDELT fields for validation
|
142 |
+
- Account for regional and temporal variations in coverage
|
143 |
+
|
144 |
+
## Citation
|
145 |
+
|
146 |
+
**BibTeX:**
|
147 |
+
```bibtex
|
148 |
+
@inproceedings{leetaru2013gdelt,
|
149 |
+
title={GDELT: Global Data on Events, Language, and Tone, 1979-2012},
|
150 |
+
author={Leetaru, Kalev and Schrodt, Philip},
|
151 |
+
booktitle={International Studies Association Annual Conference},
|
152 |
+
year={2013},
|
153 |
+
address={San Francisco, CA}
|
154 |
+
}
|
155 |
+
```
|
156 |
+
|
157 |
+
**APA:**
|
158 |
+
Leetaru, K., & Schrodt, P. (2013). GDELT: Global Data on Events, Language, and Tone, 1979-2012. Paper presented at the International Studies Association Annual Conference, San Francisco, CA.
|
159 |
+
|
160 |
+
## Dataset Card Contact
|
161 |
+
|
162 |
+
dwb2023
|