LDA-based Term Profiles for Expert Finding in a Political Setting
Luis M. de Campos, Juan M. Fernández-Luna, Juan F. Huete, Luis Redondo-Expósito
TL;DR
This work tackles political expert finding by learning MPs' areas of expertise from parliamentary interventions and representing each candidate with multiple homogeneous term subprofiles derived via latent Dirichlet allocation (LDA). It introduces a method to split documents into topic-aligned subdocuments by distributing term occurrences according to $p(x|t,d)$ and then merges these into per-candidate subprofiles; it also proposes 15 distribution measures that collapse into five strategies (Euclidean, Cosine, Dice, Sorensen, Overlap) to select the number of subdocuments. Experiments on Andalusian Parliament records show that, with an appropriate topic count $k$ and distribution strategy (notably Sorensen with $k=\sqrt{n/2}$), the LDA-based subprofiles improve retrieval quality (e.g., $NDCG@10$ and $Precision@10$) over strong baselines and deep learning approaches. The results highlight practical guidance for building topic-based expert profiles from political texts and point to future extensions such as temporal LDA and paragraph-level term distribution for broader applicability. Overall, the paper demonstrates that generating homogeneous, topic-aligned term subprofiles via LDA can enhance expert finding in political domains and offers concrete methods and evaluation to support Deployment.
Abstract
A common task in many political institutions (i.e. Parliament) is to find politicians who are experts in a particular field. In order to tackle this problem, the first step is to obtain politician profiles which include their interests, and these can be automatically learned from their speeches. As a politician may have various areas of expertise, one alternative is to use a set of subprofiles, each of which covers a different subject. In this study, we propose a novel approach for this task by using latent Dirichlet allocation (LDA) to determine the main underlying topics of each political speech, and to distribute the related terms among the different topic-based subprofiles. With this objective, we propose the use of fifteen distance and similarity measures to automatically determine the optimal number of topics discussed in a document, and to demonstrate that every measure converges into five strategies: Euclidean, Dice, Sorensen, Cosine and Overlap. Our experimental results showed that the scores of the different accuracy metrics of the proposed strategies tended to be higher than those of the baselines for expert recommendation tasks, and that the use of an appropriate number of topics has proved relevant.
