Earlier quoted context omitted.
Every time I hear or read "prompt engineering", I can't help but cringe a bit. I'm not sure why, but it's the same reaction I would have if I heard someone say "Google search query engineering". Comparing to google search, there definitely is skill involved in knowing how to google things well. We're all accustomed to googling things many times per day so I think a lot of people forget that being able to google thing…
Effective prompting has more to do with theater than engineering.
Consensus: Use AI to find insights in research papers
31–40 of 54 posts
Re: Consensus: Use AI to find insights in research papers
#32Re: Consensus: Use AI to find insights in research papers
#33Re: Consensus: Use AI to find insights in research papers
#34Re: Consensus: Use AI to find insights in research papers
#35Earlier quoted context omitted.
FWIW is is pretty common to read the abstract, skim the intro, skip to the conclusion/results, and then only then read the rest of the paper (if you even need to at that point). https://www.science.org/content/article/how-seriously-read-s... So, this is pretty quick, you might not need a tool for it.
Actually, what I was asking about was how to handle my storage and later retrieval of hundreds of papers. I don't mean just the database tool -- I currently use Zotero and make sure articles are tagged -- but I'm wondering if I can build a system for my articles where I can ask ChatGPT "are there any studies that show X causes Y" and have it use my articles directly, and not give me bullshit citations like it does 90…
It's currently free to use :)
Re: Consensus: Use AI to find insights in research papers
#36Earlier quoted context omitted.
FWIW is is pretty common to read the abstract, skim the intro, skip to the conclusion/results, and then only then read the rest of the paper (if you even need to at that point). https://www.science.org/content/article/how-seriously-read-s... So, this is pretty quick, you might not need a tool for it.
Actually, what I was asking about was how to handle my storage and later retrieval of hundreds of papers. I don't mean just the database tool -- I currently use Zotero and make sure articles are tagged -- but I'm wondering if I can build a system for my articles where I can ask ChatGPT "are there any studies that show X causes Y" and have it use my articles directly, and not give me bullshit citations like it does 90…
Then use your Qdrant database happily ever after, with whatever you like, such as Vicuna or Guanaco 30b GPTQ. Sprinkle your langcgain or whatever you like. Galpaca 30b may be appropriate for science text.
Re: Consensus: Use AI to find insights in research papers
#37I think https://elicit.org/ is also worth a mention in this context.
Re: Consensus: Use AI to find insights in research papers
#38I've been doing this with chatGPT directly. But it's cutoff data is 2021. It's pretty good though at telling you even the research name so you can validate.
As someone who is starting a master's in science and will be looking at lots of research papers, I've been wondering what the best use of this could be. If I have my own PDFs, I guess I could get ChatGPT to create summaries in some structured way, perhaps in a single file with citation:summary, and then send up that file with every question I ask?
Extract the text, put it into a database (a vectordb would be the hot thing for with an LLM, is probably ideal, but ChatGPT does a pretty good job using Wikipedia as a “database” with a dirt simple ReAct pattern implementation, so you probably don’t need to be that fancy to get value out of it) and then use tooling to let ChatGPT use that database for questions.
Re: Consensus: Use AI to find insights in research papers
#39I asked it about UBI and I guess there isn't enough data yet, because it called it "fiscally unbearable and morally unacceptable" (which seems to be what only 1 uncited source said)! At least it admitted consensus was low... https://consensus.app/results/?q=Does%20universal%20basic%20... Summary Top 10 papers analyzed Some studies suggest that universal basic income (UBI) can generate support for structural reforms a…
Re: Consensus: Use AI to find insights in research papers
#40I think https://elicit.org/ is also worth a mention in this context.
Elicit is very useful! It can't sometimes answer some very specific and complex questions, but it also doesn't tend to hallucinate anywhere as much as chatgpt. Rather it will be quite upfront about when it can't really find an answer to something.