Tags reflect my interests at the time of writing, so some keywords may be missing.

HCX 1 posts

[log-17] 감정분류 — 비교 모델 3종 결과 분석

9 minute read

HCX·Qwen·MiniCPM 56샘플 × 4 variants 분류 본 배치 완료. 운율의 부분적 기여(MiniCPM emotion), HCX 디폴트-답 함정, parse_category 1글자 레이블 채점 오류 가능성 진단 등.

KoED 3 posts

[log-16] 감정 — 설계 확정 + 데이터 전체셋

3 minute read

감정 실험의 변형(modality × context × prosody) 전체셋을 마감하고, 응답 task의 입력 paradigm 결정과 평가축까지 확정. log-15에서 톤 맵핑·TTS 96/112를 만들어 두었고, 이제 그 위에서 설계를 마무리하는 단계.

LaaJ 2 posts

[log-19] 감정응답 — LaaJ 설계 (pairwise 평가)

9 minute read

감정응답 평가용 LLM-as-a-judge 프로토콜. 후보 5종 (Kanana / HCX / Qwen / MiniCPM / Human) anchor only with Human pairwise, 한국어 공감 응답 평가 3축 (공감적 반응 / 한국어 자연스러움 / 맥락 일관성), g...

MMLU 2 posts
MiniCPM 1 posts

[log-17] 감정분류 — 비교 모델 3종 결과 분석

9 minute read

HCX·Qwen·MiniCPM 56샘플 × 4 variants 분류 본 배치 완료. 운율의 부분적 기여(MiniCPM emotion), HCX 디폴트-답 함정, parse_category 1글자 레이블 채점 오류 가능성 진단 등.

Qwen 1 posts

[log-17] 감정분류 — 비교 모델 3종 결과 분석

9 minute read

HCX·Qwen·MiniCPM 56샘플 × 4 variants 분류 본 배치 완료. 운율의 부분적 기여(MiniCPM emotion), HCX 디폴트-답 함정, parse_category 1글자 레이블 채점 오류 가능성 진단 등.

activation 3 posts
activation-steering 1 posts
adaptor 2 posts
agent 15 posts

Advancing and Benchmarking Personalized Tool Invocation for LLMs

6 minute read

Personalized Tool Invocation이라는 새 task(Tool Preference + Profile-dependent Query)를 정의하고, LLM 기반 데이터 합성 프레임워크 PTool과 첫 벤치마크 PTBench를 구축해 Qwen2.5-7B를 SFT만으로 개인...

SimpleMem: Efficient Lifelong Memory for LLM Agents

3 minute read

LLM Agent의 LTM을 semantic lossless compression으로 재정의하고, write-time 구조화·online synthesis·intent-aware retrieval로 성능과 토큰 효율(최대 30배)을 개선한 메모리 프레임워크 제안

Adaptation of Agentic AI

2 minute read

agentic AI 연구에서 adaptation이라는 개념이 혼용되어왔고, 체계적인 시스템 수준 설계 및 비교를 가능하게 하기 위해 adaptation 대상(agent vs tool)과 adaptation을 유도하는 신호를 구분하는 분류 체계 제안

Budget-Aware Tool-Use Enables Effective Agent Scaling

2 minute read

툴 호출 예산을 단순히 늘리는 것만으로는 에이전트 성능이 스케일(TTS)되지 않으며, 예산을 명시적으로 인식하도록 하는 Budget Tracker와 BATS 프레임워크를 도입하면 비용 대비 성능 스케일링과 Pareto frontier가 크게 개선된다.

agent-memory 1 posts

Belief Memory: Agent Memory Under Partial Observability

7 minute read

기존 agent memory가 관측을 단일 deterministic 결론으로 저장해 self-reinforcing error를 일으킨다는 문제를 지적하고, 후보 결론들을 확률과 함께 유지하며 noisy-OR로 갱신하는 belief 기반 memory(BeliefMem)를 제안

ai-detection 3 posts
alignment-learning 6 posts

Alignment Faking in Large Language Models

2 minute read

alignment learning중에 LLM은 objective를 따르는 척 하지만, 사실은 원래 pretraining에서부터 갖고 있던 선호(자기 선호)를 잃기 싫기 때문에, training중에만 alignment된 척 위장하는 Alignment Faking 발생 현상에 대한 연구

Scaling Laws for Reward Model Overoptimization

less than 1 minute read

RM으로 Policy model을 학습하면 학습할수록 real (human) preference와 격차가 벌어지는 overoptimization이 (반드시) 발생되며, 이 현상의 도달을 늦추는(?) 데에는 RM의 사이즈를 키우는게 유의한 영향을 끼치는 것으로 보임.

analysis 1 posts
attention 2 posts

Differential Transformer

1 minute read

Q/K를 각각 두 그룹으로 나누어 2개의 softmax attention map간 차이를 계산, relevant context에 대한 attention을 키우고 노이즈는 제거하는 방식의 transformers 변형 제안, hallucination 개선

Selective Attention Improves Transformer

1 minute read

attention 연산에서 파라미터 변경 없이, 생성된 token이 다른 token이 더이상 필요 없다고 결정할 수 있도록 처리, 미래 시점에서는 해당 token이 불필요하다고 판단했던 token들에 대한 attention을 줄이는 방법으로 효과적으로 메모리 사용량과 계산 비용을 ...

audio 1 posts
baseline 1 posts
batch 1 posts
belief-state 1 posts

Belief Memory: Agent Memory Under Partial Observability

7 minute read

기존 agent memory가 관측을 단일 deterministic 결론으로 저장해 self-reinforcing error를 일으킨다는 문제를 지적하고, 후보 결론들을 확률과 함께 유지하며 noisy-OR로 갱신하는 belief 기반 memory(BeliefMem)를 제안

benchmark 17 posts

Advancing and Benchmarking Personalized Tool Invocation for LLMs

6 minute read

