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
thobson88
changed the title
Implement a new "combined score" for entity linking when place of publication is known
New "combined score" for entity linking when place of publication is known
Sep 13, 2024
thobson88
changed the title
New "combined score" for entity linking when place of publication is known
New "combined score" for entity linking when place of pub is known
Sep 13, 2024
Linker algorithm using place of publication & combined scores
The first two steps of the pipeline are unchanged:
The third step, disambiguation via the Linker, is new. We assume the place of publication
wqid
andlatlon
are known.For each identified toponym:
wqid
is found in the list of candidates and is not the prediction:cross_cand_score
latlon
coordinates for the candidate are not known/available:combined_score
equal to thecross_cand_score
combined_score
equal to thecross_cand_score
latlon
coords and popularity are computable:combined_score
=cross_cand_score
* max(popularity, proximity)combined score
and set the prediction to be the top oneSee also: https://github.com/Living-with-machines/data-culture-newspapers/issues/17
The text was updated successfully, but these errors were encountered: