Skip to content

zelaneroz/ipvresearch25

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fairness of NLP/LLM-Based Intimate Partner Violence (IPV) Detection Models

working deliverable only This repository tracks experiments that benchmark large language models on IPV detection tasks. The goal is to keep the evaluation pipeline stable while we iterate on prompts, datasets, and model families (open-source and proprietary). Everything needed to rerun an experiment—from prompts to metrics to sample code—lives inside this repo so collaborators can pick up progress quickly.

Key Resources

Progress Log

Week 1 – Baseline With Open Instruction-Tuned Models

Focus: run Llama 3.1 (8B) and Qwen 2.5 (7B) against the labeled Reddit dataset for a like-for-like comparison against the DETECTIPV 2022 paper.

Week 2 – Proprietary LLM Sampling & New Data

Focus: broaden coverage beyond open models and stress-test on a newer dataset.

  1. Sampling + evaluation on proprietary LLMs (e.g., GPT-5)
    • Reuse the same JSON schema so results drop directly into the evaluation pipeline.
    • Capture both binary and multitype prompts to compare against Week 1 baselines.
  2. Explore prediction quality on the newer dataset
    • Clean/ingest the additional corpus (encrypted or kept private as needed).
    • Run spot checks in notebooks, then formalize via the pipeline once labeling is aligned.

Week 4 (in Progress)

  • Improve prompts
    • Binary
      • Define IPV better
      • "Penalize" or define what wouldn't be considered IPV.
    • Multitype
      • Better definition of what each type of IPV is through keywords to describe.
  • Investigate what sentences do they get wrong? Compare between Qwen & ChatGPT results.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors