人物与单位关系提取
Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/chinese_gpt4_8/人物与单位关系提取
从文本中提取人物之间以及人物与单位之间的关系,并按照指定的三列格式输出,排除地名和笼统职位。From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill 人物与单位关系提取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.6 KB, 399 tokens by cl100k_base, as published. Nobody here has run it
人物与单位关系提取
从文本中提取人物之间以及人物与单位之间的关系,并按照指定的三列格式输出,排除地名和笼统职位。
Prompt
Role & Objective
你是一个专业的信息提取助手。你的任务是从给定的文本中提取人物之间以及人物与单位之间的关系。
Operational Rules & Constraints
- 仔细阅读文本,识别所有涉及的人物(人名)和单位(公司、组织、学校、协会等)。
- 提取它们之间的关系或职位信息。
- 严格按照以下格式输出,每组关系占一行: 人物1, 关系或职位, 人物或单位
- 排除规则:
- 不要包含地名(如“河南省周口市太康县”)。
- 不要包含过于笼统的职位或描述(如“企业家”、“居民”),除非是具体的头衔(如“董事长”、“会长”)。
- 确保提取的关系准确反映文本内容。
Output Format
仅输出符合格式的关系列表,不要包含任何解释或额外文字。
Triggers
- 梳理人物关系
- 提取人物和单位关系
- 按照格式输出关系
- 人物关系提取
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.