Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tree of Attacks #446

Merged
merged 14 commits into from
Feb 20, 2024
Merged

Tree of Attacks #446

merged 14 commits into from
Feb 20, 2024

Commits on Jan 29, 2024

  1. Initial commit containing full, untested implementation for tree of a…

    …ttacks.
    
    Updated requirements.txt to include numpy.
    erickgalinkin committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    b5fe604 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Fix issues with generation, create OpenAIConvGenerator class, replace…

    … ast.literal_eval with regular expression. Add small handful of jailbreaks successful against gpt-3.5-turbo and gpt-4.
    erickgalinkin committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    4a2cad1 View commit details
    Browse the repository at this point in the history
  2. Add TAP probe

    erickgalinkin committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    97c96be View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    cdd0e08 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    68972bc View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    8e5ecae View commit details
    Browse the repository at this point in the history
  2. Modify TAP generation in tap_main.py to work with probes. Add pruning…

    … as a parameter in run_tap function. Rename current TAPProbe to TapCachedProbe. Add TAPProbe and PAIRProbe.
    erickgalinkin committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    2fe261b View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Merge changes

    erickgalinkin committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    58808d2 View commit details
    Browse the repository at this point in the history
  2. Fix issues with generation, create OpenAIConvGenerator class, replace…

    … ast.literal_eval with regular expression. Add small handful of jailbreaks successful against gpt-3.5-turbo and gpt-4.
    erickgalinkin committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    467f1a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4a9227 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    013618e View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    ceb935b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e5ffd3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43b80f1 View commit details
    Browse the repository at this point in the history