Skip to content
View daegonYu's full-sized avatar

Block or report daegonYu

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.

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
daegonYu/README.md

πŸ‘‹ Hi, I'm working as a AI Engineer

I am interested in Retrieval Models


πŸ† Achievements

πŸ”§ Contributor to sentence-transformers

  • Multi-negative training for CachedGISTEmbedLoss β€” removed the single-negative limitation so GIST-style losses can train with multiple hard negatives per query, like MultipleNegativesRankingLoss β€” PR #2946
  • Margin-based false-negative filtering for GIST losses β€” added absolute / percentage margin strategies (inspired by NV-Retriever) that mask out negatives scoring too close to the positive, which stabilizes training at large batch sizes β€” PR #3299
  • Embedding cache for mine_hard_negatives() β€” query/corpus embeddings are cached and reused when the inputs are unchanged, so re-tuning mining parameters no longer re-encodes the whole corpus β€” PR #3338

πŸ€— Models on Hugging Face

I publish Korean retrieval models on huggingface.co/dragonkue, covering the whole retrieval stack β€” dense bi-encoders for first-stage search, a cross-encoder reranker for second-stage scoring, and a late-interaction model for multi-vector retrieval.

Dense bi-encoders (embedding)

Reranker (cross-encoder)

Late interaction (multi-vector)


πŸ› οΈ Skills

Programming Languages

Python

Frameworks & Libraries

PyTorch Hugging Face sentence-transformers FlagEmbedding Unsloth LangChain FSDP


Pinned Loading

  1. reranker-simple-benchmark reranker-simple-benchmark Public

    Forked from instructkr/reranker-simple-benchmark

    Make running benchmark simple yet maintainable, again. Now only supports Korean-based cross-encoder.

    Python

  2. ko-embedding-leaderboard ko-embedding-leaderboard Public

    Forked from OnAnd0n/ko-embedding-leaderboard

    Korean-MTEB

    HTML

  3. KURE KURE Public

    Forked from nlpai-lab/KURE

    My Retriever Benchmarks Evaluation

    Jupyter Notebook

  4. logical-puzzles logical-puzzles Public

    HAE-RAE LLM reasoning evaluation benchmark

    Python 3