assafelovic / gpt-researcher

LLM based autonomous agent that conducts local and web research on any topic and generates a comprehensive report with citations.
https://gptr.dev
Apache License 2.0
14.89k stars 1.99k forks source link

Old data? #202

Closed stevenbaert closed 8 months ago

stevenbaert commented 1 year ago

Love the project, but it is looking for old data? What makes GPT useless, since code asistants in 2021 were nowhere at all back then.

Example:

Query = looking for AI code assistants. --- GPT Research --- Searching with query Top AI code assistants in 2021...

Scraping url https://clickup.com/blog/ai-code-tools/ with question Top AI code assistants in 2021 Scraping url https://www.developer.com/project-management/ai-code-assistants/ with question Top AI code assistants in 2021

assafelovic commented 1 year ago

Hey @stevenbaert this is a great catch. Can you pull the latest and try again? The issue was that when generating content the LLM did not take into consideration what is the current date so it fell back to 2021 which is its last knowledge. After adding the current date in the query generation this should be resolved. LMK looking forward!

assafelovic commented 1 year ago
Screenshot 2023-10-05 at 17 46 37

See above

stevenbaert commented 1 year ago

Thank you for your swift reply! The project is shaping up nicely, although it's not quite there yet. Below are some areas for improvement and questions I have:

By the way, I recently used an open interpreter for documentation in an AI-generated newsletter I shared: AI-NewsAggregator on GitHub.


Final summary length: 885 The text does not provide specific information about the performance and user reviews of AI tools like Open Interpreter, Chat DEV, AutoGen, and GitHub Copilot. Searching with query Latest updates and features of AI-driven coding assistance technologies 2023... Scraping url https://sourceforge.net/software/ai-coding-assistants/ with question Latest updates and features of AI-driven coding assistance technologies 2023 Scraping url https://www.forbes.com/sites/bernardmarr/2023/09/18/the-10-most-important-ai-trends-for-2024-everyone-must-be-ready-for-now/ with question Latest updates and features of AI-driven coding assistance technologies 2023 Scraping url https://www.forbes.com/sites/bernardmarr/2022/10/10/the-5-biggest-artificial-intelligence-ai-trends-in-2023/ with question Latest updates and features of AI-driven coding assistance technologies 2023

notvicent3 commented 1 year ago

As an user of gpt-researcher for 3 months, I think that the dates are a problem in most cases, since the blogs and the "SEO" guys are dedicated to altering the dates of the publications to obtain better results with users' search inputs.

assafelovic commented 1 year ago

@stevenbaert thank you for the super valuable feedback! We'd love your help to contribute on any of them if you're interested. We'll definitely add these to our backlog.