SPAR: Semantic Projection with Active Retrieval
Project description
Overview
SPAR is a Python NLP package that facilitates interactive measurement of text using LLMs. With SPAR, you can quantify short documents (e.g., social media posts) based on theoretical concepts such as creativity
and collaboration
, by measuring their semantic similarity with a set of example (seed) documents.
How it works:
- Start with
i. A corpus of documents that you want to measure;
ii. generic seed sentences that define theoretical concepts, e.g.,Creativity: we should innovate
andCollaboration: we should collaborate
. - Embed them into a semantic space using a pre-trained LLM.
- Use semantic search to find domain-specific exemplary documents in the corpus that reflect the theoretical concepts in context. For example:
'We encourage new ways of thinking'
,'We should working together to weather the storm'
. - Compute the dot product between docuements and exemplary documents.
Main features:
- Enables domain-adaptive and few-shot measurements of theoretical concepts without requiring model training or fine-tuning.
- Combines the idea of semantic projection with active semantic search, which allows users to find the most relevant, context-specific documents to define the theoretical scales.
- Supports multiple state-of-the-arts text embedding models, such as Sentence Transformers and OpenAI Text Embeddings API.
- Comes with a user-friendly web interface that makes defining theoretical scales and conducting measurements intuitive and accessible.
- Reference:
- Bei Yan, Feng Mai, Chaojiang Wu, Rui Chen, Xiaolin Li (2023). A Computational Framework for Understanding Firm Communication During Disasters. Information Systems Research. https://doi.org/10.1287/isre.2022.0128
If you find SPAR useful in your work, please cite the following paper:
- Blinded Authors (2023), A Computational Framework for Understanding Firm Communication During Disasters, Under Review at Information Systems Research.
SPAR is built on open source packages such as HuggingFace Transformers, SentenceTransformers, and Gradio.
Installation and Quick Start
To quickly launch SPAR in Google Colab, click the following button and run the notebook code:
You can also install SPAR on your own machine. It is recommended to use a virtual environment and upgrade pip first with pip install -U pip
. SPAR can be installed via pip:
pip install -U spar-measure
To launch SPAR on your own machine, use the following command in the terminal:
python -m spar_measure.gui
And open the interactive app in your browser at http://localhost:7860/
.
If a CUDA GPU is available, SPAR will use it to speed up embedding. If you choose not to use a GPU, you can set the CUDA_VISIBLE_DEVICES environment variable to an empty string:
CUDA_VISIBLE_DEVICES="" python -m spar_measure.gui
Limitations
- SPAR may not be suitable for longer or more complex documents since it represents a document using a single vector.
- Sentence embeddings may not be suitable for theoretical constructs that rely primarily on syntactic features.
- Pretrained LLMs may not have up-to-date world knowledge or new vocabularies.
- Semantic projection is a linear operation, so it may not capture non-linear patterns in the data as well as fine-tuning approaches.
Additional Details
For additional details and source code, please refer to the project's GitHub Repository.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file spar_measure-0.2.0.tar.gz
.
File metadata
- Download URL: spar_measure-0.2.0.tar.gz
- Upload date:
- Size: 3.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1b2e05e9f7f9d8cf5f2adf8eac53b7a6fb71b92401eb1e5819e46ba44d1809a |
|
MD5 | 2c8c367098e9bcf62432d730d128e0d7 |
|
BLAKE2b-256 | 83dff74d5925c5cf562484280ad46a7c5f620ab1945c2645f6452f79d988318d |
File details
Details for the file spar_measure-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: spar_measure-0.2.0-py3-none-any.whl
- Upload date:
- Size: 3.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d20240dcb65a34bbaddd8194ff80f7c0e598142e9b6d65e946a1d7d43db6893 |
|
MD5 | ca8b372d3fb86b83d7452ce15dab9768 |
|
BLAKE2b-256 | 881c695bbb3165955bec57f1ca7c88dc3b6060c5c9751e1440c9c75a97dfe09d |