Personalized Tool Invocation이라는 새 task(Tool Preference + Profile-dependent Query)를 정의하고, LLM 기반 데이터 합성 프레임워크 PTool과 첫 벤치마크 PTBench를 구축해 Qwen2.5-7B를 SFT만으로 개인...

chatbot 1 posts
classification 1 posts
classify 4 posts

[log-20] 감정분류 — 4모델 최종 결과

5 minute read

평균 정답률은 MiniCPM 35% > Qwen 34% > HCX 22% > Kanana 20%. 모델이 감정 레이블 별 정확도 성능이 다르다: Kanana 는 “정” 56%, HCX 는 “중립” 75%, Qwen 은 “분노” 72%에서 강점, MiniCPM 은 상...

[log-17] 감정분류 — 비교 모델 3종 결과 분석

9 minute read

HCX·Qwen·MiniCPM 56샘플 × 4 variants 분류 본 배치 완료. 운율의 부분적 기여(MiniCPM emotion), HCX 디폴트-답 함정, parse_category 1글자 레이블 채점 오류 가능성 진단 등.

[log-16] 감정 — 설계 확정 + 데이터 전체셋

3 minute read

감정 실험의 변형(modality × context × prosody) 전체셋을 마감하고, 응답 task의 입력 paradigm 결정과 평가축까지 확정. log-15에서 톤 맵핑·TTS 96/112를 만들어 두었고, 이제 그 위에서 설계를 마무리하는 단계.

claude-code 1 posts
clip 1 posts

Is the Modality Gap a Bug or a Feature? A Robustness Perspective

5 minute read

CLIP 계열 multi-modal contrastive model의 modality gap이 robustness를 저하시키는 bug라는 프레이밍을 이론적으로 증명, clean accuracy 손실 없이 robustness를 개선하는 post-processing 알고리즘 제안

code 5 posts
coding 1 posts
cognitive-science 1 posts
comparison 1 posts
conference 1 posts

ICML2026 관심 워크샵

1 minute read

초개인화/observer 연구 방향에서 들을 만한 ICML 2026(서울) 워크샵을 관심도 순으로 정리하고, 일정 겹침을 마지막에 메모.

confidence-estimation 1 posts
contrastive-learning 1 posts

Is the Modality Gap a Bug or a Feature? A Robustness Perspective

5 minute read

CLIP 계열 multi-modal contrastive model의 modality gap이 robustness를 저하시키는 bug라는 프레이밍을 이론적으로 증명, clean accuracy 손실 없이 robustness를 개선하는 post-processing 알고리즘 제안

data-selection 1 posts
debate 1 posts
debug 1 posts
decoding 1 posts

WAIT, WAIT, WAIT… Why Do Reasoning Models Loop?

2 minute read

Reasoning 모델의 looping은 decoding artifact만이 아니라 learning errors가 greedy/low-temp에서 증폭되며 발생, temperature는 loop를 줄이지만 근본 원인을 고치지 못해 불필요하게 긴 CoT를 생성한다.

design 3 posts

[log-16] 감정 — 설계 확정 + 데이터 전체셋

3 minute read

감정 실험의 변형(modality × context × prosody) 전체셋을 마감하고, 응답 task의 입력 paradigm 결정과 평가축까지 확정. log-15에서 톤 맵핑·TTS 96/112를 만들어 두었고, 이제 그 위에서 설계를 마무리하는 단계.

dialogue-system 18 posts

Flipping the Dialogue: Training and Evaluating User Language Models

3 minute read

Assistant용 LM을 user처럼 역할 지시해 시뮬레이션하는 기존 방식은 본질적으로 비현실적이며, 실제 human user 행동을 학습한 UserLM이 훨씬 더 자연스러운 multi-turn user behavior를 재현해 assistant 성능의 진짜 한계를 드러낸다.

Dynamic Epistemic Friction in Dialogue

3 minute read

대화에서 belief은 통상 연구들의 가정처럼 '매끄럽게' 업데이트 되지 않으므로, 새로운 정보에 대한 수용 저항(epistemic friction)을 정량화/벡터화하여 모델링하는 belief 변화 모델링 제안

diffusion 1 posts
disagreement 1 posts
distillation 1 posts
distributional-analysis 1 posts
domain-adaptation 6 posts

LLaMA Pro: Progressive LLaMA with Block Expansion

less than 1 minute read

새로 추가한 블록의 매개변수만 도메인 데이터로 업데이트하는 post-pretraining 방식의 block expansion이 domain-specific task에 특히 유용하다고 제안. 전체를 finetuning할 때 발생되는 망각이 일어나지 않는다고. 동일 데이터 사용을 전제...

BloombergGPT: A Large Language Model for Finance

less than 1 minute read

A combined pre-training approach for domain-specific and non-domain-specific corpus. It describes the dataset, model configuration, and training procedure fo...

dpo 3 posts

Self-Rewarding Language Models

less than 1 minute read

반복적인 DPO 훈련으로 사람이 설계한 reward model이 아닌, LLM-as-a-Judge mechanism을 사용, LM이 자율적으로 instruction following & reward modeling > refine 반복.

dst 1 posts
embedding 1 posts

Is the Modality Gap a Bug or a Feature? A Robustness Perspective

5 minute read

CLIP 계열 multi-modal contrastive model의 modality gap이 robustness를 저하시키는 bug라는 프레이밍을 이론적으로 증명, clean accuracy 손실 없이 robustness를 개선하는 post-processing 알고리즘 제안

emotion 16 posts

[log-20] 감정분류 — 4모델 최종 결과

5 minute read

평균 정답률은 MiniCPM 35% > Qwen 34% > HCX 22% > Kanana 20%. 모델이 감정 레이블 별 정확도 성능이 다르다: Kanana 는 “정” 56%, HCX 는 “중립” 75%, Qwen 은 “분노” 72%에서 강점, MiniCPM 은 상...

