Git Product home page Git Product logo

dicl's Introduction

DICL

The code implementation for "Dynamic In-Context Learning from Nearest Neighbors for Bundle Generation"

Overview:

This project contains the code implementation for the experiments presented in the paper titled "Dynamic In-Context Learning from Nearest Neighbors for Bundle Generation". The purpose of this code is to reproduce the experiments and results mentioned in the paper. Users are required to replace the OpenAI API key with their own key to execute the code successfully.

Requirements:

  • Python (version >= 3.8)
  • OpenAI/Claude API key

Getting Started

  1. Download this project to your local machine.

  2. Navigate to the project directory:

cd DICL
  1. Install the required Python packages:
pip install -r requirements.txt

Configuration

Open the config.yaml file and replace the placeholder for the OpenAI/Claude API key with your own key:

api_key: 'your_own_key_here'

Running the Code

Execute the following command to run the experiment script. Replace --dataset with the desired dataset name (e.g., 'electronic'):

python run.py --dataset electronic

This command will initiate the experiment, and the results for each step will be saved in the temp/ folder.

License

This project is licensed under the MIT License - see the LICENSE file for details.

dicl's People

Contributors

hoangpanda avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.