mall

llm
package
Joscelin's fav
Author

Dr. Joscelin Rocha-Hidalgo

Published

June 16, 2025

Buy me a coffeeBuy me a coffee


Excerpt from site here: Use Large Language Models (LLM) to run Natural Language Processing (NLP) operations against your data. It takes advantage of the LLMs general language training in order to get the predictions, thus removing the need to train a new NLP model. mall is available for R and Python.

It works by running multiple LLM predictions against your data. The predictions are processed row-wise over a specified column. It relies on the “one-shot” prompt technique to instruct the LLM on a particular NLP operation to perform. The package includes prompts to perform the following specific NLP operations:

  1. Link to package here: https://mlverse.github.io/mall/
  2. Link to repo here: https://github.com/mlverse/mall

Stylized hex sticker for the R package "mall" featuring an illustration of a shopping mall with a large teal sign displaying the word "mall" in white text. The background includes architectural features such as columns, steps, and a central water fountain.

Back to top