[log-19] 감정응답 — LaaJ 설계 (pairwise 평가)

9 minute read

감정응답 평가용 LLM-as-a-judge 프로토콜. 후보 5종 (Kanana / HCX / Qwen / MiniCPM / Human) anchor only with Human pairwise, 한국어 공감 응답 평가 3축 (공감적 반응 / 한국어 자연스러움 / 맥락 일관성), g...

[log-17] 감정분류 — 비교 모델 3종 결과 분석

9 minute read

HCX·Qwen·MiniCPM 56샘플 × 4 variants 분류 본 배치 완료. 운율의 부분적 기여(MiniCPM emotion), HCX 디폴트-답 함정, parse_category 1글자 레이블 채점 오류 가능성 진단 등.

[log-16] 감정 — 설계 확정 + 데이터 전체셋

3 minute read

감정 실험의 변형(modality × context × prosody) 전체셋을 마감하고, 응답 task의 입력 paradigm 결정과 평가축까지 확정. log-15에서 톤 맵핑·TTS 96/112를 만들어 두었고, 이제 그 위에서 설계를 마무리하는 단계.

empathy 2 posts

[log-19] 감정응답 — LaaJ 설계 (pairwise 평가)

9 minute read

감정응답 평가용 LLM-as-a-judge 프로토콜. 후보 5종 (Kanana / HCX / Qwen / MiniCPM / Human) anchor only with Human pairwise, 한국어 공감 응답 평가 3축 (공감적 반응 / 한국어 자연스러움 / 맥락 일관성), g...

ensemble 5 posts

Knowledge Fusion of Large Language Models

1 minute read

기존에 각기 다른 구조를 가지면서 다양한 방식으로 학습된 여러 LLMs(soucre LLMs)을 병합해서 더 strong하게 만드는 방법(pic1)으로, 여러 LLM의 지식을 외부화하여 그들의 capability를 새로운 LLM(target LLM)으로 transfer하는 방법을 ...

Blending is All You Need

less than 1 minute read

여러 개의 작은 모델을 Blend해서 하나의 큰 모델과 비슷한 혹은 더 나은 성능을 낼 수 있다.

evaluation 12 posts

ICML2026 관심 논문

3 minute read

초개인화/observer 연구 방향에서 볼 만한 ICML 2026 accepted 논문을 노트의 축(representation, 관찰/갱신, 평가, proactive, 선호/alignment, recsys) 정리.

초개인화를 어떻게 연구해야할까?

10 minute read

채팅 시스템 안의 agent를 초개인화한다는 문제를, 무엇을 모델링할지(user representation)와 어떻게 평가할지로 구분하여 정리.

[log-19] 감정응답 — LaaJ 설계 (pairwise 평가)

9 minute read

감정응답 평가용 LLM-as-a-judge 프로토콜. 후보 5종 (Kanana / HCX / Qwen / MiniCPM / Human) anchor only with Human pairwise, 한국어 공감 응답 평가 3축 (공감적 반응 / 한국어 자연스러움 / 맥락 일관성), g...

exp_c 1 posts
exp_d 3 posts
experiential-knowledge 1 posts
factuality 5 posts

Real-time Fake News from Adversarial Feedback

1 minute read

LLM의 fake news를 더 잘 생성하게 하는 방법. 학습 이후 발생되는 사건의 fake news 탐지를 위해, adversarial iterative fake news 생성 파이프라인 제안

fullset 1 posts
function-calling 6 posts

Adaptation of Agentic AI

2 minute read

agentic AI 연구에서 adaptation이라는 개념이 혼용되어왔고, 체계적인 시스템 수준 설계 및 비교를 가능하게 하기 위해 adaptation 대상(agent vs tool)과 adaptation을 유도하는 신호를 구분하는 분류 체계 제안

Budget-Aware Tool-Use Enables Effective Agent Scaling

2 minute read

툴 호출 예산을 단순히 늘리는 것만으로는 에이전트 성능이 스케일(TTS)되지 않으며, 예산을 명시적으로 인식하도록 하는 Budget Tracker와 BATS 프레임워크를 도입하면 비용 대비 성능 스케일링과 Pareto frontier가 크게 개선된다.

fusion 1 posts

Knowledge Fusion of Large Language Models

1 minute read

기존에 각기 다른 구조를 가지면서 다양한 방식으로 학습된 여러 LLMs(soucre LLMs)을 병합해서 더 strong하게 만드는 방법(pic1)으로, 여러 LLM의 지식을 외부화하여 그들의 capability를 새로운 LLM(target LLM)으로 transfer하는 방법을 ...

gan 1 posts
git 1 posts
gpu 1 posts
hallucination 6 posts
hci 1 posts
hcx 3 posts
human-reference 1 posts
hypernetwork 1 posts
icl 7 posts

Self-Discover: Large Language Models Self-Compose Reasoning Structures

less than 1 minute read

델이 여러 reasoning techniques(CoT, critical thinking, ...) 중에서 하나를 스스로 선택하여 task별로 적합한 추론 전략을 구성하도록 하는 프레임워크 제안. BBH에서 단순 CoT보다 성능이 좋고 CoT Self-consistency보다도 추...

Orion-14B: Open-source Multilingual Large Language Models

less than 1 minute read

한국어 포함 동아시아권 언어를 중심으로 학습된 multilingual model 공개. Vocab 사이즈도 상대적이지만 결코 작지 않고, 실제 성능도 훌륭한 수준.

Corrective Retrieval Augmented Generation

less than 1 minute read

confidence score, web search, knowledge refinement로 잘못 찾아온, 혹은 최적이 아닌 결과를 self-correction하여 모델 생성 결과에 hallucination 감소

Larger language models do in-context learning differently

1 minute read

충분히 큰 LLM은 사전학습과 배척되는 label이 주어지더라도, 사전학습 내용을 덮어두고 새로 주어진 label로 override 할 수 있음. 이 뿐만 아니라 충분히 큰 LLM은 label을 의미적으로 관련 없는 label로 대체해도 성능이 나옴.

