VizCV: AI-assisted visualization of researchers' publications tracks
Vladimír Lazárik, Marco Agus, Barbora Kozlíková, Pere-Pau Vázquez
TL;DR
VizCV tackles the challenge of understanding a researcher’s career trajectory by integrating topic modeling, scientometrics, and egocentric collaboration visualization into an interactive web platform. It uses an end-to-end pipeline that converts Scopus profiles into topic structures and metrics via $Specter$ embeddings, BERTopic topic modeling, $UMAP$ dimensionality reduction, and $HDBSCAN$ clustering, complemented by an LLM-driven textual report generator. The system provides multi-tab views for topic evolution, publication impact, and co-authorship dynamics, plus comparative and scenario-driven analyses to support recruitment, evaluation, and collaboration decisions. Evaluation with university officials indicates practical utility, though limitations include dependence on abstracts/keywords and token costs for LLM inferences. Future work includes expanding data sources, enabling direct profile uploads, enhancing metrics, and releasing the codebase for broader adoption.
Abstract
Analyzing how the publication records of scientists and research groups have evolved over the years is crucial for assessing their expertise since it can support the management of academic environments by assisting with career planning and evaluation. We introduce VizCV, a novel web-based end-to-end visual analytics framework that enables the interactive exploration of researchers' scientific trajectories. It incorporates AI-assisted analysis and supports automated reporting of career evolution. Our system aims to model career progression through three key dimensions: a) research topic evolution to detect and visualize shifts in scholarly focus over time, b) publication record and the corresponding impact, c) collaboration dynamics depicting the growth and transformation of a researcher's co-authorship network. AI-driven insights provide automated explanations of career transitions, detecting significant shifts in research direction, impact surges, or collaboration expansions. The system also supports comparative analysis between researchers, allowing users to compare topic trajectories and impact growth. Our interactive, multi-tab and multiview system allows for the exploratory analysis of career milestones under different perspectives, such as the most impactful articles, emerging research themes, or obtaining a detailed analysis of the contribution of the researcher in a subfield. The key contributions include AI/ML techniques for: a) topic analysis, b) dimensionality reduction for visualizing patterns and trends, c) the interactive creation of textual descriptions of facets of data through configurable prompt generation and large language models, that include key indicators, to help understanding the career development of individuals or groups.
