Yale-LILY / SummEval

Resources for the "SummEval: Re-evaluating Summarization Evaluation" paper
MIT License
361 stars 42 forks source link

ROUGE-WE relies on a download link that no longer works #48

Open alichte opened 11 months ago

alichte commented 11 months ago

evaluation/summ_eval/rouge_we_metric.py - line 17 uses a hardcoded download link for embeddings: http://u.cs.biu.ac.il/~yogo/data/syntemb/deps.words.bz2

This bit of code doesn't seem to work and the website gives a connection timeout error as of 24 OCT 2023. I tried from multiple devices/internet connections so I think the error is with the website, not my machine. Most of the other links on the wordpress site https://levyomer.wordpress.com/2014/04/25/dependency-based-word-embeddings/ linked at ln 33 also don't seem to work anymore

Seungmin-Seo commented 11 months ago

Same issues here

gukush commented 9 months ago

Also noted same issue