taesiri / ArXivQA

WIP - Automated Question Answering for ArXiv Papers with Large Language Models (https://arxiv.taesiri.xyz/)
https://arxiv.taesiri.xyz/
281 stars 11 forks source link

Excellent work! I'm wondering how the context is fed into LLM. Do you input the whole paper directly into LLM? Or do you just input the abstract section of the paper into LLM? #1

Closed wwngh1233 closed 11 months ago

taesiri commented 11 months ago

Hello @wwngh1233

The entire paper in LaTeX format is loaded, and then questions are asked. You can learn more and use a demo here.

wwngh1233 commented 11 months ago

thx