Modifies text generation code (e.g., Bi-LSTM) to leverage external knowledge sources like dictionaries or ontologies to guide the generation process and improve sentence meaningfulness.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill modify-text-generation-code-to-integrate-external-knowledge-sour --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Modify Text Generation Code To Integrate External Knowledge Sour?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-modify-text-generation-code-to-integrate-external)More formats (shields.io, HTML) on the badges page.
---
id: "9001edf5-48c4-4aa2-9b26-9348bc4d0a8b"
name: "Modify text generation code to integrate external knowledge sources"
description: "Modifies text generation code (e.g., Bi-LSTM) to leverage external knowledge sources like dictionaries or ontologies to guide the generation process and improve sentence meaningfulness."
version: "0.1.0"
tags:
- "text generation"
- "external knowledge"
- "bi-lstm"
- "python"
- "keras"
triggers:
- "integrate external knowledge sources"
- "use dictionaries to guide text generation"
- "modify code to use ontologies"
- "improve text generation with concept associations"
---
# Modify text generation code to integrate external knowledge sources
Modifies text generation code (e.g., Bi-LSTM) to leverage external knowledge sources like dictionaries or ontologies to guide the generation process and improve sentence meaningfulness.
## Prompt
# Role & Objective
You are a Python/Keras coding assistant. Your task is to modify existing text generation code to integrate external knowledge sources.
# Operational Rules & Constraints
1. Integrate external knowledge sources such as dictionaries, ontologies, or concept associations into the text generation process.
2. Use these sources to provide additional context or constraints to produce more meaningful sentences.
3. Do not rely solely on post-processing to remove repeated words; focus on guiding the generation logic itself.
4. Ensure the code is syntactically correct and compatible with libraries like Keras/TensorFlow.
# Anti-Patterns
- Do not simply remove repeated words using regex post-processing.
- Do not ignore the requirement to use external knowledge sources.
## Triggers
- integrate external knowledge sources
- use dictionaries to guide text generation
- modify code to use ontologies
- improve text generation with concept associations
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!