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
Back to haoxiang-wang/directional-preference-alignment

Projects sharing features with Directional Preference Alignment

30 open-source projects similar to haoxiang-wang/directional-preference-alignment, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • alibabaresearch/damo-convaiAlibabaResearch avatar

    AlibabaResearch/DAMO-ConvAI

    1,561View on GitHub↗

    DAMO-ConvAI: The official repository which contains the codebase for Alibaba DAMO Conversational AI.

    Pythonconversational-aideep-learningdialog
    View on GitHub↗1,561
  • allenai/finegrainedrlhfA

    allenai/FineGrainedRLHF

    0View on GitHub↗

    Fine-Grained RLHF

    View on GitHub↗0
  • allenai/rl4lmsallenai avatar

    allenai/RL4LMs

    2,390View on GitHub↗

    A modular RL library to fine-tune language models to human preferences

    Python
    View on GitHub↗2,390
  • anthropics/constitutionalharmlessnesspaperanthropics avatar

    anthropics/ConstitutionalHarmlessnessPaper

    263View on GitHub↗

    This repository provides supplementary material for our paper Constitutional AI: Harmlessness from AI Feedback.

    View on GitHub↗263
  • carperai/trlxcarperai avatar

    carperai/trlx

    4,749View on GitHub↗

    trlx is a reinforcement learning library and training framework designed to align large language models using human feedback. It serves as a distributed trainer and compute orchestrator for scaling high-parameter models across multiple GPUs and nodes. The project provides tools for reinforcement learning from human feedback and model alignment. It implements reward-model-based optimization and proximal policy optimization to refine model behavior based on goal-oriented rewards or human-labeled datasets. The framework covers distributed training strategies, including model parallelism, parame

    Python
    View on GitHub↗4,749

AI search

Explore more awesome repositories

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

