Contents

Taxonomy of Natural Language Processing Tasks

Natural Language Inference(NLI) / Textual Entailment

Definition: Given a premise sentence and a hypothesis sentence, determine whether the hypothesis can be inferred from the premise (entailment), contradicts the premise (contradiction), or is neutral (neither supported nor contradicted by the premise).

/posts/llms/llm-tasks/images/2026-01-13-14-07-02.webp

Reading Comprehension

Commonsense Reasoning

Sentiment Analysis

Closed-book QA

Paraphrase Detection

Coreference Resolution

Reading Comprehension with Commonsense

Struct to Text

Translation

Summarization

Question Answering (QA)

Semantic Similarity

Definition: Predict whether two sentences are semantically equivalent or not.

Text Classification