list-negative-is-defensively-bounded

IN derived (depth 1)

The negative belief listing pipeline applies defense-in-depth: keyword pre-filtering narrows candidates before LLM classification, hallucinated node IDs are discarded against the actual network, and malformed LLM output falls back gracefully to zero count rather than raising.

Summary

The pipeline for finding negative beliefs uses three layers of protection against errors. Keywords filter candidates before the LLM ever sees them, any node IDs the LLM invents are caught and thrown out by checking against the real database, and if the LLM response is garbled the system quietly returns an empty result instead of crashing.

Justifications

SL — Three independent defensive measures form a complete safety pipeline for LLM-driven negative classification

Antecedents (all must be IN):

Dependents

These beliefs depend on this one:

Details