Reasoning traces are segmented into nodes, which are non-overlapping, semantically atomic segments of text. Each node is assigned a distinct label based on its semantic role.
Split into sentences by default.
A sentence links a plan and its execution (reasoning) using a colon or a comma.
Let's now find the value of a by using the equation 3a-4=7: (split) a=(7+4)/3=11/3.”A sentence that has fact and reasoning combined.
A sentence that has fact and reasoning combined.
Since the speed of light is 299,752,258m/s, (split) the kinetic energy of a particle would be approximately 1.5M Joules.
A sentence links a reasoning-like phrase and a self-evaluation by a comma or a colon.
The final answer for this question is 5 (split), which seems plausible to me.
While I am not sure, (split) I think the final answer will be 8.
A sentence that links an assumption and its consequence.
Assuming a=1, (split) the polynomial becomes x^2 + bx + 2b - 1 = 0.
A period or a colon is used for simple headers.
- Calculating the kinetic energy.
Case 1: x = 0 modulo 4.
A colon is used to denote a simple fact, rather than transition between different intents like planning, reflection, etc.
The derivative of \(x\cos(x)\) is: \[ \cos(x) - x\sin(x) \]
A single latex equation block
\[\],\(\),\begin{aligned}...\end{aligned}
Equation and variable explanation.
The kinetic energy E = mv^2/2
Where m is the mass of the object and v is the velocity.
The segmented nodes should be (1) fully covering the original text, and (2) not overlapping with each other. Whitespaces between two nodes are appended to the previous node, ensuring that every node starts with a non-whitespace character.
Planning introduces the content of the following nodes. It can be both coarse, high-level direction that affects tens to hundreds of nodes, or highly local plans that only affect the next node.
The rule of thumb for finding a Planning node is to check if it includes active verbs like find, recall, check, solve, or replace, with first-person subjects (I, me).