Technology Mapping with Large Language Models
Minh Hieu Nguyen, Hien Thu Pham, Hiep Minh Ha, Ngoc Quang Hung Le, Jun Jo
TL;DR
The paper addresses the challenge of mapping corporate technology portfolios from vast unstructured data, where keyword-based methods falter. It introduces STARS, a framework that fuses LLM-based entity extraction with Chain-of-Thought prompting and SBERT-based semantic ranking to identify and rank technologies for each company. Key contributions include a CoT-enhanced extraction process, a labeled technology dataset, and a SBERT-driven ranking mechanism that yields higher retrieval precision than baselines. Experiments on a Crunchbase-derived dataset demonstrate robust improvements in both company-to-technology and technology-to-company retrieval, highlighting STARS' applicability across industries and its potential impact on technology intelligence and strategic decision-making.
Abstract
In today's fast-evolving business landscape, having insight into the technology stacks that organizations use is crucial for forging partnerships, uncovering market openings, and informing strategic choices. However, conventional technology mapping, which typically hinges on keyword searches, struggles with the sheer scale and variety of data available, often failing to capture nascent technologies. To overcome these hurdles, we present STARS (Semantic Technology and Retrieval System), a novel framework that harnesses Large Language Models (LLMs) and Sentence-BERT to pinpoint relevant technologies within unstructured content, build comprehensive company profiles, and rank each firm's technologies according to their operational importance. By integrating entity extraction with Chain-of-Thought prompting and employing semantic ranking, STARS provides a precise method for mapping corporate technology portfolios. Experimental results show that STARS markedly boosts retrieval accuracy, offering a versatile and high-performance solution for cross-industry technology mapping.
