Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
raghav-2002-os authored Nov 12, 2024
1 parent 5728312 commit 4a5859e
Showing 1 changed file with 1 addition and 36 deletions.
37 changes: 1 addition & 36 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -306,48 +306,13 @@ <h1 class="title is-1 publication-title">🧙 PromptWizard<br>Task-Aware Prompt
<div class="column is-four-fifths">
<h2 class="title is-3">Overview</h2>
<div class="content has-text-justified">
Large language models (LLMs) like GPT-4 have achieved remarkable performance across diverse tasks. At the core of this success is prompting—the process of providing input instructions to guide models toward desired outputs. Studies have shown that prompting significantly influences LLM performance, making prompt engineering—the design and refinement of prompts—critical for maximizing accuracy. However, crafting effective prompts remains a labor-intensive and domain-specific task, requiring human expertise and subjective judgment. As models evolve and tasks vary, the need to repeatedly design prompts raises an important question:
Large language models (LLMs) like GPT-4 have achieved remarkable performance across diverse tasks. At the core of this success is prompting—the process of providing input instructions to guide models toward desired outputs. Studies have shown that prompting significantly influences LLM performance, making prompt engineering—the design and refinement of prompts—critical for maximizing accuracy. However, crafting effective prompts remains a labor-intensive and domain-specific task, requiring human expertise and subjective judgment. As models evolve and tasks vary, the need to repeatedly design prompts raises an important question: <br> <b>Can prompt engineering be automated to streamline this process and enhance scalability?</b>
</div>
</div>
</div>

</section>


<section class="section">
<div class="container is-max-desktop">
<!-- Motivation. -->
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<h2 class="title is-3">Motivation</h2>
<div class="content has-text-justified">

<h3>Prompting is central to LLMs!</h3>
<ul>
<li><b>Prompting</b>: The process of providing input instructions to guide models towards desired output</li>
<li><b>Prompt Engineering</b>: The process of designing and refining of prompts​</li>
<li>Crating effective prompts is a challenge as:​</li>
<ol>
<li>The task is labor-intensive</li>
<li>Prompts need to be domain-specific to work effectively</li>
<li>Often it equires human expertise and is subjective​</li>
<li>Also as models and tasks evolve, there is a need for repeated design</li>
</ol>
</ul>

</div>
</div>
</div>
<!--/ Motivation. -->

</section>







<section class="section">
<div class="container is-max-desktop">
<!-- Abstract. -->
Expand Down

0 comments on commit 4a5859e

Please sign in to comment.