GeoAI2019Geoparser
Evaluating State-of-the-Art Deep Learning Geoparsers
Install / Use
/learn @geoai-lab/GeoAI2019GeoparserREADME
Are We There Yet? Evaluating State-of-the-Art Deep Learning Geoparsers Using EUPEG as a Benchmarking Platform
Introduction
This project systematically evaluates the top three geoparsers from the SemEval2019-Task12 competition:
- DM NLP: ELMo + charBiLSTM + wordBiLSTM + CRF, Keras
- UniMelb: ELMo + wordBiLSTM + self-attention + softmax, Keras
- UArizona: Glove + charLSTM + wordLSTM + CRF, Tensorflow
The source codes hosted on this repository are our own implementations based on the descriptions of the papers. For each one of the three geoparsers, we implement the toponym detetcion part based on the information provided in their papers, and use the population heuristic for toponym resolution.
Repository organization
The whole repository contains codes for three parts:
- The toponym detection methods of three models;
- The population heuristics for toponym resolution;
- EUPEG corpus article examples;
Geoparsing evaluation results
We test three restored models and eight other existing geoparsers using our benchmarking platform EUPEG. The source code of EUPEG can be found at: https://github.com/geoai-lab/EUPEG
The performance tables of all geoparsers on the eight tested corpora are provided as below:
<p align="center"> <img align="center" src="fig/TABLE11.png" width="520" /> </p> <p align="center"> <img align="center" src="fig/TABLE2.png" width="520" /> </p> <p align="center"> <img align="center" src="fig/TABLE3.png" width="520" /> </p> <p align="center"> <img align="center" src="fig/TABLE4.png" width="520" /> </p> <p align="center"> <img align="center" src="fig/TABLE5.png" width="520" /> </p> <p align="center"> <img align="center" src="fig/TABLE6.png" width="520" /> </p> <p align="center"> <img align="center" src="fig/TABLE7.png" width="520" /> </p> <p align="center"> <img align="center" src="fig/TABLE88.png" width="520" /> </p>Related Skills
best-practices-researcher
The most comprehensive Claude Code skills registry | Web Search: https://skills-registry-web.vercel.app
last30days-skill
15.9kAI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary
autoresearch
2.8kClaude Autoresearch Skill — Autonomous goal-directed iteration for Claude Code. Inspired by Karpathy's autoresearch. Modify → Verify → Keep/Discard → Repeat forever.
omg-learn
Learning from user corrections by creating skills and patterns. Patterns can prevent mistakes (block/warn/ask) or inject helpful context into prompts
