Geological Inference from Textual Data using Word Embeddings
Nanmanas Linphrachaya, Irving Gómez-Méndez, Adil Siripatana
TL;DR
The paper tackles locating geological resources, notably lithium, by mining domain-specific texts with NLP using GloVe embeddings trained on British Columbia Geology data. It evaluates four dimensionality reduction methods—PCA, Autoencoder, VAE, and VAE-LSTM—to map high-dimensional embeddings into a 2D latent space and identify semantically related cities, validated against known lithium mines via cosine similarity and haversine distance. Results show non-linear approaches, especially Autoencoder, provide the strongest spatial alignment to actual deposits, outperforming linear PCA and other nonlinear variants in this setting. The study demonstrates that combining geoscience text mining with advanced dimensionality reduction can yield meaningful geospatial insights and suggests avenues for refinement, such as disambiguating city names and integrating additional geographic cues to broaden applicability.
Abstract
This research explores the use of Natural Language Processing (NLP) techniques to locate geological resources, with a specific focus on industrial minerals. By using word embeddings trained with the GloVe model, we extract semantic relationships between target keywords and a corpus of geological texts. The text is filtered to retain only words with geographical significance, such as city names, which are then ranked by their cosine similarity to the target keyword. Dimensional reduction techniques, including Principal Component Analysis (PCA), Autoencoder, Variational Autoencoder (VAE), and VAE with Long Short-Term Memory (VAE-LSTM), are applied to enhance feature extraction and improve the accuracy of semantic relations. For benchmarking, we calculate the proximity between the ten cities most semantically related to the target keyword and identified mine locations using the haversine equation. The results demonstrate that combining NLP with dimensional reduction techniques provides meaningful insights into the spatial distribution of natural resources. Although the result shows to be in the same region as the supposed location, the accuracy has room for improvement.
