AI & ML interests

None defined yet.

Kurapika993 
posted an update 2 months ago
view post
Post
189
🚀 Released two Responsible AI lightweight instruction-tuned models focused on toxicity, bias, and safety analysis

Model 1: Responsible AI Safety Assistant (Qwen 2.5)

Kurapika993/qwen2.5-7b-responsible-ai-qlora
Base Model: Qwen2.5-7B-Instruct
Method: QLoRA
Training Data: BeaverTails + Wiki Toxic + custom Responsible AI instruction dataset

Model 2: Responsible AI Assistant (Llama)

Kurapika993/llama-3.1-8b-responsible-ai-safety-lora
Base Model: Llama-3.1-8b Instruct
Method: QLoRA
Training Data: BeaverTails + Wiki Toxic + custom curated examples

This model follows the same structured output format but explores the impact of a different base architecture on safety-analysis tasks.

Intended Use

These models are designed for:

✅ Responsible AI research
✅ Moderation decisions
✅ Safety and bias analysis
✅ Human-in-the-loop moderation workflows
✅ Dataset generation and annotation assistance
Kurapika993 
posted an update 3 months ago
view post
Post
893
Built a small Streamlit + CLI demo for generating context-dependent toxicity datasets using OpenAI models.

GitHub: https://github.com/Mayukhga83/Toximatics-Contextual-Toxicity-Data-Generator
Demo: https://toximatics-contextual-toxicity-data-generator-fnn9mzm7bkuzmta4.streamlit.app/


The core idea is that the same utterance can become toxic or benign depending on the surrounding social situation. With is generation framework you can create such datasets at scale.

The pipeline supports:

direct context augmentation given the seed utterance
new utterance-context pair generation given seed utterances
multistage generation for diverse examples
validation with a critic model
CSV / JSONL export

Example:

Utterance:
“You are so lucky to work from home.”

Benign context:
A friend congratulates someone on improved work-life balance.

Toxic context:
A colleague dismisses someone struggling with childcare and burnout.

The project is connected to recent work on contextual toxicity understanding https://aclanthology.org/2024.sigdial-1.65/.