| 
                  | NP V NP.patient |  
                     | example | "Jennifer baked the potatoes." |  
                     | syntax | Agent  V  Patient |  
                     | semantics | path_rel(start(E), Initial_State, Patient, ch_of_state, prep)
                        path_rel(result(E), Result, Patient, ch_of_state, prep)
                        cause(Agent, E)
                        apply_heat(during(E), Instrument, Patient)
                        cooked(result(E), Form, Patient) |  
                  | NP V NP PP.instrument |  
                     | example | "Jennifer baked the potatoes in the oven." |  
                     | syntax | Agent  V  Patient  {in on with}  Instrument |  
                     | semantics | path_rel(start(E), Initial_State, Patient, ch_of_state, prep)
                        path_rel(result(E), Result, Patient, ch_of_state, prep)
                        cause(Agent, E)
                        apply_heat(during(E), Instrument, Patient)
                        cooked(result(E), Form, Patient)
                        utilize(during(E), Agent, Instrument) |  
                  | NP.patient V |  
                     | example | "The potatoes baked." |  
                     | syntax | Patient  V |  
                     | semantics | path_rel(start(E), Initial_State, Patient, ch_of_state, prep)
                        path_rel(result(E), Result, Patient, ch_of_state, prep)
                        cooked(result(E), Form, Patient) |  
                  | NP V ADV-Middle |  
                     | example | "The Idaho potatoes baked beautifully." |  
                     | syntax | Patient  V  ADV |  
                     | semantics | path_rel(start(E), Initial_State, Patient, ch_of_state, prep)
                        path_rel(result(E), Result, Patient, ch_of_state, prep)
                        cooked(result(E), Form, Patient) |  
                  | NP.instrument V NP |  
                     | example | "This oven bakes potatoes." |  
                     | syntax | Instrument  V  Patient |  
                     | semantics | path_rel(start(E), Initial_State, Patient, ch_of_state, prep)
                        path_rel(result(E), Result, Patient, ch_of_state, prep)
                        apply_heat(during(E), Instrument, Patient)
                        cooked(result(E), Form, Patient) |  
                  | NP V NP PP.result |  
                     | example | "Jennifer baked the potatoes to a crisp." |  
                     | syntax | Agent  V  Patient  {to into}  Result  [+state] |  
                     | semantics | path_rel(start(E), Initial_State, Patient, ch_of_state, prep)
                        path_rel(result(E), Result, Patient, ch_of_state, prep)
                        cause(Agent, E)
                        apply_heat(during(E), Instrument, Patient)
                        cooked(result(E), Form, Patient) |  
                  | NP V NP PP.result PP.instrument |  
                     | example | "Jennifer baked the potatoes to a crisp in the oven." |  
                     | syntax | Agent  V  Patient  {to into}  Result  [+state] {in on with}  Instrument |  
                     | semantics | path_rel(start(E), Initial_State, Patient, ch_of_state, prep)
                        path_rel(result(E), Result, Patient, ch_of_state, prep)
                        cause(Agent, E)
                        apply_heat(during(E), Instrument, Patient)
                        cooked(result(E), Form, Patient)
                        utilize(during(E), Agent, Instrument) |  
                  | NP V PP.result |  
                     | example | "Potatoes bake to a crisp." |  
                     | syntax | Patient  V  {to into}  Result  [+state] |  
                     | semantics | path_rel(start(E), Initial_State, Patient, ch_of_state, prep)
                        path_rel(result(E), Result, Patient, ch_of_state, prep)
                        apply_heat(during(E), Instrument, Patient)
                        cooked(result(E), Form, Patient) |  
                  | NP V PP.result PP.instrument |  
                     | example | "Potatoes bake to a crisp in the oven." |  
                     | syntax | Patient  V  {to into}  Result  [+state] {in on with}  Instrument |  
                     | semantics | path_rel(start(E), Initial_State, Patient, ch_of_state, prep)
                        path_rel(result(E), Result, Patient, ch_of_state, prep)
                        apply_heat(during(E), Instrument, Patient)
                        cooked(result(E), Form, Patient) |  |