Improving Tree-to-Tree Translation with Packed Forests

Size: px
Start display at page:

Download "Improving Tree-to-Tree Translation with Packed Forests"

Transcription

1 Improving Tree-to-Tree Translation with acked Forests Yang Liu, Yajuan Lü, and QunLiu Institute of Computing Technology, Chinese Academy of Sciences STITUTE OF COMUTG 8/10/2009 ACL/IJCNL 2009, Singapore 1

2 Tree-to-Tree Translation Tree-to-Tree (e.g., Eisner 2003, Zhang et al., 2008) STITUTE OF COMUTG I V V-B VS AS NN bushi yu shalong juxing le huitan yu shalong Bush held a talk with Sharon N VBD DT NN N V with Sharon S 8/10/2009 ACL/IJCNL 2009, Singapore 2

3 Tree-to-Tree Translation Tree-to-Tree (e.g., Eisner 2003, Zhang et al., 2008) STITUTE OF COMUTG I V V-B VS AS NN bushi yu shalong juxing le huitan yu X1 Bush held a talk with Sharon N VBD DT NN N with X1 V S 8/10/2009 ACL/IJCNL 2009, Singapore 3

4 Challenges STITUTE OF COMUTG Tree-to-tree approaches face two major challenges: most vulnerable to parsing error poorest rule coverage 8/10/2009 ACL/IJCNL 2009, Singapore 4

5 arsing Error STITUTE OF COMUTG I V-B both trees can be ill-formed! CC VS AS NN bushi yu shalong juxing le huitan Bush held a talk with Sharon N VBD DT NN N S V 8/10/2009 ACL/IJCNL 2009, Singapore 5

6 Rule Coverage STITUTE OF COMUTG I V-B CC VS AS NN bushi yu shalong juxing le huitan Bush held a talk with Sharon N VBD DT NN N S V 8/10/2009 ACL/IJCNL 2009, Singapore 6

7 This Work STITUTE OF COMUTG We replace 1-best trees with packed forests to alleviate the two problems: parsing error rule coverage Our approach outperforms the tree-based system dramatically (+3.6) and achieves comparable performance with Moses. 8/10/2009 ACL/IJCNL 2009, Singapore 7

8 acked Forest I Tomita, 1985; Billot and Lang, 1989 I STITUTE OF COMUTG V V-B VS AS NN bushi yu shalong juxing le huitan V-B CC VS AS NN bushi yu shalong juxing le huitan I V V-B CC VS AS NN bushi yu shalong juxing le huitan 8/10/2009 ACL/IJCNL 2009, Singapore 8

9 Tree-based Rule Extraction STITUTE OF COMUTG I Zhang et al., 2008; Lavieet al., 2008 V V-B VS AS NN bushi yu shalong juxing le huitan yu shalong Bush held a talk with Sharon N VBD DT NN N with Sharon V N S 8/10/2009 ACL/IJCNL 2009, Singapore 9

10 Forest-based Rule Extraction I STITUTE OF COMUTG V V-B CC VS AS NN bushi yu shalong juxing le huitan Bush held a talk with Sharon N VBD DT NN N S V 8/10/2009 ACL/IJCNL 2009, Singapore 10

11 Forest-based Rule Extraction STITUTE OF COMUTG Following GHKM (Galley et al., 2004), our extraction method invovles three steps: identify the correspondence between nodes identify minimal rules get composed rules 8/10/2009 ACL/IJCNL 2009, Singapore 11

12 Frontier Nodes I STITUTE OF COMUTG V V-B CC VS AS NN bushi yu shalong juxing le huitan Bush held a talk with Sharon N VBD DT NN N S V 8/10/2009 ACL/IJCNL 2009, Singapore 12

13 Identify Tree airs I STITUTE OF COMUTG V V-B CC VS AS NN bushi yu shalong juxing le huitan yu shalong Bush held a talk with Sharon N VBD DT NN N with Sharon N V S 8/10/2009 ACL/IJCNL 2009, Singapore 13

14 Decomposition STITUTE OF COMUTG yu shalong yu shalong = with Sharon with Sharon N N N 8/10/2009 ACL/IJCNL 2009, Singapore 14

15 Frontier Trees and Tree airs STITUTE OF COMUTG frontier tree minimal frontier tree frontier tree pair minimal frontier tree pair N 8/10/2009 ACL/IJCNL 2009, Singapore 15

16 Identify Tree airs for the Node step 1: identify corresponding frontier nodes I STITUTE OF COMUTG V V-B CC VS AS NN bushi yu shalong juxing le huitan Bush held a talk with Sharon N VBD DT NN N S V 8/10/2009 ACL/IJCNL 2009, Singapore 16

17 Identify Tree airs for the Node step 2: identify frontier trees for each node I STITUTE OF COMUTG V V-B CC VS AS NN bushi yu shalong juxing le huitan Bush held a talk with Sharon N VBD DT NN N S V 8/10/2009 ACL/IJCNL 2009, Singapore 17

18 Identify Tree airs for the Node step 2: identify frontier trees for each node I STITUTE OF COMUTG V V-B CC VS AS NN bushi yu shalong juxing le huitan Bush held a talk with Sharon N VBD DT NN N S V 8/10/2009 ACL/IJCNL 2009, Singapore 18

19 Identify Tree airs for the Node step 2: identify frontier trees for each node STITUTE OF COMUTG N N 8/10/2009 ACL/IJCNL 2009, Singapore 19

20 Identify Tree airs for the Node step 3: build frontier trees pairs STITUTE OF COMUTG N N N N 8/10/2009 ACL/IJCNL 2009, Singapore 20

21 Identify Tree airs for the Node step 4: identify minimal frontier trees pairs STITUTE OF COMUTG N N N N 8/10/2009 ACL/IJCNL 2009, Singapore 21

