首页 > AI前沿 > A Semantic Approach to the Academic Publishing Network: Document Vector Representations and Hybrid Structural-Semantic Fusion over OpenAlex Data

A Semantic Approach to the Academic Publishing Network: Document Vector Representations and Hybrid Structural-Semantic Fusion over OpenAlex Data

arXiv自然语言 2026-08-11 18:45 5 阅读 查看原文

Structural graph analysis of the academic publishing network captures the topological relationships between entities but does not see the content of works.

Building on our structural approach, this work complements it with a semantic layer and a parameterized structural-semantic fusion.

We represent scientific documents by citation-informed vector embeddings (SPECTER2) and store them in an embedded vector database keyed by the stable OpenAlex ID, so that they connect directly to the graph layer.

We define a modular late-fusion function that combines semantic similarity (cosine of embeddings) and structural similarity (bibliographic coupling) with a tunable weight alpha whose value is chosen according to the specific task.

Corpus of VSB - Technical University of Ostrava

On the corpus of VSB - Technical University of Ostrava we show two things:

  • citation-informed embeddings agree with the expert OpenAlex topical taxonomy better than a TF-IDF baseline,
  • in a recommendation use case the structural, semantic, and combined signals carry information in different regimes depending on the available data.

Hybrid fusion here is not a universally better method but an explicit mechanism for steering complementary signals according to the task.

We release the whole approach as an open-source extension of the apnet library with a reproducible workflow.