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

Sometimes a source is cited twice as separate sources #738

Open
bryceerobertson opened this issue Jun 19, 2024 · 1 comment
Open

Sometimes a source is cited twice as separate sources #738

bryceerobertson opened this issue Jun 19, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@bryceerobertson
Copy link
Contributor

bryceerobertson commented Jun 19, 2024

The example here is https://aisafety.info/questions/7148/, the prompt was "Is the AI genie out?"

Image
Image

@bryceerobertson bryceerobertson added the bug Something isn't working label Jun 19, 2024
@mruwnik
Copy link
Collaborator

mruwnik commented Aug 21, 2024

The problem here is that the chatbot works on fragements of documents, not documents. So in this case it has 2 fragments from the same document that it treats as separate sources. So the fix would involve:

  • Display the same number for all fragments from the same document
  • Make sure hovering over footnotes shows the correct fragments
  • Make sure no duplicates get displayed in the list of sources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

2 participants