home.social

#nemotron — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #nemotron, aggregated by home.social.

  1. #Meta and #Nvidia have released #openweightAI models, #MuseGlimmer and #Nemotron 3.5 Lightning, respectively. This move aims to compete with proprietary models from #OpenAI and #Anthropic, as well as #ChinaAI. While Meta’s previous open-source efforts faced challenges, the company hopes to regain developer trust and foster innovation in the open-source AI ecosystem. cnbc.com/2026/08/12/meta-nvidi #tech #news #ainews

  2. #NVIDIA’s #Nemotron, the new genius on the block

    Me:

    You said: My training data associates Israel-related political content with antisemitism debates

    Explain how is your training data doing that and why

    It (truncated for clarity):

    ## How LLM Training Creates That Association

    **Mechanism**: Statistical co-occurrence in the training corpus.

    ### What the training data actually contains

    Vast amounts of text where "Israel" + "politics" + "antisemitism" appear together:

    | Source type | Typical pattern |
    |-------------|-----------------|
    | News articles | "Israel-Hamas war sparks antisemitism debate on campuses" |
    | Opinion columns | "Criticism of Israel vs. antisemitism: where's the line?" |
    | Social media dumps | "Israel did X" → replies accusing/defending antisemitism |
    | ADL/NGO reports | "Antisemitic incidents rise after Israel military actions" |
    | Congressional hearings | "Antisemitism on campus: Israel-Palestine discourse" |
    | Wikipedia | "Antisemitism in the 21st century: relationship to Israel" |
    | Fact-checks | "Claim: criticizing Israel is antisemitic" |

    ### What the model learns

    Not "Israel → antisemitism" as a fact. Rather: **P(antisemitism | Israel + politics + discourse) is high** in the training distribution.

    So when I see:
    - "Israel"
    - "political conflict"
    - "leaks"
    - "administration"
    - "media"

    The conditional probability spikes for "antisemitism discourse" as an associated topic — because that cluster appears together *a lot* in the data.

    […]

    This is a general LLM failure mode: **substituting distributional association for contextual judgment**. Happens with many sensitive topics (race, gender, religion, geopolitics).

    #aicon #aihype #aibias #antisemitism