chiphuyen / sotawhat

Returns latest research results by crawling arxiv papers and summarizing abstracts. Helps you stay afloat with so many new papers everyday.
https://huyenchip.com/2018/10/04/sotawhat.html
1.35k stars 178 forks source link

Wrong links for the papers listed (web version) #30

Open divyagaddipati opened 3 years ago

divyagaddipati commented 3 years ago

I search for VQA, and when I click on the papers listed, they are leading to the wrong paper.

The first paper in the list is "ChipQA: No-Reference Video Quality Prediction via Space-Time Chips". But on clicking it, this leads to "Non-functional Requirements for Machine Learning: Understanding Current Use and Challenges in Industry" (https://arxiv.org/pdf/2109.00872.pdf)

tianjiaoding commented 2 years ago

Looks like the bug is simple: there is one character missing at the end of URL.

Specifically, the link in the HTML page is "https://arxiv.org/pdf/2107.1048", and it should have been "https://arxiv.org/abs/2107.10484".

I have not looked at the code yet. It could be a bug in the web interface or in the backend which crawls or parse arxiv.

JocelynYH commented 2 years ago

+1 to this issue with the UI.