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

liuqi6777/DiffusionRank

0
View on GitHub↗
7 stars·1 fork·Python·11 views

DiffusionRank

We preprocess the training data from , which is a collection of 40k query and ranked documents labeled by GPT-4 and used for the training of RankZephyr. The training data is preprocessed and converted into a format suitable for…

Features

  • Applications - Document reranking using diffusion-based language models.

Star history

Star history chart for liuqi6777/diffusionrankStar history chart for liuqi6777/diffusionrank

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 DiffusionRank

These projects share indexed features with DiffusionRank. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • apple/ml-diffucoderapple avatar

    apple/ml-diffucoder

    825View on GitHub↗

    This software project accompanies the research paper, DiffuCoder: Understanding and Improving Masked Diffusion Models for Code Generation.

    Python
    View on GitHub↗825
  • apple/ml-plannerapple avatar

    apple/ml-planner

    60View on GitHub↗

    PLANNER: Generating Diversified Paragraph via Latent Language Diffusion Model

    Python
    View on GitHub↗60
  • bansky-cl/diffuspollbansky-cl avatar

    bansky-cl/DiffusPoll

    3View on GitHub↗

    This repository provides the official implementation of the following paper:

    Python
    View on GitHub↗3
  • amayama/xdlmA

    Amayama/XDLM

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

Frequently asked questions

What does liuqi6777/diffusionrank do?

We preprocess the training data from [](https://huggingface.co/datasets/castorini/rankzephyrtraining_data), which is a collection of 40k query and ranked documents labeled by GPT-4 and used for the training of RankZephyr. The training data is preprocessed and converted into a format suitable for…

What are the main features of liuqi6777/diffusionrank?

The main features of liuqi6777/diffusionrank are: Applications.

Which projects share features with liuqi6777/diffusionrank?

Projects with overlapping indexed features include: apple/ml-diffucoder — This software project accompanies the research paper, DiffuCoder: Understanding and Improving Masked Diffusion Models… apple/ml-planner — PLANNER: Generating Diversified Paragraph via Latent Language Diffusion Model. bansky-cl/diffuspoll — This repository provides the official implementation of the following paper:. bytedance/difflm — This repository contains the code and models for our paper DiffLM: Controllable Synthetic Data Generation via… bytedance/dplm — This repository contains the official implementation of training and inference as well as the pre-trained weights for… amayama/xdlm.