icml2026 2 posts

ICML2026 관심 워크샵

1 minute read

초개인화/observer 연구 방향에서 들을 만한 ICML 2026(서울) 워크샵을 관심도 순으로 정리하고, 일정 겹침을 마지막에 메모.

ICML2026 관심 논문

3 minute read

초개인화/observer 연구 방향에서 볼 만한 ICML 2026 accepted 논문을 노트의 축(representation, 관찰/갱신, 평가, proactive, 선호/alignment, recsys) 정리.

implicit-conflict 1 posts
incident 1 posts
industry 4 posts
infra 3 posts
interject 4 posts

ICML2026 관심 워크샵

1 minute read

초개인화/observer 연구 방향에서 들을 만한 ICML 2026(서울) 워크샵을 관심도 순으로 정리하고, 일정 겹침을 마지막에 메모.

초개인화를 어떻게 연구해야할까?

10 minute read

채팅 시스템 안의 agent를 초개인화한다는 문제를, 무엇을 모델링할지(user representation)와 어떻게 평가할지로 구분하여 정리.

interpretability 6 posts

Safety Layers of Aligned Large Language Models: The Key to LLM Security

1 minute read

다양한 Aligned LLM의 내부 파라미터에 safety layer가 존재하는 것을 확인. safety layer는 악의적인 사용자 질의를 식별하고 또 거부하는 역할을 수행. 이를 바탕으로 safety를 유지하는 Finetuning 방법론 SPPFT 제안.

intervention 1 posts
kakaotalk 1 posts
kanana 37 posts

초개인화를 어떻게 연구해야할까?

10 minute read

채팅 시스템 안의 agent를 초개인화한다는 문제를, 무엇을 모델링할지(user representation)와 어떻게 평가할지로 구분하여 정리.

[log-20] 감정분류 — 4모델 최종 결과

5 minute read

평균 정답률은 MiniCPM 35% > Qwen 34% > HCX 22% > Kanana 20%. 모델이 감정 레이블 별 정확도 성능이 다르다: Kanana 는 “정” 56%, HCX 는 “중립” 75%, Qwen 은 “분노” 72%에서 강점, MiniCPM 은 상...

[log-19] 감정응답 — LaaJ 설계 (pairwise 평가)

9 minute read

감정응답 평가용 LLM-as-a-judge 프로토콜. 후보 5종 (Kanana / HCX / Qwen / MiniCPM / Human) anchor only with Human pairwise, 한국어 공감 응답 평가 3축 (공감적 반응 / 한국어 자연스러움 / 맥락 일관성), g...

[log-17] 감정분류 — 비교 모델 3종 결과 분석

9 minute read

HCX·Qwen·MiniCPM 56샘플 × 4 variants 분류 본 배치 완료. 운율의 부분적 기여(MiniCPM emotion), HCX 디폴트-답 함정, parse_category 1글자 레이블 채점 오류 가능성 진단 등.

[log-16] 감정 — 설계 확정 + 데이터 전체셋

3 minute read

감정 실험의 변형(modality × context × prosody) 전체셋을 마감하고, 응답 task의 입력 paradigm 결정과 평가축까지 확정. log-15에서 톤 맵핑·TTS 96/112를 만들어 두었고, 이제 그 위에서 설계를 마무리하는 단계.

[log-13] 지식 — 완료 (60/60)

3 minute read

지식 실험 완료 (60/60). API 쿼터를 추가로 받아 남은 6문제를 한 번에 처리했다. 에러 처리 방식을 변경하여 과거 로그 수치도 소급 수정했다.

kmmlu 12 posts

[log-13] 지식 — 완료 (60/60)

3 minute read

지식 실험 완료 (60/60). API 쿼터를 추가로 받아 남은 6문제를 한 번에 처리했다. 에러 처리 방식을 변경하여 과거 로그 수치도 소급 수정했다.

knowledge 2 posts
knowledge-conflicts 5 posts

Real-time Fake News from Adversarial Feedback

1 minute read

LLM의 fake news를 더 잘 생성하게 하는 방법. 학습 이후 발생되는 사건의 fake news 탐지를 위해, adversarial iterative fake news 생성 파이프라인 제안

knowledge-editing 3 posts
knowledge-graph 1 posts
korean 1 posts

[log-19] 감정응답 — LaaJ 설계 (pairwise 평가)

9 minute read

감정응답 평가용 LLM-as-a-judge 프로토콜. 후보 5종 (Kanana / HCX / Qwen / MiniCPM / Human) anchor only with Human pairwise, 한국어 공감 응답 평가 3축 (공감적 반응 / 한국어 자연스러움 / 맥락 일관성), g...

korean-bias 1 posts
laaj 3 posts
language-modeling 30 posts

LC-LLM RAG: Long-Context LLMs Meet RAG

2 minute read

LC-LLM을 RAG에서 쓸 때, (1) context 순서를 잘 주고 (2) RAG 느낌을 튜닝시켜주고 (3) 명시적으로 relevant 여부를 판단하도록 reasoning step 주면 더 잘한다.

Differential Transformer

1 minute read

Q/K를 각각 두 그룹으로 나누어 2개의 softmax attention map간 차이를 계산, relevant context에 대한 attention을 키우고 노이즈는 제거하는 방식의 transformers 변형 제안, hallucination 개선

Selective Attention Improves Transformer

1 minute read

attention 연산에서 파라미터 변경 없이, 생성된 token이 다른 token이 더이상 필요 없다고 결정할 수 있도록 처리, 미래 시점에서는 해당 token이 불필요하다고 판단했던 token들에 대한 attention을 줄이는 방법으로 효과적으로 메모리 사용량과 계산 비용을 ...

Generative Representational Instruction Tuning

less than 1 minute read

