Social Learning Through Interactions with Other Agents: A Survey

Abstract

Pre-trained large language models (LLMs) are commonly fine-tuned to adapt to downstream tasks. Since the majority of knowledge is acquired during pre-training, attributing the predictions of fine-tuned LLMs to their pre-training data may provide valuable insights. Influence functions have been proposed as a means to explain model predictions based on training data. However, existing approaches often fail to compute "multi-stage" influence and lack scalability to billion-scale LLMs. In this paper, we propose multi-stage influence functions to attribute the downstream predictions of fine-tuned LLMs to pre-training data under the full-parameter fine-tuning paradigm. To enhance the efficiency and practicality of our multi-stage influence function, we leverage Eigenvalue-corrected Kronecker-Factored (EK-FAC) parameterization for efficient approximation. Empirical results validate the superior scalability of EK-FAC approximation and the effectiveness of our multi-stage influence function. Additionally, case studies on a real-world LLM, dolly-v2-3b, demonstrate its interpretive power, with exemplars illustrating insights provided by multi-stage influence estimates.

Cite

Text

Hillier et al. "Social Learning Through Interactions with Other Agents: A Survey." International Joint Conference on Artificial Intelligence, 2024. doi:10.24963/ijcai.2024/892

Markdown

[Hillier et al. "Social Learning Through Interactions with Other Agents: A Survey." International Joint Conference on Artificial Intelligence, 2024.](https://mlanthology.org/ijcai/2024/hillier2024ijcai-social/) doi:10.24963/ijcai.2024/892

BibTeX

@inproceedings{hillier2024ijcai-social,
  title     = {{Social Learning Through Interactions with Other Agents: A Survey}},
  author    = {Hillier, Dylan and Tan, Cheston and Jiang, Jing},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {8067-8076},
  doi       = {10.24963/ijcai.2024/892},
  url       = {https://mlanthology.org/ijcai/2024/hillier2024ijcai-social/}
}