webis-de/small-text

Separate query functions from query strategy classes

chschroeder opened this issue · 0 comments

Motivation

Sometimes a query strategy is based on a simpler function (e.g., breaking ties / margin), which could be used independently of the query strategy.

Feature description

These function should be extracted and exposed as part of the API.

  • BreakingTies
  • LeastConfidence
  • PredictionEntropy
  • SubsamplingQueryStrategy
  • EmbeddingKMeans
  • CategoryVectorInconsistencyAndRanking

(List is not exhaustive.)

Addition comments

See #30.