S09-噪音模式库

Maintains a reusable library of noise patterns discovered during bibliographic data cleaning.

Updated May 18, 2026
One-click install
npx skills add https://github.com/heyixue511-creator/ai --skill s09-heyixue511-creator
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: S09-噪音模式库
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/S09-%E5%99%AA%E9%9F%B3%E6%A8%A1%E5%BC%8F%E5%BA%93
Command: npx skills add https://github.com/heyixue511-creator/ai --skill s09-heyixue511-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? During bibliometric data cleaning, irrelevant records (noise) keep appearing in recurring forms, but without a structured archive each cleaning round rediscovers the same patterns from scratch. This Skill archives every noise pattern with a code, identification features, semantic judgment rules, boundary conditions, and real cases, so cleaning rules accumulate and improve across rounds and projects. ## Core Features & Use Cases - Structured Pattern Records: Each noise pattern is documented with a code (N1, N2...), status (active/pending/deprecated), layer (word-form, topic, boundary), identification features, boundary conditions, example titles, and revision history. - Three-Layer Classification Framework: Organizes noise into word-form noise (wildcard overflow, cross-language homographs, OCR errors, abbreviation conflicts), topic noise (cross-disciplinary homonyms, brand/place names), and boundary noise (passing mentions, review coverage, weak relevance). - Lifecycle Management Operations: Supports adding new patterns (validated with 3+ cases), revising patterns when manual review finds misjudgments, and deprecating patterns without deleting them for historical reference. - Use Case: While cleaning a meme-related bibliographic dataset, you discover that "memetic algorithm" papers keep slipping through. Archive this as pattern N1 with its journal/keyword features, then reuse it in every subsequent cleaning round and export it to the cleaning log. ## Quick Start Load the existing noise patterns from the cleaning log and archive the newly discovered noise pattern from this cleaning round using the standard template.

Frequently Asked Questions about S09-噪音模式库

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

FAQPage Schema
How do I manage noise patterns in bibliographic data cleaning?▼

Record each recurring noise pattern with a code, identification features, semantic judgment rules, boundary conditions, and 2-3 example titles. Validate new patterns with at least 3 cases across 1-2 batches before marking them active, and revise them when manual review finds misjudgments.

What types of noise appear in bibliometric search results?▼

Three layers are common: word-form noise such as wildcard overflow, cross-language homographs, OCR errors, and abbreviation conflicts; topic noise such as cross-disciplinary homonyms and brand or place names; and boundary noise such as passing mentions and weak-relevance records.

When should a noise pattern be revised or deprecated?▼

Revise a pattern when manual review shows a misjudgment rate above 10%, adjusting its identification features or boundary conditions. Deprecate a pattern when it no longer applies to the current dataset, marking it deprecated with a reason rather than deleting it.

Can noise patterns be reused across different research projects?▼

Yes. Patterns are classified as general (applicable to any cleaning project, like OCR errors), domain-specific (tied to a research field), or dataset-specific. They can be exported in a JSON archive format and imported into new projects.

Why does keyword-based noise filtering produce false positives?▼

Mechanical keyword matching fails because the same word form carries different meanings across languages and disciplines, such as an abbreviation conflicting with a target term. Semantic judgment rules and explicit boundary conditions for exceptions reduce these false positives.