Summary
The paper investigates the challenges of finetuning in language models, noting that introducing new knowledge can lead to hallucinations and degraded performance. The authors hypothesize that reinforcing partially mastered knowledge could improve the model’s performance with new knowledge. They use a two-phase approach: (1) Knowledge detection (types) and (2) Two-stage finetuning with 'MaybeKnown' and 'HighlyKnown' Knowledge Replay. Primarily using Qwen-2, they analyze the contributions of each finetuning stage.
Writing and Clarity:
- The paper suffers from unclear writing, especially in the abstract and motivation sections.
- Poor organization and coherence in presenting experiment motivation, methods, and results, impacting the overall flow.
- Findings are not clear and are not connected to the observations enough.
Reliance on Previous Contribution:
- Misinterpret ‘MaybeKnown’ recommendation (line 374) for improving performance on less known knowledge - Gekhman et al 2024 claimed that the ‘MaybeKnown’ helps to less hallucinate data the model already knows.
Explanation and Motivation:
Lacks clear motivation for choosing specific strategies:
- No justification for preferring a replay-based approach for catastrophic forgetting (line 154).
- Insufficient explanation for focusing on the ‘MaybeKnown’ category over ‘HighlyKnown’ for finetuning.
- Weak or missing rationale for strategies 1-5 (lines 403-416).
- Justification is absent for selecting the first answer in multi-answer QA (lines 245-246).
- Foundational intuition (Section 3.1) for acquiring new knowledge from partial knowledge is weak and lacks references.
Weak Results:
- The proposed method shows modest improvements (~4-7%) in accuracy (Table 7) which is not strongly associated with a specific factor.
- Results lack consistency: replay strategies sometimes decrease performance (e.g., Table 9, Strategies 4 and 5 for WeaklyKnown).
- Small performance changes in Table 8 might result from various, unexamined factors.
- No analysis of performance differences between models (Qwen and LLaMA).
- Not robust - used only one dataset (closed).
Results and Clarity:
- Results are presented in raw counts (Tables 3, 4, 5, 10), without proportions, making the transition and interpretation difficult.
- Graph construction (line 338) is unclear and does not clearly support the hypothesis; the contribution of node reclassification is ambiguous.
Strengths
- Proposes Interesting intuition: integrating partially-known knowledge can boost performance on new known knowledge
- Presents a clear, structured methodology in Fig. 1
Weaknesses
The paper's contribution appears limited, as the concept of using ‘MaybeKnown’ knowledge to enhance test-set performance has already been established by Gekhman (2024). The newly proposed two-stage finetuning with a replay method results in only minor improvements (~1-2%), which, coupled with weak, non-robust analysis and disorganized writing, supports a recommendation for rejection.
Questions
Formatting:
Missing spaces and inconsistent citation format throughout the paper (e.g., Intro lines 40, 45, 51).
Terminology:
Define terms before using them:
“KG” is used without explanation (line 67).
Knowledge types (line 75).
Prompt template (line 247).
The second stage of finetuning in the Introduction is unclear and would benefit from clarification.
Methodology:
- Method Section 3.2: clarify data categories used in the finetuning steps (lines 203-206).
- Confirm if knowledge re-detection after each finetuning stage is performed on the training set—currently unclear.
- Definitions and Supplementary Information:
Table 1 is identical to the one in Gekhman’s work (Figure 2(a)), and presented in the main paper which might be mistakenly interpreted as
some contribution.
- Define “Origin” in Table 7. Does it represent baseline performance without finetuning on ‘MaybeKnown’?
- Consider adding a supplementary section, e.g., for explaining prompt template creation (line 247).
Results Interpretation:
- Table 8: Strategy 1 and Strategy 4 have identical scores—does this imply an effect specific to ‘HighlyKnown’ knowledge?
Divide the main results from analyses.