22 Difficulty in Finding Tree airs STITUTE OF COMUTG A minimal frontier tree pair is not necessarily a pair of minimal frontier trees N N 8/10/2009 ACL/IJCNL 2009, Singapore 22

23 Difficulty in Finding Tree airs I STITUTE OF COMUTG V V-B CC VS AS NN bushi yu shalong juxing le huitan Bush held a talk with Sharon N VBD DT NN N S V 8/10/2009 ACL/IJCNL 2009, Singapore 23

24 Difficulty in Finding Tree airs I STITUTE OF COMUTG minimal frontier tree V-B CC VS AS le minimal frontier tree pair VBD non-minimal frontier tree S V 8/10/2009 ACL/IJCNL 2009, Singapore 24

25 Get Composed Rules STITUTE OF COMUTG + yu with = yu with 8/10/2009 ACL/IJCNL 2009, Singapore 25

26 Experiments STITUTE OF COMUTG Chinese-to-English translation Training set: 31K sentence pairs with 840K Chinese words and 950K English words Language Model: 3-gram trained on the English side Development set: NIST 2002 Test set: NIST 2005 Metric: case-insensitive BLEU4 8/10/2009 ACL/IJCNL 2009, Singapore 26

27 Tree-based Vs. Forest-based STITUTE OF COMUTG p avg. trees # of rules BLEU K K M 348K M 574K M 743K /10/2009 ACL/IJCNL 2009, Singapore 27

28 Extraction and Decoding Time STITUTE OF COMUTG p avg. trees extraction decoding M M M extraction: milliseconds / sentence pair decoding: seconds / sentence 8/10/2009 ACL/IJCNL 2009, Singapore 28

29 Comparison with Moses STITUTE OF COMUTG training Moses this work 840K+950K M+9.41M /10/2009 ACL/IJCNL 2009, Singapore 29

30 Conclusion STITUTE OF COMUTG acked forests help alleviate two problems that tree-to-tree approaches face: negative impact of parsing mistakes on translation quality poor rule coverage 8/10/2009 ACL/IJCNL 2009, Singapore 30

31 STITUTE OF COMUTG Thanks! 8/10/2009 ACL/IJCNL 2009, Singapore 31

Anaphora Resolution in Biomedical Literature: A

Anaphora Resolution in Biomedical Literature: A Anaphora Resolution in Biomedical Literature: A Hybrid Approach Jennifer D Souza and Vincent Ng Human Language Technology Research Institute The University of Texas at Dallas 1 What is Anaphora Resolution?

More information

I Couldn t Agree More: The Role of Conversational Structure in Agreement and Disagreement Detection in Online Discussions

I Couldn t Agree More: The Role of Conversational Structure in Agreement and Disagreement Detection in Online Discussions I Couldn t Agree More: The Role of Conversational Structure in Agreement and Disagreement Detection in Online Discussions Sara Rosenthal Kathleen McKeown Columbia University 1 Motivation Detecting (dis)agreement

More information

Parish Material / Children s Liturgy. Grow in Holiness: Become Saints of the 21 st Century.

Parish Material / Children s Liturgy. Grow in Holiness: Become Saints of the 21 st Century. Parish Material / Children s Liturgy Grow in Holiness: Become Saints of the 21 st Century. We begin with the sign of the cross: In the name of the Father and of the Son and of the Holy Spirit. Amen. Let

More information

Comparing World Religions Using Primary Sources

Comparing World Religions Using Primary Sources Comparing World Religions Using Primary Sources John Lectka, Kristin Nutt, Eric Schmidt Emerson Middle School Winter 2013 Lawrence & Houseworth,. Jewish Synagogue on Mason Street, San Francisco. 1866.

More information

The Boy in the Striped Pyjamas

The Boy in the Striped Pyjamas The Boy in the Striped Pyjamas John Boyne Yana Hugentobler & Fatma Kolu The Boy in the Striped Pyjamas What do you think is the story about? Why? It s not called Out-With, Bruno, she said angrily, as if

More information

SUMMARY COMPARISON of 6 th grade Math texts approved for 2007 local Texas adoption

SUMMARY COMPARISON of 6 th grade Math texts approved for 2007 local Texas adoption How much do these texts stress... reinventing more efficiently memorized? calculator dependence over mental training? estimation over exact answers? ; develops concepts incrementally suggested for 34 problems,

More information

Winning on the Merits: The Joint Effects of Content and Style on Debate Outcomes

Winning on the Merits: The Joint Effects of Content and Style on Debate Outcomes Winning on the Merits: The Joint Effects of Content and Style on Debate Outcomes Lu Wang 1, Nick Beauchamp 2,3, Sarah Shugars 3, Kechen Qin 1 1 College of Computer and Information Science 2 Department

More information

Your mission, should you choose to accept it

Your mission, should you choose to accept it Mission 2 Your mission, should you choose to accept it Key Passage: Exodus 3:1 4:20 Key aims To realise that God speaks and listens and will give us everything we need To continue to welcome the young

More information

Kingdom, Covenants & Canon of the Old Testament

Kingdom, Covenants & Canon of the Old Testament 1 Kingdom, Covenants & Canon of the Old Testament Study Guide LESSON FOUR THE CANON OF THE OLD TESTAMENT For videos, manuscripts, and Lesson other 4: resources, The Canon visit of Third the Old Millennium

More information

Question Answering. CS486 / 686 University of Waterloo Lecture 23: April 1 st, CS486/686 Slides (c) 2014 P. Poupart 1

Question Answering. CS486 / 686 University of Waterloo Lecture 23: April 1 st, CS486/686 Slides (c) 2014 P. Poupart 1 Question Answering CS486 / 686 University of Waterloo Lecture 23: April 1 st, 2014 CS486/686 Slides (c) 2014 P. Poupart 1 Question Answering Extension to search engines CS486/686 Slides (c) 2014 P. Poupart

More information

Spiritual Warfare. 6. Where do the battles take place? (Romans 7:23; 2 Corinthians 10:5; 1 John 2:15-17)

Spiritual Warfare. 6. Where do the battles take place? (Romans 7:23; 2 Corinthians 10:5; 1 John 2:15-17) Spiritual Warfare 1. Who is more powerful than whom, when it comes to angels, men, and God? (2 Chronicles 20:6; Psalm 148:2-5; Daniel 4:35; 2 Peter 2:10-11; Jude 9) 2. What are the three enemies of the

More information

Plato s Ethics Saturday, September 6, 2014

Plato s Ethics Saturday, September 6, 2014 Plato s Ethics Unity of the virtues Courage = wisdom = piety Knowledge of good and evil = generosity = temperance = prudence Unity of the virtues? Courage Wisdom Piety Generosity Temperance Prudence Socratic

More information

Natural Language Processing (NLP) 10/30/02 CS470/670 NLP (10/30/02) 1

Natural Language Processing (NLP) 10/30/02 CS470/670 NLP (10/30/02) 1 Natural Language Processing (NLP) 10/30/02 CS470/670 NLP (10/30/02) 1 NLP Definition a range of computational techniques CS470/670 NLP (10/30/02) 2 NLP Definition (cont d) a range of computational techniques

More information

TEXT MINING TECHNIQUES RORY DUTHIE

TEXT MINING TECHNIQUES RORY DUTHIE TEXT MINING TECHNIQUES RORY DUTHIE OUTLINE Example text to extract information. Techniques which can be used to extract that information. Libraries How to measure accuracy. EXAMPLE TEXT Mr. Jack Ashley

More information

Order-Planning Neural Text Generation from Structured Data

Order-Planning Neural Text Generation from Structured Data Order-Planning Neural Text Generation from Structured Data Lei Sha, Lili Mou, Tianyu Liu, Pascal Poupart, Sujian Li, Baobao Chang, Zhifang Sui Institute of Computational Linguistics, Peking University

More information

Valley Bible Church Theology Studies. Inerrancy

Valley Bible Church Theology Studies. Inerrancy Inerrancy We believe the Bible is completely truth in everything it teaches, whether explicitly or implicitly. It more than accomplishes its purpose without failure, it does so without communicating erroneously.

More information

Earthly Self-Serving Jealousy Unspiritual Demonic Disorder and evil. Pure Peace-loving Considerate Submissive. Impartial

Earthly Self-Serving Jealousy Unspiritual Demonic Disorder and evil. Pure Peace-loving Considerate Submissive. Impartial 1 Study 6 Some Warnings James 4:11---17 Review Week one Evil The process was that Our own Desires=Birth to Sin=Full grown=death Trials The process was that Trials = Perseverance = Maturity And we, out

More information

Artificial Intelligence Prof. Deepak Khemani Department of Computer Science and Engineering Indian Institute of Technology, Madras

Artificial Intelligence Prof. Deepak Khemani Department of Computer Science and Engineering Indian Institute of Technology, Madras (Refer Slide Time: 00:26) Artificial Intelligence Prof. Deepak Khemani Department of Computer Science and Engineering Indian Institute of Technology, Madras Lecture - 06 State Space Search Intro So, today

More information

Chapter 2 Science as a Way of Knowing: Critical Thinking about the Environment

Chapter 2 Science as a Way of Knowing: Critical Thinking about the Environment Chapter 2 Science as a Way of Knowing: Critical Thinking about the Environment Understanding What Science Is Scientific understanding of life and its environment is based on scientific method. Science

More information

Allreduce for Parallel Learning. John Langford, Microsoft Resarch, NYC

Allreduce for Parallel Learning. John Langford, Microsoft Resarch, NYC Allreduce for Parallel Learning John Langford, Microsoft Resarch, NYC May 8, 2017 Applying for a fellowship in 1997 Interviewer: So, what do you want to do? John: I d like to solve AI. I: How? J: I want

More information

PHILOSOPHY AND RELIGIOUS STUDIES

PHILOSOPHY AND RELIGIOUS STUDIES PHILOSOPHY AND RELIGIOUS STUDIES Philosophy SECTION I: Program objectives and outcomes Philosophy Educational Objectives: The objectives of programs in philosophy are to: 1. develop in majors the ability

More information

South Carolina English Language Arts / Houghton Mifflin Reading 2005 Grade Three

South Carolina English Language Arts / Houghton Mifflin Reading 2005 Grade Three Reading Goal (R) The student will draw upon a variety of strategies to comprehend, interpret, analyze, and evaluate what he or she reads. READING PROCESS AND COMPREHENSION 3-R1 The student will integrate

More information

Lucky to Know? the nature and extent of human knowledge and rational belief. We ordinarily take ourselves to

Lucky to Know? the nature and extent of human knowledge and rational belief. We ordinarily take ourselves to Lucky to Know? The Problem Epistemology is the field of philosophy interested in principled answers to questions regarding the nature and extent of human knowledge and rational belief. We ordinarily take

More information

Anaphora Resolution in Biomedical Literature: A Hybrid Approach

Anaphora Resolution in Biomedical Literature: A Hybrid Approach Anaphora Resolution in Biomedical Literature: A Hybrid Approach Jennifer D Souza and Vincent Ng Human Language Technology Research Institute University of Texas at Dallas Richardson, TX 75083-0688 {jld082000,vince}@hlt.utdallas.edu

More information

With prompting and support, identify the reasons an author gives to support points in a text.

With prompting and support, identify the reasons an author gives to support points in a text. Big Idea: Reading for Argumentation ANCHOR STANDARD: Reading #8 HANDOUT TWO Delineate and evaluate the argument and specific claims in a text, including the validity of the reasoning as well as the relevancy

More information

Your school is wondering if they should use School Uniforms next year. Should your school have Uniforms?

Your school is wondering if they should use School Uniforms next year. Should your school have Uniforms? Persuasive/Argument Essay You will be writing a persuasive/argument essay in the computer lab. It needs to have claims (assertions or beliefs) and supports (evidence, quotes, facts, etc ) to hold up the

More information

How to Foment a City-Wide Missions Movement: Lessons from Singapore. Michael Jaffarian Coordinator of Research for CBInternational, Richmond, Virginia

How to Foment a City-Wide Missions Movement: Lessons from Singapore. Michael Jaffarian Coordinator of Research for CBInternational, Richmond, Virginia How to Foment a City-Wide Missions Movement: Lessons from Singapore Michael Jaffarian Coordinator of Research for CBInternational, Richmond, Virginia Published in Global Missiology, Contemporary Practice,

More information

Discovering How You Are Wired (Part 6 of 6) 1 Discovering the Behavioral Style of Jesus Christ Romans 12:2 & John 11:1-35

Discovering How You Are Wired (Part 6 of 6) 1 Discovering the Behavioral Style of Jesus Christ Romans 12:2 & John 11:1-35 Jason Duncan Page 1 of 8 September 4, 2005 Discovering How You Are Wired (Part 6 of 6) 1 Discovering the Behavioral Style of Jesus Christ Romans 12:2 & John 11:1-35 INTRODUCTION A. Review of the goals

More information

For God So Loved the World

For God So Loved the World For God So Loved the World John 3:16 4:4 Introduction When John 3:16 is quoted by itself, one naturally assumes that its meaning is: For God loved the world so much But the word so (Gr., houtos )

More information

Todd: It doesn't sound like it. Where did you stay as you would go down? Would you sleep on the canoe?

Todd: It doesn't sound like it. Where did you stay as you would go down? Would you sleep on the canoe? The Canoe Jeff talks about the start of his journey in a canoe down the Amazon. Todd: So, Jeff, we're talking about your trip down the Amazon, and so you took a truck to the Amazon and then you got a canoe.

More information

p2: to E. Ionel, T. Parker, and Y. Ruan before the March 2014 workshop at SCGP in the hope of having a discussion on these papers at the workshop

p2: to E. Ionel, T. Parker, and Y. Ruan before the March 2014 workshop at SCGP in the hope of having a discussion on these papers at the workshop This document contains 3 e-mails I have written: p2: to E. Ionel, T. Parker, and Y. Ruan before the March 2014 workshop at SCGP in the hope of having a discussion on these papers at the workshop p4: to

More information

Sermon Rev. Lang Yang. Imitate the Faith of Your Leaders. Fifteenth Sunday after Pentecost St. Michael s Lutheran Church

Sermon Rev. Lang Yang. Imitate the Faith of Your Leaders. Fifteenth Sunday after Pentecost St. Michael s Lutheran Church Sermon Rev. Lang Yang Imitate the Faith of Your Leaders Fifteenth Sunday after Pentecost St. Michael s Lutheran Church 9-1-13 Grace, mercy, and peace to you from God our Father and the Lord Jesus Christ.

More information

LBC. How To Study Your Bible 101: Observation

LBC. How To Study Your Bible 101: Observation Observation 1. While the Bible is a unique book it has been delivered and preserved using normal human language. As we approach the topic of Bible study there are three basic components or steps that we

More information

PHIL 035: Asian Philosophy

PHIL 035: Asian Philosophy General Information PHIL 035: Asian Philosophy Term: 2018 Summer Session Class Sessions Per Week: 5 Instructor: Staff Total Weeks: 4 Language of Instruction: English Total Class Sessions: 20 Classroom:

More information

Sermon Preparation Worksheet - Narrative (Last Updated: Jan. 16, 2018)

Sermon Preparation Worksheet - Narrative (Last Updated: Jan. 16, 2018) Text: 1) Original meaning of the text. (If possible/necessary, translate text first) a) Where does the story/unit begin and end? How do you know? b) What is the setting for the story? Work from larger

More information

Macmillan/McGraw-Hill. Treasures. Grades K - 6. Correlated with. Oklahoma Priority Academic Student Skills (PASS) Language Arts.

Macmillan/McGraw-Hill. Treasures. Grades K - 6. Correlated with. Oklahoma Priority Academic Student Skills (PASS) Language Arts. Macmillan/McGraw-Hill Treasures 2009 Grades K - 6 Oklahoma Priority Academic Student Skills (PASS) Language Arts Grades K - 6 Macmillan/McGraw-Hill 800-882-3536 Table of Contents Kindergarten Page 3 Grade

More information

(Refer Slide Time 03:00)

(Refer Slide Time 03:00) Artificial Intelligence Prof. Anupam Basu Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Lecture - 15 Resolution in FOPL In the last lecture we had discussed about

More information

+ _ + No mortal man can slay every dragon No mortal Dutchman can slay every dragon No mortal man can slay every animal No mortal man can decapitate

+ _ + No mortal man can slay every dragon No mortal Dutchman can slay every dragon No mortal man can slay every animal No mortal man can decapitate + _ + No mortal man can slay every dragon No mortal Dutchman can slay every dragon No mortal man can slay every animal No mortal man can decapitate every dragon Extending the monotonicity calculus and

More information

News English.com Ready-to-use ESL / EFL Lessons China says Dalai Lama is a troublemaker

News English.com Ready-to-use ESL / EFL Lessons China says Dalai Lama is a troublemaker www.breaking News English.com Ready-to-use ESL / EFL Lessons 1,000 IDEAS & ACTIVITIES FOR LANGUAGE TEACHERS The Breaking News English.com Resource Book http://www.breakingnewsenglish.com/book.html China

More information

a Zhang Yang film ORIGINAL TITLE: KANG RINPOCHE 115 MIN/ CHINA/ 2015/ FICTION/ COLOR/ TIBETAN/ DCP/ 24 FPS/ 16:9/ DOLBY 5.1

