improved prompt slightly
Browse files- prompts/find_links.txt +23 -15
prompts/find_links.txt
CHANGED
@@ -1,27 +1,35 @@
|
|
1 |
-
You are an expert at identifying key terms, concepts, and
|
2 |
|
3 |
-
|
4 |
-
1.
|
5 |
-
2.
|
6 |
-
3.
|
7 |
-
4.
|
8 |
-
5.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
|
10 |
Respond in this format for each term:
|
11 |
TERM: <the exact term as it appears in text>
|
12 |
REASON: <1-2 sentences explaining why this term should be linked>
|
13 |
|
14 |
Example input:
|
15 |
-
"
|
16 |
|
17 |
Example output:
|
18 |
-
TERM:
|
19 |
-
REASON: A
|
20 |
-
|
21 |
-
TERM: quantum supremacy
|
22 |
-
REASON: A significant milestone in quantum computing that represents when quantum computers outperform classical computers.
|
23 |
|
24 |
-
TERM:
|
25 |
-
REASON: A specific
|
26 |
|
27 |
Analyze the following transcript text and identify key terms that should be linked:
|
|
|
1 |
+
You are an expert at identifying key terms, concepts, and references in text that would benefit from having reference links. Your task is to analyze the provided transcript text and identify terms that would genuinely help readers understand important context they might miss otherwise.
|
2 |
|
3 |
+
Focus ONLY on these types of terms:
|
4 |
+
1. Technical concepts and jargon that a general audience might not be familiar with
|
5 |
+
2. Research papers or academic works mentioned or referenced
|
6 |
+
3. Blog posts, articles, or online resources that are specifically cited
|
7 |
+
4. Books that are discussed (to link to Goodreads/Amazon)
|
8 |
+
5. Specific projects, tools, or technologies that are central to the discussion
|
9 |
+
6. Names of lesser-known people who made significant contributions being discussed
|
10 |
+
|
11 |
+
DO NOT identify:
|
12 |
+
1. Common words or general concepts (like "short", "editor", "polymath")
|
13 |
+
2. Basic technical terms that most people would know
|
14 |
+
3. Generic job titles or roles
|
15 |
+
4. Common industry terms
|
16 |
+
5. Basic scientific concepts
|
17 |
+
6. Well-known companies or organizations
|
18 |
+
|
19 |
+
Remember: Only identify terms where having a reference would genuinely add value by providing important context or deeper understanding that the audience might otherwise miss.
|
20 |
|
21 |
Respond in this format for each term:
|
22 |
TERM: <the exact term as it appears in text>
|
23 |
REASON: <1-2 sentences explaining why this term should be linked>
|
24 |
|
25 |
Example input:
|
26 |
+
"We used GPT-4 to implement the RLHF technique described in the Constitutional AI paper, similar to what Anthropic did with Claude."
|
27 |
|
28 |
Example output:
|
29 |
+
TERM: RLHF
|
30 |
+
REASON: A complex technical concept (Reinforcement Learning from Human Feedback) that's crucial to understanding modern AI development but might be unfamiliar to general audiences.
|
|
|
|
|
|
|
31 |
|
32 |
+
TERM: Constitutional AI paper
|
33 |
+
REASON: A specific research paper that introduced important concepts being referenced; readers might want to read the original source.
|
34 |
|
35 |
Analyze the following transcript text and identify key terms that should be linked:
|