An open API service indexing awesome lists of open source software.

https://github.com/gatenlp/llms-for-topic-modeling

Topic Extraction via LLMs
https://github.com/gatenlp/llms-for-topic-modeling

Last synced: 7 months ago
JSON representation

Topic Extraction via LLMs

Awesome Lists containing this project

README

          

# LLMs-for-Topic-Modeling
Topic Extraction via LLMs
Large Language Models Offer an Alternative to the Traditional Approach of Topic Modelling (LREC-COLING 2024)

# To extract topics via LLMs:
```bash
CUDA_VISIBLE_DEVICES = "Your_GPU" python3 topic_extraction.py
```

# To evaluate topics generated by LLMs:
```bash
CUDA_VISIBLE_DEVICES = "Your_GPU" python3 Topics_granularity.py
```

# Bibtex:
```bibtex
@article{mu2024large,
title={Large Language Models Offer an Alternative to the Traditional Approach of Topic Modelling},
author={Mu, Yida and Dong, Chun and Bontcheva, Kalina and Song, Xingyi},
journal={arXiv preprint arXiv:2403.16248},
year={2024}
}