awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
ledllm avatar

ledllm/ledllm

0
View on GitHub↗
24 stars·4 forks·Jupyter Notebook·10 views

Ledllm

This repository contains the code for the paper "Defending Large Language Models Against Jailbreak Attacks via Layer-specific Editing". The focus of this work is to enhance the resilience of large language models (LLMs) against jailbreak attacks through a novel method termed Layer-specific…

Features

  • Jailbreak Defenses - Defends against jailbreaks via layer-specific model editing.

Star history

Star history chart for ledllm/ledllmStar history chart for ledllm/ledllm

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Ledllm

These projects share indexed features with Ledllm. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • cyberalbsecop/awesome_gpt_super_promptingCyberAlbSecOP avatar

    CyberAlbSecOP/Awesome_GPT_Super_Prompting

    3,654View on GitHub↗

    This repository is a collection of specialized toolsets and libraries for large language model prompt engineering and security testing. It provides a library of advanced templates and frameworks designed to optimize the quality and specificity of model responses. The project includes resources for red teaming and security research, featuring a repository of prompts designed to bypass safety filters and operational constraints. It also provides techniques for system prompt extraction to reveal the internal instructions and configurations of AI personas. The collection covers a broader surface

    HTMLadversarial-machine-learningagentai
    View on GitHub↗3,654
  • chujiezheng/llm-safeguardchujiezheng avatar

    chujiezheng/LLM-Safeguard

    108View on GitHub↗

    Official repository for our ICML 2024 paper "On Prompt-Driven Safeguarding for Large Language Models"

    Python
    View on GitHub↗108
  • declare-lab/red-instructdeclare-lab avatar

    declare-lab/red-instruct

    111View on GitHub↗

    Paper | Github | Dataset | Model

    Python
    View on GitHub↗111
  • amadeuszhao/qmllmA

    Amadeuszhao/QMLLM

    0View on GitHub↗
    View on GitHub↗0
Compare all 14 related projects→

Frequently asked questions

What does ledllm/ledllm do?

This repository contains the code for the paper "Defending Large Language Models Against Jailbreak Attacks via Layer-specific Editing". The focus of this work is to enhance the resilience of large language models (LLMs) against jailbreak attacks through a novel method termed Layer-specific…

What are the main features of ledllm/ledllm?

The main features of ledllm/ledllm are: Jailbreak Defenses.

Which projects share features with ledllm/ledllm?

Projects with overlapping indexed features include: cyberalbsecop/awesome_gpt_super_prompting — This repository is a collection of specialized toolsets and libraries for large language model prompt engineering and… neerazz/embedguard — Most RAG defenses sit at one layer — the input prompt, or the retrieved document. EmbedGuard correlates signals across… declare-lab/red-instruct — Paper | Github | Dataset | Model. jayfeather1024/backdoor-enhanced-alignment — This is the official code repository for the paper BackdoorAlign: Mitigating Fine-tuning based Jailbreak Attack with… chujiezheng/llm-safeguard — Official repository for our ICML 2024 paper "On Prompt-Driven Safeguarding for Large Language Models". amadeuszhao/qmllm.