natural language processing rr420503

Upload: nizam-institute-of-engineering-and-technology-library

Post on 30-May-2018

219 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/14/2019 Natural Language Processing Rr420503

    1/6

    Code No: RR420503 Set No. 1

    IV B.Tech II Semester Regular Examinations, Apr/May 2007NATURAL LANGUAGE PROCESSING

    (Computer Science & Engineering)Time: 3 hours Max Marks: 80

    Answer any FIVE QuestionsAll Questions carry equal marks

    1. (a) Map the following CFG into an equivalent recursive transition networks thatuses only three networks S, NP,PP networksS NP VP

    VP

    VVP V NPVP V PPNP ART NP2NP NP2NP2 NNP2 ADJ NP2NP2 NP3 PREPSPREPS PPPREPS PP PREPSPP NP

    (b) Explain about grammars and logic programming. [10+6]

    2. (a) What is depth first strategy?

    (b) What is breadth first strategy ?

    (c) What is first in first out strategy?

    (d) What is a final chart? [44]

    3. (a) Discuss in detail the different kinds of word classes can appear I noun phrases.

    (b) With an example explain co-ordinate noun phrase? [8+8]

    4. (a) Explain in detail the forward chaining & backward chaining in IF then rea-soning

    (b) Explain

    i. Abduction

    ii. Resolution [10+6]

    5. (a) List & Define several important components of intelligent agents?

    (b) What do you mean by speech act?

    (c) What is Knowledge base and Belief Base? [6+4+6]

    6. (a) Describe the steps taken to resolve a pronoun.

    1 of 2

  • 8/14/2019 Natural Language Processing Rr420503

    2/6

    Code No: RR420503 Set No. 1

    (b) Illustrate the operation of the above by exampleJohn saw a beautiful Acura Integra at the dealership.He showed it to bob. He brought it . [8+8]

    7. Discuss & Explain the Natural Language Systems

    (a) Base ball

    (b) GUS

    (c) PARRY [16]

    8. Compare & Contrast the SPL input to KMPL and the FD input to FUF?What decisions are required of the disclosure planner for each of them? What are

    their relative strength and weaknesses? [16]

    2 of 2

  • 8/14/2019 Natural Language Processing Rr420503

    3/6

    Code No: RR420503 Set No. 2

    IV B.Tech II Semester Regular Examinations, Apr/May 2007NATURAL LANGUAGE PROCESSING

    (Computer Science & Engineering)Time: 3 hours Max Marks: 80

    Answer any FIVE QuestionsAll Questions carry equal marks

    1. (a) List the different Verb forms with example?

    (b) Explain with an example the basic & progressive tenses? [8+8]

    2. (a) Explain with an example the elements of the simple noun phrases.

    (b) What is Morphology?

    (c) What are Inflectional form & Derivational forms? [8+4+4]

    3. Explain briefly about

    (a) Language Knowledge

    (b) Background Knowledge

    (c) General World Knowledge

    (d) Context Knowledge [44=16]

    4. (a) What are the two forms of knowledge that are curtail in knowledge Represen-tation?

    (b) Discuss the types of inferences?

    (c) What is knowledge base? [8+4+4]

    5. (a) What is the need of discourse structure?

    (b) What are discourse segments?

    (c) What are cue phrases? [6+6+4]

    6. Write short notes on:

    (a) Pro normalization(b) Pronouns

    (c) Demonstrative pronouns

    (d) One anaphora [44=16]

    7. What is Template Matching? Discuss in detail the Machine proposed by the AlenTurning? [16]

    8. (a) List & Explain in detail the three fundamental concerns in generations?

    (b) Explain the procedure for generation in a fully specified system networks.

    [6+10]

    1 of 1

  • 8/14/2019 Natural Language Processing Rr420503

    4/6

    Code No: RR420503 Set No. 3

    IV B.Tech II Semester Regular Examinations, Apr/May 2007NATURAL LANGUAGE PROCESSING

    (Computer Science & Engineering)Time: 3 hours Max Marks: 80

    Answer any FIVE QuestionsAll Questions carry equal marks

    1. (a) Discuss in detail the different forms of Knowledge relevant for Natural Lan-guage Understanding?

    (b) Explain Syntax, Semantics & Pragmatics. [10+6]

    2. (a) What is GAP Threading?

    (b) What are extra position grammar?

    (c) Distinguish between bounded (Local) movement and unbounded (non local)movement? [4+4+8]

    3. (a) Explain the two kinds of grammar Equivalence?

    (b) What do you Mean by Domain specific knowledge? Explain with example.[8+8]

    4. (a) What do you mean by Unification of two literals?(b) Discuss the resolution refutation procedure?

    (c) List the steps involved in answering questions by using resolution? [4+6+6]

    5. Explain:

    (a) Coherence

    (b) Co reference

    (c) Discourse segment

    (d) Sub ordinary relations & coordinating relations [4

    4=16]6. Briefly Summarize the approaches to pronouns resolution (Tree search Algorithm)

    [16]

    7. Which structure takes more memory F(a,b,c,d,e) or f(abcde,abcde,abcde)? Explainhow you can answer this question without knowing the amount of memory neededfor a character, a pointer or a cell on any particular compiler? [16]

    8. (a) List & Explain the choices made by the generations systems?

    (b) Explain with diagram the reference Archicture for NLG systems. [8+8]

    1 of 1

  • 8/14/2019 Natural Language Processing Rr420503

    5/6

    Code No: RR420503 Set No. 4

    IV B.Tech II Semester Regular Examinations, Apr/May 2007NATURAL LANGUAGE PROCESSING

    (Computer Science & Engineering)Time: 3 hours Max Marks: 80

    Answer any FIVE QuestionsAll Questions carry equal marks

    1. Explain in detail, why each of the following sentences is ill formed? State whatrules have been violated ?

    (a) He barked the wrong tree up.

    (b) she turned water in to wine

    (c) Dont take many all the cookies

    (d) I feel floor today

    (e) They all laughed the boy [16]

    2. Design an ATN for parsing sentences that contain one finite clause such that thefinite verb phrase in the clause is uni-transitive. Write a parsing program thattransit through the ATN to parse a few sentences of your choice. The vocabularyin the sentences you will be parsing. [16]

    3. (a) The man took the Book Represent the sentence in CFG Parse tree.

    (b) Explain the three main new ideas with respect to the complex notations ofsyntax and grammar. [8+8]

    4. Natural Language Understanding requires a capability to represent and reasonabout knowledge of the world? Justify? [16]

    5. (a) Discuss Pronoun Resolution Algorithm

    (b) What are

    i. Silience Valueii. Salience factors

    iii. Initial Silience value

    iv. final Silence value [10+6]

    6. (a) What are the two fundamental operations to the discourse model?

    (b) With the help of diagram, Explain the operation & relationships of discoursemodel.

    [8+8]

    7. (a) What is displayed by the prolog query ?-write(abc) ? Why?(b) in what situation does name/2 produce a zero length atom?

    (c) Show how to use name/2 to convert abracadabra into an atom.

    1 of 2

  • 8/14/2019 Natural Language Processing Rr420503

    6/6

    Code No: RR420503 Set No. 4

    (d) Show how to use name/2 to find out the ASCII code of the letter Q?[44=16]

    8. Explain in detail with example the simple FUF (Functional Unification Formalism)Grammar? [16]

    2 of 2