GRASP entity linking results

Linking results, GRASP logs and configs for the GRASP entity-linking experiments, plus baseline linkers for comparison, visualised with ELEVANT.

🔗 Browse the results online in the ELEVANT evaluation webapp.

Experiments

GRASP was benchmarked on: Wiki-Fair v2.0 (no coref), News-Fair v2.0 (no coref), KORE50, MSNBC (updated), AIDA-CoNLL (test).

Using the LLMs: Gemma 4 31B IT, GPT-5.4 mini, Qwen3.5-397B, Qwen3.6-27B, Mistral Small 4, Kimi K2.7.

Contents

ELEVANT setup

We use ELEVANT to visualise the results.

Clone the repository and build the image

git clone https://github.com/ad-freiburg/elevant
cd elevant
docker build -t elevant .

Run the container

# create a dir for caching elevant data
mkdir data
docker run -it -p 8617:8000 \
  -v $(pwd)/data/:/data \
  -v $(pwd)/../evaluation_results/:/home/evaluation-results \
  -v $(pwd)/benchmarks/:/home/benchmarks \
  elevant

# inside the container
make download-all   # downloads data into /data, only needs to be run once
make start-webapp

You can now access port 8617 to browse the evaluation webapp.

← Entity-linking data release