/oris

Primary LanguagePython

ORIS Inclusive Sampling

Source code for paper:

ORIS: Online Active Learning Using Reinforcement Learning-based Inclusive Sampling for Robust Streaming Analytics System


Requirements:


Model directory contains trained ORIS model.

Data directory contains filtered Twitter and Reddit data adapted from HuggingFace Datasets.

Original data:


Steps to replicate the experiments:

  1. Create a virtual environment python -m venv venv
  2. Activate virtual environment source venv/bin/activate
  3. Install and verify all packages mentioned before: cat requirements.txt | xargs -I {} pip install {}
  4. Make the experiments script executable: chmod +x run_experiments.sh
  5. Run the script to get the result: ./run_experiments.sh