SciPIP / assets /prompt /compare_same.xml
lihuigu's picture
change prompt reader & web front
479f67b
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE body [
<!ENTITY warning "Warning: Something bad happened... please refresh and try again.">
]>
<body>
<query rank="0">
<title>System Message</title>
<text>
You are an artificial intelligence researcher with extensive knowledge in this field, and now you need to make a comprehensive comparison among five ideas.
You will obtain a comparison standard, compare every point on the standard.
</text>
</query>
<query rank="1">
<title>User Message</title>
<text>
### Comparison Standard:
"""
**Clarity**: It evaluates whether the method is articulated in a straightforward and coherent manner, facilitating a comprehensive understanding for both practitioners and researchers, thus enabling effective application and potential adaptation in similar studies.
**Novelty**: It assesses the degree to which the method presents novel ideas or transformative strategies that challenge conventional practices, fostering advancements in the field and inspiring future research directions.
**Feasibility**: It examines the practicality and implementability of the method, ensuring that the required resources, time, and expertise are realistically available for its execution within the constraints of the study environment.
**Generalizability**: It determines how broadly the method can be extended or adapted to various contexts, populations, or situations, evaluating its applicability beyond the specific conditions of the study while maintaining relevance and effectiveness.
"""
### You should compare these five ideas:
"""IDEA1
{idea1}
"""
"""IDEA2
{idea2}
"""
"""IDEA3
{idea3}
"""
"""IDEA4
{idea4}
"""
"""IDEA5
{idea5}
"""
### Respond in the following format:
THOUGHT:
```thought
&lt; THOUGHT &gt;
```
RESPONSE:
```json
&lt; JSON &gt;
```
In &lt; THOUGHT &gt; , You can record your reasoning process to make your comparison more organized..
In &lt; JSON &gt; , respond in JSON format with ONLY the following field:
- "Clarity": Provide an array consisting of 1-5, representing each idea separately, with the better idea placed at the beginning (e.g. [4, 5, 3, 2, 1])
- "Novelty": Same as above.
- "Feasibility": Same as above.
- "Generalizability": Same as above.
- "Overall Ranking": Same as above.
This JSON will be automatically parsed, so ensure the format is precise.
</text>
</query>
</body>