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 yuezih/less-is-more

Projects sharing features with Less Is More

30 open-source projects similar to yuezih/less-is-more, 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.

  • anonymousanoy/foheAnonymousanoy avatar

    Anonymousanoy/FOHE

    11View on GitHub↗

    In Stage 1, the Keyword Extraction Prompt instructs ChatGPT to generate verbs, nouns, and adjectives (highlighted in brown) from the original caption. In Stage 2, the Caption Generation Prompt guides ChatGPT to generate a rewritten caption. By iteratively applying this prompt, multiple rewritten…

    Python
    View on GitHub↗11
  • opendatalab/vigcopendatalab avatar

    opendatalab/VIGC

    97View on GitHub↗

    AAAI 2024: Visual Instruction Generation and Correction

    Python
    View on GitHub↗97
  • billchan226/halcBillChan226 avatar

    BillChan226/HALC

    114View on GitHub↗

    ICML 2024 Official implementation for "HALC: Object Hallucination Reduction via Adaptive Focal-Contrast Decoding"

    Pythonhallucinationslarge-language-modelslvlms
    View on GitHub↗114
  • 1zhou-wang/memvr1zhou-Wang avatar

    1zhou-Wang/MemVR

    173View on GitHub↗

    ICML 2025 Official implementation of paper 'Look Twice Before You Answer: Memory-Space Visual Retracing for Hallucination Mitigation in Multimodal Large Language Models'.

    Python
    View on GitHub↗173
  • lalbj/paiLALBJ avatar

    LALBJ/PAI

    171View on GitHub↗

    ECCV 2024 Paying More Attention to Image: A Training-Free Method for Alleviating Hallucination in LVLMs

    Python
    View on GitHub↗171

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
  • bradyfu/woodpeckerBradyFU avatar

    BradyFU/Woodpecker

    650View on GitHub↗

    ✨✨Woodpecker: Hallucination Correction for Multimodal Large Language Models

    Python
    View on GitHub↗650
  • nickjiang2378/vl-interpnickjiang2378 avatar

    nickjiang2378/vl-interp

    104View on GitHub↗

    ICLR '25 Official Pytorch implementation of "Interpreting and Editing Vision-Language Representations to Mitigate Hallucinations"

    Python
    View on GitHub↗104
  • hyperwjf/logiccheckgptHyperwjf avatar

    Hyperwjf/LogicCheckGPT

    25View on GitHub↗

    ACL 2024 Logical Closed Loop: Uncovering Object Hallucinations in Large Vision-Language Models. Detect and mitigate object hallucinations in LVLMs by itself through logical closed loops.

    Python
    View on GitHub↗25
  • yiyangzhou/lureYiyangZhou avatar

    YiyangZhou/LURE

    157View on GitHub↗

    ICLR 2024 Analyzing and Mitigating Object Hallucination in Large Vision-Language Models

    Python
    View on GitHub↗157
  • yuqifan1117/hallucidoctorYuqifan1117 avatar

    Yuqifan1117/HalluciDoctor

    52View on GitHub↗

    HalluciDoctor: Mitigating Hallucinatory Toxicity in Visual Instruction Data (Accepted by CVPR 2024)

    Python
    View on GitHub↗52
  • llava-rlhf/llava-rlhfllava-rlhf avatar

    llava-rlhf/LLaVA-RLHF

    396View on GitHub↗

    Aligning LMMs with Factually Augmented RLHF

    Python
    View on GitHub↗396
  • damo-nlp-sg/vcdDAMO-NLP-SG avatar

    DAMO-NLP-SG/VCD

    406View on GitHub↗

    CVPR 2024 Highlight Mitigating Object Hallucinations in Large Vision-Language Models through Visual Contrastive Decoding

    Python
    View on GitHub↗406
  • lackel/aglaLackel avatar

    Lackel/AGLA

    68View on GitHub↗

    CVPR 2025 Mitigating Object Hallucinations in Large Vision-Language Models with Assembly of Global and Local Attention

    Python
    View on GitHub↗68
  • shikiw/operashikiw avatar

    shikiw/OPERA

    411View on GitHub↗

    CVPR 2024 Highlight OPERA: Alleviating Hallucination in Multi-Modal Large Language Models via Over-Trust Penalty and Retrospection-Allocation

    Pythonchatbotchatgptgpt-4
    View on GitHub↗411
  • fuxiaoliu/lrv-instructionFuxiaoLiu avatar

    FuxiaoLiu/LRV-Instruction

    297View on GitHub↗

    ICLR'24 Mitigating Hallucination in Large Multi-Modal Models via Robust Instruction Tuning

    Pythonchatgptevaluationevaluation-metrics
    View on GitHub↗297
  • pku-yuangroup/chatlawPKU-YuanGroup avatar

    PKU-YuanGroup/ChatLaw

    7,525View on GitHub↗

    ChatLaw is a specialized large language model legal assistant designed to provide automated consulting and question answering within Chinese legal frameworks. It functions as a system for legal knowledge management, processing complex legal texts to deliver accurate statutory answers and advisory services. The system utilizes a mixture-of-experts modeling approach and multi-agent coordination to research information and generate professional consultation reports. To ensure factual reliability and minimize hallucinations, it integrates a legal knowledge graph and a standardized operating proce

    View on GitHub↗7,525
  • pandabearlab/prompt-tutorialPandaBearLab avatar

    PandaBearLab/prompt-tutorial

    1,330View on GitHub↗

    This project serves as an educational resource and guide for prompt engineering, providing a structured methodology for interacting with large language models. It focuses on teaching core strategies to improve the reliability, accuracy, and consistency of model outputs across a variety of natural language processing tasks. The framework emphasizes the use of standardized templates and logical decomposition to manage complex instructions. By implementing techniques such as few-shot context injection, iterative refinement, and delimiter-based segmentation, the project demonstrates how to guide

    View on GitHub↗1,330
  • jiaqi5598/adavibjiaqi5598 avatar

    jiaqi5598/AdaVIB

    12View on GitHub↗

    This repo contains the code for the paper: Mitigating Hallucinations in Large Vision-Language Models by Adaptively Constraining Information Flow. AAAI 2025

    Python
    View on GitHub↗12
  • lzzz2000/hallucimadL

    LZzz2000/HalluciMAD

    0View on GitHub↗
    View on GitHub↗0
  • ivy-lvlm/counterfactual-inceptionIVY-LVLM avatar

    IVY-LVLM/Counterfactual-Inception

    20View on GitHub↗

    Official PyTorch Implementation for the "What if...?: Thinking Counterfactual Keywords Helps to Mitigate Hallucination in Large Multi-modal Models" paper (EMNLP Findings 2024).

    Python
    View on GitHub↗20
  • lzvv123456/vistaLzVv123456 avatar

    LzVv123456/VISTA

    84View on GitHub↗

    This is the official implementation of the paper "The Hidden Life of Tokens: Reducing Hallucination of Large Vision-Language Models via Visual Information Steering".

    Python
    View on GitHub↗84
  • lijunzhang01/octopusLijunZhang01 avatar

    LijunZhang01/Octopus

    33View on GitHub↗

    This repository contains the official pytorch implementation of the CVPR2025 paper: "Octopus: Alleviating Hallucination via Dynamic Contrastive Decoding".

    Python
    View on GitHub↗33
  • lijm48/imccdlijm48 avatar

    lijm48/IMCCD

    14View on GitHub↗

    Following the VCD, use `bash conda create -yn imccd python=3.9 conda activate imccd cd IMCCD pip install -r requirements.txt `

    Python
    View on GitHub↗14
  • huofushuo/sidhuofushuo avatar

    huofushuo/SID

    136View on GitHub↗

    Diagram of Self-Introspective Decoding.

    Python
    View on GitHub↗136
  • fatemehpesaran310/lpoifatemehpesaran310 avatar

    fatemehpesaran310/lpoi

    16View on GitHub↗

    Official PyTorch implementation of "LPOI: Listwise Preference Optimization for Vision Language Models", (ACL 2025 Main)

    Python
    View on GitHub↗16
  • hasanar1f/painthasanar1f avatar

    hasanar1f/PAINT

    20View on GitHub↗

    Paper: PAINT: PAYING ATTENTION TO INFORMED TOKENS TO MITIGATE HALLUCINATION IN LARGE VISION-LANGUAGE MODEL

    Python
    View on GitHub↗20
  • kejiazhang-robust/vapKejiaZhang-Robust avatar

    KejiaZhang-Robust/VAP

    36View on GitHub↗

    Poison as Cure: Visual Noise for Mitigating Object Hallucinations in LVMs What doesn't kill me makes me stronger!

    Python
    View on GitHub↗36
  • masaiahhan/correlationqaMasaiahHan avatar

    MasaiahHan/CorrelationQA

    8View on GitHub↗

    The official repository of the paper "The Instinctive Bias: Spurious Images lead to Hallucination in MLLMs"

    Python
    View on GitHub↗8
  • mengchuang123/vasparse-githubmengchuang123 avatar

    mengchuang123/VASparse-github

    50View on GitHub↗

    TODO

    Python
    View on GitHub↗50
  • kaistai/volcanokaistAI avatar

    kaistAI/Volcano

    49View on GitHub↗

    \NAACL 2024\ This is the official github for "Volcano: Mitigating Multimodal Hallucination through Self-Feedback Guided Revision". Volcano employs a single LMM to generate initial responses, feedback, and revisions, as well as decisions to accept revisions. It follows a sequential procedure of…

    Python
    View on GitHub↗49