Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Prompt to Avoid Incorrect Information for PubMed Central Sources #959

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cannin
Copy link
Contributor

@cannin cannin commented Oct 28, 2024

Currently, the LLM context does not have author or journal information available for PMC sources. The LLM tries to accommodate the user using names it finds in the text (e.g., authors of references cited by the source). This causes mismatches such as article authors and cited PMC sources in reports. The commit allows the LLM to provide a simpler but often more correct citation with just title and link.

Currently, the LLM context does not have author or journal information available for PMC sources. The LLM tries to accommodate the user by either using names it finds in the text (e.g., authors of references cited by the source). This causes a mismatches such as article authors and cited PMC sources in reports. The commit allows the LLM to provide a simpler but often more correct citation with just title and link.
Copy link
Owner

@assafelovic assafelovic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cannin since this is only relevant to pubmed retrievers I'd like to add a rule to only add this prompt when retriever = pubmed. I can get to it later in the week to accommodate this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants