agentsclimarketplace

Modify text generation code to integrate external knowledge sour

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/modify-text-generation-code-to-integrate-external-knowledge-sour

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.From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill modify-text-generation-code-to-integrate-external-knowledge-sour

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

1.8 KB, 231 tokens by cl100k_base, as published. Nobody here has run it

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

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.