Add WFGY Problem Map as a robustness resource for RAG#4
Merged
aboots merged 2 commits intollm-lab-org:mainfrom Feb 20, 2026
Merged
Add WFGY Problem Map as a robustness resource for RAG#4aboots merged 2 commits intollm-lab-org:mainfrom
aboots merged 2 commits intollm-lab-org:mainfrom
Conversation
## Summary This pull request adds one new resource to the **Robustness and Noise Management** section. - **WFGY Problem Map: Semantic Firewall for RAG Failure Modes** https://github.com/onestardao/WFGY/tree/main/ProblemMap/README.md ## Motivation While this survey focuses on multimodal RAG, many robustness issues (hallucinations, retrieval drift, document mismatch, ghost matches, etc.) are shared between text-only and multimodal RAG systems. The WFGY Problem Map is an open MIT-licensed resource that: - catalogues 16 common failure modes in real-world RAG / LLM pipelines, - links each failure mode to concrete fixes and design patterns, and - can be used as a “semantic firewall” layer on top of existing RAG systems. I think this might be a useful practical reference for readers who are interested in robustness and debugging aspects of RAG in addition to the academic papers already listed. If you prefer to keep this repository strictly “paper-only”, I am happy to adjust or close the PR.
This was referenced Mar 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This pull request adds one new resource to the Robustness and Noise Management section.
https://github.com/onestardao/WFGY/tree/main/ProblemMap/README.md
Motivation
While this survey focuses on multimodal RAG, many robustness issues (hallucinations, retrieval drift, document mismatch, ghost matches, etc.) are shared between text-only and multimodal RAG systems.
The WFGY Problem Map is an open MIT-licensed resource that:
I think this might be a useful practical reference for readers who are interested in robustness and debugging aspects of RAG in addition to the academic papers already listed.
If you prefer to keep this repository strictly “paper-only”, I am happy to adjust or close the PR.