Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
b80a984
1
Parent(s):
228ae53
Enhance prompt formatting in generate_swanson_style_prompt function for better clarity in abstract presentation
Browse files- swanson_style_prompt.py +5 -1
swanson_style_prompt.py
CHANGED
@@ -43,10 +43,14 @@ Swanson's success was due to:
|
|
43 |
Consider these two papers:
|
44 |
|
45 |
**Paper 1 Abstract**:
|
|
|
46 |
{abstract_1}
|
|
|
47 |
|
48 |
**Paper 2 Abstract**:
|
|
|
49 |
{abstract_2}
|
|
|
50 |
|
51 |
**Step-by-Step Instructions**
|
52 |
1. **Bridge Detection**:
|
@@ -93,7 +97,7 @@ Consider these two papers:
|
|
93 |
"bridge_explanation": "The only shared concept between the papers is a general term ('regulation'), which is not specific or inferable as a causal mechanism. No intermediate concept connects the melatonin-based sleep regulation in Paper 1 to the immune modulation in Paper 2 in a logically chainable way.",
|
94 |
"hypothesis": "[NO BRIDGE]"
|
95 |
}}
|
96 |
-
```"""
|
97 |
},
|
98 |
]
|
99 |
|
|
|
43 |
Consider these two papers:
|
44 |
|
45 |
**Paper 1 Abstract**:
|
46 |
+
\"\"\"
|
47 |
{abstract_1}
|
48 |
+
\"\"\"
|
49 |
|
50 |
**Paper 2 Abstract**:
|
51 |
+
\"\"\"
|
52 |
{abstract_2}
|
53 |
+
\"\"\"
|
54 |
|
55 |
**Step-by-Step Instructions**
|
56 |
1. **Bridge Detection**:
|
|
|
97 |
"bridge_explanation": "The only shared concept between the papers is a general term ('regulation'), which is not specific or inferable as a causal mechanism. No intermediate concept connects the melatonin-based sleep regulation in Paper 1 to the immune modulation in Paper 2 in a logically chainable way.",
|
98 |
"hypothesis": "[NO BRIDGE]"
|
99 |
}}
|
100 |
+
```""",
|
101 |
},
|
102 |
]
|
103 |
|