back to the model
play

Back to the model Jason Perry and Chung-chieh Shan Rutgers - PowerPoint PPT Presentation

Back to the model Jason Perry and Chung-chieh Shan Rutgers University July 10, 2011 1/24 Text Hypothesis Text meaning Truth judgment (model(s)) (and explanation) 2/24 Text Hypothesis 2 1 Text meaning Truth judgment (model(s)) (and


  1. Back to the model Jason Perry and Chung-chieh Shan Rutgers University July 10, 2011 1/24

  2. Text Hypothesis Text meaning Truth judgment (model(s)) (and explanation) 2/24

  3. Text Hypothesis 2 1 Text meaning Truth judgment (model(s)) (and explanation) This is a workshop talk. 2/24

  4. 1. Checking programming homework Every source file must compile and you must include a README file that references all header files. ‘foo.c’ doesn’t compile and ‘readme.txt’ doesn’t mention ‘bar.c’. 3/24

  5. $ ./ProGrader Enter sentence to test: every source file compiles and "readme.txt" mentions every source file #-----------Translation------------- and every [ sourcefile ] ( \x -> ( compiles x ) ) ( \x -> every [ sourcefile ] ( \y -> ( ( mentions y ) x ) ) "readme.txt" ...checking... #-----------Translated Explanation Tree--------------- a source file doesn’t compile or "readme.txt" doesn’t mention every a source file doesn’t compile, because "nowork2.c" or "nowork.c" or "hello2.c" or "hello.c" don’t compile, "nowork2.c" doesn’t compile and "nowork.c" doesn’t compile and "hello2.c" compiles and "hello.c" compiles and "readme.txt" doesn’t mention every source file, because "readme.txt" doesn’t mention "nowork2.c" and "nowork.c" and ...snip!... #----Translated Summary----- a source file doesn’t compile, because "nowork2.c" and "nowork.c" don’t compile, and "readme.txt" doesn’t mention every source file, because "readme.txt" doesn’t mention "nowork2.c" or "hello2.c" 4/24

  6. System architecture Grammar Abstract syntax Natural language Logical language � � Summarizer Interpreter Professor Student Homework files 5/24

  7. Logical interpreter Grammar Abstract syntax Natural language Logical language � � Summarizer Interpreter Professor Student Homework files 5/24

  8. Generalized quantifiers (Barwise & Cooper, Woods) Every source file compiles and a text file mentions every source file. and every [ sourcefile ] \x -> (compiles x) a [ textfile ] \x -> every [ sourcefile ] \y -> ((mentions y) x) ◮ Easy interpreter (model checker) ◮ Domain-specific vocabulary ✳ checks predicates ✳ enumerates quantificational domains 6/24

  9. Accumulate evidence Label each node with a formula and its value. 7/24

  10. Bidirectional grammar Grammar Abstract syntax Natural language Logical language � � Summarizer Interpreter Professor Student Homework files 8/24

  11. ❀ ❙ ✶ ❂ ◆P ✶ ❱P ✶ ❙ ✶ ❂ ❱P ✶ ◆P ✶ ❙ ✶ ❂ ◆P ✶ ❱P ✶ Abstract syntax vs concrete syntax ❙ ✦ ◆P ❱P "foo.c" compiles 9/24

  12. ❙ ✶ ❂ ❱P ✶ ◆P ✶ ❙ ✶ ❂ ◆P ✶ ❱P ✶ Abstract syntax vs concrete syntax ❙ ✦ ◆P ❀ ❱P ApplyS "foo.c" Compiles ❙ ✶ ❂ ◆P ✶ ❱P ✶ "foo.c" compiles 9/24

  13. ❙ ✶ ❂ ◆P ✶ ❱P ✶ Abstract syntax vs concrete syntax ❙ ✦ ◆P ❀ ❱P ApplyS "foo.c" Compiles ❙ ✶ ❂ ◆P ✶ ❱P ✶ ❙ ✶ ❂ ❱P ✶ ◆P ✶ "foo.c" compiles Mamaky ny boky "foo.c" 9/24

  14. ❙ ✶ ❂ ◆P ✶ ❱P ✶ Abstract syntax vs concrete syntax ❙ ✦ ◆P ❀ ❱P ApplyS "foo.c" Compiles ❙ ✶ ❂ ◆P ✶ ❱P ✶ ❙ ✶ ❂ ❱P ✶ ◆P ✶ "foo.c" compiles Mamaky ny boky "foo.c" 9/24

  15. ❙ ✶ ❂ ◆P ✶ ❱P ✶ Abstract syntax vs concrete syntax ❙ ✦ ◆P ❀ ❱P ApplyS "foo.c" Compiles ❙ ✶ ❂ ◆P ✶ ❱P ✶ ❙ ✶ ❂ ( ❱P ✶ ◆P ✶ ) "foo.c" compiles (compiles "foo.c") Grammatical Framework (Ranta) for English logic translation 9/24

  16. ❙ ✶ ❂ ◆P ✶ ❱P ✶ Lambda tricks for quantifiers ❙ ✦ ◆P ❀ ❱P ApplyS "foo.c" Compiles ❙ ✶ ❂ ◆P ✶ ❱P ✶ ❙ ✶ ❂ ( ❱P ✶ ◆P ✶ ) "foo.c" compiles (compiles "foo.c") every source file compiles every [ sourcefile ] \x -> (compiles x) Grammatical Framework (Ranta) for English logic translation 9/24

  17. Lambda tricks for quantifiers ❙ ✦ ◆P ❀ ❱P ApplyS "foo.c" Compiles ❙ ✶ ❂ ◆P ✶ ❱P ✶ ❙ ✶ ❂ ( ❱P ✶ ◆P ✶ ) "foo.c" compiles (compiles "foo.c") ❙ ✶ ❂ ( ◆P ✶ ❱P ✶ ) every source file compiles every [ sourcefile ] \x -> (compiles x) Grammatical Framework (Ranta) for English logic translation ✳ Which rule to use? ✳ How to normalize? (\c -> every [ sourcefile ] \x -> (c x) compiles) 9/24

  18. Lambda tricks for quantifiers ❙ ✦ ◆P ❀ ❱P ApplyS "foo.c" Compiles ❙ ✶ ❂ ◆P ✶ ❱P ✶ ❙ ✶ ❂ ( ◆P ✶ ❱P ✶ ) "foo.c" compiles (compiles "foo.c") ❙ ✶ ❂ ( ◆P ✶ ❱P ✶ ) every source file compiles every [ sourcefile ] \x -> (compiles x) Grammatical Framework (Ranta) for English logic translation (\c -> (c "foo.c") compiles) (\c -> every [ sourcefile ] \x -> (c x) compiles) 9/24

  19. Lambda tricks for quantifiers ❙ ✦ ◆P ❀ ❱P ApplyS "foo.c" Compiles ❙ ✶ ❂ ◆P ✶ ❱P ✶ ❙ ✶ ❂ ( ◆P ✶ \n->( ❱P ✶ \v->(v n))) "foo.c" compiles (compiles "foo.c") ❙ ✶ ❂ ( ◆P ✶ \n->( ❱P ✶ \v->(v n))) every source file compiles every [ sourcefile ] \x -> (compiles x) Grammatical Framework (Ranta) for English logic translation (\c -> (c "foo.c") \c -> (c compiles)) (\c -> every [ sourcefile ] \x -> (c x) \c -> (c compiles)) Continuations from programming languages systematize tricks. 9/24

  20. Continuations without lambdas \c -> ✶ (c ✷ ) ✸ Multiple Context-Free Grammar encodes ◆P ✶ ❂ ◆P ✷ ❂ "foo.c" \c -> (c "foo.c") ◆P ✸ ❂ ◆P ✶ ❂ every [ sourcefile ] \x -> \c -> every [ sourcefile ] ◆P ✷ ❂ x \x -> (c x) ◆P ✸ ❂ ❙ ✶ ❂ ◆P ✶ ❱P ✶ ( ❱P ✷ ◆P ✷ ) ❱P ✸ ◆P ✸ ❙ ✶ ❂ ( ◆P ✶ \n->( ❱P ✶ \v->(v n))) 10/24

  21. Continuations without lambdas \c -> ✶ (c ✷ ) ✸ Multiple Context-Free Grammar encodes ❱P ✶ ❂ ❱P ✷ ❂ compiles \c -> (c compiles) ❱P ✸ ❂ ◆P ✶ ❂ every [ sourcefile ] \x -> \c -> every [ sourcefile ] ◆P ✷ ❂ x \x -> (c x) ◆P ✸ ❂ ❙ ✶ ❂ ◆P ✶ ❱P ✶ ( ❱P ✷ ◆P ✷ ) ❱P ✸ ◆P ✸ ❙ ✶ ❂ ( ◆P ✶ \n->( ❱P ✶ \v->(v n))) 10/24

  22. Continuations without lambdas \c -> ✶ (c ✷ ) ✸ Multiple Context-Free Grammar encodes ❱P ✶ ❂ ❱P ✷ ❂ compiles \c -> (c compiles) ❱P ✸ ❂ ◆P ✶ ❂ every [ sourcefile ] \x -> \c -> every [ sourcefile ] ◆P ✷ ❂ x \x -> (c x) ◆P ✸ ❂ ❙ ✶ ❂ ◆P ✶ ❱P ✶ ( ❱P ✷ ◆P ✷ ) ❱P ✸ ◆P ✸ ❙ ✶ ❂ ( ◆P ✶ \n->( ❱P ✶ \v->(v n))) every [sourcefile] \x -> (compiles x) 10/24

  23. Negation ◮ Every text file mentions a source file. ◮ Not every text file mentions a source file. A text file doesn’t mention a source file. A text file mentions no source file. ◮ Lambda: negation using continuations ◮ MCFG: normal form is innermost ‘not’ in logic. Keep primal and dual versions of each formula. 11/24

  24. Explanation summarization Grammar Abstract syntax Natural language Logical language � � Summarizer Interpreter Professor Student Homework files 12/24

  25. Too verbose Translate every node of accumulated evidence: a source file doesn’t compile or every text file doesn’t mention every source file, because a source file doesn’t compile, because "nowork2.c" doesn’t compile and "nowork.c" doesn’t compile and "hello2.c" compiles and "hello.c" compiles and every text file doesn’t mention every source file, because "nothing.txt" doesn’t mention every source file, because "nothing.txt" doesn’t mention "nowork2.c" and "nothing.txt" doesn’t mention "nowork.c" and "nothing.txt" doesn’t mention "hello2.c" and "nothing.txt" doesn’t mention "hello.c" and "readme.txt" doesn’t mention every source file, because "readme.txt" doesn’t mention "nowork2.c" and "readme.txt" mentions "nowork.c" and "readme.txt" doesn’t mention "hello2.c" and "readme.txt" mentions "hello.c" 13/24

  26. From evidence trees to explanations ◮ Present evidence from models Don’t describe inferences in proofs ◮ Present only supporting evidence not every source file compiles, because "foo.c" compiles and ... ?? Select sentences with same truth value as parent ◮ Reintroduce generalized quantifiers (conjunctions) to group "readme.txt" mentions "hello.c" and "readme.txt" mentions "nowork.c" "readme.txt" mentions "hello.c" and "nowork.c" 14/24

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