<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>kangnlp</title>
    <link>https://kangnlp.com</link>
    <description>NLP 리서처이자 AI 엔지니어의 블로그. 논문 리뷰, 검색과 임베딩, LLM에 대해 씁니다.</description>
    <language>ko</language>
    <atom:link href="https://kangnlp.com/rss.xml" rel="self" type="application/rss+xml"/>
    <item>
      <title>논문 리뷰: Geometric and Dynamic Scaling in Deep Transformers</title>
      <link>https://kangnlp.com/reviews/manifold-geometric-transformer</link>
      <guid isPermaLink="true">https://kangnlp.com/reviews/manifold-geometric-transformer</guid>
      <pubDate>Tue, 21 Jul 2026 15:00:00 GMT</pubDate>
      <category>논문 리뷰</category>
      <description>Transformer를 100층, 200층으로 깊게 쌓으면 어떤 일이 벌어질까요? 파라미터가 늘어난 만큼 표현력이 좋아질 것 같지만, 실제로는 랭크 붕괴(Rank Collapse)라는 벽에 부딪힙니다. 층을 통과할수록 토큰 표현들이 서로 비슷해지다가 결국 하나의 방향으로 수렴해버리는 현상인데, Dong et al. (2021)은 순수 self-attenti</description>
    </item>
    <item>
      <title>논문 리뷰: CASPER: Concept-integrated Sparse Representation for Scientific Retrieval</title>
      <link>https://kangnlp.com/reviews/casper-scientific-retrieval</link>
      <guid isPermaLink="true">https://kangnlp.com/reviews/casper-scientific-retrieval</guid>
      <pubDate>Fri, 10 Apr 2026 15:00:00 GMT</pubDate>
      <category>논문 리뷰</category>
      <description> 논문 정보 제목: CASPER: Concept-integrated Sparse Representation for Scientific Retrieval 저자: Lam Thanh Do, Linh Van Nguyen, Jiayu Li, David Fu, Kevin Chen-Chuan Chang 소속: University of Illinois Urbana-Cha</description>
    </item>
    <item>
      <title>논문 리뷰: ERU-KG: Efficient Reference-aligned Unsupervised Keyphrase Generation</title>
      <link>https://kangnlp.com/reviews/eru-kg</link>
      <guid isPermaLink="true">https://kangnlp.com/reviews/eru-kg</guid>
      <pubDate>Fri, 10 Apr 2026 15:00:00 GMT</pubDate>
      <category>논문 리뷰</category>
      <description>논문: ERU-KG: Efficient Reference-aligned Unsupervised Keyphrase Generation 저자: Lam Thanh Do, Aaditya Bodke, Pritom Saha Akash, Kevin Chen-Chuan Chang (UIUC) 학회: ACL 2025 (Long Paper) 코드: https://github</description>
    </item>
    <item>
      <title>논문 리뷰: Corpus-Steered Query Expansion with Large Language Models</title>
      <link>https://kangnlp.com/reviews/corpus-steered-query-expansion</link>
      <guid isPermaLink="true">https://kangnlp.com/reviews/corpus-steered-query-expansion</guid>
      <pubDate>Mon, 06 Apr 2026 15:00:00 GMT</pubDate>
      <category>논문 리뷰</category>
      <description>LLM의 &apos;지식&apos;이 아닌 &apos;판단력&apos;을 활용해 쿼리 확장의 할루시네이션 문제를 해결하는 CSQE를 제안한다.</description>
    </item>
    <item>
      <title>논문 리뷰: ThinkQE – Query Expansion via an Evolving Thinking Process</title>
      <link>https://kangnlp.com/reviews/thinkqe-query-expansion</link>
      <guid isPermaLink="true">https://kangnlp.com/reviews/thinkqe-query-expansion</guid>
      <pubDate>Sun, 29 Mar 2026 15:00:00 GMT</pubDate>
      <category>논문 리뷰</category>
      <description>LLM의 &quot;생각하는 과정&quot;을 쿼리 확장에 접목하고, 코퍼스와 반복적으로 상호작용하며 확장을 진화시키는 제로샷 검색 프레임워크</description>
    </item>
    <item>
      <title>논문 리뷰: DeepRetrieval - Hacking Real Search Engines and Retrievers with Large Language Models via Reinforcement Learning</title>
      <link>https://kangnlp.com/reviews/deep-retrieval</link>
      <guid isPermaLink="true">https://kangnlp.com/reviews/deep-retrieval</guid>
      <pubDate>Sat, 28 Mar 2026 15:00:00 GMT</pubDate>
      <category>논문 리뷰</category>
      <description>한 줄 요약: 지도 학습 데이터 없이 강화학습(RL)만으로 LLM에게 검색 엔진을 &quot;해킹&quot;하는 쿼리 생성 전략을 학습시켜, 3B 파라미터로 GPT-4o와 Claude-3.5-Sonnet을 뛰어넘는 검색 성능을 달성한 연구.</description>
    </item>
    <item>
      <title>논문 리뷰: Beyond the Limitation of a Single Query: Train Your LLM for Query Expansion with RL (ExpandSearch)</title>
      <link>https://kangnlp.com/reviews/expand-search</link>
      <guid isPermaLink="true">https://kangnlp.com/reviews/expand-search</guid>
      <pubDate>Sat, 28 Mar 2026 15:00:00 GMT</pubDate>
      <category>논문 리뷰</category>
      <description>한 줄 요약: 단일 검색 쿼리의 한계를 넘기 위해, 강화학습으로 LLM이 다중 쿼리 확장(Expand)을 학습하고, 별도의 요약 모델(Squeezer)로 검색 결과를 압축(Squeeze)하여 멀티홉 QA에서 SOTA를 달성한 프레임워크.</description>
    </item>
    <item>
      <title>논문 리뷰: R1-Searcher: Incentivizing the Search Capability in LLMs via Reinforcement Learning</title>
      <link>https://kangnlp.com/reviews/r1-searcher</link>
      <guid isPermaLink="true">https://kangnlp.com/reviews/r1-searcher</guid>
      <pubDate>Sat, 28 Mar 2026 15:00:00 GMT</pubDate>
      <category>논문 리뷰</category>
      <description>한 줄 요약: 프로세스 보상이나 SFT 없이, 2단계 결과 기반 강화학습(RL)만으로 LLM이 추론 중 자율적으로 외부 검색을 수행하도록 학습시키는 프레임워크</description>
    </item>
    <item>
      <title>논문 리뷰: Annotation-Free Reinforcement Learning Query Rewriting via Verifiable Search Reward (RL-QR)</title>
      <link>https://kangnlp.com/reviews/rl-qr</link>
      <guid isPermaLink="true">https://kangnlp.com/reviews/rl-qr</guid>
      <pubDate>Sat, 28 Mar 2026 15:00:00 GMT</pubDate>
      <category>논문 리뷰</category>
      <description>한 줄 요약: 사람의 어노테이션 없이, 인덱스에 맞춰 합성한 쿼리와 검색 결과 자체를 보상으로 활용하는 강화학습 기반 쿼리 리라이팅(Query Rewriting) 프레임워크 RL-QR을 제안한다.</description>
    </item>
    <item>
      <title>논문 리뷰: Search-R1 - Training LLMs to Reason and Leverage Search Engines with Reinforcement Learning</title>
      <link>https://kangnlp.com/reviews/search-r1</link>
      <guid isPermaLink="true">https://kangnlp.com/reviews/search-r1</guid>
      <pubDate>Sat, 28 Mar 2026 15:00:00 GMT</pubDate>
      <category>논문 리뷰</category>
      <description>한 줄 요약: LLM이 강화학습(RL)을 통해 스스로 검색 엔진을 호출하고, 검색 결과를 활용하여 단계적 추론을 수행하도록 훈련하는 프레임워크 Search-R1을 제안하며, 기존 RAG 대비 평균 20~24%의 성능 향상을 달성한다.</description>
    </item>
    <item>
      <title>논문 리뷰: Conan-Embedding-v2 — LLM을 처음부터 학습시켜 텍스트 임베딩 SOTA를 달성하다</title>
      <link>https://kangnlp.com/reviews/conan-embedding-v2</link>
      <guid isPermaLink="true">https://kangnlp.com/reviews/conan-embedding-v2</guid>
      <pubDate>Fri, 27 Mar 2026 15:00:00 GMT</pubDate>
      <category>논문 리뷰</category>
      <description>기존 LLM을 LoRA로 미세조정하는 대신, 임베딩에 최적화된 1.4B LLM을 처음부터 훈련해 MTEB English/Chinese 모두에서 SOTA를 달성한 논문.</description>
    </item>
    <item>
      <title>논문 리뷰: Drift-Adapter — 벡터 데이터베이스에서 임베딩 모델을 거의 무중단으로 업그레이드하는 법</title>
      <link>https://kangnlp.com/reviews/drift-adapter</link>
      <guid isPermaLink="true">https://kangnlp.com/reviews/drift-adapter</guid>
      <pubDate>Fri, 27 Mar 2026 15:00:00 GMT</pubDate>
      <category>논문 리뷰</category>
      <description>새 임베딩 모델의 쿼리를 기존 임베딩 공간으로 변환하는 경량 어댑터를 학습시켜, 전체 코퍼스를 다시 인코딩하지 않고도 95–99%의 검색 성능을 회복하는 실용적 방법론</description>
    </item>
    <item>
      <title>논문 리뷰: EMO - Embedding Model Distillation via Intra-Model Relation and Optimal Transport Alignments</title>
      <link>https://kangnlp.com/reviews/emo-embedding-model-distillation</link>
      <guid isPermaLink="true">https://kangnlp.com/reviews/emo-embedding-model-distillation</guid>
      <pubDate>Fri, 27 Mar 2026 15:00:00 GMT</pubDate>
      <category>논문 리뷰</category>
      <description>서로 다른 토크나이저를 쓰는 대형 임베딩 모델에서 소형 모델로, 어텐션 구조와 표현을 동시에 증류하는 프레임워크</description>
    </item>
    <item>
      <title>논문 리뷰: Scientific Paper Retrieval with LLM-Guided Semantic-Based Ranking</title>
      <link>https://kangnlp.com/reviews/semrank-llm-scientific-paper-retrieval</link>
      <guid isPermaLink="true">https://kangnlp.com/reviews/semrank-llm-scientific-paper-retrieval</guid>
      <pubDate>Tue, 17 Mar 2026 15:00:00 GMT</pubDate>
      <category>논문 리뷰</category>
      <description>코퍼스 기반 과학적 개념(concept)으로 시맨틱 인덱스를 구축하고, LLM의 쿼리 이해 능력을 결합해 과학 논문 검색 성능을 일관되게 향상시키는 플러그앤플레이 프레임워크</description>
    </item>
    <item>
      <title>논문 리뷰: Alleviating Performance Degradation Caused by Out-of-Distribution Issues in Embedding-Based Retrieval</title>
      <link>https://kangnlp.com/reviews/ood-embedding-retrieval</link>
      <guid isPermaLink="true">https://kangnlp.com/reviews/ood-embedding-retrieval</guid>
      <pubDate>Mon, 16 Mar 2026 15:00:00 GMT</pubDate>
      <category>논문 리뷰</category>
      <description>쿼리와 문서 임베딩 사이의 분포 불일치(OOD)가 ANN 검색 성능을 떨어뜨린다는 사실을 정량적으로 밝히고, 학습 시점에 간단한 ℓ₂ 정규화를 추가해 이 문제를 완화하는 방법을 제안한다.</description>
    </item>
    <item>
      <title>논문 리뷰: Semantic Geometry of Sentence Embeddings</title>
      <link>https://kangnlp.com/reviews/semantic-geometry-sentence-embeddings</link>
      <guid isPermaLink="true">https://kangnlp.com/reviews/semantic-geometry-sentence-embeddings</guid>
      <pubDate>Mon, 16 Mar 2026 15:00:00 GMT</pubDate>
      <category>논문 리뷰</category>
      <description>문장 임베딩의 내부 구조를 정보이론으로 해석하고, 해석 가능한 의미 방향(feature direction)을 식별하는 프레임워크를 제안한 논문</description>
    </item>
    <item>
      <title>논문 리뷰: Following the Autoregressive Nature of LLM Embeddings via Compression and Alignment</title>
      <link>https://kangnlp.com/reviews/autoregressive-llm-embeddings-compression-alignment</link>
      <guid isPermaLink="true">https://kangnlp.com/reviews/autoregressive-llm-embeddings-compression-alignment</guid>
      <pubDate>Sun, 15 Mar 2026 15:00:00 GMT</pubDate>
      <category>논문 리뷰</category>
      <description>LLM의 자기회귀적 본성을 거스르지 않으면서 고품질 텍스트 임베딩을 생성하는 방법, AutoRegEmbed</description>
    </item>
    <item>
      <title>논문 리뷰: Diffusion vs. Autoregressive Language Models: A Text Embedding Perspective</title>
      <link>https://kangnlp.com/reviews/diffusion-vs-autoregressive-embedding</link>
      <guid isPermaLink="true">https://kangnlp.com/reviews/diffusion-vs-autoregressive-embedding</guid>
      <pubDate>Sun, 15 Mar 2026 15:00:00 GMT</pubDate>
      <category>논문 리뷰</category>
      <description>디퓨전 언어 모델이 텍스트 임베딩에서 LLM보다 나은 이유를 실증적으로 밝힌 최초의 체계적 연구</description>
    </item>
    <item>
      <title>논문 리뷰: Randomly Removing 50% of Dimensions in Text Embeddings has Minimal Impact on Retrieval and Classification Tasks</title>
      <link>https://kangnlp.com/reviews/random-dimension-removal-embeddings</link>
      <guid isPermaLink="true">https://kangnlp.com/reviews/random-dimension-removal-embeddings</guid>
      <pubDate>Sun, 15 Mar 2026 15:00:00 GMT</pubDate>
      <category>논문 리뷰</category>
      <description>텍스트 임베딩에서 차원의 50%를 무작위로 제거해도 검색·분류 성능이 10% 미만만 하락한다는 현상을 발견하고, 그 원인을 &quot;성능을 오히려 악화시키는 차원(degrading dimensions)&quot;의 존재로 설명한 논문.</description>
    </item>
    <item>
      <title>논문 리뷰: SMEC — Matryoshka 표현 학습을 다시 생각하다</title>
      <link>https://kangnlp.com/reviews/smec-matryoshka-embedding-compression</link>
      <guid isPermaLink="true">https://kangnlp.com/reviews/smec-matryoshka-embedding-compression</guid>
      <pubDate>Sun, 15 Mar 2026 15:00:00 GMT</pubDate>
      <category>논문 리뷰</category>
      <description>LLM 임베딩의 차원을 12~14배까지 줄이면서도 검색 성능을 유지하는 순차적 마트료시카 압축 프레임워크</description>
    </item>
    <item>
      <title>논문 리뷰: Diffusion-Pretrained Dense and Contextual Embeddings</title>
      <link>https://kangnlp.com/reviews/diffusion-pretrained-dense-contextual-embeddings</link>
      <guid isPermaLink="true">https://kangnlp.com/reviews/diffusion-pretrained-dense-contextual-embeddings</guid>
      <pubDate>Tue, 03 Mar 2026 15:00:00 GMT</pubDate>
      <category>논문 리뷰</category>
      <description>디코더 전용 LLM을 디퓨전 목적 함수로 계속 사전학습하여 양방향 어텐션을 갖춘 임베딩 모델로 변환하고, 다단계 대조 학습과 네이티브 INT8 양자화를 결합해 웹 스케일 검색에 최적화된 다국어 임베딩 모델 pplx-embed을 제안한다.</description>
    </item>
    <item>
      <title>논문 리뷰: SAMRank - Self-Attention Map만으로 키프레이즈를 뽑아낼 수 있을까?</title>
      <link>https://kangnlp.com/reviews/samrank-unsupervised-keyphrase-extraction</link>
      <guid isPermaLink="true">https://kangnlp.com/reviews/samrank-unsupervised-keyphrase-extraction</guid>
      <pubDate>Sat, 21 Feb 2026 15:00:00 GMT</pubDate>
      <category>논문 리뷰</category>
      <description>사전학습 언어 모델의 셀프 어텐션 맵(Self-Attention Map)만을 활용하여 임베딩 없이 비지도 키프레이즈 추출을 수행하는 SAMRank를 제안한다.</description>
    </item>
    <item>
      <title>논문 리뷰: Zero-Shot Contextual Embeddings via Offline Synthetic Corpus Generation</title>
      <link>https://kangnlp.com/reviews/zero-shot-contextual-embeddings</link>
      <guid isPermaLink="true">https://kangnlp.com/reviews/zero-shot-contextual-embeddings</guid>
      <pubDate>Sun, 29 Jun 2025 15:00:00 GMT</pubDate>
      <category>논문 리뷰</category>
      <description>실제 코퍼스에 접근하지 않고도, LLM이 생성한 합성 프록시 코퍼스만으로 컨텍스트 기반 임베딩 모델을 도메인에 적응시키는 프레임워크</description>
    </item>
    <item>
      <title>논문 리뷰: Qwen3 Embedding — Advancing Text Embedding and Reranking Through Foundation Models</title>
      <link>https://kangnlp.com/reviews/qwen3-embedding</link>
      <guid isPermaLink="true">https://kangnlp.com/reviews/qwen3-embedding</guid>
      <pubDate>Tue, 10 Jun 2025 15:00:00 GMT</pubDate>
      <category>논문 리뷰</category>
      <description>Qwen3 파운데이션 모델 위에 다단계 학습 파이프라인과 대규모 합성 데이터, 모델 머징을 결합하여 텍스트 임베딩과 리랭킹 모두에서 SOTA를 달성한 오픈소스 모델 시리즈.</description>
    </item>
  </channel>
</rss>