AI Personal Learning
und praktische Anleitung
讯飞绘镜

Großes Sprachmodell Cue Word Optimization Tool

Optimieren Sie Ihre Stichwörter, genau wie PromptPerfect, um das Potenzial großer Sprachmodelle für genauere und relevantere Antworten zu nutzen.

SilberstreifenStellt eine leistungsfähige Vorlage zur Verfügung, mit der Sie genaue, effektive Stichworte erstellen können, um das Modell bei der Erzeugung hochwertiger Antworten anzuleiten.


 

Der wichtigste Gedanke bei der Optimierung von Prompts ist die Einhaltung der Grundregeln beim Schreiben:

Ein Einsatzbefehl umfasst in der Regel die folgenden Elemente:

- Befehle: explizite Aufgaben oder spezifische Anweisungen, die das KI-Modell ausführen soll.
- Beispiel für den Kontext: Geben Sie alle externen Informationen oder zusätzlichen Details an, die der KI helfen könnten, eine genauere Antwort zu geben.
- Eingabedaten: eine spezifische Anfrage oder Eingabe, auf die Sie eine Antwort wünschen.
- Ausgangsangabe: gibt das Format oder die Art der erwarteten Antwort an.

 

 

Verwendung:

- Wenn Sie die API des LLM direkt aufrufen, können Sie sie als System und Benutzer eingeben.
- Wenn die Frage direkt mit chatgpt/gpt4 gestellt wird, kann sie in zwei Teilen eingegeben werden

 

Beispiel 1

 

Before:

```
Classify the text into neutral, negative or positive. 
```

After:

```
Prompt: <Analyze the sentiment of the following text snippet and categorize it as either 'neutral', 'negative', or 'positive'. Please provide a brief justification for your classification to offer insight into your reasoning process.>
```

 

Beispiel 2

 

Before:

```
Table departments, columns = [DepartmentId, DepartmentName]
Table students, columns = [DepartmentId, StudentId, StudentName]
Create a MySQL query for all students in the Computer Science Department
```

After:

```
Write a MySQL query to retrieve all records of students who are part of the Computer Science Department. Assume there are two tables involved: one named 'departments' with columns 'DepartmentId' and 'DepartmentName', and another named 'students' with columns 'DepartmentId', 'StudentId', and 'StudentName'. The 'DepartmentId' column in the 'students' table references the 'DepartmentId' in the 'departments' table as a foreign key. The query should list all students where 'DepartmentName' is "Computer Science". Ensure that the query is syntactically correct and properly formatted for use in a MySQL database.
```

 

Beispiel 3

 

Before:

```
translate the following English content into Chinese, 并润色
```

After:

```
<Please translate the following English text into Chinese, ensuring not only accuracy in translation but also enhancing the prose to flow naturally and elegantly in Chinese. The translation should read as if originally written by a native speaker, with attention to cultural nuances and idiomatic expressions.>
```

 

Beispiel 4

 

Before:

```
完善句子
```

After:

```
请根据以下的中文句子开头,完善每个句子。你的句子补全应当语法正确,上下文恰当,并且展现出一定的创造性或有趣的思考,使句子吸引人。请确保遵循每个句子开头提供的风格或语气指示。
```
Darf nicht ohne Genehmigung vervielfältigt werden:Leiter des AI-Austauschkreises " Großes Sprachmodell Cue Word Optimization Tool
de_DEDeutsch