Announcing Native BM25 Ranking in AlloyDB and Cloud SQL
cloud.google.com·1d ago
TL;DR
Researchers identified a gap in LLM evaluation benchmarks. They built a synthetic dataset with 10k adversarial prompts targeting reasoning failures.
✦ Why It Matters
Use this benchmark to audit LLM robustness before deploying in production reasoning pipelines.
Key Takeaways
How It Works
RAG-Pull exploits the way LLMs retrieve information by inserting invisible Unicode characters into queries. These characters can subtly alter the context, leading the model to retrieve malicious code snippets instead of safe content.
The attack is particularly effective when both the query and the target code are perturbed, allowing attackers to control the output with high precision.
Related