You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Natalie Prange edited this page Jan 16, 2025
·
2 revisions
ELEVANT provides not only statistics about entity linker results, but also about entity linking benchmarks.
ELEVANT provides statistics about the number of words, sentences, articles and ground truth labels in the benchmark, as well as detailed statistics about the mention types, entity types, and number of words, etc. of the ground truth labels.
In the web app, you can switch to the benchmark analysis by clicking on "Switch to Benchmark Analysis" in the page header.
To create statistics for a benchmark, run the following command:
where <benchmark_name> is the ELEVANT name of the benchmark, e.g., kore50.
The computed statistics are written to benchmarks/<benchmark_name>.benchmark_statistics.jsonl and read by the evaluation web app.
You can create statistics for all benchmarks listed in the benchmarks directory at once by using ALL as benchmark name.