natural-language-processing
AI Essentials - Grok · 28 questions
- A BI platform turns sales tables, KPI fields, and template facts into fluent narrative summaries for executives. Which NLP capability is primarily at work?
- A support team wants a model that labels customer tickets as positive, negative, or neutral based on the wording of each message. Which NLP task is this?
- Compared with a basic scripted chatbot, what primarily distinguishes conversational AI systems in production dialogue use cases?
- An information-extraction system must tag mentions such as people, companies, and geographic locations inside free-form text. Which NLP task performs that identification and classification?
- In natural language processing, what does stemming accomplish?
- In modern NLP and machine learning, what does a vector embedding represent?
- In a typical natural language processing (NLP) workflow that prepares raw text for modeling, which step is a standard early-pipeline operation?
- What is the primary purpose of BERT (Bidirectional Encoder Representations from Transformers)?
- In natural language processing, what does the term word embedding refer to?
- A product team is training a deep learning system to translate sentences between languages. Which architecture family is the standard choice for this sequence-to-sequence problem?
- Why is the attention mechanism considered a breakthrough for many natural language processing models?
- Your product team needs a system that reads a provided passage and answers natural-language questions about that passage. Which architecture family is the strongest default choice for this reading-comprehension style task?
- An engineering group is designing a model whose job is to predict the next token in a running sentence for autocomplete. Which neural approach is the most appropriate primary choice?
- An analytics team scores social-media comments as positive, negative, or neutral for brand monitoring. Which NLP problem is this, and which recurrent architectures are well suited for the sequential text?
- What does an encoder-decoder architecture provide, and where is it commonly applied?
- What is the primary goal of a sequence-to-sequence (seq2seq) model?
- In a natural language preprocessing pipeline, how do tokenization and stemming differ in purpose?
- In an NLP text-preprocessing pipeline, what does stemming do?
- What is the primary role of dense word embeddings such as those produced by Word2Vec or GloVe in natural language processing pipelines?
- In models such as Word2Vec, what core idea drives how each vocabulary item is represented?
- A team builds a document classifier with a classic bag-of-words representation. Which limitation most strongly constrains what that model can learn from the text?
- In modern NLP pipelines, what primary role do word embeddings play?
- What primary class of language tasks is the Transformer architecture widely used to power in modern NLP systems?
- A team is building a spam filter from raw email text. Which preprocessing combination is most appropriate as an early NLP step?
- A news analytics pipeline must locate and label mentions of people, organizations, and places inside article text. Which NLP task does this describe?
- While building a sentiment model on product reviews, a practitioner represents text with TF-IDF instead of a plain bag-of-words count vector. What is the primary advantage of TF-IDF in this setting?
- In text normalization for NLP, how does stemming primarily differ from lemmatization?
- In natural language processing, what does the TF-IDF representation measure?