Replies: 1 comment
-
|
Potential Solutions
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I upload multiple CV/resume docs, lightrag merges the entities/relationships of multiple CVs, when possible, into a graph. This is giving rise to pathway in graph that in really do not exists in resumes and are factually incorrect.
For example, Say Candidate A has done Project M using Angular (a programming language). Candidate B has done Project N with Angular also. Now after the graph is created both Candidate A and B is connected to "Angular" node. and Both Project M and N is also connected to Angular node.
In this case, If I retrieve, "Angular" node and it's surrounding node and give it to LLM, then LLM sees following paths
Now, obviously, #1 and #4 are factually correct but #2 and #3 are factually incorrect. These incorrect pathways seeds hallucination in LLMs.
How to prevent this graph contamination that arise from merging new doc content into existing graph?
Appreciate your thoughts.
Beta Was this translation helpful? Give feedback.
All reactions