text embedding과 generation 통합하는 Generative Representational Instruction Tuning 제안. 단일모델인 GritLM은 embedding(MTEB) 및 generation task(BBH...)에서 모두 SoTA를 달성.

Orion-14B: Open-source Multilingual Large Language Models

less than 1 minute read

한국어 포함 동아시아권 언어를 중심으로 학습된 multilingual model 공개. Vocab 사이즈도 상대적이지만 결코 작지 않고, 실제 성능도 훌륭한 수준.

Blending is All You Need

less than 1 minute read

여러 개의 작은 모델을 Blend해서 하나의 큰 모델과 비슷한 혹은 더 나은 성능을 낼 수 있다.

LLaMA Pro: Progressive LLaMA with Block Expansion

less than 1 minute read

새로 추가한 블록의 매개변수만 도메인 데이터로 업데이트하는 post-pretraining 방식의 block expansion이 domain-specific task에 특히 유용하다고 제안. 전체를 finetuning할 때 발생되는 망각이 일어나지 않는다고. 동일 데이터 사용을 전제...

listing 1 posts
literature-review 1 posts
llm 1 posts
llm-as-a-judge 5 posts

Scaling Laws of Synthetic Data for Language Models

2 minute read

SYNTHLLM 방식으로 생성한 합성데이터는 LLM finetuning에 대해 예측 가능하고 효과적으로 scale 되고, 수정한 scaling law에 따라 natural data 부족에 대한 확장가능한 솔루션이 된다고 주장

long-context 9 posts

LC-LLM RAG: Long-Context LLMs Meet RAG

2 minute read

LC-LLM을 RAG에서 쓸 때, (1) context 순서를 잘 주고 (2) RAG 느낌을 튜닝시켜주고 (3) 명시적으로 relevant 여부를 판단하도록 reasoning step 주면 더 잘한다.

Differential Transformer

1 minute read

Q/K를 각각 두 그룹으로 나누어 2개의 softmax attention map간 차이를 계산, relevant context에 대한 attention을 키우고 노이즈는 제거하는 방식의 transformers 변형 제안, hallucination 개선

long-horizon 3 posts
lrm 2 posts
lvlm 1 posts
memory 15 posts

SimpleMem: Efficient Lifelong Memory for LLM Agents

3 minute read

LLM Agent의 LTM을 semantic lossless compression으로 재정의하고, write-time 구조화·online synthesis·intent-aware retrieval로 성능과 토큰 효율(최대 30배)을 개선한 메모리 프레임워크 제안

Adaptation of Agentic AI

2 minute read

agentic AI 연구에서 adaptation이라는 개념이 혼용되어왔고, 체계적인 시스템 수준 설계 및 비교를 가능하게 하기 위해 adaptation 대상(agent vs tool)과 adaptation을 유도하는 신호를 구분하는 분류 체계 제안

General Agentic Memory via Deep Research

2 minute read

경량 memorizer와 full-page store + deep research로 Just-In-Time memory 프레임워크 제안, 기존 사전압축 (static) 메모리 대비 다양한 long-term + multi-hop 성능 향상 달성

mia 1 posts
mid 1 posts
minicpm 3 posts
mllm 1 posts
modality-gap 9 posts

[log-20] 감정분류 — 4모델 최종 결과

5 minute read

평균 정답률은 MiniCPM 35% > Qwen 34% > HCX 22% > Kanana 20%. 모델이 감정 레이블 별 정확도 성능이 다르다: Kanana 는 “정” 56%, HCX 는 “중립” 75%, Qwen 은 “분노” 72%에서 강점, MiniCPM 은 상...

modality-preference 1 posts
moe 1 posts
multi-agent 4 posts

General Agentic Memory via Deep Research

2 minute read

경량 memorizer와 full-page store + deep research로 Just-In-Time memory 프레임워크 제안, 기존 사전압축 (static) 메모리 대비 다양한 long-term + multi-hop 성능 향상 달성

multi-linguality 4 posts

Orion-14B: Open-source Multilingual Large Language Models

less than 1 minute read

한국어 포함 동아시아권 언어를 중심으로 학습된 multilingual model 공개. Vocab 사이즈도 상대적이지만 결코 작지 않고, 실제 성능도 훌륭한 수준.

multi-modal 1 posts

Is the Modality Gap a Bug or a Feature? A Robustness Perspective

5 minute read

CLIP 계열 multi-modal contrastive model의 modality gap이 robustness를 저하시키는 bug라는 프레이밍을 이론적으로 증명, clean accuracy 손실 없이 robustness를 개선하는 post-processing 알고리즘 제안

multi-modality 5 posts
multi-party 1 posts
multi-turn 2 posts

Flipping the Dialogue: Training and Evaluating User Language Models

3 minute read

Assistant용 LM을 user처럼 역할 지시해 시뮬레이션하는 기존 방식은 본질적으로 비현실적이며, 실제 human user 행동을 학습한 UserLM이 훨씬 더 자연스러운 multi-turn user behavior를 재현해 assistant 성능의 진짜 한계를 드러낸다.

multimodal 19 posts

[log-17] 감정분류 — 비교 모델 3종 결과 분석

9 minute read

HCX·Qwen·MiniCPM 56샘플 × 4 variants 분류 본 배치 완료. 운율의 부분적 기여(MiniCPM emotion), HCX 디폴트-답 함정, parse_category 1글자 레이블 채점 오류 가능성 진단 등.

[log-16] 감정 — 설계 확정 + 데이터 전체셋

3 minute read

감정 실험의 변형(modality × context × prosody) 전체셋을 마감하고, 응답 task의 입력 paradigm 결정과 평가축까지 확정. log-15에서 톤 맵핑·TTS 96/112를 만들어 두었고, 이제 그 위에서 설계를 마무리하는 단계.

[log-13] 지식 — 완료 (60/60)

3 minute read

지식 실험 완료 (60/60). API 쿼터를 추가로 받아 남은 6문제를 한 번에 처리했다. 에러 처리 방식을 변경하여 과거 로그 수치도 소급 수정했다.

