← 返回
未分类 中文

Acronym Unpacker

Disambiguate medical acronyms and abbreviations with context-aware full form lookup. Resolves ambiguous abbreviations (e.g., 'PID' = Pelvic Inflammatory Dise...
利用上下文感知查找全称,消除医学缩写的歧义。解析歧义缩写(如'PID'可指盆腔炎性疾病等)并返回准确含义。
aipoch-ai aipoch-ai 来源
未分类 clawhub v0.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 469
下载
💾 0
安装
1
版本
#latest

概述

Acronym Unpacker

Intelligent medical abbreviation disambiguation tool that resolves ambiguous acronyms using clinical context, specialty-specific knowledge, and document-level semantic analysis.

Features

  • Context-Aware Disambiguation: Uses clinical specialty to rank expansions
  • Semantic Analysis: Analyzes surrounding text for contextual clues
  • Frequency-Based Ranking: Prioritizes common usage patterns
  • Multi-Specialty Support: Covers medicine, nursing, pharmacy, and research
  • Batch Processing: Expand acronyms in entire documents
  • Learning System: Improves accuracy with usage feedback

Usage

Basic Usage

# Expand single acronym
python scripts/main.py PID

# Expand with context
python scripts/main.py MI --context cardiology

# List known acronyms
python scripts/main.py --list

Parameters

ParameterTypeDefaultRequiredDescription
-------------------------------------------------
acronymstrNoneYesAcronym to expand
--context, -cstrgeneralNoClinical context (e.g., cardiology, gynecology)
--list, -lflagFalseNoList known acronyms

Advanced Usage

# Disambiguate with specific context
python scripts/main.py PID --context gynecology

# Check all available acronyms
python scripts/main.py --list

Supported Acronyms

AcronymGeneralCardiologyGynecologyImmunology
------------------------------------------------------
PIDPelvic Inflammatory Disease-Pelvic Inflammatory Disease (90%)Primary Immunodeficiency (95%)
MIMyocardial Infarction (70%)Myocardial Infarction (95%)--
COPDChronic Obstructive Pulmonary Disease---
HTNHypertensionHypertension--
DMDiabetes Mellitus (90%)---

Output Example

============================================================
ACRONYM: PID
Context: gynecology
============================================================
1. Pelvic Inflammatory Disease
   Confidence: 90.0% ████████████████████
2. Prolapsed Intervertebral Disc
   Confidence: 10.0% ██
============================================================

Technical Difficulty: LOW

⚠️ AI自主验收状态: 需人工检查

This skill requires:

  • Python 3.7+ environment
  • No external dependencies

Dependencies

pip install -r requirements.txt

No external dependencies required.

Risk Assessment

Risk IndicatorAssessmentLevel
-----------------------------------
Code ExecutionPython scripts executed locallyLow
Network AccessNo network accessLow
File System AccessRead-onlyLow
Instruction TamperingStandard prompt guidelinesLow
Data ExposureNo sensitive data exposureLow

Security Checklist

  • [x] No hardcoded credentials or API keys
  • [x] No unauthorized file system access
  • [x] Output does not expose sensitive information
  • [x] Prompt injection protections in place
  • [x] Error messages sanitized
  • [x] Dependencies audited

Prerequisites

python scripts/main.py --help

Evaluation Criteria

Success Metrics

  • [ ] Successfully expands known acronyms
  • [ ] Context-aware ranking works correctly
  • [ ] Confidence scores are meaningful
  • [ ] Handles unknown acronyms gracefully

Test Cases

  1. Basic Expansion: Known acronym → Multiple expansions with confidence
  2. Context Filtering: Context flag → Contextually appropriate results
  3. Unknown Acronym: Unknown input → Graceful handling
  4. List Mode: --list flag → Shows all known acronyms

Lifecycle Status

  • Current Stage: Draft
  • Next Review Date: 2026-03-15
  • Known Issues: Limited acronym database
  • Planned Improvements:
  • Expand acronym database
  • Add machine learning for context detection
  • Support for multi-language acronyms

References

Available in references/:

  • Medical abbreviation standards
  • Clinical terminology sources
  • Context disambiguation methods

Limitations

  • Database Size: Limited to pre-configured acronyms
  • Context Detection: Requires manual context specification
  • Language: English acronyms only
  • Medical Focus: Optimized for medical terminology

💡 Tip: When in doubt about the context, try multiple contexts to see which expansion makes the most sense in your specific use case.

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-05-02 05:30 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

professional

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 194 📥 63,227
professional

Stock Analysis

udiedrichsen
{"answer":"基于雅虎财经数据,分析股票与加密货币。支持投资组合管理、自选股预警、股息分析、8维评分、热门趋势扫描及传闻/早期信号探测。适用于股票分析、持仓追踪、财报异动、加密监控、热门股追踪或提前发掘非主流传闻。"}
★ 279 📥 57,766
data-analysis

Survival Analysis (KM)

aipoch-ai
生成Kaplan‑Meier生存曲线,计算生存统计量(log‑rank检验、中位生存时间),并估算临床及生物...的 hazard ratios。
★ 2 📥 997