Skip to content
View bagheri365's full-sized avatar

Block or report bagheri365

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
bagheri365/README.md

Hi there! I work across machine learning, applied AI, and experimentation, with experience in recommender systems, NLP, computer vision, and generative AI.

LinkedIn · Google Scholar

🧠 LLM & Generative AI

  • reasoninglab — Studies when test-time reasoning improves LLM performance versus when it simply adds compute. Chain-of-Thought · Test-Time Compute · Open-Weight LLMs · Ollama

  • adaptlab — Compares prompting, RAG, LoRA, and their combination for adapting LLM behavior and knowledge. LoRA · RAG · Prompting · McNemar Test

  • detectivelab — Tests how multimodal models reason over visual, structured, and conflicting evidence under uncertainty. Vision-Language Models · Multimodal Reasoning · Selective Prediction · Uncertainty Estimation

  • evallab — Studies whether observed LLM performance differences are statistically trustworthy and reproducible. Paired Evaluation · Bootstrap CI · Benchmark Stability · Experimental Design

🎯 Recommender Systems, Search & Ranking

  • SearchRankLab — Evaluates sparse, dense, hybrid, and reranked retrieval across relevance, cost, and domain-shift tradeoffs. BM25 · Sentence Transformers · Reciprocal Rank Fusion · Cross-Encoder

  • PersonalRankLab — Studies when recent user behavior improves personalized ranking and when recency weighting hurts compared with full-history user representations. Personalization · Temporal Modeling · NDCG@10 · User-Clustered Bootstrap

  • CommerceRecLab — Builds a session-based e-commerce recommender spanning candidate generation, ranking, cold start, and serving tradeoffs. Session-Based RecSys · Implicit Feedback · Candidate Generation · NDCG@20

  • ReciprocalMatchLab — Models two-sided preferences and mutual-match ranking with calibrated probabilities and exposure-aware allocation. Logistic Regression · Probability Calibration · NDCG · Brier Score

  • PolicyRecLab — Studies off-policy evaluation and exploration for contextual-bandit recommendation under biased logged data. Contextual Bandits · IPS / SNIPS · Doubly Robust · Propensity Scores

  • PolicyShiftLab — Studies how policy-induced selective observation changes offline recommender evaluation and model selection compared with randomized or target evaluation. Offline Evaluation · Covariate Shift · IPW / SNIPS · Brier Score

  • ObserveLab — Studies how serving policies shape what recommenders can learn and when exploration offsets exposure bias. Thompson Sampling · Contextual Bandits · Exploration–Exploitation · Exposure Bias

  • ranklab — Tests how logging policy and behavioral targets affect offline recommender model selection. BPR · LightGCN · NDCG@10 · Randomized Logging

Pinned Loading

  1. SearchRankLab SearchRankLab Public

    Research framework for query-adaptive search: comparing BM25, dense, hybrid, and reranked retrieval under relevance–cost tradeoffs and cross-domain evaluation.

    Python

  2. CommerceRecLab CommerceRecLab Public

    Research-oriented e-commerce recommender system for session intent, candidate generation, funnel-aware ranking, cold start, catalog exposure, and serving tradeoffs.

    Python

  3. PolicyRecLab PolicyRecLab Public

    A research lab for off-policy evaluation, exploration, and policy-generated bias in contextual-bandit recommendation systems.

    Python

  4. ReciprocalMatchLab ReciprocalMatchLab Public

    Reciprocal recommendation and two-sided ranking with joint match prediction, exposure allocation, and leakage-safe evaluation.

    Python

  5. reasoninglab reasoninglab Public

    A controlled research framework for studying when additional test-time reasoning helps, hurts, or wastes compute in open-weight LLMs.

    Python

  6. evallab evallab Public

    Research-style evaluation of local LLMs focused on paired comparisons, uncertainty, benchmark stability, and trustworthy model-ranking conclusions.

    Python