S07-分批语义判定

Classifies literature records as relevant or noise using semantic analysis and multi-round batch processing.

Updated May 18, 2026
One-click install
npx skills add https://github.com/heyixue511-creator/ai --skill s07-heyixue511-creator
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: S07-分批语义判定
Source: https://github.com/heyixue511-creator/ai/tree/main/My-Own-Skills-main/%E6%96%87%E7%8C%AE%E8%AE%A1%E9%87%8F%E5%88%86%E6%9E%90%E6%8A%80%E8%83%BD/S07-%E5%88%86%E6%89%B9%E8%AF%AD%E4%B9%89%E5%88%A4%E5%AE%9A
Command: npx skills add https://github.com/heyixue511-creator/ai --skill s07-heyixue511-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Systematic literature searches often return thousands of records contaminated by wildcard overflow, homonyms, and weakly related citations. Manually screening each record is slow and inconsistent, and one-pass keyword filtering produces both false positives and false negatives. ## Core Features & Use Cases - Three-Layer Noise Model: Distinguishes word-form noise (wildcard overflow), topic noise (homonyms), and boundary noise (weak associations) with dedicated judgment paths for each. - Multi-Dimensional Relevance Framework: Evaluates word meaning, research topic, concept role, discipline, and knowledge contribution to assign verdicts like RELEVANT, NOISE, or graded PENDING levels. - Iterative Multi-Round Cleaning: Processes literature in batches of 20-50 records, writes verdicts back to a mapping table, refines noise rules between rounds, and stops when noise density falls below 1%. - Use Case: A researcher running a bibliometric study on memetics retrieves 5,000 records via a meme* wildcard query. This skill screens them batch by batch, filtering out unrelated hits (e.g., internet memes in engineering contexts) while preserving genuinely relevant cultural-evolution studies. ## Quick Start Ask the AI to start round 1 semantic screening of the full literature dataset using the prepared mapping table and noise expectations.

Frequently Asked Questions about S07-分批语义判定

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I remove noise from literature search results?▼

Screen records in batches of 20-50 using a three-layer noise model: check whether the target concept truly exists, what the matched word means in context, and whether the concept is a research object or incidental citation. Assign verdicts of NOISE, RELEVANT, or PENDING and iterate across rounds.

How to handle false positives from wildcard search queries?▼

Wildcard queries like meme* produce word-form noise where matched terms lack the target concept. Identify these at the first noise layer by checking titles and abstracts for the actual concept, then codify recurring patterns into named noise rules for automatic application in later batches.

What should I do with uncertain or borderline literature records?▼

Assign borderline records to graded PENDING categories: PENDING_LIKELY for probable matches, PENDING_WEAK for weak associations, and plain PENDING for contradictory signals. Plain PENDING records require mandatory manual review and must never be auto-resolved.

When should iterative literature cleaning stop?▼

Stop cleaning when newly removed records fall below 1% of the round input, when PENDING counts stabilize across two consecutive rounds, when a critical review rates quality at grade A, or when the user confirms the current result as final.

What are the limitations of semantic relevance screening?▼

Semantic screening depends on accurate research background anchors and noise expectations defined beforehand; without them, boundary judgments drift. It also requires multiple rounds for high-noise concept groups, so single-pass screening is insufficient for wildcard-heavy retrieval sets.