arXiv / html_feedback

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

[feature request] allow comments on selected text #1948

Closed hjk41 closed 3 days ago

hjk41 commented 3 weeks ago

Description

It would be very interesting if we can comment on selected text in the papers. This would allow people to discuss specific topics. For example, we can point out typos and errors in papers, or discuss related works that are not cited by the paper.Although AlphXiv allows comment on SOME papers, it only allows commenting on the whole paper, I think partly because they only render the papers in PDF, which makes it a bit hard to comment on selected paragraph, which should be easy with HTML.

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

No response

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

Choose One

Internal issue ID

fdbd2fb7-af89-403e-be6b-abf4d507b2c1

Paper URL

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

Browser

Chrome/127.0.0.0

Device Type

Desktop

html-feedback-bot[bot] commented 3 weeks ago

Location in document: id26.id1

Selected HTML: Recently, Retrieval-Augmented Generation (RAG) has achieved remarkable success in addressing the challenges of Large Language Models (LLMs) without necessitating retraining. By referencing an external knowledge base, RAG refines LLM outputs, effectively mitigating issues such as “hallucination”, lack of domain-specific knowledge, and outdated information. However, the complex structure of relationships among different entities in databases presents challenges for RAG systems. In response, GraphRAG leverages structural information across entities to enable more precise and comprehensive retrieval, capturing relational knowledge and facilitating more accurate, context-aware responses. Given the novelty and potential of GraphRAG, a systematic review of current technologies is imperative. This paper provides the first comprehensive overview of GraphRAG methodologies. We formalize the GraphRAG workflow, encompassing Graph-Based Indexing, Graph-Guided Retrieval, and Graph-Enhanced Generation. We then outline the core technologies and training methods at each stage. Additionally, we examine downstream tasks, application domains, evaluation methodologies, and industrial use cases of GraphRAG. Finally, we explore future research directions to inspire further inquiries and advance progress in the field.

github-actions[bot] commented 3 weeks ago

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

dginev commented 3 days ago

It is probably most productive to track alphaXiv in the near term. They started with using the HTML versions initially, but switched to PDF until overall fidelity improves. Which brings me to...

This repository only tracks the quality of the experimental HTML format, so general arXiv features are a bit out of scope. Thank you!