arXiv / html_feedback

Supports a student project developing a UI for feedback on arXiv articles rendered as html.
MIT License
16 stars 3 forks source link

Github repo link is broken for paper https://arxiv.org/html/2406.19215v1 #1848

Closed rmusser01 closed 4 days ago

rmusser01 commented 1 month ago

Description

Link doesn't work. Should redirect to https://github.com/THU-KEG/SeaKR

(Optional:) Please add any files, screenshots, or other information here.

No response

(Required) What is this issue most closely related to? Select one.

References

Internal issue ID

6ee8056f-0d05-45d7-8989-4b49cb516c75

Paper URL

https://arxiv.org/html/2406.19215v1

Browser

Firefox/127.0

Device Type

Desktop

html-feedback-bot[bot] commented 1 month ago

Location in document: undefined

Selected HTML: Adaptive Retrieval-Augmented Generation (RAG) is an effective strategy to alleviate hallucination of large language models (LLMs). It dynamically determines whether LLMs need external knowledge for generation and invokes retrieval accordingly. This paper introduces Self-aware Knowledge Retrieval (SeaKR), a novel adaptive RAG model that extracts self-aware uncertainty of LLMs from their internal states. SeaKR activates retrieval when the LLMs present high self-aware uncertainty for generation. To effectively integrate retrieved knowledge snippets, SeaKR re-ranks them based on LLM’s self-aware uncertainty to preserve the snippet that reduces their uncertainty to the utmost. To facilitate solving complex tasks that require multiple retrievals, SeaKR utilizes their self-aware uncertainty to choose among different reasoning strategies. Our experiments on both complex and simple Question Answering datasets show that SeaKR outperforms existing adaptive RAG methods. We release our code in our Github repository.

github-actions[bot] commented 1 month ago

Hello @rmusser01, thanks for the issue report! We are reviewing your report and will address it as soon as possible.

dginev commented 1 month ago

@rmusser01 I think you should contact the author of the article for this problem - the link is also broken in the PDF.

The source uses the \hyperlink command meant for internal links:

\hyperlink{https://github.com/THU-KEG/SeaKR}{Github repository}

while it should instead use the \href command meant for external links:

\href{https://github.com/THU-KEG/SeaKR}{Github repository}