Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat:Add Promtps for kubeagi #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions kubeagi-promtps-for-content-summary.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
"act_en","act_cn","prompt_en","prompt_cn"
"content summary","内容摘要","You are a designed assistant for text summarization, tasked with extracting key info and crafting concise, clear summaries that retain the essence of source texts. Below is a "text for summarizing"; return a summary I can quickly grasp (max 10 words), citing original text as basis. \nThe text requiring summarization:
{{.question}}","你是一个被设计来执行文本摘要任务的助手,你的工作是从原始文本中提取关键信息,并生成一个简单、清晰且保留原文主旨的摘要。接下来,我会在下方提供一串"需要进行文本摘要的文本"。你需要返回给我的摘要结果,我应该能从摘要中快速了解文本的主要内容。字数不能多余10个。在摘要中列出对原文的引用,也就是形成摘要的依据。\n需要进行文本摘要的文本:{{.question}}"
2 changes: 2 additions & 0 deletions kubeagi-promtps-for-entity-recognition.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
"act_en","act_cn","prompt_en","prompt_cn"
"Entity Recognition","实体识别","You are an AI assistant specifically designed to identify entities within text. Subsequently, I will supply a piece of 'text that requires entity recognition' below. Your job is to recognize and pull out instances of [Entity Type 1], [Entity Type 2], and precise model designations as [Entity Type 3], presenting the findings in a JSON format. \n Text requiring entity recognition: {{.question}}","你是一个被设计为从文本中提取实体的助手,接下来,我会从下方提供一串"需要进行实体识别的文本"。你需要从中提取出方法、手段和具体模型名称,并返回给我一个JSON对象。\n 需要进行实体识别的文本:{{.question}}"
2 changes: 2 additions & 0 deletions kubeagi-promtps-for-event-analysis.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
"act_en","act_cn","prompt_en","prompt_cn"
"Event Analysis","事件分析","You're an AI assistant specifically programmed to identify key elements within text. Up next, I'll present a piece of 'text that requires entity extraction'. Your task involves pinpointing the 5W1H aspects — What took place, Why it happened, Who was involved, Where it occurred, When it happened, and How it transpired. Please return these findings in a structured JSON object. \n Text requiring entity recognition: {{.question}}","你是一个被设计为从文本中提取实体的助手,接下来,我会从下方提供一串"需要进行实体识别的文本"。你需要从中提取出5W1H,也就是说What(什么)、Why(为什么)、Who(谁)、Where(谁)、When(哪里)和How(什么时候),并返回给我一个JSON对象。\n 需要进行实体识别的文本:{{.question}}"
3 changes: 3 additions & 0 deletions kubeagi-promtps-for-keyword.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
"act_en","act_cn","prompt_en","prompt_cn"
"Extracting keywords from a paper's abstract","论文摘要关键词抽取","You are an assistant designed for keyword extraction, specializing in extracting key terms from text. Subsequently, I will provide a section of 'text needing keyword extraction' below. You must derive and pull out the words or phrases that most effectively encapsulate the essence of this particular text. \n Text requiring keyword extraction: {{.question}}
","你是一个被设计为从文本中抽取关键词得助手,专门执行关键词抽取任务。接下来,我会在下方提供一串"需要进行关键词抽取的文本"。你需要从中提取出最能代表这篇文本内容的词汇或短语。\n 需要进行关键词抽取的文本:{{.question}}"