Artificial Intuition: Efficient Classification of Scientific Abstracts
Harsh Sakhrani, Naseela Pervez, Anirudh Ravi Kumar, Fred Morstatter, Alexandra Graddy Reed, Andrea Belz
TL;DR
The paper tackles the challenge of coarse-grained classification of short scientific abstracts. It introduces artificial intuition, a workflow that uses a Large Language Model to generate context-specific keyword metadata, combines YAKE keyword extraction, LLM metadata, and Sentence Transformer embeddings, and applies $k$-means clustering to form a coarse label space of size $\hat{k}$. Two novel metrics, redundancy $\mathcal{R}$ and coverage $\mathcal{S}$, quantify label-space orthogonality and document-space spanning, and the authors show that augmenting abstracts with LLM-derived metadata improves precision and F1 in the retrieval-based label assignment. Evaluated on NASA SBIR abstracts, the results indicate practical applicability for portfolio management and potential generalization to longer texts and other domains.
Abstract
It is desirable to coarsely classify short scientific texts, such as grant or publication abstracts, for strategic insight or research portfolio management. These texts efficiently transmit dense information to experts possessing a rich body of knowledge to aid interpretation. Yet this task is remarkably difficult to automate because of brevity and the absence of context. To address this gap, we have developed a novel approach to generate and appropriately assign coarse domain-specific labels. We show that a Large Language Model (LLM) can provide metadata essential to the task, in a process akin to the augmentation of supplemental knowledge representing human intuition, and propose a workflow. As a pilot study, we use a corpus of award abstracts from the National Aeronautics and Space Administration (NASA). We develop new assessment tools in concert with established performance metrics.
