[TASK]: Create a GoLLM task for converting (cleaned/styled) LaTeX to SymPy string, replacing parse_latex
#5812
Labels
task
Development task
parse_latex
#5812
Describe the task
Update the GoLLM task that clean LaTeX equations to also convert them to SymPy string, replacing
sympy.parse_latex()
.Task Items
Goal
SymPy's
parse_latex
is prone to inserting()
into equations and MIRA tends to take(...)
expressions as rate laws for templates. This results in wrong template models. For example, "SIR" models end up not having a single controlled conversion fromS
toI
with rate lawb*S*I
; instead, they have two templates (a controlled production and controlled degradation).The text was updated successfully, but these errors were encountered: