CS graduate. I study how AI systems fail when sentiment, confidence, and surface fluency masks the signal that actually matters — user intent, factual grounding, and decision-relevant uncertainty.
Three preprints on sentiment analysis, intent modeling, and human-AI communication. All self-initiated during undergraduate study.
| Paper | Venue | Links | Implementation |
|---|---|---|---|
| Sentiment-Aware Reflective Writing Systems — formalizes the gap between sentiment polarity S(x) and intent interpretation I(x,C,G,H); proposes utility-theoretic response selection with configurable asymmetric cost weights | TechRxiv · IEEE | DOI | MindNook (pinned) |
| Beyond Surface Affect — proves formally that sentiment detection does not imply intent interpretation; identifies four canonical failure modes with deployed prototype observations | TechRxiv · IEEE | DOI | Under active development |
| YouTube Transcript vs Comment Sentiment — dual-model pipeline documenting divergence patterns across five content domains; failure modes in public discourse analysis | SSRN | DOI | Repo |
| Project | What it addresses |
|---|---|
| LLM Reliability Lab | Hallucination benchmarking across 3 live LLMs via Groq (Llama 3.1/3.3, GPT-OSS 120B) — dual heuristic + LLM-as-judge scoring, Wilson confidence intervals. CoT reached 87.5% vs. 85.0% zero-shot accuracy (n=40, overlapping CIs). |
| MindNook | Prototype of published TechRxiv framework — five-layer NLP architecture with utility-theoretic action selection and ethical filter |
| Fake News Detector | Multi-signal fusion: XLM-RoBERTa + Google Fact Check API + propagation graph features on LIAR dataset |
| PrognosAI | Clinical NLP: 30-day readmission, LOS, and specialty prediction from discharge notes — three pipelines (TF-IDF, vitals-hybrid, LLM), SHAP/phrase-level explainability, CI + Docker |
| Prism | RAG pipeline with FAISS vector search and claim-level hallucination detection — unsupported claims flagged before reaching the user; Dockerized backend/frontend with a real evaluation harness (Recall@5, groundedness rate, Wilson CIs) |
| PrepSphere | AI placement-prep platform with dual LLM reliability paths — live Groq proxy + BullMQ async queue with Zod schema validation. Node.js · MongoDB · Vanilla JS. |
NLP Transformer Fine-tuning LLM Evaluation Hallucination Detection
Retrieval-Augmented Generation Clinical AI Sentiment Analysis
Intent Modeling PyTorch scikit-learn FAISS FastAPI Next.js
CS graduate · 3 preprints · 6 deployed systems · NLP & LLM reliability