Citational Politics and Practices in Viking Age Archaeology and Beyond
April 13, 2026
How do archaeologists use citations,
and can we study this at scale
without losing the nuance?
Citations are not neutral. They are rhetorical acts.
A citation can:
Standard bibliometric tools count that something is cited.
They cannot tell us why or how.
Lund & Sindbæk (2022), “Crossing the Maelstrom: New Departures in Viking Archaeology”
Generational model:
| Generation | What it contains |
|---|---|
| P | Seed paper |
| F1 | Papers cited by P |
| F2 | Papers cited by F1 |
| F3+ | … and so on |
Which works are cited, and by whom?
citekey{
"citekey": "sindbaek2007",
"entry_type": "article",
"title": "The Small World of the Vikings",
"author": [
{"family": "Sindbæk", "given": "Søren M."}
],
"journaltitle": "Norwegian Archaeological Review",
"volume": "40", "pages": "59--74",
"date": "2007",
"generation": "F1",
"cited_by": ["lund2022", "aannestad2018"]
}Where and how is each reference is invoked?
With the graph in place, we can locate where each reference is invoked — and capture what the citing author actually says.
{
"context_id": "ctx_lund2022_sindbaek2007_001",
"verbatim_text": "Recent studies have drawn on network theory to
reframe Viking-period exchange as polycentric rather than
hub-driven (Sindbæk 2007; Barrett 2010). This shift has
implications for how we understand the relationship between
centres like Birka and Hedeby and their wider hinterlands.",
"citing_citekey": "lund2022",
"cited_citekey": "sindbaek2007",
"co_occurring_citekeys": ["barrett2010"]
}Extracts the verbatim text — not a summary.
And the co-occurring references — what company each citation keeps.
Why is each reference cited, and how is it characterized?
{
"context_id": "ctx_lund2022_sindbaek2007_001",
"citation_function": "theoretical_framing",
"citation_function_explanation":
"The citing authors invoke Sindbæk's network model as the
conceptual framework that reoriented the field away from
centre-periphery models of Viking-period exchange. The
citation positions this work as a paradigm shift rather
than an incremental contribution.",
"confidence": "high",
"analysis_mode": "content_enriched",
"characterization_assessment": "selective",
"characterization_explanation":
"Sindbæk's paper also addresses small-world network
properties and their implications for information flow,
which the citing authors do not engage with. The citation
foregrounds the exchange dimension to serve the chapter's
focus on material culture circulation."
}You are an expert in academic citation analysis. Your task is to analyze how a cited work is being used in its citing context.
Context: The following is a passage from an academic paper. The citation of interest is marked with [target citation]. Other cited works may appear in the same passage.
{context_text}
The target citation refers to: “{cited_title}” by {cited_authors} ({cited_year}).
Task: Analyze the function of this citation. Consider these common citation functions as a starting point, but do not limit yourself to them:
[controlled vocab and definitions]
Respond in JSON format with exactly these fields:
[JSON template]
How do authors situate prior work in conversation?
{
"cluster_id": "cluster_007",
"members": ["barrett2010", "sindbaek2007", "ashby2015", "skre2007"],
"relationship_type": "theoretical_conversation",
"relationship_name":
"Competing models of Viking-period network formation",
"rationale":
"Barrett and Sindbæk are cited together to propose
network-based models emphasizing polycentric exchange.
Skre represents an older centralized-hub model that
the citing author positions as a foil. Ashby provides
the empirical data from comb production used to
adjudicate between these frameworks.",
"directionality":
"Barrett and Sindbæk build on each other; both contrast
with Skre; Ashby provides evidence for evaluation.",
"strength": "strong"
}Two references co-occur when they appear in the same citation context.
Repeated co-occurrence (≥2 contexts) suggests the citing author sees a relationship.
You are an expert in academic citation analysis and bibliometrics. Your task is to analyze a group of references that frequently appear together in academic citations, and characterize the nature of their relationship.
Co-cited references: The following references frequently appear together in citation contexts: {reference_list}
Citation contexts where they co-occur: {contexts_text}
Citation function data: {function_data}
Task: Analyze the relationship between these co-cited references.
Consider:
- Are they doing similar work (parallel findings)?
- Is one building on another (methodological or theoretical lineage)?
- Are they being used as contrasts or foils for each other?
- Do they address complementary aspects of a problem?
- Are they part of a theoretical conversation or debate?
- Is there another type of relationship?
Respond in JSON format with exactly these fields: [JSON template]
How complete is our corpus?
This module:
The BibVik protocol considered several options:
| Approach | Limitation |
|---|---|
| Manual coding | thousands of references across hundreds of documents |
| Scite Zotero plugin | Biased toward “neutral mention”, limited corpus |
| Jurgens (2018)1 2 open-source NLP | Requires NLP expertise to implement |
| Local LLM (this toolkit) | Focused on specific tasks, auditable, all data stays local |
The LLM is not replacing human judgment.
It provides a systematic annotation that surfaces patterns for human review.
All code, prompts, and controlled vocabularies: github.com/zackbatist/BibVik
These slides are available at: zackbatist.info/BibVik/analytical-protocol-slides