a Zhang Yang film ORIGINAL TITLE: KANG RINPOCHE 115 MIN/ CHINA/ 2015/ FICTION/ COLOR/ TIBETAN/ DCP/ 24 FPS/ 16:9/ DOLBY 5.1 a Zhang Yang film ORIGINAL TITLE: KANG RINPOCHE 115 MIN/ CHINA/ 2015/ FICTION/ COLOR/ TIBETAN/ DCP/ 24 FPS/ 16:9/ DOLBY 5.1 Contact: (718) 488-8900 mail@icarusfilms.com SYNOPSIS An astonishing journey

More information

THE FREGE-GEACH PROBLEM AND KALDERON S MORAL FICTIONALISM. Matti Eklund Cornell University

THE FREGE-GEACH PROBLEM AND KALDERON S MORAL FICTIONALISM. Matti Eklund Cornell University THE FREGE-GEACH PROBLEM AND KALDERON S MORAL FICTIONALISM Matti Eklund Cornell University [me72@cornell.edu] Penultimate draft. Final version forthcoming in Philosophical Quarterly I. INTRODUCTION In his

More information

Radiomics for Disease Characterization: An Outcome Prediction in Cancer Patients

Radiomics for Disease Characterization: An Outcome Prediction in Cancer Patients Radiomics for Disease Characterization: An Outcome Prediction in Cancer Patients Magnuson, S. J., Peter, T. K., and Smith, M. A. Department of Biostatistics University of Iowa July 19, 2018 Magnuson, Peter,

More information

Obedience A closer look at temptation, sin, repentance and forgiveness...

Obedience A closer look at temptation, sin, repentance and forgiveness... Obedience A closer look at temptation, sin, repentance and forgiveness... Speak Talk about what you think Think of the word obedience. Does it seem like a negative or positive word to you? Why or why not?

More information

Alphabet Smash A-Z Bible Verse Copy work:

Alphabet Smash A-Z Bible Verse Copy work: Alphabet Smash A-Z Bible Verse Copy work: This printable is meant to compliment the Alphabet Smash curriculum and can be used to encourage Bible verse memory for your child and strengthen handwriting skills.

More information

CC-1: The Nature and Works of the Gods

CC-1: The Nature and Works of the Gods CC-1: The Nature and Works of the Gods Comparison Chart 1 Pagan Gods and Goddesses The God of the Bible Character Qualities of the Creator(s) How the World was Created How Man was Created Why Man was Created

More information

Chapter 1 Why Study Logic? Answers and Comments

Chapter 1 Why Study Logic? Answers and Comments Chapter 1 Why Study Logic? Answers and Comments WARNING! YOU SHOULD NOT LOOK AT THE ANSWERS UNTIL YOU HAVE SUPPLIED YOUR OWN ANSWERS TO THE EXERCISES FIRST. Answers: I. True and False 1. False. 2. True.

More information

Pastor-teacher Don Hargrove Faith Bible Church September 8, 2011

Pastor-teacher Don Hargrove Faith Bible Church   September 8, 2011 Pastor-teacher Don Hargrove Faith Bible Church http://www.fbcweb.org/doctrines.html September 8, 2011 Building Mental Muscle & Growing the Mind through Logic Exercises: Lesson 4a The Three Acts of the

More information

Circularity in ethotic structures

Circularity in ethotic structures Synthese (2013) 190:3185 3207 DOI 10.1007/s11229-012-0135-6 Circularity in ethotic structures Katarzyna Budzynska Received: 28 August 2011 / Accepted: 6 June 2012 / Published online: 24 June 2012 The Author(s)

More information

Why Study Syntax? Chapter 23 Lecture Roadmap. Clause vs. Sentence. Chapter 23 Lecture Roadmap. Why study syntax?

Why Study Syntax? Chapter 23 Lecture Roadmap. Clause vs. Sentence. Chapter 23 Lecture Roadmap. Why study syntax? -1 Why Study Syntax? - Syntax: ו How words work together to communicate meaning in clauses. Why study it? What meaning is legitimate to take from this verse? Evaluate differences in translation. Evaluate

More information

Session 8. Role of Men in the Church. Man as Teacher - Moses. I. The challenge to the role of men as teachers in our society.

Session 8. Role of Men in the Church. Man as Teacher - Moses. I. The challenge to the role of men as teachers in our society. Session 8 Role of Men in the Church Man as Teacher - Moses Hear now, O Israel, the decrees and laws I am about to teach you Do not add to what I command you and do not subtract from it, but keep the commands

More information

Colin Tan. According to Burmah Road Gospel Hall (BRGH) tradition, 1859 was an important year. 1 Why?

Colin Tan. According to Burmah Road Gospel Hall (BRGH) tradition, 1859 was an important year. 1 Why? 1859 + 1 Colin Tan Fear not this is not an article about mathematics. On the contrary, it is about time. The number 1859 in the title refers to the year A.D. 1859; whilst the meaning of + 1 will become

More information

What would count as Ibn Sīnā (11th century Persia) having first order logic?

What would count as Ibn Sīnā (11th century Persia) having first order logic? 1 2 What would count as Ibn Sīnā (11th century Persia) having first order logic? Wilfrid Hodges Herons Brook, Sticklepath, Okehampton March 2012 http://wilfridhodges.co.uk Ibn Sina, 980 1037 3 4 Ibn Sīnā

More information

The Sea-Fight Tomorrow by Aristotle

The Sea-Fight Tomorrow by Aristotle The Sea-Fight Tomorrow by Aristotle Aristotle, Antiquities Project About the author.... Aristotle (384-322) studied for twenty years at Plato s Academy in Athens. Following Plato s death, Aristotle left

More information

Venn Diagrams and Categorical Syllogisms. Unit 5

Venn Diagrams and Categorical Syllogisms. Unit 5 Venn Diagrams and Categorical Syllogisms Unit 5 John Venn 1834 1923 English logician and philosopher noted for introducing the Venn diagram Used in set theory, probability, logic, statistics, and computer

More information

Pray, Equip, Share Jesus:

Pray, Equip, Share Jesus: Pray, Equip, Share Jesus: 2015 Canadian Church Planting Survey Research performed by LifeWay Research 1 Preface Issachar. It s one of the lesser known names in the scriptures. Of specific interest for

More information

Resolving Direct and Indirect Anaphora for Japanese Definite Noun Phrases

Resolving Direct and Indirect Anaphora for Japanese Definite Noun Phrases Resolving Direct and Indirect Anaphora for Japanese Definite Noun Phrases Naoya Inoue,RyuIida, Kentaro Inui and Yuji Matsumoto An anaphoric relation can be either direct or indirect. In some cases, the

More information

Cultural Relativism 1

Cultural Relativism 1 Cultural Relativism 1 Outline Introduction: Cultural differences: the lesson to take The Cultural Difference Argument Against Cultural Relativism Lessons and Conclusion 2 Cultural Differences: The Lesson

More information

The Seven I Am Sayings of Jesus in John s Gospel. Introduction to 7 Week Study

The Seven I Am Sayings of Jesus in John s Gospel. Introduction to 7 Week Study The Seven I Am Sayings of Jesus in John s Gospel 1. I am the bread of life John 6:35, 41 2. I am the light of the world John 8:12, 9:5 3. I am the door of the sheep John 10:7, 9 4. I am the good shepherd

More information

Philosophy 125 Day 21: Overview

Philosophy 125 Day 21: Overview Branden Fitelson Philosophy 125 Lecture 1 Philosophy 125 Day 21: Overview 1st Papers/SQ s to be returned this week (stay tuned... ) Vanessa s handout on Realism about propositions to be posted Second papers/s.q.

More information

An approach to teaching Religious Studies. By Bosco Chan, Chan Sui Ki (La Salle) College, Hong Kong

An approach to teaching Religious Studies. By Bosco Chan, Chan Sui Ki (La Salle) College, Hong Kong An approach to teaching Religious Studies By Bosco Chan, Chan Sui Ki (La Salle) College, Hong Kong Three parts in this sharing Is religious instruction important? What did De La Salle do? An approach to

More information

Sentiment Flow! A General Model of Web Review Argumentation

Sentiment Flow! A General Model of Web Review Argumentation Sentiment Flow! A General Model of Web Review Argumentation Henning Wachsmuth, Johannes Kiesel, Benno Stein henning.wachsmuth@uni-weimar.de www.webis.de! Web reviews across domains This book was different.

More information

Daoist Modern: Innovation, Lay Practice, And The Community Of Inner Alchemy In Republican Shanghai (Harvard East Asian Monographs) By Xun Liu

Daoist Modern: Innovation, Lay Practice, And The Community Of Inner Alchemy In Republican Shanghai (Harvard East Asian Monographs) By Xun Liu Daoist Modern: Innovation, Lay Practice, And The Community Of Inner Alchemy In Republican Shanghai (Harvard East Asian Monographs) By Xun Liu READ ONLINE If looking for a ebook Daoist Modern: Innovation,

More information

Southern Maryland Christian Academy Middle School Summer Bible Assignment

Southern Maryland Christian Academy Middle School Summer Bible Assignment Southern Maryland Christian Academy Middle School Summer Bible Assignment To prepare students for the upcoming Bible course, students will partake in a summer devotional project. Students will complete

More information

Slides by: Ms. Shree Jaswal

Slides by: Ms. Shree Jaswal Slides by: Ms. Shree Jaswal Introduction developing the project schedule Scheduling Charts logic diagrams and network (AOA,AON) critical path calendar scheduling and time based network management schedule

More information

Information Extraction. CS6200 Information Retrieval (and a sort of advertisement for NLP in the spring)

Information Extraction. CS6200 Information Retrieval (and a sort of advertisement for NLP in the spring) Information Extraction CS6200 Information Retrieval (and a sort of advertisement for NLP in the spring) Information Extraction Automatically extract structure from text annotate document using tags to

More information

Movement: Pretend to point and count kids, pointing one time for each /k/ said and pointing multiple times during the phrase Count the kids with me.

Movement: Pretend to point and count kids, pointing one time for each /k/ said and pointing multiple times during the phrase Count the kids with me. Songs and Movement for Letters and Sounds Designed for Bible and Rhyme for 3 s by M. Hubbard Joyful Heart Rhyming Times Bible and Rhyme Letter Songs from www.hubbardscupboard.org 2005 These are just another

More information

BNL AGS Precision Measurement of the Muon (g 2) Value

BNL AGS Precision Measurement of the Muon (g 2) Value BNL AGS Precision Measurement of the Muon (g 2) Value To (continue to) be or not to be? B. Lee Roberts roberts@bu.edu http://physics.bu.edu/roberts.html Department of Physics Boston University B. Lee Roberts,

More information

Houghton Mifflin English 2004 Houghton Mifflin Company Level Four correlated to Tennessee Learning Expectations and Draft Performance Indicators

Houghton Mifflin English 2004 Houghton Mifflin Company Level Four correlated to Tennessee Learning Expectations and Draft Performance Indicators Houghton Mifflin English 2004 Houghton Mifflin Company correlated to Tennessee Learning Expectations and Draft Performance Indicators Writing Content Standard: 2.0 The student will develop the structural

More information

PHILOSOPHY OF LOGIC AND LANGUAGE OVERVIEW LOGICAL CONSTANTS WEEK 5: MODEL-THEORETIC CONSEQUENCE JONNY MCINTOSH

