Skip to content

Latest commit

 

History

24 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assessing the Reliability of LLMs Annotations — Project Page

arXiv License: MIT

Project website for the GeBNLP @ ACL 2025 paper on the reliability of LLM annotations for sexism detection.

Live site: mohammadi-hadi.github.io/ACL2025

Paper

Title Assessing the Reliability of LLMs Annotations in the Context of Demographic Bias and Model Explanation
Authors Hadi Mohammadi, Tina Shahedi, Pablo Mosteiro, Massimo Poesio, Robert A. Bagheri, Anastasia Giachanou
Affiliation Utrecht University; Queen Mary University of London
Venue 6th Workshop on Gender Bias in Natural Language Processing (GeBNLP), ACL 2025
arXiv 2507.13138
Code Explainable_Annotations_Reliability

Overview

This repository holds the static project page for the paper, which examines how reliable LLM-generated annotations are for sexism detection, analyzing demographic bias and model explanations with mixed-effects models and comparing generative models against a fine-tuned BERT baseline.

The page itself is plain HTML/CSS/JavaScript built on the Bulma-based academic project page template, and includes the paper PDF, result figures, abstract, and citation.

Citation

@inproceedings{mohammadi2025assessing,
  title={Assessing the Reliability of LLMs Annotations in the Context of Demographic Bias and Model Explanation},
  author={Mohammadi, Hadi and Shahedi, Tina and Mosteiro, Pablo and Poesio, Massimo and Bagheri, Robert A. and Giachanou, Anastasia},
  booktitle={The 6th Workshop on Gender Bias in Natural Language Processing},
  pages={92},
  year={2025}
}

Quick Start

The site is fully static and is deployed to GitHub Pages by the workflow in .github/workflows/static.yml on every push to main. To preview locally:

git clone https://github.com/mohammadi-hadi/ACL2025.git
cd ACL2025
python3 -m http.server 8000
# then open http://localhost:8000

Repository Structure

ACL2025/
├── index.html                 # The project page
├── static/
│   ├── css/                   # Bulma and page styles
│   ├── js/                    # Carousel/slider scripts
│   ├── images/                # Figures and logos
│   └── ACL2025.pdf            # Paper PDF
├── .github/workflows/         # GitHub Pages deployment
└── README.md                  # This file

Related Work

License

Released under the MIT License — see LICENSE. Bundled third-party assets (Bulma, Font Awesome, carousel/slider plugins) keep their own licenses.

Contact

  • Hadi Mohammadi — Utrecht University
  • Website: mohammadi.cv

About

Project page for the GeBNLP @ ACL 2025 paper on the reliability of LLM annotations, demographic bias, and model explanations

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages