This research is aimed to solve the tweet/user geolocation prediction task and provide a flexible methodology for the geotagging of textual big data. The suggested approach implements neural networks for natural language processing (NLP) to estimate the location as coordinate pairs (longitude, latitude) and two-dimensional Gaussian Mixture Models (GMMs). The scope of proposed models has been finetuned on a Twitter dataset using pretrained Bidirectional Encoder Representations from Transformers (BERT) as base models. Performance metrics show a median error of fewer than 30 km on a worldwide-level, and fewer than 15 km on the US-level datasets for the models trained and evaluated on text features of tweets' content and metadata context. Our source code and data are available at https://github.com/K4TEL/geo-twitter.git
翻译:本研究旨在解决推文/用户地理位置预测任务,并为文本大数据的地理标注提供灵活的方法论。所提出的方法采用自然语言处理(NLP)神经网络,通过坐标对(经度、纬度)和二维高斯混合模型(GMM)进行位置估计。基于预训练的Transformer双向编码器表示(BERT)作为基础模型,所提出模型在Twitter数据集上进行了微调。性能指标显示,在基于推文内容与元数据上下文文本特征训练和评估的模型中,全球层面数据集的预测中值误差小于30公里,美国层面数据集的中值误差小于15公里。我们的源代码与数据可在https://github.com/K4TEL/geo-twitter.git获取。