Bin
2025-12-16 971a2a12c03b74dd2d7d668b9dbc599f5131bcaf
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
---
title: Ranking & Scoring
type: templates
order: 2003
meta_title: Gallery of Ranking & Scoring Labeling Templates
meta_description: Gallery of 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: Pairwise Regression
  categories:
  - pairwise difference regression
  - linear regression
  - pairwise comparison
  image: "/images/templates/pairwise-regression.png"
  url: "/templates/pairwise_regression.html"
 
- title: Document Retrieval
  categories:
  - information retrieval
  image: "/images/templates/document-retrieval.png"
  url: "/templates/document_retrieval.html"
 
- title: Pairwise Classification
  categories:
  - Pairwise comparison
  - text classification
  image: "/images/templates/pairwise-classification.png"
  url: "/templates/pairwise_comparison.html"
 
- title: Content-based Image Retrieval
  categories:
  - CBIR
  - image search
  image: "/images/templates/content-based-image-search.png"
  url: "/templates/content_image_retrieval.html"
 
- title: Website Rating
  categories:
  - rating
  - HTML
  image: "/images/templates-misc/website-rating.png"
  url: "/templates/website_rating.html"
 
- title: Visual Ranker
  categories:
  - Ranking
  - Retrieval-Augmented Generation
  image: "/images/templates/visual-ranker.png"
  url: "/templates/generative-visual-ranker.html"
 
---