PHILOSOPHY OF LOGIC AND LANGUAGE OVERVIEW LOGICAL CONSTANTS WEEK 5: MODEL-THEORETIC CONSEQUENCE JONNY MCINTOSH PHILOSOPHY OF LOGIC AND LANGUAGE WEEK 5: MODEL-THEORETIC CONSEQUENCE JONNY MCINTOSH OVERVIEW Last week, I discussed various strands of thought about the concept of LOGICAL CONSEQUENCE, introducing Tarski's

More information

Visual Analytics Based Authorship Discrimination Using Gaussian Mixture Models and Self Organising Maps: Application on Quran and Hadith

Visual Analytics Based Authorship Discrimination Using Gaussian Mixture Models and Self Organising Maps: Application on Quran and Hadith Visual Analytics Based Authorship Discrimination Using Gaussian Mixture Models and Self Organising Maps: Application on Quran and Hadith Halim Sayoud (&) USTHB University, Algiers, Algeria halim.sayoud@uni.de,

More information

A Machine Learning Approach to Resolve Event Anaphora

A Machine Learning Approach to Resolve Event Anaphora A Machine Learning Approach to Resolve Event Anaphora Komal Mehla 1, Ajay Jangra 1, Karambir 1 1 University Institute of Engineering and Technology, Kurukshetra University, Kurukshetra, India Abstract

More information

Universiti Teknologi MARA. Zakat Calculation System for Academy of Contemporary Islamic Studies (ACIS), UiTM Melaka Campus Jasin

Universiti Teknologi MARA. Zakat Calculation System for Academy of Contemporary Islamic Studies (ACIS), UiTM Melaka Campus Jasin Universiti Teknologi MARA Zakat Calculation System for Academy of Contemporary Islamic Studies (ACIS), UiTM Melaka Campus Jasin Nurshafinas Binti Muhammad Thesis submitted in fulfilment of the requirements

More information

Basic Concepts and Skills!

Basic Concepts and Skills! Basic Concepts and Skills! Critical Thinking tests rationales,! i.e., reasons connected to conclusions by justifying or explaining principles! Why do CT?! Answer: Opinions without logical or evidential

More information

Chapter 2: Commitment

Chapter 2: Commitment Chapter 2: Commitment Outline A. Modular rationality (the Gianni Schicchi test). Its conflict with commitment. B. Puzzle: our behaviour in the ultimatum game (more generally: our norms of fairness) violate

More information

Spirituality, Culture and Worldviews. In Mental Health Recovery

Spirituality, Culture and Worldviews. In Mental Health Recovery Spirituality, Culture and Worldviews In Mental Health Recovery Objectives u To give participants an understanding of the complexities of spirituality - meaning and language (beyond a basic definition for

More information

Name of Unit: What Does It Mean To Be a Buddhist? Faith: Buddhism Key Stage in which this unit should be taught: KS1 / KS2

Name of Unit: What Does It Mean To Be a Buddhist? Faith: Buddhism Key Stage in which this unit should be taught: KS1 / KS2 Name of Unit: What Does It Mean To Be a Buddhist? Faith: Key Stage in which this unit should be taught: KS1 / KS2 Recommended Year Group (if specified:) Previous Learning: What is? Children will have learnt

More information

Chapter 2 Ethical Concepts and Ethical Theories: Establishing and Justifying a Moral System

Chapter 2 Ethical Concepts and Ethical Theories: Establishing and Justifying a Moral System Chapter 2 Ethical Concepts and Ethical Theories: Establishing and Justifying a Moral System Ethics and Morality Ethics: greek ethos, study of morality What is Morality? Morality: system of rules for guiding

More information

A Judgmental Formulation of Modal Logic

A Judgmental Formulation of Modal Logic A Judgmental Formulation of Modal Logic Sungwoo Park Pohang University of Science and Technology South Korea Estonian Theory Days Jan 30, 2009 Outline Study of logic Model theory vs Proof theory Classical

More information

Document-level context in deep recurrent neural networks

Document-level context in deep recurrent neural networks Institute of Computational Linguistics Document-level context in deep recurrent neural networks Kolloquium Talk 2017 Mathias Müller 10/30/17 KOLLO, Mathias Müller On the menu today Establish that document-level

More information

[MJTM 16 ( )] BOOK REVIEW

[MJTM 16 ( )] BOOK REVIEW [MJTM 16 (2014 2015)] BOOK REVIEW Anthony L. Chute, Nathan A. Finn, and Michael A. G. Haykin. The Baptist Story: From English Sect to Global Movement. Nashville: B. & H. Academic, 2015. xi + 356 pp. Hbk.

More information

Intro to Exegesis Week 4: Meaning

Intro to Exegesis Week 4: Meaning Intro to Exegesis Week 4: Meaning Amos S. Yang, MD All material amosyang.net and may not be reproduced or redistributed without permission from the author. 1! Word studies (The aim of a word study) is

More information

Chalmers on Epistemic Content. Alex Byrne, MIT

Chalmers on Epistemic Content. Alex Byrne, MIT Veracruz SOFIA conference, 12/01 Chalmers on Epistemic Content Alex Byrne, MIT 1. Let us say that a thought is about an object o just in case the truth value of the thought at any possible world W depends

More information

StoryTown Reading/Language Arts Grade 2

StoryTown Reading/Language Arts Grade 2 Phonemic Awareness, Word Recognition and Fluency 1. Identify rhyming words with the same or different spelling patterns. 2. Read regularly spelled multi-syllable words by sight. 3. Blend phonemes (sounds)

More information

Statistical anaphora resolution in biomedical texts

Statistical anaphora resolution in biomedical texts Statistical anaphora resolution in biomedical texts Caroline Gasperin Ted Briscoe Computer Laboratory University of Cambridge Cambridge, UK {cvg20,ejb}@cl.cam.ac.uk Abstract This paper presents a probabilistic

More information

Automatic Evaluation for Anaphora Resolution in SUPAR system 1

Automatic Evaluation for Anaphora Resolution in SUPAR system 1 Automatic Evaluation for Anaphora Resolution in SUPAR system 1 Antonio Ferrández; Jesús Peral; Sergio Luján-Mora Dept. Languages and Information Systems Alicante University - Apt. 99 03080 - Alicante -

More information

Vultures and sky burials on the Qinghai-Tibet. Plateau

Vultures and sky burials on the Qinghai-Tibet. Plateau Vultures and sky burials on the Qinghai-Tibet Plateau Roller MaMing 1 *, Li Lee 1, Xiaomin Yang 1 and Paul Buzzard 2 1 Xinjiang Institute of Ecology and Geography, Chinese Academy of Sciences, No 818 Beijing

More information

Varieties of Goodness. Preliminary Issues for Value Pluralism

Varieties of Goodness. Preliminary Issues for Value Pluralism Varieties of Goodness Preliminary Issues for Value Pluralism A Plausible Dubious Hypothesis The Comparability Claim (CC): x and y are comparable in respect of value property φ iff: (i) x and y are both

More information

Copying is illegal Review copy only. Performance Note

Copying is illegal Review copy only. Performance Note erormance Note or centuries this plainchant lleluia has been assigned melody proper to Easter Vigil to announce and acclaim Gospel. It is included in he Roman Missal along with a rubric indicating it is

More information

INDIAN SCHOOL MUSCAT MIDDLE SECTION FINAL EXAMINATION SUBJECT: ENGLISH

INDIAN SCHOOL MUSCAT MIDDLE SECTION FINAL EXAMINATION SUBJECT: ENGLISH Name Roll Number CLASS: V INDIAN SCHOOL MUSCAT MIDDLE SECTION FINAL EXAMINATION 2017-18 SUBJECT: ENGLISH General Instructions: 1. The question paper comprises of four Sections, A, B, C and D. You have

More information

Sources: Pacem in Terris, nn.8-38; Gaudium et Spes, nn.12-29; Centesimus Annus, nn.6-11

Sources: Pacem in Terris, nn.8-38; Gaudium et Spes, nn.12-29; Centesimus Annus, nn.6-11 1 Reading Guide Thomas Massaro, Nine Key Themes of Catholic Social Teaching, in Living Justice: Catholic Social Teaching in Action, 2 nd classroom ed. (Lanham, MD: Rowman & Littlefield, 2012), 113-165.

More information

The Costanza Maneuver. Doing the opposite of what I would normally do.

The Costanza Maneuver. Doing the opposite of what I would normally do. What it is: Doing the opposite of what I would normally do. 1) Must admit of exceptions (if I am inclined to do the opposite, etc ) 2) So it only applies to natural, basic inclinations (not to itself)

