LGCLEMJun 25, 2024

LABOR-LLM: Language-Based Occupational Representations with Large Language Models

arXiv:2406.17972v49 citations
Originality Incremental advance
AI Analysis

This addresses occupational forecasting for labor economists and policymakers, representing an incremental improvement by applying existing LLM fine-tuning techniques to a new domain.

The paper tackles predicting a worker's next occupation from their occupational history by fine-tuning a large language model on resume-like text from survey data, achieving superior predictive performance over prior models for granular occupation prediction and specific tasks like occupation changes.

This paper builds an empirical model that predicts a worker's next occupation as a function of the worker's occupational history. Because histories are sequences of occupations, the covariate space is high-dimensional, and further, the outcome (the next occupation) is a discrete choice that can take on many values. To estimate the parameters of the model, we leverage an approach from generative artificial intelligence. Estimation begins from a ``foundation model'' trained on non-representative data and then ``fine-tunes'' the estimation using data about careers from a representative survey. We convert tabular data from the survey into text files that resemble resumes and fine-tune the parameters of the foundation model, a large language model (LLM), using these text files with the objective of predicting the next token (word). The resulting fine-tuned LLM is used to calculate estimates of worker transition probabilities. Its predictive performance surpasses all prior models, both for the task of granularly predicting the next occupation as well as for specific tasks such as predicting whether the worker changes occupations or stays in the labor force. We quantify the value of fine-tuning and further show that by adding more career data from a different population, fine-tuning smaller LLMs (fewer parameters) surpasses the performance of fine-tuning larger models. When we omit the English language occupational title and replace it with a unique code, predictive performance declines.

Foundations

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

Your Notes