ch1 Flashcards
What is NLP
NLP stands for Natural Language Processing. It is described as a branch of Computer Science that combines linguistics and computer science to enable machines to read, understand, and process human languages.
What is the primary goal of NLP regarding communication for the speaker (machine)?
A3: The goal is to facilitate communication for the speaker (machine) by addressing intention, content selection, generation (translating information from the language of thought into words), and synthesis (outputting the string in the desired mode, such as text or speech).
Outline the steps involved in communication for the listener (human) in NLP.
A4: Communication for the listener involves perception (mapping input through optical character recognition or speech recognition), analysis (syntactic interpretation, semantic interpretation, pragmatic interpretation), and incorporation (deciding whether to believe the string or not).
What is the purpose of word segmentation in NLP, and why is it particularly relevant in the Chinese language?
Word segmentation involves breaking a string of characters into words. In the Chinese language, this task is crucial because Chinese does not use white spaces to separate words. For example, “myspace.com/wings” is segmented into “myspace .com wings.”
What is morphological analysis, and how does it relate to Parts Of Speech (POS)?
Morphological analysis involves segmenting words into morphemes. Morphemes are the smallest linguistic units with semantic meaning. This task is related to POS, where examples like “Carried” are segmented into “carry + ed” to identify verb forms.
Explain the purpose of POS tagging in syntactic tasks.
POS tagging annotates each word with its Part Of Speech, such as noun, verb, adjective, etc. It helps identify the grammatical category of each word, aiding in syntactic analysis.
What is phrase chunking, and how does it build upon POS tagging in NLP?
Phrase chunking, building upon POS tagging, provides chunks as output. It groups words into phrases like noun phrases (NP) or verb phrases (VP). For instance, “South Africa” can be chunked as a single word instead of separate words.
Describe the goal of syntactic parsing in NLP.
Syntactic parsing produces the correct syntax tree for a sentence. It determines how words group together as phrases and identifies subjects or objects of verbs. The typical sentence structure is Noun Phrase + Verb Phrase + Prepositional Phrase.
What is the purpose of Word Sense Disambiguation (WSD) in semantic tasks?
WSD determines the proper sense of ambiguous words in a sentence. For example, it discerns whether “interest” in “Ellen has a strong interest” refers to curiosity or financial investment.
Explain Semantic Role Labeling (SRL) and its role in NLP.
SRL determines the semantic role played by a noun phrase as an argument to the verb. It provides insights into the relationships between words and their functions in a sentence.
How does semantic parsing contribute to natural language understanding?
Semantic parsing maps natural language text to formal logical representations based on the task’s inference requirements. For example, it transforms a question like “Who was the first person to walk on the moon?” into a SQL query.
What is the goal of Anaphora Resolution in pragmatic/discourse tasks?
Anaphora Resolution identifies which phrases in a document refer to the same thing. It resolves references to maintain clarity and coherence in discourse.
What does Ellipses Resolution aim to achieve, and how does it leverage context?
Ellipses Resolution infers words omitted from a sentence using context. It helps complete the meaning by filling in the missing information based on the surrounding context.
How does Information Extraction (IE) contribute to NLP tasks?
IE identifies entities and their relations from a text. Named Entity Recognition (NER) is a specific aspect that identifies names, people, places, organizations, etc.
What is the primary goal of Relation Extraction in NLP?
Relation Extraction identifies relationships between entities. It focuses on extracting meaningful connections between different elements mentioned in the text.
How does Question Answering differ from other NLP tasks, and what does it directly address?
Question Answering directly answers natural language questions based on information presented in corpora or textual documents. It involves comprehending queries and providing relevant responses.
_______ deals with linguistic sounds
Phonology
________ explores the components of a word, such as roots, prefixes, and suffixes, and investigates how they combine to form meaningful units.
Morphology
_______ is concerned with the structural relationships between words in a sentence,
Syntax
Semantics focuses on the meaning of words,
t
_______ explores the meaning of a word depending on context.
Pragmatics
______ refers to the meaning of a coherent group of sentences.
Discourse
What characterizes ambiguity in linguistics, and when does it occur in language?
Ambiguity occurs when an input has multiple alternative linguistic structures, leading to various interpretations.