synthesis of geometry proof problems
play

Synthesis of Geometry Proof Problems Chris Alvin, Louisiana State - PowerPoint PPT Presentation

Synthesis of Geometry Proof Problems Chris Alvin, Louisiana State University In Collaboration with Supratik Mukhopadhyay, LSU Sumit Gulwani, Microsoft Research, Redmond Rupak Majumdar, Max Planck Institute for Software Systems AAAI 14


  1. Synthesis of Geometry Proof Problems Chris Alvin, Louisiana State University In Collaboration with Supratik Mukhopadhyay, LSU Sumit Gulwani, Microsoft Research, Redmond Rupak Majumdar, Max Planck Institute for Software Systems AAAI ’14 Thursday, July 31, 2014 Chris Alvin, Louisiana State University In Collaboration with Supratik Mukhopadhyay, LSU Sumit Gulwani, Microsoft Research, Redmond Synthesis of Geometry Proof Problems Thursday, July 31, 2014 1 / 21

  2. Motivation Motivation for Automatic Problem Generation Difficulties students face with their mathematics education: Limited textbook problems, Overcoming absences and reteaching, Variance of time to mastery (slow or fast), and Acquiring problems using personally-designed criteria. Difficulties teachers face educating students: Efficiently develop supplementary materials, Write multiple versions of exams, and Differentiate instruction effectively. Chris Alvin, Louisiana State University In Collaboration with Supratik Mukhopadhyay, LSU Sumit Gulwani, Microsoft Research, Redmond Synthesis of Geometry Proof Problems Thursday, July 31, 2014 2 / 21

  3. Motivation Why Geometry Domain? Problem synthesis techniques have been restricted to mostly algebraic domains. [Wolfram-Alpha, Gulwani et al. AAAI ’12, etc.] Reasoning about diagrams is non-trivial. Automatic theorem proving is well-studied, but basic geometry solution and problem synthesis have yet to be explored. Chris Alvin, Louisiana State University In Collaboration with Supratik Mukhopadhyay, LSU Sumit Gulwani, Microsoft Research, Redmond Synthesis of Geometry Proof Problems Thursday, July 31, 2014 3 / 21

  4. Main Question Question Answered Can we synthesize (other) geometry proof problems (and their solutions) from a figure together with a set of properties true of that figure? Chris Alvin, Louisiana State University In Collaboration with Supratik Mukhopadhyay, LSU Sumit Gulwani, Microsoft Research, Redmond Synthesis of Geometry Proof Problems Thursday, July 31, 2014 4 / 21

  5. Contributions Our Contributions We formalize the notion of a geometry proof problem. We present a technique for generating proof problems over a geometric figure in a system we call GeoTutor . Our semi-automated approach takes a figure, analyzes, and generates problems within a few seconds. Supports queryable problem properties. Chris Alvin, Louisiana State University In Collaboration with Supratik Mukhopadhyay, LSU Sumit Gulwani, Microsoft Research, Redmond Synthesis of Geometry Proof Problems Thursday, July 31, 2014 5 / 21

  6. Example Textbook Problem If ∆ ABE ∼ = ∆ ACD, show that ∆ ADE ∼ ∆ ABC. A D E X B C Chris Alvin, Louisiana State University In Collaboration with Supratik Mukhopadhyay, LSU Sumit Gulwani, Microsoft Research, Redmond Synthesis of Geometry Proof Problems Thursday, July 31, 2014 6 / 21

  7. Example Demonstration Chris Alvin, Louisiana State University In Collaboration with Supratik Mukhopadhyay, LSU Sumit Gulwani, Microsoft Research, Redmond Synthesis of Geometry Proof Problems Thursday, July 31, 2014 7 / 21

  8. Example Solution Given △ ABE ∼ = △ ACD C CPCTC T C P C A AB ∼ EA ∼ = AC = DA ∼ = segments are proportional Reflexive D E EA DA X ∠ EAD ∼ = ∠ EAD = AC AB B C SAS Similarity △ ADE ∼ △ ABC Chris Alvin, Louisiana State University In Collaboration with Supratik Mukhopadhyay, LSU Sumit Gulwani, Microsoft Research, Redmond Synthesis of Geometry Proof Problems Thursday, July 31, 2014 8 / 21

  9. Definitions Internal Representation: Hypergraph Geometric deductions can be written as logical propositions such as P 1 , P 2 , . . . , P k ⊢ P n as evidenced below with the SAS congruence axiom. ∼ = ∼ = ∼ = ∆ 1 ∆ 2 sides ∠ ’s sides ∼ = ∆’s We will use a directed hypergraph with edges being many-to-one . Chris Alvin, Louisiana State University In Collaboration with Supratik Mukhopadhyay, LSU Sumit Gulwani, Microsoft Research, Redmond Synthesis of Geometry Proof Problems Thursday, July 31, 2014 9 / 21

  10. Definitions Definition: Geometry Proof Problem Definition Let Fig be a figure and let Axioms be a set of geometry axioms. A geometry proof problem over (Fig , Axioms) is a pair ( assumptions , goals ), where the assumptions and goals are sets of explicit facts about Fig such that an assumption is not a goal, the implicit facts of Fig, assumptions , and Axioms imply each goal in the set of goals using first-order reasoning. Observe that a problem (and solution) is then a path in the hypergraph. Chris Alvin, Louisiana State University In Collaboration with Supratik Mukhopadhyay, LSU Sumit Gulwani, Microsoft Research, Redmond Synthesis of Geometry Proof Problems Thursday, July 31, 2014 10 / 21

  11. Definitions Problem Synthesis Example Consider the following statement; we call it the Midpoint Theorem . If segment AB has midpoint M , then 2 AM = AB and 2 MB = AB . M A B Chris Alvin, Louisiana State University In Collaboration with Supratik Mukhopadhyay, LSU Sumit Gulwani, Microsoft Research, Redmond Synthesis of Geometry Proof Problems Thursday, July 31, 2014 11 / 21

  12. Definitions Problem Synthesis: Midpoint Theorem Between( M , AB ) Generated Problems (Hashed by Goal) Between( M , AB ): Midpoint( M , AB ): Seg Addition Ax AM + MB = AB : Midpoint( M , AB ) Def. of Midpoint AM = MB : 2 AM = AB : AM + MB = AB AM = MB AM = MB Subst + Simp Subst + Simp 2 MB = AB : 2 AM = AB 2 MB = AB Substitution Chris Alvin, Louisiana State University In Collaboration with Supratik Mukhopadhyay, LSU Sumit Gulwani, Microsoft Research, Redmond Synthesis of Geometry Proof Problems Thursday, July 31, 2014 12 / 21

  13. Definitions Problem Synthesis: Midpoint Theorem Between( M , AB ) Generated Problems (Hashed by Goal) Between( M , AB ): Midpoint( M , AB ): Seg Addition Ax AM + MB = AB : Midpoint( M , AB ) Def. of Midpoint AM = MB : 2 AM = AB : AM + MB = AB AM = MB AM = MB Subst + Simp Subst + Simp 2 MB = AB : 2 AM = AB 2 MB = AB Substitution Chris Alvin, Louisiana State University In Collaboration with Supratik Mukhopadhyay, LSU Sumit Gulwani, Microsoft Research, Redmond Synthesis of Geometry Proof Problems Thursday, July 31, 2014 12 / 21

  14. Definitions Problem Synthesis: Midpoint Theorem Between( M , AB ) Generated Problems (Hashed by Goal) Between( M , AB ): Midpoint( M , AB ): Seg Addition Ax AM + MB = AB : Midpoint( M , AB ) Def. of Midpoint AM = MB : 2 AM = AB : AM + MB = AB AM = MB AM = MB Subst + Simp 2 MB = AB : 2 AM = AB Chris Alvin, Louisiana State University In Collaboration with Supratik Mukhopadhyay, LSU Sumit Gulwani, Microsoft Research, Redmond Synthesis of Geometry Proof Problems Thursday, July 31, 2014 12 / 21

  15. Definitions Problem Synthesis: Midpoint Theorem Between( M , AB ) Generated Problems (Hashed by Goal) Between( M , AB ): Midpoint( M , AB ): Seg Addition Ax AM + MB = AB : Midpoint( M , AB ) Def. of Midpoint AM = MB : 2 AM = AB : AM + MB = AB AM = MB Subst + Simp 2 MB = AB : 2 AM = AB Chris Alvin, Louisiana State University In Collaboration with Supratik Mukhopadhyay, LSU Sumit Gulwani, Microsoft Research, Redmond Synthesis of Geometry Proof Problems Thursday, July 31, 2014 12 / 21

  16. Definitions Problem Synthesis: Midpoint Theorem Between( M , AB ) Generated Problems (Hashed by Goal) Between( M , AB ): Midpoint( M , AB ): Seg Addition Ax AM + MB = AB : Midpoint( M , AB ) Def. of Midpoint AM = MB : 2 AM = AB : AM + MB = AB AM = MB Subst + Simp 2 MB = AB : 2 AM = AB Chris Alvin, Louisiana State University In Collaboration with Supratik Mukhopadhyay, LSU Sumit Gulwani, Microsoft Research, Redmond Synthesis of Geometry Proof Problems Thursday, July 31, 2014 12 / 21

  17. Definitions Problem Synthesis: Midpoint Theorem Between( M , AB ) Generated Problems (Hashed by Goal) Between( M , AB ): Midpoint( M , AB ): Seg Addition Ax AM + MB = AB : Midpoint( M , AB ) Def. of Midpoint AM = MB : 2 AM = AB : AM + MB = AB AM = MB Subst + Simp 2 MB = AB : 2 AM = AB Chris Alvin, Louisiana State University In Collaboration with Supratik Mukhopadhyay, LSU Sumit Gulwani, Microsoft Research, Redmond Synthesis of Geometry Proof Problems Thursday, July 31, 2014 12 / 21

  18. Definitions Problem Synthesis: Midpoint Theorem Between( M , AB ) Generated Problems (Hashed by Goal) Between( M , AB ): Midpoint( M , AB ): Seg Addition Ax AM + MB = AB : (S): Between( M , AB ) Midpoint( M , AB ) (G) AM + MB = AB Def. of Midpoint AM = MB : 2 AM = AB : AM + MB = AB AM = MB Subst + Simp 2 MB = AB : 2 AM = AB Chris Alvin, Louisiana State University In Collaboration with Supratik Mukhopadhyay, LSU Sumit Gulwani, Microsoft Research, Redmond Synthesis of Geometry Proof Problems Thursday, July 31, 2014 12 / 21

  19. Definitions Problem Synthesis: Midpoint Theorem Between( M , AB ) Generated Problems (Hashed by Goal) Between( M , AB ): Midpoint( M , AB ): Seg Addition Ax AM + MB = AB : (S): Between( M , AB ) Midpoint( M , AB ) (G) AM + MB = AB Def. of Midpoint AM = MB : 2 AM = AB : AM + MB = AB AM = MB Subst + Simp 2 MB = AB : 2 AM = AB Chris Alvin, Louisiana State University In Collaboration with Supratik Mukhopadhyay, LSU Sumit Gulwani, Microsoft Research, Redmond Synthesis of Geometry Proof Problems Thursday, July 31, 2014 12 / 21

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend