Bin
2025-12-17 1d710f844b65d9bfdf986a71a3b924cd70598a41
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
title: Natural Language Processing
type: templates
order: 2001
meta_title: Gallery of Natural Language Processing Labeling Templates
meta_description: Gallery of NLP templates available to perform data labeling and annotation tasks with Label Studio for your machine learning model and data science projects.
layout: templates
cards:
- title: Question Answering
  categories:
  - question answering
  - Q&A
  image: "/images/templates/question-answering.png"
  url: "/templates/question_answering.html"
 
- title: Text Classification
  categories:
  - text classification
  - sentiment analysis
  image: "/images/templates/text-classification.png"
  url: "/templates/sentiment_analysis.html"
 
- title: Named Entity Recognition
  categories:
  - named entity recognition
  image: "/images/templates/named-entity-recognition.png"
  url: "/templates/named_entity.html"
 
- title: Taxonomy
  categories:
  - taxonomy
  - hierarchy
  - classification
  image: "/images/templates/taxonomy.png"
  url: "/templates/taxonomy.html"
 
- title: Relation Extraction
  categories:
  - named entity recognition
  - relation extraction
  image: "/images/templates/relation-extraction.png"
  url: "/templates/relation_extraction.html"
 
- title: Text Summarization
  categories:
  - summarization
  - description
  image: "/images/templates/text-summarization.png"
  url: "/templates/text_summarization.html"
 
- title: Machine Translation
  categories:
  - translation
  image: "/images/templates/machine-translation.png"
  url: "/templates/machine_translation.html"
 
- title: Content Moderation
  categories:
  - text classification
  image: "/images/templates/content-moderation.png"
  url: "/templates/content_moderation.html"
 
---