I am considering the problem of determining the algebraic independence of $n$ polynomials in $m$ variables with real coefficients, where $m \geq n$. The variables will be denoted by $a_{1}, a_{2}, ... , a_{m}$. For example, consider the following example system,
$f_{1} = a_{3}a_{4}$
$f_{2} = a_{3}a_{5}$
$f_{3} = a_{7}(a_{3}+a_{6})$
$f_{4} = a_{5}(a_{2}+a_{4})$
$f_{5} = -a_{1}(a_{2}+a_{4})$
$f_{6} = -a_{1}a_{5}$
Any system I am considering is in general of this form - i.e., sums of products of two of the possible variables. I believe in this case it is easy to see that these are dependent - for example, set $f_{6} = 0$, then $a_{1} = 0$ or $a_{5} = 0$. In either of these cases, other polynomials must be 0 as well.
However, I have been dealing with other systems in which it is not so easy to determine. Is there any way to do so in general, or any tricks I could use? For example, I was considering taking the log of the polynomials, proving linear independence of the resulting equations, and then using the Lindemann-Weierstrass theorem to state algebraic independence of the polynomials. However, the $a_{i}$ may be 0 or negative, so I'm not convinced this is general enough. Any help would be appreciated.

