Hierarchical Prompting with Dynamic Optimization for Knowledge Element Extraction in Fake News Detection
Bianxia Du, Qiao HuFake news often manipulates fine-grained knowledge elements such as entities, events, claims, temporal expressions, attributes, and source credibility. Existing information extraction methods usually require task-specific annotations or focus on generic named entities, making them less effective for open-domain fake news scenarios where labeled data are scarce and logical inconsistencies are subtle. This paper proposes HPDO-KEE, a hierarchical prompting framework with dynamic optimization for knowledge element extraction and feature enhancement in fake news detection. The method first defines a fake-news-oriented schema covering entities, events, claims, attribute–value pairs, relations, contradictions, and user authority. It then designs a four-layer prompt consisting of task description, core information, structure awareness, and demonstration assistance. The revised implementation distinguishes offline prompt-template rewriting from input-adaptive demonstration retrieval and automatic schema-validation retries during inference. Domain-aware demonstration selection, strict JSON constraints, redundancy removal, contradiction-candidate verification, and type correction are incorporated to improve extraction accuracy, format compliance, and stability. Experiments on CoNLL03, ACE2005, and DuEE2.0 show that HPDO-KEE achieves F1 scores of 88.9%, 82.6%, 80.3%, and 78.6% on named entity, entity, event, and Chinese event extraction tasks, respectively.