Authors' Response to Reviewers' Feedback and Proposed Improvements
We appreciate the thoughtful and positive comments from all reviewers. You have recognised that our framework is *an elegant extension* of the recent work by Ghandeharioun et al. (ICML 2024, XVV9), *enables richer analysis not easily accessible with other probing techniques* (XVV9); *advances the scope of better understanding internal workings* (GvEw), *representations* (XVV9), *factual knowledge* (3hbG), and *layer-wise processing* (XVV9) in LLMs; provides *scalability for research on interpretability* (yHaY); and the paper is *well-written* and presents the problem setting, the proposed technique and results clearly (3hbG).
We believe that addressing the reviewers’ feedback and questions has significantly enhanced the quality of our manuscript. In the final version, exploiting the additional page, we will improve the following aspects:
### Clarification of the work's objective, the roles of the logic representation and the NLP task
We will provide the following clearer explanation of the objective of our work as well as the purpose of the NLP task and logical representation within our framework (GvEw, 3hbG) in the abstract, introduction, and methodology sections:
- Using latent representations of LLMs, our work uses the NLP task of factual knowledge verification to elicit a model behaviour for probing: exposing the factual information that an LLM holds internally when evaluating the truthfulness of an input; with no ground truth available. We thus neither predict the logical form of claims (GvEw) nor the model outputs (3hbG).
- On the other hand, we mainly use the logical representation to consistently format the factual information, which supports the evaluation of the input claim, for the subsequent graph generation. Ground predicates, in first-order logic, format the facts related to claims rather than converting the input claims (GvEw). For example, the factual information and the ground predicate “AuthorOf(Hamlet, William Shakespeare)” for the input claim “Edgar Allan Poe wrote Hamlet” (Section 3.1).
### Graph utility
Sections 1 and 4 will better present the advantages of our graph representation, from highlighting entity and fact centrality in LLM reasoning via local analysis to revealing trends in factual knowledge resolution in global one (3hbG, XVV9).
Specifically, we will better introduce the result section by further stressing its showcase purpose, presenting use cases of actual outputs of our framework, rather than as our main contribution. Further works can leverage our framework to conduct other graph-related analyses on LLM’s latent representations.
### Clarification concerning the chosen datasets
Section 4.1 will clarify that the FEVER and CLIMATE-FEVER datasets are used to collect factual and common-sense claims for eliciting a behaviour to analyse (GvEw), as in conventional mechanistic interpretability workflow (Conmy et al., 2023).
These input claims, already verified with publicly available information (GvEw), are exploited to trigger a language model to recall factual knowledge that supports or debunks them.
### Clarification concerning the classification performance
Section 4.2 will better explain the purpose of analysing the classification performance of model inferences. We will rename the section and remove the latent representations’ performance (GvEw) to reduce misunderstandings for readers.
### Confusion with the term “temporal”
- In Sections 1 and 3, we will better introduce and rationalise the temporal dimension of our graph representations. The sequential nature of hidden layers in a transformer-based model allows segmentation within a discrete temporal dimension during inference: layer *t* at time *t*, layer *t+1* at time *t+1*, and so on (GvEw).
- However, based on reviewers' feedback about the confusion and non-conventional use of this term (GvEw, XVV9), we will adopt the more general term “dynamic” in the final version of our manuscript as Harary and Gupt (1996).
### Explanation and ablation concerning the token strategy for the summary representation
We acknowledge the reviewers' questions about the rationality, effects, and alternatives of our strategy for the summary representation (3hbG, XVV9). Section 3.2 of the final manuscript will detail the experimental results that led us to propose such a token pooling strategy:
- We will explain the need for pooling (3hbG) and the unsatisfactory results of using single tokens, such as meaningless texts from punctuation or model’s special tokens, and single-word information for the input’s last token.
- An appendix will include an ablation study with different multi-token strategies, showing outputs when considering all claim tokens or complete words.
### Integration with a preliminary comparison with other models
We will include a visual comparison of outputs generated by other instruction-tuned LLMs in a tabular appendix, testing the latest LLaMA3 (8-billion) as well as LLaMA2 (13-billion) and Falcon (7-billion).