NAACL 2024industry1 citations

Prompt Tuned Embedding Classification for Industry Sector Allocation

Valentin Buchner, Lele Cao, Jan-Christoph Kalo, Vilhelm Von Ehrenheim

Abstract

We introduce Prompt Tuned Embedding Classification (PTEC) for classifying companies within an investment firm’s proprietary industry taxonomy, supporting their thematic investment strategy. PTEC assigns companies to the sectors they primarily operate in, conceptualizing this process as a multi-label text classification task. Prompt Tuning, usually deployed as a text-to-text (T2T) classification approach, ensures low computational cost while maintaining high task performance. However, T2T classification has limitations on multi-label tasks due to the generation of non-existing labels, permutation invariance of the label sequence, and a lack of confidence scores. PTEC addresses these limitations by utilizing a classification head in place of the Large Language Models (LLMs) language head. PTEC surpasses both baselines and human performance while lowering computational demands. This indicates the continuing need to adapt state-of-the-art methods to domain-specific tasks, even in the era of LLMs with strong generalization abilities.

BibTeX
@inproceedings{buchner-etal-2024-prompt,
    title = "Prompt Tuned Embedding Classification for Industry Sector Allocation",
    author = "Buchner, Valentin  and
      Cao, Lele  and
      Kalo, Jan-Christoph  and
      Von Ehrenheim, Vilhelm",
    editor = "Yang, Yi  and
      Davani, Aida  and
      Sil, Avi  and
      Kumar, Anoop",
    booktitle = "Proceedings of the 2024 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (Volume 6: Industry Track)",
    month = jun,
    year = "2024",
    address = "Mexico City, Mexico",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.naacl-industry.10/",
    doi = "10.18653/v1/2024.naacl-industry.10",
    pages = "108--118"
}