Expertise Finding¶
Given a topic, question, or task, expertise finding uses evidence associated with candidate people to rank those most plausibly able to help.
Core Idea¶
Expertise finding is the information-retrieval task of ranking people who are plausibly expert in a topic, question, or task by using evidence associated with those people. A user supplies an expertise need; the system relates that need to candidate people through profiles, authored or mentioning documents, work records, social or organizational signals, or other traceable evidence; and it returns people rather than documents as the primary results. The supporting evidence matters because topical co-occurrence, reputation, and organizational visibility are imperfect proxies for competence.
Scope of Application¶
The canonical habitat is enterprise search: an employee has a problem and needs colleagues who know a relevant technology, client, process, or scientific area. Organizational analyses treat expert-finding systems as a recurring problem class rather than one product, with architectures that acquire expertise evidence, model candidates, and expose the result for use. TREC's official Enterprise Track made this an evaluable retrieval task using organizational corpora. In 2005, systems received topical queries and ranked W3C people using the W3C document collection. In 2006, systems returned ranked candidates plus supporting documents so assessors and prospective users could inspect why a person had been recommended.
Clarity¶
Expertise finding clarifies that the relevant unit of retrieval is a person supported by evidence, not an evidence document treated as the final answer. A high-ranking technical report may reveal a candidate through authorship, contribution, or mention, but the transformation from document relevance to person relevance must be explicit. The strongest formal models differ precisely in where that transformation occurs: build a candidate language model from associated documents, or retrieve topic-relevant documents and aggregate their support toward candidates.
Manages Complexity¶
Organizations distribute knowledge across people and leave indirect traces across heterogeneous systems. No seeker can remember every colleague, interpret every title, read every work artifact, and follow every referral. Expertise finding compresses that many-to-many problem into an indexed relation among needs, evidence, and candidates. It makes “who might know?” tractable at a scale beyond personal memory and local networks.
Abstract Reasoning¶
Expertise-finding reasoning proceeds as a sequence of typed checks.
Specify the need. Determine whether the seeker wants explanatory knowledge, operational experience, formal authority, a collaborator, or an available responder. These are not interchangeable labels.
Define candidate eligibility. Decide whether candidates must be current employees, members of a community, researchers in a field, reachable contacts, or persons satisfying policy constraints. Candidate extraction is itself a failure surface when the universe is not supplied.
Knowledge Transfer¶
The full abstraction transfers exactly across enterprise expert search, researcher discovery, software-maintainer location, support escalation, community question routing, and evidence-based staffing. The people, evidence, and query vocabularies change, but every case still requires a need, a candidate set, person-linked evidence, an expertise inference, and a ranked person output.
Transfer is safest through the role structure rather than a vendor feature list. A code repository may replace publications with commits and issue resolutions; a hospital research directory may replace enterprise email with publications, trials, and grants; a support center may use incident records.
Relationships to Other Abstractions¶
Current abstraction Expertise Finding Domain-specific
Parents (1) — more general patterns this builds on
-
Expertise Finding is a kind of Search and Retrieval Prime
Search and Retrieval is the minimal taxonomic parent: expertise finding is literally a query-driven retrieval process with indexed evidence, relevance matching, ranking, and returned objects.
Hierarchy paths (4) — routes to 3 parentless roots
- Expertise Finding → Search and Retrieval → Problem Space → Representation → Abstraction
- Expertise Finding → Search and Retrieval → Trade-offs → Constraint
- Expertise Finding → Search and Retrieval → Problem Space → State and State Transition → Phase Space
- Expertise Finding → Search and Retrieval → Problem Space → Problem Representation → Representation → Abstraction
Neighborhood in Abstraction Space¶
Expertise Finding sits in a sparse region of the domain-specific corpus (95th percentile for distinctiveness): few abstractions share its structure, so a faithful description tends to retrieve it precisely.
Family — Unclustered & Miscellaneous (1565 abstractions)
Nearest neighbors
- Retrievability — 0.79
- Retrieval-augmented generation — 0.77
- Extended Boolean model — 0.77
- Uncertainty Reduction Theory — 0.77
- Social Semantic Web — 0.75
Computed from structural-signature embeddings · 2026-09-08