<- Back to projects and build log

BM25

패스트캠퍼스 강의에 아주 자세히 설명해두었습니다.

bm25 / information-retrieval / ranking / search
BM25 글 대표 일러스트
Jeffrey Kim의 SecondBrain 빌드 로그 아티클 커버

Quick context

First, this page captures one concrete build-log step, research note, or project lesson from Jeffrey Kim.

Next, use the tags, related reading, and home archive to move from this note to deeper material in the same topic cluster.

Finally, follow the RSS feed if you want the next experiment, retrospective, or paper review as soon as it ships.

Archive note

First, this imported note is intentionally compact. It acts as a pointer into the wider SecondBrain archive rather than a long-form standalone article.

Next, use the tags, related reading, and project sections to move toward deeper context. Those paths usually lead to fuller write-ups, experiments, or project retrospectives.

Finally, revisit this page together with the home archive and RSS feed when you want the follow-up posts that expand the same topic.

패스트캠퍼스 강의에 아주 자세히 설명해두었습니다.

Related reading

같이 읽으면 좋은 프로젝트 로그와 연구 노트를 이어서 탐색해보세요.

  • Multi-field Adaptive Retrieval ICLR 2025 Spotlight 논문 링크 논문을 보기 전에 = [[Hybrid RRF & Hybrid CC]], [[Hybrid Retrieval의 가중치. 아무 값이나 쓰고 있나요]] RAG 및 Informa...
  • RepLLaMA - Fine-Tuning LLaMA for Multi-Stage Text Retrieval 논문의 목적 임베딩 모델이나 리랭커를 LLM을 기반으로 훈련시킬 수는 없을까? LLM은 완전 똑똑한데, 이것을 리랭커나 임베딩 모델로서 사용하고 싶다! 어떻게 했을까? Retriever 이전에는 주로 [[BERT]]...
  • Scalable and Effective Generative Information Retrieval Generative Retrieval, 들어는 보셨나요?? 논문 WWW 2024 Oral Generative Retrieval이란? Generative Retrieval의 기본적인 아이디어는 간단하다. 유저가 물어본...
  • Hybrid RRF & Hybrid CC Hybrid Retrieval의 두가지 fusion 방법에 대해 알아보자.