Find more with AI search
  • cornell-rl/drpoC

    Cornell-RL/drpo

    0View on GitHub↗
    View on GitHub↗0
  • dunzeng/moreD

    dunzeng/MORE

    0View on GitHub↗
    View on GitHub↗0
  • eit-nlp/accuracyparadox-rlhfE

    EIT-NLP/AccuracyParadox-RLHF

    0View on GitHub↗
    View on GitHub↗0
  • ernie-research/ma-rlhfE

    ernie-research/MA-RLHF

    0View on GitHub↗
    View on GitHub↗0
  • exlaw/dlmaE

    exlaw/DLMA

    0View on GitHub↗
    View on GitHub↗0
  • ganjinzero/rrhfGanjinZero avatar

    GanjinZero/RRHF

    806View on GitHub↗

    Arxiv

    Python
    View on GitHub↗806
  • gximinglu/quarkG

    gximinglu/quark

    0View on GitHub↗
    View on GitHub↗0
  • halfrot/alarmH

    halfrot/ALaRM

    0View on GitHub↗
    View on GitHub↗0
  • jaearly/mil-for-non-markovian-reward-modellingJ

    JAEarly/MIL-for-Non-Markovian-Reward-Modelling

    0View on GitHub↗
    View on GitHub↗0
  • jhejna/few-shot-preference-rlJ

    jhejna/few-shot-preference-rl

    0View on GitHub↗
    View on GitHub↗0
  • jhejna/inverse-preference-learningJ

    jhejna/inverse-preference-learning

    0View on GitHub↗
    View on GitHub↗0
  • kwai-yuanqi/mm-rlhfKwai-YuanQi avatar

    Kwai-YuanQi/MM-RLHF

    200View on GitHub↗

    The Next Step Forward in Multimodal LLM Alignment

    Python
    View on GitHub↗200
  • linear95/apoL

    Linear95/APO

    0View on GitHub↗
    View on GitHub↗0
  • llava-rlhf/llava-rlhfllava-rlhf avatar

    llava-rlhf/LLaVA-RLHF

    396View on GitHub↗

    Aligning LMMs with Factually Augmented RLHF

    Python
    View on GitHub↗396
  • lovecatc/ordinalrewardmodelingL

    LoveCatc/OrdinalRewardModeling

    0View on GitHub↗
    View on GitHub↗0
  • lvwerra/trllvwerra avatar

    lvwerra/trl

    18,718View on GitHub↗

    This project is a transformer post-training toolkit and reinforcement learning library designed to align language model behavior with human preferences. It provides a framework for managing the transition from supervised fine-tuning to reinforcement learning and preference optimization. The library distinguishes itself through a specialized focus on preference optimization and reward modeling, enabling the adjustment of model outputs based on preferred versus rejected examples. It also includes capabilities for training agents within controlled sandbox environments using task suites and verif

    Python
    View on GitHub↗18,718
  • mcgill-nlp/vineppoMcGill-NLP avatar

    McGill-NLP/VinePPO

    192View on GitHub↗

    Paper - Abstract - Updates - Quick Start - Installation - Download the datasets - Create Experiment Script - Single GPU Training (Only for Rho models) - Running the experiments - Code Structure - Initial SFT Checkpoints - Acknowledgement - Citation

    Python
    View on GitHub↗192
  • microsoft/deepspeedexamplesmicrosoft avatar

    microsoft/DeepSpeedExamples

    6,822View on GitHub↗

    DeepSpeedExamples is a collection of reference implementations for training and deploying large scale AI models using the DeepSpeed optimization library. It provides Python code examples for training massive models across multiple GPUs through distributed optimization techniques. The repository includes optimized patterns for deploying and running large language model predictions in production environments. It also serves as a guide for model compression to reduce memory footprints and as a source for performance benchmarks to measure execution speed and resource utilization. The project cov

    Python
    View on GitHub↗6,822
  • openai/following-instructions-human-feedbackopenai avatar

    openai/following-instructions-human-feedback

    1,258View on GitHub↗

    Paper linkLINKTOPAPER

    View on GitHub↗1,258
  • openrlhf/openrlhfOpenRLHF avatar

    OpenRLHF/OpenRLHF

    9,675View on GitHub↗

    OpenRLHF is a training framework and alignment library designed for reinforcement learning from human feedback across distributed GPU clusters. It provides tools for aligning large language models and multimodal vision-language models using algorithms such as PPO, GRPO, and DPO. The framework distinguishes itself through a distributed inference engine that overlaps sample rollout with training to increase throughput. It supports scaling to models exceeding 70 billion parameters via parameter sharding and handles long-context sequences through ring-attention sequence parallelism. The project

    Pythonlarge-language-modelsopenai-o1proximal-policy-optimization
    View on GitHub↗9,675
  • optimalscale/lmflowOptimalScale avatar

    OptimalScale/LMFlow

    8,488View on GitHub↗

    LMFlow is a comprehensive suite for large language model fine-tuning, context extension, multimodal processing, and inference execution. It provides a toolkit for updating model parameters through full tuning or memory-efficient adapter algorithms, alongside an inference engine for executing tuned models via command-line or web-based interfaces. The framework includes a dedicated alignment suite for supervised tuning and reward model training to refine model behavior. It features a context window extender to increase maximum input lengths and a multimodal framework for building chatbots that

    Pythonchatgptdeep-learninginstruction-following
    View on GitHub↗8,488
  • pickxiguapi/uni-rlhf-platformP

    pickxiguapi/Uni-RLHF-Platform

    0View on GitHub↗
    View on GitHub↗0
  • pku-alignment/align-anythingPKU-Alignment avatar

    PKU-Alignment/align-anything

    4,661View on GitHub↗

    Align-anything is a multi-modal large language model alignment framework designed to fine-tune models across text, image, video, and audio. It functions as a distributed training orchestrator and toolkit for implementing preference-based learning to ensure model behaviors match human intentions and values. The framework provides specialized pipelines for Supervised Fine-Tuning and Direct Preference Optimization. It includes a high-performance inference engine wrapper for actor models to reduce sequence generation time and a dedicated training environment for refining vision-language-action mo

    Python
    View on GitHub↗4,661
  • pku-alignment/safe-rlhfPKU-Alignment avatar

    PKU-Alignment/safe-rlhf

    1,605View on GitHub↗

    Safe RLHF: Constrained Value Alignment via Safe Reinforcement Learning from Human Feedback

    Pythonai-safetyalpacabeaver
    View on GitHub↗1,605
  • rishihazra/revolveR

    RishiHazra/Revolve

    0View on GitHub↗
    View on GitHub↗0