add the first prompt
Browse files
prompts
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Prompts
|
2 |
+
|
3 |
+
Summarization prompt
|
4 |
+
|
5 |
+
|
6 |
+
Article: {{ ARTICLE }}
|
7 |
+
You will generate increasingly concise, entity-dense summaries of the above article.
|
8 |
+
|
9 |
+
Repeat the following 2 steps 5 times.
|
10 |
+
|
11 |
+
Step 1. Identify 1-3 informative entities (";" delimited) from the article which are missing from the previously generated summary.
|
12 |
+
Step 2. Write a new, denser summary of identical length which covers every entity and detail from the previous summary plus the missing entities.
|
13 |
+
|
14 |
+
A missing entity is:
|
15 |
+
- relevant to the main story,
|
16 |
+
- specific yet concise (5 words or fewer),
|
17 |
+
- novel (not in the previous summary),
|
18 |
+
- faithful (present in the article),
|
19 |
+
- anywhere (can be located anywhere in the article).
|
20 |
+
|
21 |
+
Guidelines:
|
22 |
+
|
23 |
+
- The first summary should be long (4-5 sentences, ~80 words) yet highly non-specific, containing little information beyond the entities marked as missing. Use overly verbose language and fillers (e.g., "this article discusses") to reach ~80 words.
|
24 |
+
- Make every word count: rewrite the previous summary to improve flow and make space for additional entities.
|
25 |
+
- Make space with fusion, compression, and removal of uninformative phrases like "the article discusses".
|
26 |
+
- The summaries should become highly dense and concise yet self-contained, i.e., easily understood without the article.
|
27 |
+
- Missing entities can appear anywhere in the new summary.
|
28 |
+
- Never drop entities from the previous summary. If space cannot be made, add fewer new entities.
|
29 |
+
|
30 |
+
Remember, use the exact same number of words for each summary.
|
31 |
+
Answer in JSON. The JSON should be a list (length 5) of dictionaries whose keys are "Missing_Entities" and "Denser_Summary".
|