RRepoGEO

REPOGEO 报告 · LITE

likenneth/honest_llama

默认分支 master · commit 2c6b2179 · 扫描时间 2026/6/14 00:47:46

星标 583 · Fork 52

AI 可见性总分
28 /100
亟需修复
品类召回
0 / 2
在所有问题中均未被推荐
规则结果
通过 1 · 警告 1 · 失败 0
客观元数据检查
AI 认识你的名字
2 / 3
直接询问时,AI 是否点名你的仓库
如何阅读这份报告

行动计划告诉你下一步要做什么——按影响力排序、可直接复制粘贴的修改。品类可见性是真正的 GEO 测试:当用户向 AI 提一个不带品牌、本应让 likenneth/honest_llama 浮出水面的问题时,AI 是真的推荐了你,还是推荐了你的竞品?客观检查验证 AI 引擎最先权衡的那些元数据信号。自指检查判断 AI 是否还认识你的名字。

行动计划 — 可复制粘贴的修复

2 条由 gemini-2.5-flash 生成、按优先级排序的修改。修完后请把对应条目标记为完成。

整体方向
  • highreadme#1
    Add a concise, problem-solution opening statement to the README

    原因:

    当前
    ### Update 08/24/2024
    With the release of LLaMA-3 models, I decided to replicate ITI on a suite of LLaMA models for easy comparison. I've recorded the results in `iti_replication_results.md` and uploaded the ITI baked-in models to HuggingFace here. Note that the ITI baked-in models and ITI applied to base models is not exactly a one-to-one comparison due to slight differences in when the activations are edited. The ITI baked-in models have the activation differences hardcoded into their attention biases. For more precise editing, consider only using the models' attention biases when processing tokens after the input prompt, to be more faithful to the original ITI method.
    
    -- Justin Ji @jujipotle
    
    ### Update 01/26/2024 :fire::fire:
    
    Zen provided this really cool library called pyvene that can be used to load Inference-time Intervention, and many other mechanistic intervention technique. Here is what he says:
    
    pyvene  pushes for streamlining the sharing process of inference-time interventions and many more, comparing with other also super useful tools in this area!
    
    I created the activation diff (~0.14MB) based on your shared LLaMA-2-7b-chat by taking the bias terms. And your honest-llama can now be loaded as,
    
    ```python
    import torch
    from transformers import AutoTokenizer, AutoModelForCausalLM
    import pyvene as pv
    
    tokenizer = AutoTokenizer.from_pretrained("meta-llama/Llama-2-7b-chat-hf")
    model = AutoModelForCausalLM.from_pretrained(
        "meta-llama/Llama-2-7b-chat-hf",
        torch_d
    复制粘贴的修复
    # Honest LLaMA: Inference-Time Intervention for Eliciting Truthful Answers
    
    This repository provides an implementation of Inference-Time Intervention (ITI) to enhance the truthfulness and alignment of large language models, specifically LLaMA models, without requiring fine-tuning. It offers tools and replicated results for applying mechanistic interventions directly to model activations, making it valuable for AI researchers and developers focused on LLM safety and reliability.
    
    ### Update 08/24/2024
    With the release of LLaMA-3 models, I decided to replicate ITI on a suite of LLaMA models for easy comparison. I've recorded the results in `iti_replication_results.md` and uploaded the ITI baked-in models to HuggingFace here. Note that the ITI baked-in models and ITI applied to base models is not exactly a one-to-one comparison due to slight differences in when the activations are edited. The ITI baked-in models have the activation differences hardcoded into their attention biases. For more precise editing, consider only using the models' attention biases when processing tokens after the input prompt, to be more faithful to the original ITI method.
    
    -- Justin Ji @jujipotle
    
    ### Update 01/26/2024 :fire::fire:
    
    Zen provided this really cool library called pyvene that can be used to load Inference-time Intervention, and many other mechanistic intervention technique. Here is what he says:
    
    pyvene  pushes for streamlining the sharing process of inference-time interventions and many more, comparing with other also super useful tools in this area!
    
    I created the activation diff (~0.14MB) based on your shared LLaMA-2-7b-chat by taking the bias terms. And your honest-llama can now be loaded as,
    
    ```python
    import torch
    from transformers import AutoTokenizer, AutoModelForCausalLM
    import pyvene as pv
    
    tokenizer = AutoTokenizer.from_pretrained("meta-llama/Llama-2-7b-chat-hf")
    model = AutoModelForCausalLM.from_pretrained(
        "meta-llama/Llama-2-7b-chat-hf",
        torch_d
  • mediumabout#2
    Add a homepage URL to the repository's 'About' section

    原因:

    复制粘贴的修复
    https://huggingface.co/likenneth/honest_llama (or a link to the associated paper/project page if available)

本次扫描解析到的品类 GEO 通道:google/gemini-2.5-flash, deepseek/deepseek-v4-flash

品类可见性 — 真正的 GEO 测试

向 google/gemini-2.5-flash 提出的不带品牌问题。AI 推荐了你,还是推荐了别人?

各模型使用同一组问题 — 切换标签对比回答与排名。

召回
0 / 2
0% 的问题里出现了 likenneth/honest_llama
平均排名
越小越好。#1 表示首位推荐。
声量占比
0%
在所有被点名的工具中,你占了多少?
头号对手
OpenAI's GPT-4
在 2 个问题中被推荐 1 次
竞品排行
  1. OpenAI's GPT-4 · 被推荐 1 次
  2. Anthropic's Claude 3 · 被推荐 1 次
  3. Google's Gemini · 被推荐 1 次
  4. LangChain · 被推荐 1 次
  5. LlamaIndex · 被推荐 1 次
  • 品类问题
    How to improve language model truthfulness during inference without fine-tuning?
    你:未被推荐
    AI 推荐顺序:
    1. OpenAI's GPT-4
    2. Anthropic's Claude 3
    3. Google's Gemini
    4. LangChain
    5. LlamaIndex
    6. Google Search API
    7. Wikipedia API
    8. OpenAI's GPT-4 Turbo
    9. Anthropic's Claude 3 Opus
    10. Cohere's Command R+
    11. Wolfram Alpha API
    12. PubMed API
    13. Anthropic's Claude
    14. OpenAI's GPT-3.5
    15. Google's Gemini Pro
    16. Meta's Llama 2
    17. Mistral AI's Mixtral

    AI 推荐了 17 个替代方案,却始终没点名 likenneth/honest_llama。这就是要补上的差距。

    查看 AI 完整回答
  • 品类问题
    Tools for applying mechanistic interventions to large language model activations?
    你:未被推荐
    AI 推荐顺序:
    1. TransformerLens
    2. Neuroscope
    3. CircuitsVis
    4. PyTorch
    5. Hugging Face Transformers
    6. Captum

    AI 推荐了 6 个替代方案,却始终没点名 likenneth/honest_llama。这就是要补上的差距。

    查看 AI 完整回答

客观检查

针对 AI 引擎最看重的元数据信号的规则审计。

  • Metadata completeness
    warn

    建议:

  • README presence
    pass

自指检查

当被直接问到你时,AI 是否还知道你的仓库存在?

  • Compared to common alternatives in this category, what is the core differentiator of likenneth/honest_llama?
    pass
    AI 未点名 likenneth/honest_llama —— 很可能在说另一个项目

    AI 的回答可能信誓旦旦却是错的。请按事实核对:技术栈、目标人群、差异化点是不是和你实际的对得上?

  • If a team adopts likenneth/honest_llama in production, what risks or prerequisites should they evaluate first?
    pass
    AI 明确点名了 likenneth/honest_llama

    AI 的回答可能信誓旦旦却是错的。请按事实核对:技术栈、目标人群、差异化点是不是和你实际的对得上?

  • In one sentence, what problem does the repo likenneth/honest_llama solve, and who is the primary audience?
    pass
    AI 明确点名了 likenneth/honest_llama

    AI 的回答可能信誓旦旦却是错的。请按事实核对:技术栈、目标人群、差异化点是不是和你实际的对得上?

嵌入你的 GEO 徽章

把这个徽章贴进 likenneth/honest_llama 的 README。每次重新扫描都会自动更新,并跳到最新报告——是「我在乎 AI 可发现性」最简单的公开证明。

RepoGEO badge preview实时预览
MARKDOWN(README)
[![RepoGEO](https://repogeo.com/badge/likenneth/honest_llama.svg)](https://repogeo.com/zh/r/likenneth/honest_llama)
HTML
<a href="https://repogeo.com/zh/r/likenneth/honest_llama"><img src="https://repogeo.com/badge/likenneth/honest_llama.svg" alt="RepoGEO" /></a>
Pro

订阅 Pro,解锁深度诊断

likenneth/honest_llama — 轻量扫描仍免费;本卡列出 Pro 相对轻量的深度额度。

  • 深度报告每月 10 次
  • 无品牌品类查询5,轻量 2
  • 优先行动项8,轻量 3