Qwen3.5 2B Korean Multi-session Memory Extraction LoRA
This repository contains a PEFT LoRA adapter trained for turn-level Korean memory extraction.
The model is intended to decide whether the current user message contains information worth storing as long-term memory. If there is a memory, it returns structured JSON. If not, it returns should_remember: false with an empty memories array.
Base Model
Base model: unsloth/Qwen3.5-2B
Adapter type: LoRA
PEFT task type: CAUSAL_LM
LoRA rank: 16
LoRA alpha: 16
Source checkpoint: local checkpoint-400
Validation snapshot: eval_loss = 0.06641462445259094 on a capped validation run
Training Data
This adapter was trained using a processed turn-level memory extraction dataset derived from AI Hub's 한국어 멀티세션 대화 dataset.
Original purpose: multi-session Korean dialogue data for chatbot research and development with long-term conversational memory
The original AI Hub dataset was converted into supervised turn-level memory extraction samples. This repository does not contain the original AI Hub dataset, raw conversations, or the processed training JSONL shards.
Recommended attribution:
This model was trained using data derived from AI Hub's "한국어 멀티세션 대화" dataset. The original dataset is available from AI Hub: https://aihub.or.kr/aihubdata/data/view.do?aihubDataSe=data&dataSetSn=71630
License and Data Use
The LoRA adapter is a derived training artifact. It is distributed separately from the original AI Hub dataset and does not redistribute the source dataset.
Use of the underlying AI Hub dataset is subject to AI Hub's data usage policy:
AI Hub states that its open AI training data was built as part of the Ministry of Science and ICT / National Information Society Agency data infrastructure program, and rights are held by the participating organizations and NIA.
AI Hub open data may be used for commercial and non-commercial research and development for AI technology, products, and services, subject to the AI Hub policy.
Users must disclose that the data is an NIA project result when using AI Hub data or derivative works based on it.
Overseas use or export of AI Hub data may require a separate agreement with the participating organizations and NIA.
The original AI Hub data must not be disclosed, provided, transferred, rented, or sold to third parties without approval.
The original AI Hub data is for AI model training use; commercial sale of the dataset itself requires separate consultation with the performing organization.
This adapter was trained for a narrow extraction task, not for general chat. For best results, keep the inference prompt close to the training format and parse only the generated JSON object.