Enhancing Credit Risk Reports Generation Using LLMs
Enhancing Credit Risk Reports Generation Using LLMs
interactions among variables more relevant and leads to evolving analysis [19]. Diverging from this, our work uniquely applies GPT-4
relationships between features and credit risk, and (3) there are to individualized credit risk assessments, focusing on the evaluation
underlying difficulties in utilizing a language model like GPT-4 of specific borrowers.
for tasks traditionally performed by credit analysts, professionals
with a deep understanding of financial dynamics and risk. These 1.1.2 Prompt engineering. Prompt engineering and few-shot learn-
issues require bridging the gap between generalized data analysis, ing have become crucial components of effective utilization of LLMs,
a strength of GPT-4, and credit analysts’ specialized knowledge and guiding these models towards more desirable and task-specific out-
intuition, adding another layer of complexity. Generating compre- puts [3, 18]. Prompt engineering involves crafting carefully struc-
hensive credit risk reports tests the limits of current LLMs such tured inputs that elucidate the context and desired outcome of a
as GPT-4, combining domain knowledge, contextual understand- task for the model, proving instrumental in narrowing down the
ing, and multiple types of reasoning. While some elements may model’s broad knowledge to a specific task [17]. On the other hand,
be solvable using existing language models, the comprehensive few-shot learning involves presenting the LLM with a small number
nature of the task is more demanding. The effectiveness of GPT-4 in of examples of a task, thereby assisting the model in identifying
generating credit risk reports depends on its capacity to grasp and and applying the correct pattern for the given task. Our work builds
incorporate this nuanced knowledge and intuition, which requires on these methods to develop a prompt engineering procedure for
a sophisticated prompt engineering strategy. credit risk assessment with GPT-4.
One of the main limitations in the utilization of GPT and cur- 1.1.3 Task definition and benchmarks. Formulating tasks for LLMs
rent prompt engineering strategies is the unpredictable nature of and evaluating their performance are two fundamental steps in
responses when handling unseen data, anomalies, or changing re- applying these models to real-world scenarios. Task formulation
quirements. This unpredictability is a significant concern in finan- involves defining a clear objective, often expressed as a question or
cial decision-making, where consistent quality of response, insight, statement for the model to complete, expand, or react [10].
and analysis is essential. Evaluation, meanwhile, usually entails matching the model’s
In this paper, we propose a unique prompt engineering strategy output against a standard or specific criteria [7]. Widely accepted
that standardizes the content and quality of GPT-4’s output, making benchmarks such as GLUE [15], SuperGLUE [16] and BIG-bench [11,
it more predictable and insightful, even when handling complex, 12] serve to evaluate the model’s competency across various areas.
dynamic tasks like credit risk analysis. The unique strength of this For our study, we design a task for GPT-4 focused on credit risk
approach lies in its potential to act as a ’missing piece’ in prompt en- assessment and measure its performance using well-defined criteria
gineering; it changes how we interact with LLMs, by ensuring that specific to credit risk evaluation.
the quality of insights and analyses remains consistent, even when
dealing with complex, dynamic tasks like credit risk analysis. Mov- 1.1.4 Abductive reasoning with LLM. Abductive reasoning involves
ing beyond traditional applications of LLMs, our research exposes generating the most plausible explanation for a given set of obser-
these models to the financial industry’s requirements, successfully vations and aligns well with the prediction-focused nature of many
meeting the pragmatic needs of credit analysis. AI applications. By enabling LLMs to not only predict but also to
generate plausible explanations, we can enhance the interpretability
of these models [6, 9].
1.1 Related Work In the context of our work, leveraging abductive reasoning allows
1.1.1 LLM milestones. In recent years, language model develop- the model to generate more informative and nuanced credit reports.
ment has seen substantial advancements in architecture, training For example, it can create insights into how different financial indi-
methods, and real-world applications. The Transformer model pi- cators might interact to influence an individual’s credit risk score.
oneered the use of self-attention mechanisms, leading to signif- This makes the assessment process more transparent and under-
icant improvements in many natural language processing (NLP) standable, a significant advantage in in fields where interpretability
tasks [14]. Then, BERT revolutionized language understanding by is crucial.
training bidirectional transformers, allowing models to understand We propose a novel prompt engineering technique, Labeled Guide
the context of a word based on all of its surroundings (left and right Prompting, designed to aid the LLM in responding to multiple com-
of the word) [4]. plex dimensions of a problem such as the "what?", "why?" and
The advent of GPT-3 introduced scaling laws, which confirms "how?". This method ensures that the response requirements of
that as models increase in size, they continue to improve in perfor- a task, however complex are strictly followed by GPT, as the la-
mance [1, 2, 13]. It also showcased impressive few-shot learning beled guide assists the LLM in answering all concepts and putting
capabilities, enabling the model to generalize from a small num- equal thought into each by returning a standard response given a
ber of examples. Our work builds upon the GPT-4 model, which prompt. By combining this method with Bayesian networks rep-
extends these principles and represents the latest milestone in this resentation, we promotes abductive reasoning in Large Language
progression. Models (LLMs). This approach makes the model to hypothesize or
LLMs have demonstrated competitive performance in machine generate the "best guesses" that explain the observed phenomena,
translation [5], summarization [21], dialogue generation [20], and according to the network structure.
writing human-like essays [8]. BloombergGPT is an example of Explicit labeling of output elements ensures control over re-
a domain-specialized LLM, exhibiting superiority to its generalist sponses, facilitating the production of a specific, well-structured
counterparts in broad financial tasks such as market sentiment output. Consequently, this technique yields logically coherent and
Enhancing Credit Risk Reports Generation using LLMs: An Integration of Bayesian Networks and Labeled Guide Prompting ICAIF ’23, November 27–29, 2023, New York, NY
Prompt Prompt
Response Response
The high value of variable X positively impacts the Credit Risk Score (1),
The high value of variable X positively impacts the Credit Risk Score, as
directly and by increasing variable Z (2). However, this impact is mitigated by
it increases variable Z.
the value of variable W (3).
Superficial Insightful
Figure 1: Example of how Labeled Guide Prompting leads to more insightful responses, by identifying each sub-task as a
particular item to be addressed.
insightful responses, enhancing LLM’s efficacy in complex problem- Traditionally crafted by human analysts, our study validates
solving [Link] labeled guide aids the LLM in guaranteeing differ- the capacity of LLMs to effectively replicate and even enhance
entiation between sub-tasks, therefore encouraging specificity and credit risk assessment. In an experimental setup involving 100
a more insightful response given that there is clear separation and credit applications, independent evaluators showed a statistically
purpose for each dimension of the problem at hand. The labeled significant preference for GPT-4 generated reports. This validation
guide serves as a rubric for the LLM, requiring the LLM to review of our method confirms the ability of LLMs to effectively automate
the quality of response, format and content as the sub-tasks of the the generation of credit risk reports.
task are being addressed.
In our work, we apply Labeled Guide Prompting to guide GPT-4 1.2.2 Integration of Bayesian Networks. : Our approach integrates
in generating structured and insightful credit risk reports. We found Bayesian networks to guide the LLM’s reasoning tasks. The use of
that this technique effectively increased the frequency and quality this graphical model assists the LLM in understanding the influence
of interactions in reports, thus enhancing their insightfulness and of each variable on the target, aligning with the network structure,
usefulness in the context of credit risk assessment. and producing plausible scenarios, thereby promoting abductive
In this study, we extend the application of LLMs, specifically GPT- reasoning.
4, to the domain of credit risk assessment in agricultural finance,
presenting a novel approach for leveraging LLMs in the financial 1.2.3 Novel Prompt Engineering Technique. : Our technique, La-
sector. beled Guide Prompting, was effective in ensuring that the LLM
accurately addresses the specific aspects of credit risk analysis.
This not only improved the quality of the generated reports but
1.2 Main contributions also demonstrated the broad potential of this technique in other
Below we summarize our main contributions. These findings bear sophisticated tasks. The LLM, post prompt-engineering, showed
significant implications for the future integration of LLMs in credit a statistically significant improvement in the insightfulness of the
risk assessment and other financial risk evaluation tasks. The suc- reports, as measured by well-defined metrics. This underscores the
cessful application of our approach establishes a solid foundation potential of our approach to enhance the performance of LLMs in
for further research and practical implementations in this field. specialized tasks.
1.2.1 LLMs for Credit Risk Reports. : We introduce an innovative
application of Large Language Models (LLMs), specifically GPT- 2 METHOD
4, for the generation of high-quality credit risk reports. We have The primary objective of this research is to apply an LLM, specifi-
developed a principled procedure for prompt engineering tailored to cally GPT-4, to generate credit risk reports that surpass the quality
the specifications of credit risk reports. This innovation significantly of traditional reports written by human analysts. This strategy in-
expands the repertoire of LLM applicability, demonstrating their volves a novel prompt engineering procedure for GPT-4, designed to
potential in tasks requiring specialized knowledge and precision. adhere to the content specifications of the reports. The specific task
ICAIF ’23, November 27–29, 2023, New York, NY Ana Clara Teixeira, Vaishali Marar, Hamed Yazdanpanah, Aline Oliveira, and Mohammad M. Ghassemi
involves generating comprehensive credit risk reports that quantify (1) Question Text: “Which report was more helpful for you to
and explain credit risk in terms of the probability of delinquency assess the credit risk?”
and corresponding score, based on the borrower’s information de- Response Form: choose “A", “B”, or “Both are equally helpful”
rived from the credit application. The overarching goal is to provide
solid support for credit decisions, which means either approval or (2) “Question Text: Do any of the reports have any information
rejection. Accordingly, the report should provide a thorough expla- that is not true or does not make sense?”
nation of the impact of all risk factors to ensure completeness, and Response Form: choose “A”, “B”, “Both”, or “None”
it should offer a decisive assessment of the borrower’s risk profile
to guarantee insightfulness. (3) Question Text: “Why do you prefer the chosen report?”
To assess the quality and effectiveness of these AI-generated Response Form: free-text
credit risk reports, an experiment involving 100 credit applications
was conducted. Each application was evaluated through two sep- The design of this questionnaire ensured an objective evaluation of
arate reports - one generated by a team of human credit analysts, the reports, while the open-ended question provided insight into
and the other produced by GPT-4 using the proposed method in the evaluators’ reasoning behind their choices.
this paper. These reports were designed to provide comprehensive
explanations of the probability of delinquency, taking into account 2.2 Integrating Bayesian Networks into the LLM
all the input information provided. Subsequently, an independent In generating credit risk reports, we leverage a probabilistic graphi-
team of credit analysts blindly reviewed the reports and chose the cal model, specifically a Bayesian network, to estimate the probabil-
most helpful one for making a credit decision. This experiment ity of delinquency. Our choice for a Bayesian network is motivated
enabled a human-based and user-centered evaluation of the GPT-4- by two primary considerations. Firstly, Bayesian networks provide
generated reports, ensuring a practical assessment of the efficacy robust predictive performance. Secondly, their network structure
of the proposed approach. and computation of a joint probability enhance the interpretability
of the model output, enabling us to identify pathways of influence
2.1 Data and experimental design and interactions among variables.
2.1.1 Data source. The credit application data for this research The Bayesian network structure offers a framework conducive to
were obtained from a financial institution’s clients, a representa- engaging the LLM with complex tasks inherent in credit risk reports.
tive set of lenders within Brazil’s agricultural supply chain. These This structure facilitates reasoning across multiple dimensions, as
applications, filled out by farmer borrowers, contain critical in- follows
formation necessary for a thorough credit risk assessment in an
(1) Common-Sense Reasoning: Informative variable names
agricultural context. This risk assessment task is handled by the in-
and a sensible structure dissuade the LLM from generating
stitution: the institution processes the credit application and returns
nonsensical explanations.
a probability of delinquency alongside a corresponding credit score
(2) Logical-Deductive Reasoning: The model proposes a gen-
for each application. The human-generated (HG) reports based
eral rule, prompting the LLM to deduce specific cases that
on these assessments were then created by the institution’s credit
align with this rule.
analysts, professionals with extensive experience in agricultural
(3) Logical-Abductive Reasoning: Factorization of the joint
finance credit risk evaluation.
distribution according to the network helps identify plausi-
2.1.2 Comparison of human and LLM generated reports. To assess ble scenarios - both pathways and interactions - given the
the utility and quality of the credit risk reports, an independent information at hand.
evaluation was conducted by a team of seven credit analysts exter- (4) Implicit Reasoning: The network paths offer a natural
nal to the institution. These analysts, industry professionals from means of decomposing relationships into intermediate steps.
Brazil’s agricultural finance sector, were blind to the sources of (5) Causal Reasoning: The structure of Bayesian networks
the reports and unaware that one was LLM-generated (LLM-G). enables the identification and interpretation of potential
This blind-review approach ensured an unbiased comparison of the causal relationships.
reports based on their practical utility in credit risk assessment.
In deploying this approach, it is essential to ensure that the rela-
The evaluators, who had no contact with each other, were not
tionships between each variable and the target are intuitive. We rely
aware that the comparison’s purpose was to compare HG and LLM-
on the LLM’s capacity to understand and predict the relationship
G reports. They simply believed they were comparing two different
between each variable and the target, predicated on the variable’s
reports to determine which would be more useful in making a credit
name. We achieve this through the setting of appropriate priors
decision. Six evaluators reviewed reports in Portuguese, while one
and an analysis of how the target estimate fluctuates in response
proficient in English reviewed reports in that language. They had
to changes in the values of the features.
three days to assess the assigned cases.
The evaluation process consisted of a pair of credit reports for
each credit application and a questionnaire for evaluators to com- 2.3 Generating Credit Risk Reports
plete. The questionnaire consisted of three questions. In the ques- The specific task of generating credit risk reports aims to assess
tionaire, ‘A’ corresponded to the report generated by human (HG) the LLM’s ability to produce a proficient credit risk report. This
and ‘B’ corresponded to the LLM-generated (LLM-G) report: specific task challenges the LLM in the following areas:
Enhancing Credit Risk Reports Generation using LLMs: An Integration of Bayesian Networks and Labeled Guide Prompting ICAIF ’23, November 27–29, 2023, New York, NY
(1) Contextual Question-Answering: The LLM should accu- • Model Output: This is the computed credit risk score, which
rately interpret the comprehensive instruction, which in- forms the main subject of the report. The LLM is expected to
cludes explaining the credit risk score based on the Bayesian elaborate on it extensively, given the inputs and the structure
network’s structure, input, and output. of the Bayesian network.
(2) Domain-Specific Tasks: The LLM needs to demonstrate • Items to be Addressed: These detail the elements that the
proficiency in agricultural finance, credit risk, and machine LLM should emphasize in the report. These aspects stem
learning to effectively produce a relevant report. from the Bayesian network’s learning and inference process,
(3) Decomposition: The task of explaining the impact of each thereby enabling the LLM to carry out reasoning tasks with
feature on the target should be broken down into simpler greater accuracy. The items to be addressed are:
steps by the LLM, aligning with the Bayesian network struc- (1) The direction of the impact of each model input on the
ture. output (does this model input increase or decrease the
(4) Common-Sense Reasoning: The LLM must comprehend output?)
the phenomenon that the Bayesian network describes and (2) The network pathway from input to output (how does this
create plausible scenarios given the feature values to justify model input impact the output, considering the network
the estimated target. structure?)
(5) Logical Reasoning: Beyond generating logically coherent (3) Input interactions affecting the output (how does this
statements, the LLM should: model input interact with neighboring inputs to impact
• Deduce the impact of the features on the target in line the output?)
with the Bayesian network structure, and • Few-shot Learning Instances: These are samples of com-
• Engage in abductive reasoning to provide the most plausi- pleted tasks that the LLM can learn from. By generalizing
ble explanation of how the inputs yield the model’s output. from these instances to the present task, the LLM can under-
(6) Implicit Reasoning: The LLM is charged with illuminat- stand the structure, style, and content of an effective credit
ing steps implicit in the network structure, explaining how risk report.
a feature impacts the target through various pathways or
interactions. Table 1: How to represent the Bayesian network structure as
(7) Causal Reasoning: The LLM should identify potential causal a prompt component.
relationships between the features and the target variable as
suggested by the Bayesian network structure.
Network Structure
The primary criterion of our evaluation is human-based and "The Bayesian network structure is as follows:
user-centric, where credit analysts judge the utility of the reports. - Variable 1 is connected to Variables 2, 3, 4, and 5 (the output).
Alongside this, we use the blind review’s results to objectively - Variable 2 is connected to Variables 3 and 5 (the output).
assess the LLM’s performance on the general tasks. This approach - Variable 3 is connected to Variables 4 and 5 (the output).
ensures a robust, comprehensive assessment of the LLM’s capability - Variable 4 is connected to Variables 6 and 5 (the output).
to generate credit risk reports, striking a balance between subjective - Variable 7 is connected to Variable 4.
user experience and objective task performance measures. - Variable 8 is connected to Variables 9 and 5 (the output).
- Variable 9 is connected to Variable 5 (the output)."
(1) Number of complete responses: a complete response has Table 2: Responses to Question 1 - “Which report was more
the three items addressed for each variable. helpful for you to assess the credit risk?” Preferences ex-
(2) Number of occurrences of the targeted items in each pressed by evaluators, as counts and percentages of total
response. responses. The p-values are from chi-squared tests for equal
likelihood across categories. The first row for each language
In the response, each feature is addressed in a separate paragraph, allows for the choice of both reports, while the second
which details its impact on the target. This explanation includes row indicates exclusive preference for either report human-
interactions whenever it references any parent nodes. For instance, generated (HG) or LLM-generated (LLM-G).
if "Crop Yields" is linked to "Profitability," which in turn is linked Language HG LLM-G Both Total p-value
to "Credit Performance," an interaction for "Profitability" might
include a reference to "Crop Yields." English 6 55 57 118 5.095 × 10 −10
Additionally, we introduce insightfulness measures to evaluate (5.1%) (46.6%) (48.3%)
the depth of the LLM’s reasoning: -
English 6 55 61 2.496 × 10 −10
(9.8%) (90.2%)
(1) Insightfulness of Interactions: For each feature’s para-
graph, we first compute the ratio of the number of mentioned Portuguese 29 43 25 97 0.061
(29.9%) (44.3%) (25.8%)
parent nodes to the total number of parent nodes. We then
-
average this ratio across all features that show interactions. Portuguese 29 43 72 0.098
(40%) (60%)
(2) Insightfulness of the Response: For each feature’s para-
graph, we first compute the ratio of the number of mentioned
parent nodes to the total number of parent nodes. We then
Table 3: Responses to Question 2 - “Do any of the reports have
average this ratio over all features that are explained in the
any information that is not true or does not make sense?”
answer.
Responses as counts and percentages of total responses. The
By quantifying the insightfulness of interactions and responses, first row for each language includes all responses, including
we can assess the LLM’s capability to integrate and reason with mul- those who found no issues in any or both of the reports. The
tiple variables simultaneously. This in-depth analysis enables us to second row includes only the responses of those who found
optimize the performance of the LLM in generating comprehensive issues in precisely one report.
credit risk reports. Language None HG LLM-G Both Total
The Label Guide Prompting technique works in synergy with the
Bayesian network, as they facilitate an environment where the LLM English 84 9 3 22 118
(71.2%) (7.6%) (2.5%) (18.6%)
can engage in abductive reasoning – the process of considering
- -
plausible scenarios and outcomes based on available data. Specifi- English 9 3 12
(75%) (25%)
cally, the Bayesian network representation provides a framework
that allows the LLM to explore various pathways and interactions
Portuguese 71 10 10 6 97
embedded within it, while Label Guide ensures that these intricate (73.2%) (10.3%) (10.3%) (6.2%)
relationships are adressed by the LLM in its output. Consequently, - -
Portuguese 10 10 20
the LLM becomes more proficient in managing complex tasks that (50%) (50%)
require a deep understanding of multiple factors.
3 RESULTS
3.1 Blind Review
40 Table 2 presents the results of Question 1: "Which report was more
35 helpful for you to assess the credit risk?". They indicate the evalu-
ators’ preference for the report generated by GPT-4 (LLM-G) and
30
"Both" (indicating a positive reception to LLM-G) across both Eng-
25
Count
Table 4: Responses to Question 3 - “Why do you prefer the Table 5: Impact of Labeled Guide Prompting. The p-values
chosen report?” We illustrate the distribution of Semantic are from the Wilcoxon signed-rank test.
Domains. Average Occurrences Non Labeled Labeled p-value
Semantic Domain HG LLM-G Both Total
1 - impact 7.55 8.57 1.557 × 10 −6
Agricultural Finance 12 8 8 15 2 - pathways 4.97 8.46 2.04 × 10 −14
Information 6 5 1 9 3 - interactions 4.57 8.42 3.221 × 10 −16
Credit Risk 0 3 1 3
0.5 Labeled
0.4 Unlabeled
Insightfulness of
Interactions
0.3
In the blind review process for credit applications, each applica-
tion received between 1 to 5 evaluations. Among 72 applications 0.2
evaluated more than once, 41 were evaluated twice, 29 once, 23 three 0.1
times, 5 four times, and 3 five times. By combining the categories 0.0
0 20 40 60 80 100
LLM-G and "Both" into LLM-G exclusively for this analysis, each Samples
credit application evaluated more than once generated a binary
distribution of preferences (HG versus LLM-G). Figure 3: Comparison of Insightfulness of Interactions for
To assess the agreement among reviewers, we calculated the each report, with and without LGP. The corresponding p-
entropy for each of these 72 binary distributions. Entropy, in this value from the Wilcoxon signed-rank test was 3.214 × 10 −11
context, serves as a measure of diversity in preference, with 0
representing unanimous agreement (all reviewers selected the same words associated with ’understanding’ and ’analysis’, showing the
category), and 1 denoting total disagreement (votes for categories respective strengths of each preferred report.
HG and LLM-G were evenly distributed).
Figure 2 depicts the histogram of entropies and shows that 41 3.2 Performance of Labeled Guide Prompting
out of the 72 applications evaluated multiple times had unanimous Table 5 shows the impact of Labeled Guide Prompting (LGP) in
decisions, as evidenced by entropy of 0, indicating a high level the responses. The average occurrence of labels 1, 2, and 3 all rose
of consensus among reviewers. Conversely, we observed that the significantly, with p-values derived from a Wilcoxon signed-rank
entropy was 1 for 17 applications, highlighting a uniformly split test indicating that these increases were statistically significant.
decision among evaluators. Thus, while a significant degree of There was a noteworthy increase in complete responses, from 2 in
consensus was noted among evaluators overall, 23.6% of the 72 ap- the non-labeled scenario to 56 when LGP was employed.
plications had disagreement on the reviewers’ choices. This graph Figure 3 depicts the insightfulness of interactions for each report,
also shows that fewer applications had entropy values falling be- whereas Figure 4 illustrates the insightfulness of each response. A
tween 0 and 1. This signifies a split preference among reviewers, noticeable increase in overall insightfulness, measured by both met-
but not an equal distribution between the two categories. rics, is clearly demonstrated in these figures. The implementation
Table 3 presents the results of Question 2: "Do any of the reports of the proposed technique effectively enhances the insightfulness
have any information that is not true or does not make sense?" The of interactions and responses.
results of whether the evaluators found any information that was The insightfulness of interactions is related to the number of
untrue or did not make sense show that LLM-G has no more errors parent nodes mentioned in each feature paragraph (see 2.5). The
than HG. Also, these results show that the translation tool does not insightfulness of the response is influenced by both the quantity of
increase the overall occurrence of errors. interactions and their individual insightfulness.
When the responses identifying errors in both reports HG and This observation explains why some samples in Figure 3 have
LLM-G are considered, and the counts for "Both" are aggregated higher unlabeled values than labeled ones. These particular cases
to the totals of HG and LLM-G, a chi-squared goodness-of-fit test are instances where only one or a few variables exhibit interac-
yields p-values of 1.095 × 10 −10 and 1.312 × 10 −13 for English and tions. Consequently, when averaged over features with interactions,
Portuguese responses respectively. the insightfulness of interactions of these features predominates,
Table 4 shows the top 30 words in three semantic domains: agri- regardless of how many interactions occur in the response.
cultural finance, information, and credit risk, across the HG and In contrast, in Figure 4, when the averaging process extends
LLM-G reports. The Human report emphasizes agricultural finance over all features explained in the response, it also accommodates
terms such as ’crop yield’ and ’season’, showcasing its ability to the increased number of occurrences of interactions, not just their
focus on the most pertinent information for each credit application, insightfulness. Therefore, a more comprehensive view is provided,
as highlighted by reviewers that preferred this type of report. integrating both the frequency and insightfulness of interactions.
In contrast, the LLM-G report often uses credit risk terms such The introduction of more interactions fosters abductive reason-
as ’credit score’ and ’decision’, showing its strength in explaining ing, as it integrates information about the parent nodes, thus enrich-
credit risk scores in relation to all factors. In the ’information’ ing the relationship observed between the feature and the target.
category, both reports share a similar count of common terms, yet To illustrate this, consider the following examples of interactions
the specific words they use vary. For instance, the LLM-G report provided by GPT-4 using our methods, where the model performs
leans toward ’detail’ and ’specify’, while the Human report favors abductive reasoning.
ICAIF ’23, November 27–29, 2023, New York, NY Ana Clara Teixeira, Vaishali Marar, Hamed Yazdanpanah, Aline Oliveira, and Mohammad M. Ghassemi
0.30 Labeled integrating the Bayesian network feature importance directly into
0.25 Unlabeled
Insightfulness of
the Response