Skip to content

AI, Neural, and Voice Search Patents Reference

120+ patents covering neural ranking, BERT/Transformers, deep learning IR, vector embeddings, LLMs, and voice/conversational search.


Neural Ranking (13 patents)

PatentDescription
US7840569B2Neural network document ranking
US8117209B1Feature-based ranking (Reasonable Surfer)
US10229166B1NavBoost — implicit user behavior ranking
US9558233B1Selection quality scoring (dwell time)
US9031929B1Site quality score
US8661029B1User feedback-based ranking
US10296642B1Engagement scoring for ranking
US8442984B1Website quality signal generation
US9684697B1Click data quality signals
US9092510B1Post-click behavior (pogo-sticking)
US8838587B1Session dwell duration
US11132700B1A/B testing signals for ranking
US8255413B2Dwell time analysis

BERT / Transformers (18 patents)

PatentDescription
US10452978B2Attention mechanism — Transformers foundation
US20230334045A1BERT query integration
US12111859B2Cross-attention encoder for ranking
US11782998B2Dense retrieval with transformers
US20190114362A1Entity-based embeddings
US10810270B2Search based on emotional state + browsing history
US20180046834A1Query-entity matching

Deep Learning IR (40+ patents)

Key patents cover: learned ranking functions, neural feature extraction, deep semantic matching, representation learning for search.

Core concepts:

  • Learned ranking functions replace hand-crafted feature weights
  • Neural feature extraction from raw text without manual engineering
  • Deep semantic matching — meaning over keyword overlap
  • Representation learning — documents and queries mapped to same vector space

Embeddings / Vector Search (41 patents)

PatentDescription
US12099533B2Dense document representations
US11782998B2Vector similarity search
US20190114362A1Entity embeddings
US12210825B2Image captioning embeddings
US12051205B1Multimodal embeddings (text + image + video)

How vector search works in Google:

  1. Documents and queries embedded into the same high-dimensional space
  2. Semantic similarity calculated via cosine distance
  3. Dense retrieval surfaces documents that match meaning, not just keywords
  4. Used in AI Overviews, People Also Ask, featured snippet selection

LLMs for Search (29 patents)

PatentDescription
US11769017B1PaLM/LaMDA for generative search answers
US11003865B1RAG (Retrieval-Augmented Generation)
US12353469B1LLM output verification / source checking
2024 hypergraph patentMulti-relationship entity search
2025 pairwise ranking patentML-based document pair scoring

RAG pipeline (US11003865B1):

Query → Retrieval (vector + keyword) → Top-k documents → LLM synthesis → AI Overview

Pages that appear in AI Overviews are cited sources in the RAG retrieval phase.

LLM Verification (US12353469B1): LLM outputs are cross-checked against source documents. Citations with verifiable, accurate claims score higher for inclusion in AI Overviews.


Voice / Conversational Search (213+ patents)

Across 9 categories:

CategoryCountFocus
Voice search13Speech-to-text query processing
Speech recognition32Acoustic models, language models
Conversational AI24Dialog management, context tracking
Voice assistants26Command interpretation, action execution
NLU (Natural Language Understanding)31Intent extraction, slot filling, semantic parsing
Voice query context31Session context, disambiguation
Multimodal25Combined voice + visual + text search
Audio content9Audio indexing, podcast search
Voice navigation9Turn-by-turn, local voice queries

SEO Implications

  1. Write for semantic meaning, not keywords — BERT processes full context, not isolated terms
  2. Clear direct answers in the first paragraph — RAG extracts these for AI Overviews
  3. Build entity co-occurrence — entity embeddings drive vector retrieval
  4. Cite verifiable sources — LLM verification patent (US12353469B1) checks citations
  5. Optimize for voice queries — natural language, question format, conversational tone
  6. Include multimodal content — images with descriptive alt-text, video with transcripts

Grounded in Bill Slawski's SEO by the Sea patent research