Papers › Building Data-Driven Occupation Taxonomies: A Bottom-Up Multi-Stage Approach via...

Building Data-Driven Occupation Taxonomies: A Bottom-Up Multi-Stage Approach via Semantic Clustering and Multi-Agent Collaboration

19 Sep 2025EMNLParXiv:2509.15786added by Syntology

Nan Li, Bo Kang, Tijl De Bie

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Creating robust occupation taxonomies, vital for applications ranging from job recommendation to labor market intelligence, is challenging. Manual curation is slow, while existing automated methods are either not adaptive to dynamic regional markets (top-down) or struggle to build coherent hierarchies from noisy data (bottom-up). We introduce CLIMB (CLusterIng-based Multi-agent taxonomy Builder), a framework that fully automates the creation of high-quality, data-driven taxonomies from raw job postings. CLIMB uses global semantic clustering to distill core occupations, then employs a reflection-based multi-agent system to iteratively build a coherent hierarchy. On three diverse, real-world datasets, we show that CLIMB produces taxonomies that are more coherent and scalable than existing methods and successfully capture unique regional characteristics. We release our code and datasets at https://anonymous.4open.science/r/CLIMB.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2509.15786")

Code

Syntology Ran 0 of 22 code samples harvested from 1 repository linked to this paper; 22 have no recorded run.

By repository: found in paper text by Syntology: 22 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

aida-ugent/CLIMB found in paper text by SyntologyNOASSERTION report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

22 samples harvested; 0 ran; 0 honoured the contract we drafted; 22 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

22unverified

Licence: 22 of the 22 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from aida-ugent/CLIMB. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

add_prompts aida-ugent/CLIMB/src/annotate_posting_segments.py found in paper text by Syntology unverified licence not identified · pointer only · 4dc0854828db9bfc · report
assign_leaf_id_to_data aida-ugent/CLIMB/src/get_prompts.py found in paper text by Syntology unverified licence not identified · pointer only · 208e32c981f6400f · report
compute_feature aida-ugent/CLIMB/src/clustering.py found in paper text by Syntology unverified licence not identified · pointer only · b03b27b17628870a · report
compute_feature_vectorized aida-ugent/CLIMB/src/clustering.py found in paper text by Syntology unverified licence not identified · pointer only · 7eff499b174906e4 · report
compute_feature_vectorized_gpu aida-ugent/CLIMB/src/clustering.py found in paper text by Syntology unverified licence not identified · pointer only · 71ff3a05b9792d0c · report
count_tokens aida-ugent/CLIMB/src/get_prompts.py found in paper text by Syntology unverified licence not identified · pointer only · 98bfdf443dbd6f66 · report
de_duplicate aida-ugent/CLIMB/src/get_embeddings.py found in paper text by Syntology unverified licence not identified · pointer only · 9151193da72b7891 · report
evaluate_model aida-ugent/CLIMB/src/train_classifier.py found in paper text by Syntology unverified licence not identified · pointer only · af8114aa86e2379e · report
find_optimal_threshold aida-ugent/CLIMB/src/same_occupation_classification.py found in paper text by Syntology unverified licence not identified · pointer only · 7c6168d9c959c380 · report
generate_batch_prompt aida-ugent/CLIMB/src/annotate_posting_segments.py found in paper text by Syntology unverified licence not identified · pointer only · baa08912da702a55 · report
get_embeddings aida-ugent/CLIMB/src/get_embeddings.py found in paper text by Syntology unverified licence not identified · pointer only · 5eb54fb92e768705 · report
get_isco_level_from_code aida-ugent/CLIMB/src/taxonomy_evaluation.py found in paper text by Syntology unverified licence not identified · pointer only · e045b0d7166b4324 · report
plot_feature_importance aida-ugent/CLIMB/src/same_occupation_classification.py found in paper text by Syntology unverified licence not identified · pointer only · 75b344e02d8576c4 · report
predict_new_data aida-ugent/CLIMB/src/train_classifier.py found in paper text by Syntology unverified licence not identified · pointer only · c14a43a9c971aec5 · report
preprocess_text aida-ugent/CLIMB/src/get_embeddings.py found in paper text by Syntology unverified licence not identified · pointer only · daf229f8df309a33 · report
process_batches aida-ugent/CLIMB/src/annotate_posting_segments.py found in paper text by Syntology unverified licence not identified · pointer only · ae80dc1d075d8007 · report
reformat_esco_under_isco_tree aida-ugent/CLIMB/src/taxonomy_evaluation.py found in paper text by Syntology unverified licence not identified · pointer only · ce459b9e227fe20d · report
reformat_tree_taxonomy_for_llm aida-ugent/CLIMB/src/taxonomy_evaluation.py found in paper text by Syntology unverified licence not identified · pointer only · eb285b31ddffd49c · report
robust_json_parser aida-ugent/CLIMB/src/LLM_annotation.py found in paper text by Syntology unverified licence not identified · pointer only · 595df35d574f8a21 · report
setup_logging aida-ugent/CLIMB/src/chunk_job_postings.py found in paper text by Syntology unverified licence not identified · pointer only · 31d85a88c212c170 · report
train_model aida-ugent/CLIMB/src/train_classifier.py found in paper text by Syntology unverified licence not identified · pointer only · 64ff8ca1c31e4fb2 · report
truncate_line aida-ugent/CLIMB/src/get_prompts.py found in paper text by Syntology unverified licence not identified · pointer only · e3cb5f7cd26e94d8 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2509.15786, was issued in September 2025, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections