CAIDA / catalog-data

Repo which holds some panda solutions and papers
3 stars 6 forks source link

Add selective related objects to Paper's access #625

Closed bhuffaker closed 11 months ago

bhuffaker commented 1 year ago

This is a follow up to https://github.com/CAIDA/catalog-data/issues/565#issuecomment-1577154060 . We are adding related objects to access if they share the same name to avoid false positives. Unfortunately there are a few false negatives we need to fix.

Please review https://github.com/CAIDA/catalog-data/blob/master/analysis/title-edit-distance.md find the set of videos or presentations that are different presentations of the Paper, and change their name in pubdb or https://github.com/CAIDA/catalog-data-caida to match.

jes089 commented 11 months ago

@amacaida Is it okay that there are some false negatives? It doesn't seem like we should change the names of presentations to match the paper, if it isn't the actual name of the presentation -- but then we are left with these false negatives.

amacaida commented 11 months ago

@amacaida Is it okay that there are some false negatives? It doesn't seem like we should change the names of presentations to match the paper, if it isn't the actual name of the presentation -- but then we are left with these false negatives.

Yes, that's acceptable. Thank you! You're right, we shouldn't change the names of the presentations to match the paper.

bhuffaker commented 11 months ago

Going to close this issue with the status quo.