Zum Hauptinhalt springen
tsecurity.de LIVE
Echtzeit-Radar & Feeds
Alle RSS Feeds
👥 Community & Social
Windows Tipps & SecurityTestMu AI Review: How AI is Solving the Quality Engineering Problem(23.09.2026 um 13:18 Uhr)
Windows Tipps & SecurityAmazon haut den kabellosen Dyson V8 Stabstaubsauger zum Tiefstpreis raus(24.09.2026 um 09:32 Uhr)
Windows Tipps & SecurityUpdates beheben etliche Schwachstellen in Foxit PDF Reader(24.09.2026 um 09:44 Uhr)
Windows Tipps & Security„Vom Experience Center zum monumentalen Signage-Projekt“(24.09.2026 um 10:30 Uhr)
Windows Tipps & SecurityTestMu AI Review: How AI is Solving the Quality Engineering Problem(23.09.2026 um 13:18 Uhr)
Windows Tipps & SecurityAmazon haut den kabellosen Dyson V8 Stabstaubsauger zum Tiefstpreis raus(24.09.2026 um 09:32 Uhr)
Windows Tipps & SecurityUpdates beheben etliche Schwachstellen in Foxit PDF Reader(24.09.2026 um 09:44 Uhr)
Windows Tipps & Security„Vom Experience Center zum monumentalen Signage-Projekt“(24.09.2026 um 10:30 Uhr)
Intelligence View
⚡ tsecurity.de Intelligence

Why Search-Enabled LLMs Still Get Numbers Wrong

If a chatbot can search the web, shouldn't it become more accurate? That sounds intuitive, but my pilot study suggests the answer is: not always. I have been working on a small evaluation project for grounded numeric fact retrieval. The…

0
↗ Quelle (dev.to)
Reagiere als Erste:r — dein Feedback zählt!

If a chatbot can search the web, shouldn't it become more accurate?



That sounds intuitive, but my pilot study suggests the answer is: not always.



I have been working on a small evaluation project for grounded numeric fact retrieval. The task sounds simple: ask a model a question like:




What was the birth rate in Angola in 2020?




These questions are nice for evaluation because they are public, structured, and easy to verify against real-world data sources. They also expose a subtle weakness in modern AI systems: finding a page is not the same as giving the right answer.






The Core Idea



I compare three ways an LLM might answer the same numeric question:





  • no-web: answer from internal model knowledge only


  • web-search: answer with built-in search or browsing


  • agentic: rewrite the query, search, retrieve sources, and try to validate the answer



The benchmark currently covers 20 indicators across 15 countries, for a total of 300 questions. Using existing pilot outputs, I already have 1,200 evaluated examples across four models.






What I Found So Far



The interesting result is not just that search can help. It is that search changes the error profile.



For example, in the current pilot:




  • GPT-4o improves from 31.67% A-level accuracy without search to 44.00% with search.

  • Gemini improves from 35.00% to 44.67%.

  • Qwen improves from 19.67% to 36.33%.

  • Claude, in this pilot, actually performs worse with search than without it.



So yes, retrieval can help. But it can also hurt.






Why This Happens



There are several ways a search-enabled model can still fail:




  • It pulls the wrong year.

  • It picks a source that uses a different definition.

  • It cites a page that does not actually support the answer.

  • It combines multiple weak hints into a confident but unsupported number.



In other words, the real question is not "Can the model search?" The real question is:



Can the model retrieve, interpret, and justify a correct answer from evidence?






Why I Think This Matters



Many frontier AI systems are becoming more agentic. They browse, call tools, and retrieve documents before responding. That makes evaluation harder, not easier. If we only reward systems for producing answers with links, we may miss whether those links actually support the answer.



Numeric facts are a good place to study this problem because they make grounding failures visible. Either the number matches the source and the reference value, or it does not.






Where This Project Goes Next



The current version is a pilot, not a finished benchmark. The next step is to turn it into a cleaner evaluation framework with:




  • reproducible data merging,

  • stronger citation checks,

  • a small manually verified subset,

  • and a clearer failure taxonomy for search-related errors.



That is the research direction I want to push further: not just whether LLMs can search, but whether search actually makes them more trustworthy.

