Linguistic Knowledge and Transferability of Contextual Representations, Xiaodong Liu, Pengcheng He, Weizhu Chen, and Jianfeng Gao, 2019Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long and Short Papers), Vol. 1 (Association for Computational Linguistics)DOI: 10.18653/v1/N19-1111 - 通过探针技术,全面分析了包括BERT在内的各种上下文嵌入中编码的语言信息,包括不同层的信息及其向下游任务的迁移能力。
Transformers Documentation - AutoModel, Hugging Face team, 2024 (Hugging Face) - Hugging Face Transformers库的官方文档,详细说明了如何加载预训练模型和配置输出(例如隐藏状态),这对于实现探针实验是基础的。