note 8 posts

Private tmux note

3 minute read

This post will be published soon.

observer 1 posts
observer-agent 4 posts

ICML2026 관심 워크샵

1 minute read

초개인화/observer 연구 방향에서 들을 만한 ICML 2026(서울) 워크샵을 관심도 순으로 정리하고, 일정 겹침을 마지막에 메모.

초개인화를 어떻게 연구해야할까?

10 minute read

채팅 시스템 안의 agent를 초개인화한다는 문제를, 무엇을 모델링할지(user representation)와 어떻게 평가할지로 구분하여 정리.

odqa 5 posts

SSRL: Self-Search Reinforcement Learning

1 minute read

검색엔진이나 다른 LLM 등 외부 tool 없이 검색을 Full-simulation해서 RL → real-world로 전이 가능한 self-search 모델 구축

omni 1 posts
omni-modal 1 posts
ops 7 posts
optimization 6 posts
paper 1 posts
papers 1 posts

ICML2026 관심 논문

3 minute read

초개인화/observer 연구 방향에서 볼 만한 ICML 2026 accepted 논문을 노트의 축(representation, 관찰/갱신, 평가, proactive, 선호/alignment, recsys) 정리.

parallel-sampling 1 posts
partial 1 posts
partial-observability 1 posts

Belief Memory: Agent Memory Under Partial Observability

7 minute read

기존 agent memory가 관측을 단일 deterministic 결론으로 저장해 self-reinforcing error를 일으킨다는 문제를 지적하고, 후보 결론들을 확률과 함께 유지하며 noisy-OR로 갱신하는 belief 기반 memory(BeliefMem)를 제안

pbrl 1 posts
peft 5 posts

Drag-and-Drop LLMs: Zero-Shot Prompt-to-Weights

2 minute read

prompt를 input으로, LoRA-tuend 파라미터를 output으로 하여 SFT하는 모델 DnD 제안. DnD를 한 번 학습 해두면 task마다 추가 학습 없이도 task-specific LoRA weight를 만들 수 있다.

Differential Transformer

1 minute read

Q/K를 각각 두 그룹으로 나누어 2개의 softmax attention map간 차이를 계산, relevant context에 대한 attention을 키우고 노이즈는 제거하는 방식의 transformers 변형 제안, hallucination 개선

Generative Representational Instruction Tuning

less than 1 minute read

text embedding과 generation 통합하는 Generative Representational Instruction Tuning 제안. 단일모델인 GritLM은 embedding(MTEB) 및 generation task(BBH...)에서 모두 SoTA를 달성.

persona 1 posts
personalization 6 posts

ICML2026 관심 워크샵

1 minute read

초개인화/observer 연구 방향에서 들을 만한 ICML 2026(서울) 워크샵을 관심도 순으로 정리하고, 일정 겹침을 마지막에 메모.

ICML2026 관심 논문

3 minute read

초개인화/observer 연구 방향에서 볼 만한 ICML 2026 accepted 논문을 노트의 축(representation, 관찰/갱신, 평가, proactive, 선호/alignment, recsys) 정리.

초개인화를 어떻게 연구해야할까?

10 minute read

채팅 시스템 안의 agent를 초개인화한다는 문제를, 무엇을 모델링할지(user representation)와 어떻게 평가할지로 구분하여 정리.

Advancing and Benchmarking Personalized Tool Invocation for LLMs

6 minute read

Personalized Tool Invocation이라는 새 task(Tool Preference + Profile-dependent Query)를 정의하고, LLM 기반 데이터 합성 프레임워크 PTool과 첫 벤치마크 PTBench를 구축해 Qwen2.5-7B를 SFT만으로 개인...

petl 6 posts

Selective Attention Improves Transformer

1 minute read

attention 연산에서 파라미터 변경 없이, 생성된 token이 다른 token이 더이상 필요 없다고 결정할 수 있도록 처리, 미래 시점에서는 해당 token이 불필요하다고 판단했던 token들에 대한 attention을 줄이는 방법으로 효과적으로 메모리 사용량과 계산 비용을 ...

plan 1 posts
planning 2 posts

SimpleMem: Efficient Lifelong Memory for LLM Agents

3 minute read

LLM Agent의 LTM을 semantic lossless compression으로 재정의하고, write-time 구조화·online synthesis·intent-aware retrieval로 성능과 토큰 효율(최대 30배)을 개선한 메모리 프레임워크 제안

pomdp 1 posts

Belief Memory: Agent Memory Under Partial Observability

7 minute read

기존 agent memory가 관측을 단일 deterministic 결론으로 저장해 self-reinforcing error를 일으킨다는 문제를 지적하고, 후보 결론들을 확률과 함께 유지하며 noisy-OR로 갱신하는 belief 기반 memory(BeliefMem)를 제안

post-training 2 posts
ppo 1 posts
preference 1 posts
proactive 4 posts

ICML2026 관심 논문

3 minute read

초개인화/observer 연구 방향에서 볼 만한 ICML 2026 accepted 논문을 노트의 축(representation, 관찰/갱신, 평가, proactive, 선호/alignment, recsys) 정리.

초개인화를 어떻게 연구해야할까?

10 minute read

채팅 시스템 안의 agent를 초개인화한다는 문제를, 무엇을 모델링할지(user representation)와 어떻게 평가할지로 구분하여 정리.

probing 1 posts
procedural-memory 1 posts
proj-dialogue 1 posts
proj-memory 1 posts
projector 1 posts
prompt-compression 2 posts
prompting 10 posts

Self-Discover: Large Language Models Self-Compose Reasoning Structures

less than 1 minute read

델이 여러 reasoning techniques(CoT, critical thinking, ...) 중에서 하나를 스스로 선택하여 task별로 적합한 추론 전략을 구성하도록 하는 프레임워크 제안. BBH에서 단순 CoT보다 성능이 좋고 CoT Self-consistency보다도 추...

