Skip to content

Commit a37b071

Browse files
committed
Remove error analysis part
1 parent 611ffdf commit a37b071

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

index.html

-3
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,6 @@ <h2 class="subtitle has-text-centered">
189189
Figure 2: TheoremExplainAgent consists of two LLM agents. Taking a theorem as input, the planner agent create
190190
plans for execution. The coding agent then generates Python scripts to produce visuals and audio.
191191
</h2>
192-
<br>
193-
<h2 class="title is-4">Error Analysis</h2>
194-
<p>During the video generation process, we encountered several issues that led to unsuccessful renderings. These issues can be categorized into three primary failure types: Manim code hallucinations, LaTeX rendering errors, and general coding errors. Manim code hallucinations involved nonexistent functions, modules, or incorrect function signatures. LaTeX rendering errors were due to syntax mistakes and improper handling of special characters. General coding errors included missing imports, undefined variables, and computational mistakes. These findings highlight the need for better code reliability and API understanding in AI-generated videos.</p>
195192
</div>
196193
</div>
197194
</div>

0 commit comments

Comments
 (0)