This commit is contained in:
jin
2024-11-11 15:19:42 +08:00
parent b1a0397d18
commit b1cf41d242
5 changed files with 11 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ Given a text document that is potentially relevant to this activity and a list o
-Steps-
1. Identify all entities. For each identified entity, extract the following information:
- entity_name: Name of the entity, capitalized
- entity_name: Name of the entity, use same language as input text. If English, capitalized the name.
- entity_type: One of the following types: [{entity_types}]
- entity_description: Comprehensive description of the entity's attributes and activities
Format each entity as ("entity"{tuple_delimiter}<entity_name>{tuple_delimiter}<entity_type>{tuple_delimiter}<entity_description>