prosody 1 posts

[log-17] 감정분류 — 비교 모델 3종 결과 분석

9 minute read

HCX·Qwen·MiniCPM 56샘플 × 4 variants 분류 본 배치 완료. 운율의 부분적 기여(MiniCPM emotion), HCX 디폴트-답 함정, parse_category 1글자 레이블 채점 오류 가능성 진단 등.

publish-state 1 posts
qwen 2 posts
rag 27 posts

SimpleMem: Efficient Lifelong Memory for LLM Agents

3 minute read

LLM Agent의 LTM을 semantic lossless compression으로 재정의하고, write-time 구조화·online synthesis·intent-aware retrieval로 성능과 토큰 효율(최대 30배)을 개선한 메모리 프레임워크 제안

LC-LLM RAG: Long-Context LLMs Meet RAG

2 minute read

LC-LLM을 RAG에서 쓸 때, (1) context 순서를 잘 주고 (2) RAG 느낌을 튜닝시켜주고 (3) 명시적으로 relevant 여부를 판단하도록 reasoning step 주면 더 잘한다.

Generative Representational Instruction Tuning

less than 1 minute read

text embedding과 generation 통합하는 Generative Representational Instruction Tuning 제안. 단일모델인 GritLM은 embedding(MTEB) 및 generation task(BBH...)에서 모두 SoTA를 달성.

Corrective Retrieval Augmented Generation

less than 1 minute read

confidence score, web search, knowledge refinement로 잘못 찾아온, 혹은 최적이 아닌 결과를 self-correction하여 모델 생성 결과에 hallucination 감소

REPLUG: Retrieval-Augmented Black-Box Language Models

less than 1 minute read

언어 모델을 블랙박스로 취급하고 검색 구성요소를 잠재적으로 조정가능한 모듈로 추가하는 새로운 retrieval-Augmented LM 패러다임 제안

reasoning 19 posts

WAIT, WAIT, WAIT… Why Do Reasoning Models Loop?

2 minute read

Reasoning 모델의 looping은 decoding artifact만이 아니라 learning errors가 greedy/low-temp에서 증폭되며 발생, temperature는 loop를 줄이지만 근본 원인을 고치지 못해 불필요하게 긴 CoT를 생성한다.

SSRL: Self-Search Reinforcement Learning

1 minute read

검색엔진이나 다른 LLM 등 외부 tool 없이 검색을 Full-simulation해서 RL → real-world로 전이 가능한 self-search 모델 구축

Concise Reasoning via Reinforcement Learning

1 minute read

RL로 학습된 LLM이 불필요하게 긴 추론을 생성하지만, 2-phrase RL로 정확도를 유지하면서 간결한 추론을 시킬 수 있다.

LIMO - Less is More for Reasoning

1 minute read

작지만 좋은 데이터만으로 수리추론 능력 향상시키기 = 모델이 이미 알고 있는 걸 잘 끄집어내는 것이 중요하다.

Reverse Thinking Makes LLMs Stronger Reasoners

1 minute read

LLM이 '역발상'을 학습하도록 훈련하면 상식, 수학, 논리적 추론같은 task 성능 향상에 큰 도움. x10만큼의 forward training(standard finetuning)보다 성능이 뛰어나다고 주장.

redesign 1 posts
reinforcement-learning 11 posts

TTRL: Test-Time Reinforcement Learning

1 minute read

test 데이터만으로 majority-voting으로 reward 추정, 이를 통해 RL 시도하는 제안 TTRL이 reasoning 성능을 x2~x3까지 끌어올릴 수 있다

Concise Reasoning via Reinforcement Learning

1 minute read

RL로 학습된 LLM이 불필요하게 긴 추론을 생성하지만, 2-phrase RL로 정확도를 유지하면서 간결한 추론을 시킬 수 있다.

Scaling Laws for Reward Model Overoptimization

less than 1 minute read

RM으로 Policy model을 학습하면 학습할수록 real (human) preference와 격차가 벌어지는 overoptimization이 (반드시) 발생되며, 이 현상의 도달을 늦추는(?) 데에는 RM의 사이즈를 키우는게 유의한 영향을 끼치는 것으로 보임.

Self-Rewarding Language Models

less than 1 minute read

반복적인 DPO 훈련으로 사람이 설계한 reward model이 아닌, LLM-as-a-Judge mechanism을 사용, LM이 자율적으로 instruction following & reward modeling > refine 반복.

remode 1 posts
representation-learning 5 posts

Generative Representational Instruction Tuning

less than 1 minute read

text embedding과 generation 통합하는 Generative Representational Instruction Tuning 제안. 단일모델인 GritLM은 embedding(MTEB) 및 generation task(BBH...)에서 모두 SoTA를 달성.

Improving Text Embeddings with Large Language Models

less than 1 minute read

GPT-3.5, GPT-4를 활용, 2-step prompt 사용해서 만든 synthetic data(94 languages, 500K examples)로 decoder-only LLM(Mistral-7B)을 contrastive loss 사용해 1-epoch 학습. 이 unlab...

research 1 posts
research-plan 1 posts
respond 7 posts

[log-19] 감정응답 — LaaJ 설계 (pairwise 평가)

9 minute read

감정응답 평가용 LLM-as-a-judge 프로토콜. 후보 5종 (Kanana / HCX / Qwen / MiniCPM / Human) anchor only with Human pairwise, 한국어 공감 응답 평가 3축 (공감적 반응 / 한국어 자연스러움 / 맥락 일관성), g...

[log-16] 감정 — 설계 확정 + 데이터 전체셋

3 minute read

감정 실험의 변형(modality × context × prosody) 전체셋을 마감하고, 응답 task의 입력 paradigm 결정과 평가축까지 확정. log-15에서 톤 맵핑·TTS 96/112를 만들어 두었고, 이제 그 위에서 설계를 마무리하는 단계.

