Spaces:
Running
Running
Commit ·
1c1f244
1
Parent(s): 14d918d
Remove 'hypothesis' from about text, keep 'inclinations'
Browse files🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
app.py
CHANGED
|
@@ -95,7 +95,7 @@ CatLLM addresses an issue identified by researchers in "Prompt-Hacking: The New
|
|
| 95 |
arXiv:2504.14571): researchers could keep modifying prompts to obtain outputs that support desired conclusions, and \
|
| 96 |
this variability in pseudo-natural language poses a challenge for reproducibility since each prompt, even if only \
|
| 97 |
slightly altered, can yield different outputs, making it impossible to replicate findings reliably. CatLLM restricts \
|
| 98 |
-
the prompt to a standard template that is impartial to the researcher's
|
| 99 |
consistent and reproducible results."""
|
| 100 |
story.append(Paragraph(about_text, normal_style))
|
| 101 |
story.append(Spacer(1, 15))
|
|
|
|
| 95 |
arXiv:2504.14571): researchers could keep modifying prompts to obtain outputs that support desired conclusions, and \
|
| 96 |
this variability in pseudo-natural language poses a challenge for reproducibility since each prompt, even if only \
|
| 97 |
slightly altered, can yield different outputs, making it impossible to replicate findings reliably. CatLLM restricts \
|
| 98 |
+
the prompt to a standard template that is impartial to the researcher's inclinations, ensuring \
|
| 99 |
consistent and reproducible results."""
|
| 100 |
story.append(Paragraph(about_text, normal_style))
|
| 101 |
story.append(Spacer(1, 15))
|