Enriching Social Science Research via Survey Item Linking
Tornike Tsereteli, Daniel Ruffinelli, Simone Paolo Ponzetto
TL;DR
This paper tackles Survey Item Linking (SIL), a two-stage task to map implicit mentions of survey items in social science publications to a corpus of survey items in a knowledge base. It introduces a high-quality bilingual dataset (SILD) with 20,454 English/German sentences and a richly annotated scheme differentiating variable-level concepts from specific survey items, enabling fine-grained evaluation of mention detection and entity disambiguation. The authors benchmark a range of classical and neural methods, develop domain-adapted language models for social science text, and demonstrate that while linking is feasible, errors propagate across stages and context matters, especially for implicit mentions. They further create a large knowledge base (GSIM) of survey item metadata and show that synthetic data and domain-specific sentence embeddings can significantly boost performance, with recall improvements up to substantial margins when using top-k predictions. The work lays groundwork for end-to-end SIL and highlights practical implications for improving findability and interoperability in social science research, with open data and code to support future development.
Abstract
Questions within surveys, called survey items, are used in the social sciences to study latent concepts, such as the factors influencing life satisfaction. Instead of using explicit citations, researchers paraphrase the content of the survey items they use in-text. However, this makes it challenging to find survey items of interest when comparing related work. Automatically parsing and linking these implicit mentions to survey items in a knowledge base can provide more fine-grained references. We model this task, called Survey Item Linking (SIL), in two stages: mention detection and entity disambiguation. Due to an imprecise definition of the task, existing datasets used for evaluating the performance for SIL are too small and of low-quality. We argue that latent concepts and survey item mentions should be differentiated. To this end, we create a high-quality and richly annotated dataset consisting of 20,454 English and German sentences. By benchmarking deep learning systems for each of the two stages independently and sequentially, we demonstrate that the task is feasible, but observe that errors propagate from the first stage, leading to a lower overall task performance. Moreover, mentions that require the context of multiple sentences are more challenging to identify for models in the first stage. Modeling the entire context of a document and combining the two stages into an end-to-end system could mitigate these problems in future work, and errors could additionally be reduced by collecting more diverse data and by improving the quality of the knowledge base. The data and code are available at https://github.com/e-tornike/SIL .
