Skip to content

UKEIAM/de.uke.iam.nodesampling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node-Sampling

Node-Sampling is an adaptive multi-agent approach to optimize agent sequences.

Overview

This repository contains the implementation of the Node-Sampling approach for refinining multiple-choice questions. The main steps are agent definitions and sequence optimization. Optimization can be either performed either by setting a fixed sequence length or by using regularization.

The accompanying Jupyter notebook illustrates the key workflow and examples.

Installation

Clone the repository and install dependencies:

git clone https://github.com/UKEIAM/nodesampling
cd Node-Sampling
python -m venv venv
source venv/bin/activate  # on Windows use: venv\Scripts\activate
pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors