cd /news/machine-learning/using-embeddings-llm-verification-to… · home topics machine-learning article
[ARTICLE · art-87868] src=discuss.huggingface.co ↗ pub= topic=machine-learning verified=true sentiment=· neutral

Using embeddings + LLM verification to match entities across data sources — dual T4 setup, looking for what others have tried

A developer building an entity-matching pipeline across multiple data sources is seeking community input on their dual T4 GPU setup, which uses embeddings for candidate generation and an LLM (Ollama Cloud) for verification. The pipeline scans sources on a schedule, embeds records for similarity search, and uses LLM-based binary verification to reduce false positives, with results shown on a live dashboard. The developer is tuning embedding model choice, verification reliability, throughput on dual T4s, and handling the false positive tail, and asks for others' experiences.

read1 min views1 publishedAug 5, 2026

Hi all,

I’ve been building a pipeline that needs to match “the same real-world thing” as it’s described differently across multiple independent data sources — different wording, different granularity, sometimes different structure entirely. Wanted to share the approach and see what other people have found works (or doesn’t).

Current setup:

Scan stage — pulls candidate records from several sources on a schedule

Match stage — embed everything and do similarity search to generate candidate pairs (running on 2x T4s, splitting the embedding load across both)

Verify stage — because embedding similarity alone throws too many false positives, I run a second pass through an LLM (currently) using Ollama Cloud) that looks at each candidate pair and makes a binary yes/no call with reasoning

Results feed a live dashboard

What I’m still tuning / would love input on:

Embedding model choice (x) - curious if anyone’s compared options specifically for short, noisy, informally-worded text (not clean prose)

Verification pass reliability — the LLM-as-verifier step is the biggest lever for precision right now. Anyone gone deeper on structured verification prompts vs. fine-tuning a smaller classifier instead of paying LLM cost per pair?

Throughput on dual T4s — is splitting embedding batches across two T4s actually the right move vs. a single bigger card? Curious what others’ cost/throughput tradeoffs looked like at similar scale

False positive tail — the long tail of “technically similar but semantically different” pairs is where most of my remaining errors live. Anyone found a good pattern for catching that without just throwing more LLM calls at it?

Not trying to be cagey about the domain, just keeping this focused on the ML/infra side. Happy to go into more detail on any part if useful.

Seeking wisdom

── more in #machine-learning 4 stories · sorted by recency
── more on @ollama cloud 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/using-embeddings-llm…] indexed:0 read:1min 2026-08-05 ·