从大语言模型中提取因果关系 / Causality Elicitation from Large Language Models
1️⃣ 一句话总结
这篇论文提出了一种从大语言模型中提取和构建潜在因果关系假设的自动化流程,帮助人们可视化和检验模型内部隐含的因果知识。
Large language models (LLMs) are trained on enormous amounts of data and encode knowledge in their parameters. We propose a pipeline to elicit causal relationships from LLMs. Specifically, (i) we sample many documents from LLMs on a given topic, (ii) we extract an event list from from each document, (iii) we group events that appear across documents into canonical events, (iv) we construct a binary indicator vector for each document over canonical events, and (v) we estimate candidate causal graphs using causal discovery methods. Our approach does not guarantee real-world causality. Rather, it provides a framework for presenting the set of causal hypotheses that LLMs can plausibly assume, as an inspectable set of variables and candidate graphs.
从大语言模型中提取因果关系 / Causality Elicitation from Large Language Models
这篇论文提出了一种从大语言模型中提取和构建潜在因果关系假设的自动化流程,帮助人们可视化和检验模型内部隐含的因果知识。
源自 arXiv: 2603.04276