Correct Answer : A subfield of Computer science to understand and process natural language using AI
Explanation : A subfield of Computer science to understand and process natural language using AI
Correct Answer : To understand, interpret, and generate human language
Correct Answer : Handling Ambiguity of Sentences
Explanation : There are enormous ambiguity exists when processing natural language.
Correct Answer : All of the above
Correct Answer : Given a sentence or larger chunk of text, determine which words (“mentions”) refer to the same objects (“entities”)
Explanation : Anaphora resolution is a specific type of coreference resolution.
Correct Answer : Breaking text into words or phrases
Correct Answer : NLTK
Correct Answer : Reducing words to their base or root form
Explanation : Stemming is the process of reducing words to their base or root form.
Correct Answer : Naive Bayes
Explanation : Naive Bayes is commonly used for text classification in NLP.
Correct Answer : Image Recognition
Explanation : Image recognition is not a primary task of NLP; it falls under computer vision.
Correct Answer : A feature extraction technique
Explanation : TF-IDF (Term Frequency-Inverse Document Frequency) is a feature extraction technique used in NLP.
Correct Answer : Representing words as vectors in a continuous space
Explanation : Word embeddings involve representing words as vectors in a continuous space.
Correct Answer : It is a neural network architecture that relies on attention mechanisms, improving the efficiency of NLP tasks
Explanation : The Transformer architecture is a neural network architecture that relies on attention mechanisms, improving the efficiency of NLP tasks.
Correct Answer : Recognizing entities such as names, locations, and organizations in text
Explanation : Named Entity Recognition (NER) is used to identify entities such as names, locations, and organizations in text.
Correct Answer : F1 Score
Explanation : The F1 Score is commonly used for evaluating the performance of classification models in NLP.
Correct Answer : Part-of-Speech Tagging
Correct Answer : Part-of-Speech
Correct Answer : Ambiguity of single word
Explanation : Lexical Ambiguity refers to the ambiguity due to a single word. For example, a word Silver can be treated as a noun, adjective or as a verb.
Correct Answer : Ambiguity of a sentence
Explanation : When a sentence can be parsed in multiple ways, the ambiguity caused is termed as Syntactic Ambiguity. Consider the case in the following sentence, 'Man saw a boy with a magnifying glass'. Here the sentence is ambiguous as to whether the man saw a boy carrying a magnifying glass or man saw the boy with the help of a magnifying glass.
Correct Answer : None of the above
Explanation : Anaphoric ambiguity arises when anaphoric entities are used. Consider the following sentences. A goat rode up the hill. It was very steep. It reached quickly though. Here use of It causes anaphoric ambiguity.
Correct Answer : Ambiguity of a context of phrase
Explanation : Pragmatic ambiguity arises when the context of a sentence or phrase can be interpreted in many ways. Consider a case of 'I like you too' can be interpreted as 'I like you' as you like me or 'I like you' as anyone does.
Correct Answer : Both (A) and (B)
Explanation : Morphological Processing is the first phase of NLP. Main purpose of Morphological processing is to break the chunks of the language to tokens corresponding to words, sentences or paragraphs. For example, 'uneasy' can be divided into a subword token as 'un-easy'.
Correct Answer : Sentential form of an input is scanned and replaced from right to the left
Explanation : Sentential form or more specifically right sentential form of an input is scanned and replaced from right to the left in right-most derivation.
Correct Answer : Lemmatization
Correct Answer : To identify the sentiment of a text
Correct Answer : Stemming
Correct Answer : To translate text from one language to another
Correct Answer : Sentential form of an input is scanned and replaced from left to right
Explanation : Sentential form or more specifically left sentential form of an input is scanned and replaced from left to the right in left-most derivation
Correct Answer : Top-Down Parser starts parsing the tree from the start symbol, constructing the tree up to the input symbol
Explanation : Top-Down Parser starts parsing the tree from the start symbol, constructing the tree up to the input symbol. Top-Down parser uses a recursive procedure to process the inputs.
Correct Answer : Bottom-Down Parser starts parsing from the input symbol and constructs the tree up to the start symbol
Explanation : Bottom-Down Parser starts parsing the input symbol and constructs the tree up to the start symbol.
Explanation : A Parser is a software component which takes text as input and gives structural representation of input after checking it against the grammar of the language. Main roles of a parser are following:* To report any syntax error.* To recover from commonly occurring errors to continue parsing of the rest of the program.* To create a parse tree* To create a symbol tree* To produce intermediate representations.
Correct Answer : Machine Translation
Correct Answer : To store and analyze a collection of texts
Correct Answer : Term Frequency-Inverse Document Frequency
Correct Answer : Document Summarization
Correct Answer : To generate a concise and coherent summary of a document
Correct Answer : To improve text readability
Correct Answer : To analyze and extract structured information from unstructured text
Explanation : To identify the sentiment of a text
Correct Answer : To reduce words to their root form
Correct Answer : To analyze the grammatical structure of a sentence
Correct Answer : Word Embeddings
Correct Answer : To represent words as numerical vectors
Correct Answer : Text Generation
Explanation : Penn Arabic Treebank, Columbia Arabic Treebank are syntactic Treebanks in Arabia language. Sininca is a syntactic Treebank in Chinese language. Lucy, Susane and BLLIP WSJ syntactic treebank corpus in English language.
Correct Answer : Groningen Meaning Bank
Explanation : Robot Commands Treebank, Geoquery, Groningen Meaning Bank, RoboCup Corpus are popular Semantic Treebanks.
Explanation : Semantic TreeBanks and Syntactic TreeBanks are the most common types of TreeBanks.Semantic TreeBank uses formal representation of semantic structure of sentences. Syntactic TreeBank uses expressions of formal language retrieved from parsed treebank data.
Explanation : Corpus Balance, Sampling and Corpus Size all are integral parts of a Corpus Design. Corpus balance refers to the wide range of the text categories as representatives of the language. Sampling is used to get a subset of data which can be used to represent the large set of information and Corpus Size represents the size of the Corpus.
Correct Answer : Natural Language Generator
Correct Answer : Information Extraction
Correct Answer : To represent the hierarchical structure of a document
Correct Answer : A representation of a text as a set of unique words
Correct Answer : Dependency Parsing
Correct Answer : To understand and answer questions based on text
Correct Answer : Language Identification
Correct Answer : To extract underlying themes or topics