CLNov 14, 2016

Lost in Space: Geolocation in Event Data

arXiv:1611.04837v129 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of automated geolocation in event data for researchers and analysts, though it is incremental as it builds on prior methods with specific enhancements.

The paper tackles the problem of extracting correct location information from text data by introducing a supervised machine learning algorithm that classifies location words as correct or incorrect, improving accuracy by up to 25% over existing dictionary-based methods.

Extracting the "correct" location information from text data, i.e., determining the place of event, has long been a goal for automated text processing. To approximate human-like coding schema, we introduce a supervised machine learning algorithm that classifies each location word to be either correct or incorrect. We use news articles collected from around the world (Integrated Crisis Early Warning System [ICEWS] data and Open Event Data Alliance [OEDA] data) to test our algorithm that consists of two stages. In the feature selection stage, we extract contextual information from texts, namely, the N-gram patterns for location words, the frequency of mention, and the context of the sentences containing location words. In the classification stage, we use three classifiers to estimate the model parameters in the training set and then to predict whether a location word in the test set news articles is the place of the event. The validation results show that our algorithm improves the accuracy rate of the current geolocation methods of dictionary approach by as much as 25%.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes