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
facebookresearch avatar

facebookresearch/rlcdArchived

0
View on GitHub↗
70 stars·4 forks·Python·MIT·14 views

Rlcd

This repo contains code and instructions for reproducing the experiments in the paper "RLCD: Reinforcement Learning from Contrast Distillation for Language Model Alignment" (https://arxiv.org/abs/2307.12950), by Kevin Yang, Dan Klein, Asli Celikyilmaz, Nanyun Peng, and Yuandong Tian. RLCD is a…

Features

  • Model Alignment and Feedback - Aligns models using reinforcement learning from contrast distillation.
  • Self-Improvement Methods - Aligns models via reinforcement learning from contrastive distillation.

Star history

Star history chart for facebookresearch/rlcdStar history chart for facebookresearch/rlcd

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 Rlcd

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

    IBM/Dromedary

    1,138View on GitHub↗

    Dromedary: towards helpful, ethical and reliable LLMs.

    Python
    View on GitHub↗1,138
  • 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
  • microsoft/lmopsmicrosoft avatar

    microsoft/LMOps

    4,418View on GitHub↗

    LMOps is a research-driven operations framework for optimizing the deployment, fine-tuning, and performance of large language models. It provides a specialized toolkit for foundation model adaptation, inference acceleration, prompt optimization, and context orchestration. The framework distinguishes itself through an inference accelerator that reduces token generation latency by verifying and copying overlapping text spans from reference documents. It also features a prompt engineering optimizer that employs reinforcement learning, beam search, and non-natural language markers to automaticall

    Python
    View on GitHub↗4,418
  • 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
Compare all 18 related projects→

Frequently asked questions

What does facebookresearch/rlcd do?

This repo contains code and instructions for reproducing the experiments in the paper "RLCD: Reinforcement Learning from Contrast Distillation for Language Model Alignment" (https://arxiv.org/abs/2307.12950), by Kevin Yang, Dan Klein, Asli Celikyilmaz, Nanyun Peng, and Yuandong Tian. RLCD is a…

What are the main features of facebookresearch/rlcd?

The main features of facebookresearch/rlcd are: Model Alignment and Feedback, Self-Improvement Methods.

Which projects share features with facebookresearch/rlcd?

Projects with overlapping indexed features include: ibm/dromedary — Dromedary: towards helpful, ethical and reliable LLMs. microsoft/lmops — LMOps is a research-driven operations framework for optimizing the deployment, fine-tuning, and performance of large… optimalscale/lmflow — LMFlow is a comprehensive suite for large language model fine-tuning, context extension, multimodal processing, and… pku-alignment/align-anything — Align-anything is a multi-modal large language model alignment framework designed to fine-tune models across text,… volcengine/verl — verl is a distributed training system designed for large language model alignment and reinforcement learning. It… uber/ludwig — Ludwig is a declarative machine learning framework designed for training neural networks and large language models…