A Python package for automated detection of Linguistic Intergroup Bias (LIB) in text data using sentence-level sentiment and word-level abstraction analysis. Designed for research on language bias in news media and social discourse.
Project description
autoLIB
Automated Linguistic Intergroup Bias Detection in Text
autoLIB is a Python package for detecting linguistic intergroup bias (LIB) in natural language text. It combines rule-based abstraction coding (via the Linguistic Category Model) with sentence-level sentiment analysis to produce interpretable metrics of language bias. The package is designed to support social psychology, media studies, and computational linguistics research.
✨ Features
- 📄 Sentence-level valence classification using VADER or Stanza sentiment models.
- 🔤 Word-level abstraction scoring based on the Linguistic Category Model (LCM).
- 🧠 Bias index computation: compares abstraction in desirable vs. undesirable descriptions.
- 🔍 Keyword-driven sentence filtering to isolate relevant parts of text.
- 📊 Outputs sentence-level results and overall summary statistics.
- 🧪 Designed with transparency, replicability, and academic applications in mind.
📦 Installation
The simplest way to install this package is via the pypi build:
pip install -U autolib-psych
📄 Citation
APA 7 Format:
Collins, K. A., & Boyd, R. L. (2025). Automating the detection of linguistic intergroup bias through computerized language analysis. Journal of Language and Social Psychology, 0261927X251318887. https://doi.org/10.1177/0261927X251318887
Bibtex
@article{collins_automating_2025,
title = {Automating the detection of linguistic intergroup bias through computerized language analysis},
issn = {0261-927X},
url = {https://doi.org/10.1177/0261927X251318887},
doi = {10.1177/0261927X251318887},
abstract = {Linguistic bias is the differential use of abstraction, or other linguistic mechanisms, for the same behavior by members of different groups. Abstraction is defined by the Linguistic Category Model (LCM), which defines a continuum of words from concrete to abstract. Linguistic Intergroup Bias (LIB) characterizes the tendency for people to use abstract words for undesirable outgroup and desirable ingroup behavior and concrete words for desirable outgroup and undesirable ingroup behavior. Thus, by examining abstraction in a text, we can understand the implicit attitudes of the author. Yet, research is currently stifled by the time-consuming and resource-intensive method of manual coding. In this study, we aim to develop an automated method to code for LIB. We compiled various techniques, including forms of sentence tokenization, sentiment analysis, and abstraction coding. All methods provided scores that were a good approximation of manually coded scores, which is promising and suggests that more complex methods for LIB coding may be unnecessary. We recommend automated approaches using CoreNLP sentiment analysis and LCM Dictionary abstraction coding.},
language = {EN},
urldate = {2025-03-13},
journal = {Journal of Language and Social Psychology},
author = {Collins, Katherine A. and Boyd, Ryan L.},
month = feb,
year = {2025},
note = {Publisher: SAGE Publications Inc},
pages = {0261927X251318887},
}
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file autolib_psych-1.0.6.tar.gz.
File metadata
- Download URL: autolib_psych-1.0.6.tar.gz
- Upload date:
- Size: 31.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9dcd652c76531b7b08a8089094cd04dfa7019e9423d5425abc131714c12143a
|
|
| MD5 |
e8aa3ea8c0edbe3264a804ec148b9508
|
|
| BLAKE2b-256 |
395717df1627335fd30aad6e5e21eb0ec68993b243a6ee8734c814176455a406
|
File details
Details for the file autolib_psych-1.0.6-py3-none-any.whl.
File metadata
- Download URL: autolib_psych-1.0.6-py3-none-any.whl
- Upload date:
- Size: 28.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc85161e1ef74311be2a27b205711ba019bdfddf8256aea3bdc865e6a2236d99
|
|
| MD5 |
88bd603a92e3d8c20861c954875ad3aa
|
|
| BLAKE2b-256 |
402257a7e06e96dc882105104d70471f336e7cad42ce7c3461a25085186f156f
|