Welcome to TARexp’s documentation!#
TARexp
is an opensource Python framework for conducting TAR experiments with various
reference implementation to algorithms and methods that are commonly-used.
The experiments are fully reproducible and easy to conduct ablation studies.
For studying components that do not change the selection process of the review documents,
TARexp
supports replying TAR runs and experimenting these components offline.
A major advance of TARexp
over previous TAR research software is the ability to declaratively specify TAR workflows.
Users can create components defined using a standard interface and combine them with TARexp
components in workflows of their design.
This includes incorporating different simulations of human-in-the-loop reviewing, or even embedding in systems using actual human review
(though we have not done the latter).
Helper functions to support results analysis are also avaiable.
Please visit our Google Colab Demo to check out the full example .