Summary
this paper proposes a statistical method to probe the knowledge in generative language models, which aims at connecting symbolic knowledge and GLM's text format generation. More specifically, the KaRR comprises two components with regard to specifying relation and subject entity. The authors also present the graphical model for model implementation on the text. The results show that the knowledge in GLMs follows the scaling law, but when the model is finetuned on instruction-following data, it may compromise the model's ability to consistently generate factually correct text.
Strengths
1. very important and interesting problem, assessing the knowledge stored in generative language models is challenging and worth studying
2. the proposed KaRR method shows strong robustness to prompt variance
3. Interesting findings: instruction-following data compromises the model’s capability to generate factually correct answer.
Weaknesses
1. This work only focuses on generating the object, I believe the author can assess the model's ability to generate the subject (by reversing the triples/facts) to gain a more comprehensive assessment of knowledge stored in GLMs.
2. The average alias count for each subject is approx 1.39, and for each object it is about 1.78, which I believe could not support the "diverse" claim.
3. The proposed KaRR’s design to measure reliability is not clear enough.
4. In line 38, the authors claim "Prior methods are designed for masked language models (MLMs) and are incapable of measuring GLMs.". However, to the best of my knowledge, there are several works about assessing the knowledge in GLMs, such as [1, 2].
[1] Hendrycks, D., Burns, C., Basart, S., Zou, A., Mazeika, M., Song, D., & Steinhardt, J. (2020). Measuring massive multitask language understanding. arXiv preprint arXiv:2009.03300.
[2] Dhingra, B., Cole, J. R., Eisenschlos, J. M., Gillick, D., Eisenstein, J., & Cohen, W. W. (2022). Time-aware language models as temporal knowledge bases. Transactions of the Association for Computational Linguistics, 10, 257-273.
Questions
1. I believe it would be interesting to see the model's knowledge across different domains, such as encyclopedia, biomedical, etc.
2. Since high-quality aliases are often difficult to obtain, it would be interesting to see the impact of alias, such as alias count, etc.
Rating
4: Borderline reject: Technically solid paper where reasons to reject, e.g., limited evaluation, outweigh reasons to accept, e.g., good evaluation. Please use sparingly.