Strengths
1. Both the detection and mitigation models are lightweight, resulting in minimal inference overhead, which is advantageous for practical applications.
2. The approach is evaluated across various large-scale models, including Llama, Mistral, and Gemma, demonstrating its broad applicability.
Weaknesses
1. The paper lacks an analysis of the generalizability of the learned classification network and intervention model. Specifically, it is unclear whether the trained classification and intervention models are generalizable across different large models and tasks. Given that the data collection for training was based on only three tasks, questions remain regarding the generalizability to other tasks. Is a new training dataset needed for additional tasks, or does the current model extend effectively?
2. The dataset construction raises some issues or lacks clarity. For certain tasks, it may be straightforward to judge whether the generated output is correct. However, in the case of generative tasks—particularly when the output is lengthy—it becomes challenging to determine whether the output from the large model is accurate, and thereby to ascertain whether the label indicates hallucination. This aspect is not thoroughly addressed in the paper.
3. For different large models, it is necessary to reconstruct training datasets and train distinct classifiers and intervention networks, making this process relatively complex. Although it may not increase inference time, the time required for dataset construction and model training is also significant and should not be overlooked.
4. There is a lack of analysis regarding the structure of the classifier and intervention models used. Specifically, the classifier is implemented as a two-layer MLP, and the perturbation model as a three-layer MLP. Details such as the hidden dimensions of these MLPs, and the potential performance impact of adding or reducing layers, are not discussed. Moreover, it is unclear how alternative models, such as transformers, might affect performance.
5. The paper does not provide specific details on the training setup for the classifier and intervention models, which creates challenges for reproducibility. In my view, training the classification network and intervention model should be central to this method, but there is limited discussion provided.
6. The experiments presented are insufficient to substantiate the effectiveness of the proposed method. The experimental section primarily compares the base model, but numerous methods already exist for hallucination detection and mitigation in large models, such as PoLLMgraph, SELFCHECKGPT, and TruthX. These more advanced baselines are not included in the comparisons. Additionally, the number of datasets used appears limited, potentially insufficient to demonstrate broad effectiveness across various tasks and datasets. I recommend conducting experiments on a wider range of datasets to strengthen the validation.
7. Clearly, this method, which relies on internal states, cannot be applied to black-box large models like GPT. This point should be included in the limitations section of the paper.