More information

2010 HSC Classical Hebrew Extension Marking Guidelines Written Examination

2010 HSC Classical Hebrew Extension Marking Guidelines Written Examination 00 HSC Classical Hebrew Extension Marking Guidelines Written Examination Part A Question (a) (i) Identifies what the expression refers to and uses examples from the text Gives some relevant information

More information

More About Jesus # (2/19/17 & 2/26/17) Bible Bap3st Church, Port Orchard, WA Dr. Al Hughes. I Am the Door

More About Jesus # (2/19/17 & 2/26/17) Bible Bap3st Church, Port Orchard, WA Dr. Al Hughes. I Am the Door More About Jesus # (2/19/17 & 2/26/17) Bible Bap3st Church, Port Orchard, WA Dr. Al Hughes I Am the Door John 10:1-10 Jesus begins with a double verily (vs. 1, 7). When Jesus says verily, verily, He is

More information

9/7/2017. CS535 Big Data Fall 2017 Colorado State University Week 3 - B. FAQs. This material is built based on

9/7/2017. CS535 Big Data Fall 2017 Colorado State University  Week 3 - B. FAQs. This material is built based on S535 ig ata Fall 7 olorado State University 9/7/7 Week 3-9/5/7 S535 ig ata - Fall 7 Week 3-- S535 IG T FQs Programming ssignment We discuss link analysis in this week Installation/configuration guidelines

More information

The Interpretive Journey. Hour Two What Was Meant Then & There

The Interpretive Journey. Hour Two What Was Meant Then & There The Interpretive Journey Hour Two What Was Meant Then & There There are 4 steps in this journey 1 What Was Meant Then & There What did the text mean to the biblical audience? 2 Then & There vs. Here &

More information

The last 100 years have seen dramatic

The last 100 years have seen dramatic Saul s Armor and David s Sling: Innovative Sending in the Global South Tim Lewis and Bob Goodmann The last 100 years have seen dramatic changes in the Global South, which is defined as the less developed

More information

The Volunteer Vaquero

The Volunteer Vaquero The Volunteer Vaquero From the President s Pen July 2013 Wow. June has just flown by. In retirement I have acquired a part time job with my position as president. I find that a lot of my time is spent

More information

NEGATIVE POSITION: Debate AICE: GP/Pavich

NEGATIVE POSITION: Debate AICE: GP/Pavich NEGATIVE POSITION: Debate AICE: GP/Pavich The FIRST STEP in your position as the Negative Team is to analyze the PROPOSITION proposed by the Affirmative Team, since this statement is open to interpretation

More information

William F. Cox, Jr., Ph.D. Regent University

William F. Cox, Jr., Ph.D. Regent University William F. Cox, Jr., Ph.D. Regent University Hermeneutics refers generally to the overall process and principles of biblical interpretation. But also applies specifically to the subsequent act of interpreting

More information

Intro to Exegesis Week 7: The Interpretive Journey - OT

Intro to Exegesis Week 7: The Interpretive Journey - OT Intro to Exegesis Week 7: The Interpretive Journey - OT Amos S. Yang, MD All material amosyang.net and may not be reproduced or redistributed without permission from the author. 1! The interpretive journey

More information