SOC Incident Playbook: Remote Code Execution (RCE) Defense
title: Detect Exploitation - Why Search-Enabled LLMs Still Get Numbers Wrong
id: c8badf22-2deb-4c7b-85e5-1a215ff8049c
status: experimental
description: Automatisch generierte SIEM-Erkennungsregel basierend auf CTI Intelligence
references:
  - https://tsecurity.de/
author: iShareStuff CTI Automated Detection Engine
date: 2026-09-24
logsource:
  category: network_connection
  product: any
detection:
  selection:
      CommandLine|contains:
        - 'exploit'
  condition: selection
falsepositives:
  - Legitime administrative Zugriffe oder Penetrationstests
level: high
tags:
  - attack.initial_access
rule CTI_Threat_Indicator {
    meta:
        author = "iShareStuff CTI Automated Detection Engine"
        date = "2026-09-24"
        description = "YARA Signature for "
    strings:
        $str = "Why Search-Enabled LLMs Still " ascii wide
    condition:
        any of them
}
tsecurity.de Cognitive Threat RAG
Fokus-Vektor:

Kognitive Analyse für identifizierte Bedrohung: Erhöhte Bedrohungslage im Bereich Why Search-Enabled LLMs Still Get Number.... Basierend auf 368k Vektor-Korrelationen werden sofortige Isolationsmaßnahmen für betroffene Endpunkte empfohlen.

🛡️ Angriffsfläche & Exposure

Netzwerk/Remote-Zugriff ohne Vorauthentifizierung möglich.

Empfohlene Sofortmaßnahmen
  • 1. Perimeter-Inspektion: Relevante Portfreigaben und exponierte Endpunkte unverzüglich scannen.
  • 2. Patch-Applikation: Hersteller-Hotfix einspielen oder betroffene Daemons in isolierte DMZ-Segmente überführen.
  • 3. Telemetrie & EDR-Alerts: Prozessaufrufe und Child-Processes auf anomale Shell-Spawns überwachen.
🔗 Semantisch verwandte Zero-Days MariaDB 11.7 VEC
Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten Why Search-Enabled LLMs Still Get Numbers Wrong

Thematisch verwandte Begriffe: SearchEnabled, LLMs, Still, Numbers · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Zum Aktualisieren ziehen
ZERO-DAY CVE-2026-97056 | SigNoz versions from v0.98.0 up to (but not including) v0.143.0, when co…
Advisory →
TTS Reader • tsecurity.de Voice
tsecurity.de Icon
tsecurity.de App
Offline-Lesen, Eilmeldungen & 0ms Ladezeit

Installiere tsecurity.de direkt auf deinen Home-Bildschirm für das ultimative Vollbild-Magazinerlebnis ohne Browser-Leisten.

Nächster Beitrag
Themen-Radar & Intelligence Matrix
Echtzeit-Taxonomie nach Angriffsvektoren & Plattformen

tsecurity.de Live Threat Radar

🔴 LIVE RADAR
MONITORING
AKTIV
CVE-DATENBANK
LIVE
🔍
Community Radar & Live Chat
Sentinel Bot online • Live-Stream
Dein Cluster: Security Explorer
Match:
lädt…
Verbindung zum Community-Stream wird aufgebaut...
Bearbeitungsmodus — Senden überschreibt deine Nachricht
Community-Puls — was gerade passiert
lädt…
Aktivitäten deiner Analysten
lädt…
Neues Thema oder Eilmeldung einreichen

Reiche interessante Links, Zero-Days oder Debatten ein. Die Community entscheidet per Upvote über die Veröffentlichung.

Heiß diskutierte Einreichungen
🔖 Gespeicherte Artikel
📂 Keine gespeicherten Artikel vorhanden.
Zurück Ziehen Vor
Links: vorheriger Artikel Rechts: nächster Artikel unten: schließen
News NIS-2 Frühwarnung Tier-1 Intel TTP ⏱️ 3 Min vor 10 Min
Artikeldaten werden geladen...

Zurück: vorheriger Vor: nächster
↗ Original-Quelle
Social Reaktionen Deine Reaktion zählt
Einstufung & Relevanz-Poll 0 Stimmen
In sozialen Netzwerken teilen 1-Klick