
Top 12 Arxiv Papers for Generative Engine Optimization in 2026
Generative Engine Optimization moved from a buzzword to a research field with reproducible benchmarks, citation studies, and uncomfortable findings about earned media bias. If you are building an AEO/GEO program in 2026, these arXiv papers are the shortest path from LinkedIn tips to evidence.
This roundup highlights the top 12 arXiv papers for Generative Engine Optimization that practitioners actually use: the foundational GEO paper, conversational SEO benchmarks, citation-behavior studies, structural optimization work, and the RAG papers that explain why retrieval sits under every answer engine.
Links go to arXiv abstracts so you can open the PDF, check versions, and cite correctly.
Quick table
| Paper | arXiv | Why it matters for GEO |
|---|---|---|
| GEO: Generative Engine Optimization | 2311.09735 | Named the field; GEO-bench; up to ~40% visibility lifts in their setup |
| Generative Engine Optimization: How to Dominate AI Search | 2509.08919 | Large-scale earned-media bias vs Google |
| C-SEO Bench: Does Conversational SEO Work? | 2506.11097 | Many C-SEO tricks fail when competitors also adopt them |
| What Gets Cited: Competitive GEO in AI Answer Engines | 2605.25517 | Controlled factors behind citation preference |
| Structural Feature Engineering for GEO | 2603.29979 | How document structure shapes citation behavior |
| AI Answer Engine Citation Behavior (GEO-16) | 2509.10762 | Empirical citation signals across engines |
| GEO at Scale: Measuring Brand Visibility | 2606.20065 | Production-style multi-engine brand measurement |
| Authority Signals in Claude Health Citations | 2605.23921 | How selective engines lean on institutional authority |
| RAG for Knowledge-Intensive NLP Tasks | 2005.11401 | Foundational RAG architecture behind live answers |
| RAG for LLMs: A Survey | 2312.10997 | Map of retrieval + generation design choices |
| Autoregressive Search Engines | 2204.10628 | Generating document identifiers for retrieval |
| LLMs as Built-in Autoregressive Search Engines | 2305.09612 | Prompted URL generation as retrieval |
1. GEO: Generative Engine Optimization (Aggarwal et al.)
arXiv: 2311.09735 · KDD 2024
The paper that formalized generative engines and Generative Engine Optimization. Aggarwal et al. define visibility metrics for synthesized answers, introduce GEO-bench, and test content interventions such as adding citations, statistics, and quotations. In their experiments, GEO methods improved visibility by up to about 40%, with gains varying by domain.
Takeaway for teams: Treat GEO as measurable visibility inside synthesized answers, not as “rank #1.” Domain-specific tactics beat one generic rewrite playbook.
2. Generative Engine Optimization: How to Dominate AI Search (Chen, Wang, Chen, Koudas)
arXiv: 2509.08919
A large comparative study of AI search versus traditional Google results across verticals, languages, and paraphrases. The headline finding: AI search systems show a systematic bias toward earned media (third-party authoritative sources) over brand-owned and social content, unlike Google’s more balanced mix. Engines also differ on freshness, domain diversity, and phrasing sensitivity.
Takeaway for teams: Owned blog posts alone are a weak GEO strategy. Digital PR, reviews, and independent comparisons are not optional side channels.
3. C-SEO Bench: Does Conversational SEO Work? (Puerto et al.)
arXiv: 2506.11097 · NeurIPS 2025 Datasets & Benchmarks
C-SEO Bench evaluates conversational SEO methods across tasks, domains, and multi-adopter settings. Many popular C-SEO document edits are ineffective or even hurt ranking once multiple actors apply the same tricks. Improving the underlying retrieval ranking of the source often matters more than surface-level conversational rewrites.
Takeaway for teams: Be skeptical of “magic prompt HTML” claims. Compete on retrieveability and evidence quality, and assume rivals will copy any cheap trick.
4. What Gets Cited: Competitive GEO in AI Answer Engines (Vishwakarma, Kumar, Jamidar)
arXiv: 2605.25517
A controlled competitive GEO study in a simulated RAG setting. The authors run matched-pair comparisons across content factors (match, completeness, trust, readability, freshness, position), counterbalance order bias, anonymize brands to reduce familiarity confounds, and model citation preference across multiple LLMs.
Takeaway for teams: Citation is a bottleneck after retrieval. Completeness, evidence, and competitive framing can matter as much as being “on the page.”
5. Structural Feature Engineering for Generative Engine Optimization (Yu, Yang, Ding)
arXiv: 2603.29979
GEO-SFE focuses on structure: macro document architecture, meso chunking/formatting, and micro emphasis patterns. The argument is that structure, not only semantics, influences how generative engines cite content across search-then-synthesize and related architectures.
Takeaway for teams: Clear headings, scannable chunks, and extractable answer blocks are GEO infrastructure, not cosmetic formatting.
6. AI Answer Engine Citation Behavior: An Empirical Analysis of the GEO-16 Framework (Kumar & Palkhouski)
arXiv: 2509.10762
An empirical look at citation behavior using a GEO-16 style framework. The work connects on-page quality dimensions (including metadata/freshness, semantic HTML, and structured data signals in related reporting) to cross-engine citation outcomes.
Takeaway for teams: Build a checklist of page-level citation readiness and score your money pages against it, then re-measure on a fixed prompt set.
7. Generative Engine Optimization at Scale: Measuring Brand Visibility Across AI Search Engines (Kumar)
arXiv: 2606.20065
A practitioner-facing measurement paper on brand visibility across AI search engines. It discusses how to measure mentions, ranking/framing inside answers, share of voice, source classes, and recurring re-measurement in production-style settings.
Takeaway for teams: GEO without a measurement loop is content theater. Fixed prompts, multi-engine sampling, and competitor share are the minimum instrumentation.
8. Authority Signals in Claude AI Health Citations (Jacques, Datuowei, Quaye)
arXiv: 2605.23921
A descriptive analysis of Claude health citations and authority signals. Related findings in this research lane show extremely high concentration on established institutional sources, which matches what many operators see when Claude is the pickiest engine in the stack.
Takeaway for teams: On selective engines, authority and institutional corroboration beat freshness hacks. Vertical matters.
9. Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks (Lewis et al.)
arXiv: 2005.11401
The classic RAG paper. Generative engines that browse or ground answers inherit this pattern: retrieve candidates, then generate with those passages in context.
Takeaway for teams: If you are never retrieved, you are rarely cited. Crawlability, indexable evidence pages, and clear entities still matter.
10. Retrieval-Augmented Generation for Large Language Models: A Survey (Gao et al.)
arXiv: 2312.10997
A survey of RAG architectures, training choices, and evaluation. Useful when you need vocabulary for why two engines cite different sources for the same prompt.
Takeaway for teams: “The model said so” is incomplete. Ask whether the failure is retrieval, ranking, or generation preference.
11. Autoregressive Search Engines: Generating Substrings as Document Identifiers (Bevilacqua et al.)
arXiv: 2204.10628
Shows retrieval framed as generating document identifiers rather than only embedding similarity. Helps explain why identifier quality and document naming/structure can interact with modern retrieval stacks.
Takeaway for teams: Stable URLs, clear titles, and identifiable documents are not SEO nostalgia. They are retrieval handles.
12. Large Language Models are Built-in Autoregressive Search Engines (Ziems et al.)
arXiv: 2305.09612
Demonstrates that LLMs can be prompted to generate URLs that often contain answers, behaving like built-in search engines via in-context demonstrations.
Takeaway for teams: Models already “think” in document identifiers. Make your best evidence pages obvious candidates.
How to read these papers without becoming a PhD student
- Skim abstract + figures first. Look for the evaluation setup and the claimed lift.
- Check whether competitors also optimize. C-SEO Bench is the warning label here.
- Separate owned vs earned implications. Chen et al. (2509.08919) should change PR budgets, not just on-page templates.
- Translate findings into a prompt set. Re-run the same buyer questions weekly. Papers without measurement stay opinions.
- Engine differences are the point. Claude, ChatGPT, Perplexity, and Google generative surfaces do not share one citation prior.
For operational tracking after you read, use how to track brand visibility with AEO Vision or the starter guide on tracking brand mentions in AI search.
What this research implies for AEO Vision users
Academic GEO work keeps converging on the same operating system:
- Freeze prompts and measure mention/citation share over time
- Compete for citations, not only name drops
- Invest in earned and authoritative third-party sources
- Improve retrieveable, well-structured evidence pages
- Expect multi-engine disagreement
That is the measurement loop AEO Vision is built for: daily or near-daily sampling across ChatGPT, Perplexity, Gemini, Claude, Google AI Mode, and AI Overviews, with competitor context and citation visibility.
Turn GEO research into a measurement loop
AEO Vision tracks brand mentions, citations, and competitors across the major AI search engines so you can test what the papers claim on your own prompt set. Plans start at $9/mo.
See PlansFrequently Asked Questions
What is the most important GEO paper on arXiv?
Start with GEO: Generative Engine Optimization (2311.09735). It defined the term, the visibility framing, and GEO-bench. Then read 2509.08919 for the earned-media bias findings that change strategy, not just copywriting.
Are conversational SEO tricks proven to work?
Not reliably. C-SEO Bench finds many conversational SEO methods ineffective or harmful under competitive adoption. Treat viral “C-SEO hacks” as hypotheses until they survive multi-actor testing.
Why include RAG papers in a GEO list?
Because most live AI search systems retrieve then generate. RAG foundations explain why crawlable, citable pages still matter even when the user never sees a blue-link SERP.
How should marketers use these papers?
Extract one testable claim per paper, map it to a fixed prompt set, ship one content or PR change, and re-measure mention/citation share. Do not rewrite your site after reading a single abstract.
AEO Vision Content Team
Insights on AI search visibility, answer engine optimization, and brand discovery across ChatGPT, Perplexity, Gemini, Claude, and Google AI Mode.
Ready to see how AI perceives your brand?
Track your visibility across ChatGPT, Perplexity, Gemini, Claude, and Google AI Mode.