Skip to content
View PFSV's full-sized avatar
😽
😽

Block or report PFSV

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

Hyeonseop Yoon (윤현섭)

Applied NLP / AI researcher building grounded, evidence-driven language systems. My work connects retrieval and evaluation research with production constraints, informed by earlier research on how brains and language models represent meaning.

Portfolio site · Case studies · Hugging Face · ORCID · Email

Selected work

Grounded QA for enterprise contact centers

Designed a verified-unit QA system that returns an operator-approved answer or abstains. I built the retrieval and evaluation harness, then replaced an inflated result after finding question-identity leakage in the original setup. The current held-out evaluation reports hybrid retrieval with query augmentation at approximately R@1 0.881–0.930.

Case study

Korean retrieval embeddings

Fine-tuned and evaluated two Korean retrieval encoders on an H100 workflow. Both model cards and benchmark artifacts are public; on the documented AutoRAG evaluation, the BGE-M3 variant reports MRR 0.7773 and Hit@10 0.9474.

BGE-M3 model · Qwen3 model · Case study

VisionCardio

Built an end-to-end on-device rPPG prototype: training pipeline, Core ML export, and SwiftUI application. With a strict participant split, fine-tuning reduced the documented UBFC heart-rate MAE from 5.63 to 2.80 bpm. This is a wellness research prototype, not a medical device.

Code and reproducibility notes · Model

Research

Before my current applied NLP work, I conducted research on metaphor, reasoning, and representational alignment between human neural data and language models. I have research experience at Seoul National University and Korea University; these were research roles, not degree programs.

Research details and authorship

Open-source release

pycag is an alpha Cache-Augmented Generation toolkit for pre-filling Llama-family models with a bounded knowledge corpus and reusing the resulting KV cache across queries. It is available on PyPI.

Current toolkit

Python · PyTorch · Hugging Face · sentence-transformers · hybrid retrieval · RAG evaluation · vLLM · LoRA/ORPO · Docker · Postgres/pgvector · SLURM/H100

I care about grounding, faithful evaluation, reproducibility, and knowing when a model should abstain.

Pinned Loading

  1. vision-cardio vision-cardio Public

    On-device rPPG heart-rate coach (iOS) + training pipeline. Model: huggingface.co/hyunseop/vision-cardio-rppg

    Python