rl 3 posts
sae 2 posts
safety 4 posts

Safety Layers of Aligned Large Language Models: The Key to LLM Security

1 minute read

다양한 Aligned LLM의 내부 파라미터에 safety layer가 존재하는 것을 확인. safety layer는 악의적인 사용자 질의를 식별하고 또 거부하는 역할을 수행. 이를 바탕으로 safety를 유지하는 Finetuning 방법론 SPPFT 제안.

scaling-laws 1 posts

Scaling Laws of Synthetic Data for Language Models

2 minute read

SYNTHLLM 방식으로 생성한 합성데이터는 LLM finetuning에 대해 예측 가능하고 효과적으로 scale 되고, 수정한 scaling law에 따라 natural data 부족에 대한 확장가능한 솔루션이 된다고 주장

self-consistency 1 posts
self-improvement 14 posts

Scaling Laws of Synthetic Data for Language Models

2 minute read

SYNTHLLM 방식으로 생성한 합성데이터는 LLM finetuning에 대해 예측 가능하고 효과적으로 scale 되고, 수정한 scaling law에 따라 natural data 부족에 대한 확장가능한 솔루션이 된다고 주장

Self-Rewarding Language Models

less than 1 minute read

반복적인 DPO 훈련으로 사람이 설계한 reward model이 아닌, LLM-as-a-Judge mechanism을 사용, LM이 자율적으로 instruction following & reward modeling > refine 반복.

self-learning 1 posts
self-reinforcing-error 1 posts

Belief Memory: Agent Memory Under Partial Observability

7 minute read

기존 agent memory가 관측을 단일 deterministic 결론으로 저장해 self-reinforcing error를 일으킨다는 문제를 지적하고, 후보 결론들을 확률과 함께 유지하며 noisy-OR로 갱신하는 belief 기반 memory(BeliefMem)를 제안

setup 2 posts

Private tmux note

3 minute read

This post will be published soon.

sft 1 posts
site 1 posts
slides 1 posts
status 1 posts
synthetic-data 1 posts

Scaling Laws of Synthetic Data for Language Models

2 minute read

SYNTHLLM 방식으로 생성한 합성데이터는 LLM finetuning에 대해 예측 가능하고 효과적으로 scale 되고, 수정한 scaling law에 따라 natural data 부족에 대한 확장가능한 솔루션이 된다고 주장

tableqa 1 posts
talk 1 posts
telegram 1 posts
test-time-scaling 2 posts

TTRL: Test-Time Reinforcement Learning

1 minute read

test 데이터만으로 majority-voting으로 reward 추정, 이를 통해 RL 시도하는 제안 TTRL이 reasoning 성능을 x2~x3까지 끌어올릴 수 있다

time-sensitive 1 posts

Real-time Fake News from Adversarial Feedback

1 minute read

LLM의 fake news를 더 잘 생성하게 하는 방법. 학습 이후 발생되는 사건의 fake news 탐지를 위해, adversarial iterative fake news 생성 파이프라인 제안

time-series 1 posts
tmux 1 posts

Private tmux note

3 minute read

This post will be published soon.

tool-calling 2 posts

Advancing and Benchmarking Personalized Tool Invocation for LLMs

6 minute read

Personalized Tool Invocation이라는 새 task(Tool Preference + Profile-dependent Query)를 정의하고, LLM 기반 데이터 합성 프레임워크 PTool과 첫 벤치마크 PTBench를 구축해 Qwen2.5-7B를 SFT만으로 개인...

transfer-learning 1 posts
transformers 4 posts

Differential Transformer

1 minute read

Q/K를 각각 두 그룹으로 나누어 2개의 softmax attention map간 차이를 계산, relevant context에 대한 attention을 키우고 노이즈는 제거하는 방식의 transformers 변형 제안, hallucination 개선

Selective Attention Improves Transformer

1 minute read

attention 연산에서 파라미터 변경 없이, 생성된 token이 다른 token이 더이상 필요 없다고 결정할 수 있도록 처리, 미래 시점에서는 해당 token이 불필요하다고 판단했던 token들에 대한 attention을 줄이는 방법으로 효과적으로 메모리 사용량과 계산 비용을 ...

translate 1 posts
tts 1 posts
unlearning 1 posts
user-model 2 posts

ICML2026 관심 논문

3 minute read

초개인화/observer 연구 방향에서 볼 만한 ICML 2026 accepted 논문을 노트의 축(representation, 관찰/갱신, 평가, proactive, 선호/alignment, recsys) 정리.

초개인화를 어떻게 연구해야할까?

10 minute read

채팅 시스템 안의 agent를 초개인화한다는 문제를, 무엇을 모델링할지(user representation)와 어떻게 평가할지로 구분하여 정리.

user-preference 1 posts

Advancing and Benchmarking Personalized Tool Invocation for LLMs

6 minute read

Personalized Tool Invocation이라는 새 task(Tool Preference + Profile-dependent Query)를 정의하고, LLM 기반 데이터 합성 프레임워크 PTool과 첫 벤치마크 PTBench를 구축해 Qwen2.5-7B를 SFT만으로 개인...

user-simulation 1 posts
weight-merging 2 posts

Knowledge Fusion of Large Language Models

1 minute read

기존에 각기 다른 구조를 가지면서 다양한 방식으로 학습된 여러 LLMs(soucre LLMs)을 병합해서 더 strong하게 만드는 방법(pic1)으로, 여러 LLM의 지식을 외부화하여 그들의 capability를 새로운 LLM(target LLM)으로 transfer하는 방법을 ...

workflow 1 posts

Private tmux note

3 minute read

This post will be published soon.

workshop 1 posts

ICML2026 관심 워크샵

1 minute read

초개인화/observer 연구 방향에서 들을 만한 ICML 2026(서울) 워크샵을 관심도 순으로 정리하고, 일정 겹침을 마지막에 메모.