DLCLNov 6, 2024

A Library Perspective on Supervised Text Processing in Digital Libraries: An Investigation in the Biomedical Domain

arXiv:2411.12752v11 citationsh-index: 28JCDL
Originality Synthesis-oriented
AI Analysis

This work addresses practical implementation issues for digital library practitioners in the biomedical domain, but it is incremental as it applies existing methods to new contexts.

The paper tackles the challenge of implementing reliable supervised text processing workflows in digital libraries, focusing on trade-offs between accuracy and costs, and explores training data generation using distant supervision and large language models like ChatGPT, with results demonstrated on eight biomedical benchmarks.

Digital libraries that maintain extensive textual collections may want to further enrich their content for certain downstream applications, e.g., building knowledge graphs, semantic enrichment of documents, or implementing novel access paths. All of these applications require some text processing, either to identify relevant entities, extract semantic relationships between them, or to classify documents into some categories. However, implementing reliable, supervised workflows can become quite challenging for a digital library because suitable training data must be crafted, and reliable models must be trained. While many works focus on achieving the highest accuracy on some benchmarks, we tackle the problem from a digital library practitioner. In other words, we also consider trade-offs between accuracy and application costs, dive into training data generation through distant supervision and large language models such as ChatGPT, LLama, and Olmo, and discuss how to design final pipelines. Therefore, we focus on relation extraction and text classification, using the showcase of eight biomedical benchmarks.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes