<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta>
      <journal-title-group>
        <journal-title>Z. He, B. Bhasuran, Q. Jin, S. Tian, K. Hanna, C. Shavor, J. Arguello, P. Murray, Z. Lu, Quality of
answers of generative large language models versus peer users for interpreting laboratory test
results for lay patients: Evaluation study, Journal of Medical Internet Research</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <article-id pub-id-type="doi">10.2196/56655</article-id>
      <title-group>
        <article-title>Prediction of Human Preferences and Explanation Generation with LLM: An Approach Based on RAG, Few-Shot Learning, and Auto-CoT</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Danileth Almanza-Gonzalez</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jairo E. Serrano</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Juan Carlos Martinez-Santos</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Edwin Puertas</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Universidad Tecnológica de Bolívar</institution>
          ,
          <addr-line>Cartagena</addr-line>
          ,
          <country country="CO">Colombia</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2025</year>
      </pub-date>
      <volume>26</volume>
      <issue>2024</issue>
      <fpage>0000</fpage>
      <lpage>0002</lpage>
      <abstract>
        <p>This study presents an advanced approach for predicting human preferences and generating explanations in large language models (LLMs) within the context of the “Preference Prediction” task of ELOQUENT Lab 2025. We implemented techniques such as Few-Shot Learning, Auto Chain-of-Thought (Auto-CoT), and Retrieval-Augmented Generation (RAG), evaluating multiple pre-trained models, from LLaMA-3 to distilgpt2. The system developed by the VerbaNexAI team achieved first place in the competition, standing out for its high performance in both safety (94.15%) and truthfulness (75.16%) criteria. The strategic selection of semantically relevant examples and the integration of external retrieval methods improved accuracy and explanatory coherence, even in lightweight models. The results validate the efectiveness of the proposed approach and highlight opportunities for improvement in aspects of naturalness and overall quality, thus laying a solid foundation for future research focused on aligning automatic evaluations with human judgments.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Human Preferences</kwd>
        <kwd>LLM</kwd>
        <kwd>NLP</kwd>
        <kwd>Few-Shot Learning</kwd>
        <kwd>Retrieval-Augmented Generation (RAG)</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Large-scale language models (LLMs), such as GPT, LLaMA, and Claude, along with other recent
developments, have revolutionized the field of natural language processing (NLP) by demonstrating a
remarkable ability to generate coherent, relevant, and contextually appropriate texts [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ][
        <xref ref-type="bibr" rid="ref2">2</xref>
        ][
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. Thanks
to these advances, it is possible to increasingly sophisticated architectures, massive datasets, and more
refined training methods, such as reinforcement learning from human feedback (RLHF)[
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. However,
despite these progresses, LLMs still face critical limitations, such as the occasional generation of
inaccurate, ambiguous, or unfounded responses, a phenomenon known as hallucinations, which undermines
user trust in sensitive applications like medicine, law, or education. These kinds of errors highlight the
need to evaluate not only the generated content but also its alignment with human expectations and
judgments, which constitutes one of the significant current challenges [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ].
      </p>
      <p>
        In this regard, evaluating the quality of responses generated by models is not a trivial task, as it involves
subjective and multifaceted dimensions of human communication, such as content relevance, language
naturalness, information truthfulness, response safety (especially regarding harmful or misleading
content), and overall text quality. Automatic evaluation based solely on traditional quantitative metrics
is insuficient to capture these nuances. Therefore, predicting human preferences has been proposed as
an alternative, more aligned with the practical goals of these technologies. Nonetheless, this approach
also faces significant challenges, such as interhuman variability in judgments, ambiguity in evaluative
criteria, and the need for models not only to predict preferences but also to clearly explain the reasons
behind their decisions, a crucial feature for fostering transparency, traceability, and trust in intelligent
systems [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ].
      </p>
      <p>
        In this context, the "Preference Prediction" task of the ELOQUENT Lab 2025 emerges as a pioneering
initiative specifically designed to address these challenges. The primary objective is to evaluate the
capacity of LLMs to distinguish between two responses generated by diferent models, based on which
one more closely aligns with human preferences expressed across five fundamental criteria: relevance,
naturalness, truthfulness, safety, and overall quality. Additionally, this task requires models to generate
automatic explanations justifying their choices, thus promoting the development of self-explanatory
systems aligned with human values. In this work, we implemented advanced prompting strategies,
finetuned hyperparameters, and combined architectures to optimize preference prediction and explanation
generation [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ][
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. As a result of this approach, the team achieved first place in the competition,
which represents a significant performance given the demands of the challenge. The source code
and the experiments conducted are publicly available through the repository: 1, contributing to the
reproducibility and continuity of research in this emerging area.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>In recent years, various studies have focused on the automatic evaluation and modeling of human
preferences for responses generated by language models. These studies have explored methods to
assess quality, coherence, and alignment with human preferences, addressing diferent methodological
approaches and advanced techniques. A study evaluated the ability of five LLMs (GPT-4, GPT-3.5,
LLaMA 2, MedAlpaca, and ORCA_mini) to answer patient questions about laboratory test results
obtained from Yahoo! They employed techniques such as question classification with BERT, response
generation with LangChain, and automatic evaluation. They highlighted that GPT-4 provided more
accurate, relevant, and safer answers than the other models and human responses [9]. In another
study, authors proposed a technique to detect hallucinations in language models (LLMs) through
semantic entropy, which measures the uncertainty at the meaning level of the generated responses.
They developed an unsupervised method that groups multiple model responses according to their
meaning and calculates their entropy to identify confabulations [10].</p>
      <p>Similarly, a study proposed a strategy called LLM-Rsum, which enhances long-term dialogue memory
in language models by recursively generating summaries. They used iterative memory generation and
memory-based response generation. The technique helped with the consistency and quality of responses
in extended dialogues [11]. In a study, researchers evaluated whether large language models (LLMs) can
serve as qualified reviewers to assess the originality of scientific articles using zero-shot learning. They
designed a customized prompt for models such as GPT-4, GPT-3.5, Mixtral, and LLaMA-2 to generate
scores, types, and descriptions of originality [12]. Likewise, another study evaluated whether LLMs
can act as reviewers of scientific originality under zero-shot learning. They implemented quantitative
and qualitative evaluations using two datasets: the Nobel Prizes and the disruption index. They used
statistical analysis showing that models like GPT-4 and Mixtral outperform others in distinguishing
levels of originality [13]. A study evaluated six large language models (LLMs) on software testing tasks,
including test case generation, bug tracking, and bug localization, across 12 open-source projects. They
introduced the follow-up question technique to improve bug detection, observing that models like
ERNIE Bot and GPT-4 had the best performance [14].</p>
      <p>In a study, authors developed AcupunctureGPT, an LLM model specialized in acupuncture diagnosis,
which they fine-tuned using real clinical data from patients. To improve the accuracy in diagnosing
similar diseases, they proposed the Generated Knowledge Filter Prompting (GKFP) technique. To
1https://github.com/VerbaNexAI/CLEF2025
evaluate the responses at a semantic level, they designed the Sentence Similarity Evaluation Module
(SSEM) in conjunction with the SAEFM module [15]. A study proposed a security system for LLMs that
prevents hallucinations and injection attacks through a multi-layered approach. They used techniques
such as Cross-LLM, eligibility scoring, VectorDB, and Retrieval-Augmented Generation (RAG) to detect,
iflter, and validate the generated responses [ 16]. Similarly, research compared OpenAI’s GPT-4 with
Google AI through a comprehensive evaluation based on carefully designed instructions. They assessed
eight key capabilities: translation, text generation, truthfulness, creativity, intellectual reasoning,
sarcasm detection, sentiment classification, and deception avoidance. To this end, 80 specific prompts
were formulated (10 per category), applied to both models and passed to a human panel and statistical
analysis for evaluation. Writers used techniques such as prompt engineering, categorized evaluation,
and transformer architecture analysis to study behavior and performance. The results showed that
GPT-4 outperformed Google AI in most capabilities, except in sarcasm detection, where Google AI
performed better [17].</p>
    </sec>
    <sec id="sec-3">
      <title>3. Data</title>
      <p>In the methodology implemented in this research, various prompting techniques were employed, along
with multiple large language models (LLMs), within the framework of Task 4 - Preference Prediction,
part of the ELOQUENT initiative, which evaluates the quality of generative language models. The
competition organizers provided the data used, which consisted of two sets: a training set comprising
99 instances and a test set with 1,247 cases. They structured each record around a unique identifier (id).
This instruction guides text generation (instruction) and provides two responses generated by diferent
models (output_a and output_b). Additionally, the training set includes human evaluations of each pair
of responses based on five key criteria: relevance, naturalness, truthfulness, safety, and overall quality.
For each of these criteria, they provided both the selected preference and a detailed textual explanation
justifying the choice. This design enables the training of models that are not only capable of predicting
the response preferred by humans but also of generating coherent explanations aligned with human
judgments.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Architecture</title>
      <p>We presented the methodology implemented in this study in a general manner in Figure 1, which
illustrates the complete flow of the system developed for predicting human preferences based on
responses generated by language models. This diagram summarizes the main stages of the process,
including prompt design, the incorporation of techniques such as Few-Shot, Retrieval-Augmented
Generation (RAG), and Auto-CoT, as well as the use of pre-trained models in the training phases. Each
of these components is described in detail below to provide a clear and structured understanding of the
proposed approach.</p>
      <sec id="sec-4-1">
        <title>4.1. Prompt Design</title>
        <p>The prompt design was carefully structured to clearly and explicitly outline the instructions that the
model had to follow during the evaluation. The task consisted of evaluating the responses generated by
two artificial intelligence assistants based on five specific criteria: Relevance, Naturalness, Truthfulness,
Safety, and Overall Quality. To facilitate the model’s understanding and enhance its inference capabilities,
compressed examples of similar situations were provided, using a pre-trained summarization model
facebook/bart-large-cnn [18]. This process enabled a reduction in the total number of tokens
without compromising key information, resulting in more eficient and efective prompts to guide the
model in evaluating the provided responses.</p>
      </sec>
      <sec id="sec-4-2">
        <title>4.2. Pre-trained Models Used</title>
        <p>During the evaluation process, we employed several pre-trained models to compare and determine the
relative efectiveness of each. Initially, the model meta-llama/llama-3.3-70b-instruct:free
was implemented, serving as the foundation for the first tests. Subsequently, to validate and contrast
the results, additional tests were conducted with less robust models that require fewer computational
resources, such as meta-llama/Llama-3.2-1B-Instruct. Lighter alternatives, such as distilgpt2,
were also evaluated, which are ideal for environments with limited resources. This broad range of
models allowed for a clear identification of diferences in performance, evaluation quality, and
computational eficiency, thus providing key information for selecting the most appropriate model depending
on the usage context [19].</p>
      </sec>
      <sec id="sec-4-3">
        <title>4.3. Few-Shot + RAG Technique</title>
        <p>The Few-Shot technique, combined with Retrieval-Augmented Generation (RAG), was applied to improve
the accuracy and relevance of the generated responses significantly. This strategy initially involved
selecting examples from the training set based on semantic similarity calculated using embeddings
generated with the all-MiniLM-L6-v2 model. Then, we compressed each of these examples using
summarization techniques, allowing for the integration of key information from multiple examples in a
more compact space. Finally, these compressed examples were included in the prompts used during the
evaluation of test cases, thus improving the guidance provided to the model for generating coherent
and contextually appropriate responses.</p>
      </sec>
      <sec id="sec-4-4">
        <title>4.4. Few-Shot Technique without RAG</title>
        <p>In parallel, we explored a more traditional Few-Shot learning technique without incorporating additional
elements such as augmented retrieval. In this case, the examples from the training set were selected
based on semantic similarity. This approach enabled a direct comparison with the method combined
with RAG, providing valuable insights into the actual impact of incorporating advanced techniques,
such as RAG, on the quality of the generated evaluations.</p>
      </sec>
      <sec id="sec-4-5">
        <title>4.5. Auto Chain-of-Thought (Auto-CoT) Technique</title>
        <p>We implemented the Auto Chain-of-Thought (Auto-CoT) technique to encourage the automatic
generation of detailed explanations through step-by-step intermediate reasoning. This method was based on
the use of KMeans clustering applied to embeddings generated for instructions from the training set.
From each generated cluster, we selected representative examples to serve as step-by-step
demonstrations (chain-of-thought) to guide the model during evaluation. These detailed explanations not only
improved the transparency of the evaluation process but also facilitated a deeper understanding of the
model, thereby enhancing the coherence and overall quality of the generated responses.</p>
      </sec>
      <sec id="sec-4-6">
        <title>4.6. Evaluation using OpenRouter API</title>
        <p>An essential part of the experimental process was the evaluation using the OpenRouter API,
specifically employing the meta-llama/llama-3.3-70b-instruct:free model. This approach fully
leveraged the computational capacity and generative power ofered by a robust cloud-hosted model.
The implementation of this complementary technique enabled a broad and detailed comparative
evaluation, providing an additional perspective on the relative efectiveness of diferent approaches and
configurations in terms of accuracy, relevance, and overall response quality.</p>
      </sec>
      <sec id="sec-4-7">
        <title>4.7. Evaluation Metrics</title>
        <p>Finally, to rigorously validate the efectiveness of the techniques employed, various evaluation metrics
were calculated both at the level of each criterion and globally for the entire set. The metrics considered
included precision, accuracy, recall, and F1-score. Additionally, the explanatory quality generated by
each technique was assessed through direct semantic comparison between the generated and actual
explanations, using embeddings from the all-MiniLM-L6-v2 model. This additional evaluation
provided an objective and quantitative measure of the level of coherence and explanatory adequacy
generated by the applied methods.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Experiments Conducted and Training</title>
      <p>First, the automatic prompting technique based on chain-of-thought reasoning (Auto-CoT) was applied
using the large-scale model meta-llama/llama-3.3-70b-instruct. This model, with 70 billion
parameters, stands out for its advanced reasoning capabilities and coherent text generation, making it
an ideal candidate for complex tasks such as predicting human preferences and generating explanations.
As shown in Table 1, the use of Auto-CoT with this model achieved competitive metrics, obtaining an
accuracy of 0.6733 with 4 clusters and 0.6632 with 8 clusters. Furthermore, the semantic similarity scores,
which reflect the quality of the generated explanations, were also high, 0.5901 and 0.6024, respectively,
indicating that the model not only predicts accurately but also provides reasonable justifications aligned
with human evaluation criteria.</p>
      <p>Subsequently, we implemented the Few-Shot prompting technique with the same robust model
in scenarios where we provided one to four representative examples to guide generation. Due to
OpenRouter API limitations and the computational load of this model, it was not possible to evaluate
more examples per instance. To optimize performance, we strategically selected examples using semantic
similarity metrics, specifically those with the highest semantic closeness to the input instruction. Table 2
presents the results, where it is evident that the best performance was achieved with four carefully
selected examples, reaching an accuracy of 0.7333 and an F1 score of 0.7202, along with the highest
semantic similarity of 0.6215. It demonstrates that the model significantly benefits from well-chosen
examples, which improve both prediction and the quality of explanations.</p>
      <p>To evaluate the influence of example selection, we replicated the experiment using randomly selected
examples, maintaining the same large model meta-llama/llama-3.3-70b-instruct. As shown
in Table 3, using four random examples led to a notable decrease in performance compared to examples
selected by similarity: the F1 score dropped from 0.7202 to 0.6762, and accuracy fell from 0.7333 to 0.6733.
This diference highlights the importance of the example selection strategy in the Few-Shot approach,
as poorly aligned examples tend to introduce noise rather than provide proper context, negatively
afecting both prediction and the model’s explanatory generation.</p>
      <p>Since the Few-Shot approach with four selected examples achieved the best results with the robust
model, the possibility of replicating this strategy in lighter models that require less computational
capacity, such as distilgpt2 and meta-llama/Llama-3.2-1B-Instruct, was explored. However,
the results obtained were significantly lower, as also shown in Table 2. DistilGPT2 achieved an F1 score
of just 0.5132 and a semantic similarity of 0.3567. At the same time, the LLaMA-1B model showed a slight
improvement with F1 0.5319 and semantic similarity 0.3849. It suggests that, although smaller models
can perform basic predictions, their ability to capture nuances and generate high-quality explanations
is limited, partly due to the reduced number of parameters and lower contextual richness.</p>
      <p>To mitigate this limitation and improve the performance of lightweight models, the
RetrievalAugmented Generation (RAG) technique was incorporated, combining it with the Few-Shot
approach. This strategy, applied to the LLaMA-1B model along with the retrieval model
facebook/bart-large-cnn, significantly improved the results, as seen in Table 4. Accuracy
increased to 0.5667, and the semantic similarity score reached 0.5534, clearly surpassing the performance
of lightweight models without RAG. It demonstrates that, although small models have inherent
limitations, they can substantially benefit from hybrid approaches that provide relevant external context,
improving both the accuracy of predictions and the coherence of generated explanations. Taken together,
the results confirm that while large-scale LLMs ofer the best absolute performance, viable techniques
exist to enhance more eficient models in computationally constrained environments.</p>
    </sec>
    <sec id="sec-6">
      <title>6. Results</title>
      <p>The oficial results presented in Table 5 correspond to Subtask 1: Preference Prediction and were
provided by the competition organizers. In this task, our team, VerbaNexAI, achieved an overall average
of 56.99%, standing out, particularly in the safety metric of 94.15% and the truthfulness metric of 75.16%,
which indicates a high capability of the system to generate safe responses aligned with verifiable
facts. Regarding relevance and overall quality, the scores were 45.91% and 39.42%, respectively, while
naturalness received a score of 30.29%, indicating that there is still room for improvement in aspects
related to the fluency and conversational style of the generated responses.</p>
      <p>The performance of the system developed by our team, VerbaNexAI, demonstrates a remarkable
ability to correctly identify human preferences, especially in the key criteria of safety and truthfulness.
These results show that the model successfully avoids problematic content and maintains high factual
accuracy in its responses. The metrics associated with relevance and overall quality indicate that the
system is capable of adequately interpreting context and generating reasonable responses. However,
there are still areas where we can improve the precise identification of the thematic focus and the
prioritization of relevant information. On the other hand, the score obtained in naturalness suggests
that further adjustments are needed in linguistic and stylistic aspects to make the responses more
natural and closer to human language. Overall, the results validate the efectiveness of the proposed
approach and lay a solid foundation for future improvements to the system. It is worth noting that
the gap between the highest metrics of safety and truthfulness and the lower ones of naturalness and
overall quality reveals that the system tends to prioritize factual accuracy and safety over language
expressiveness. We could explain this tendency by the type of examples used in training and the prompt
configuration, which opens up specific opportunities for adjustment based on the evaluated criterion.</p>
      <p>The oficial results of Subtask 2, presented in Tables 6 , 7, 8 and 9, corresponding to the prediction
and explanation of human preferences, reflect the performance of the system developed by our team
VerbaNexAI across various evaluative dimensions. The main objective of this task was to predict
human preference between two responses generated by LLMs and to generate explanations aligned with
predefined criteria. We used four fundamental metrics for evaluation: accuracy, ROUGE-L, BERTScore,
and an automated judgment provided by an LLM model (GPT -4), which served as the evaluator. The
ifnal score was determined by averaging the results for each metric and applying the Borda count
method to establish the overall ranking.</p>
      <p>In terms of the truthfulness metric, an outstanding performance was achieved, with an accuracy
of 75.16% and a score of 38.14 from the LLM-as-a-judge evaluator. These results indicate that the
model efectively identified the most truthful response among the two options presented in most cases,
reflecting adequate alignment with the truth criterion from a human perspective. Likewise, we observed
high BERTScore values of 83.05, indicating that the explanations generated by the model remained
semantically close to the human references in terms of factual content.</p>
      <p>On the other hand, in terms of the safety criterion, the system achieved the highest results within
the subtask, with an accuracy of 94.15% and an outstanding score of 82.82 in the automated judgment.
It demonstrates the system’s robustness in selecting responses that are not only coherent but also
minimize risks such as toxic language, biases, or inappropriate content. The high performance in
safety reinforces the robustness and reliability of the proposed approach, especially in contexts where
responsible text generation is critical.</p>
      <p>Finally, although we observed more modest performances in criteria such as relevance and naturalness,
with average accuracy scores of 45.91% and 30.29%, respectively, the overall average per metric —
Accuracy: 56.99%, ROUGE-L: 20.04, BERTScore: 87.00, LLM-as-a-judge: 33.04 — placed the team in
ifrst place in the overall ranking. In particular, the VerbaNexAI system obtained a total score of 34
using the Borda count method, which determined its final position in the oficial ranking. These results
reflect that, although there is room for improvement in aspects such as fluency and perceived relevance,
the system achieved high semantic coherence and solid explanations. Overall, the data support the
efectiveness of the proposed approach and provide a solid foundation for future optimizations in the
generation of explanations for human preferences.</p>
    </sec>
    <sec id="sec-7">
      <title>7. Conclusion</title>
      <p>This study addressed the critical challenges related to evaluating large language models (LLMs),
focusing on predicting human preferences and generating transparent explanations aligned with those
preferences. Participation in the "Preference Prediction" task of the ELOQUENT Lab 2025 allowed us
to demonstrate the remarkable ability of the system developed by our team, VerbaNexAI, to select
appropriate responses according to criteria defined by humans, especially in fundamental aspects
such as safety and truthfulness. These results highlight the model’s robustness in prioritizing content
aligned with human values, factual accuracy, and ethical standards. The study validated the
efectiveness of advanced prompting techniques, notably Few-Shot learning, Retrieval-Augmented Generation
(RAG), and the Auto Chain-of-Thought (Auto-CoT) technique through systematic experimentation. We
demonstrated the importance of strategically selecting semantically relevant examples, resulting in a
significant improvement in the model’s performance. Furthermore, the integration of external retrieval
methods (RAG) significantly enhanced the performance of lighter models, ofering an efective strategy
to maintain eficiency without sacrificing explanatory quality.</p>
      <p>However, the system presented areas for improvement in aspects related to the naturalness and overall
quality of the generated responses. It indicates the need for further enhancements in linguistic fluency
and conversational style to achieve responses that more closely resemble natural human language. In
this regard, enhancing the semantic richness and thematic accuracy of the generated texts represents
a promising line for future research and development. Therefore, this research contributes to the
advancement of the field of natural language processing by proposing methodologies that help bridge
the gap between automatic evaluations and more nuanced human judgments. The results obtained
provide a solid foundation for future improvements aimed at perfecting the quality of communication
generated by language models, highlighting specific paths to optimize both the accuracy and naturalness
of the generated responses.</p>
    </sec>
    <sec id="sec-8">
      <title>Declaration on Generative AI</title>
      <p>During the preparation of this investigation, ChatGPT (OpenAI) was used for the revision of translations
into English, as well as for grammatical and spelling correction. After using this tool, the content was
reviewed and edited as necessary, and full responsibility for the content of the publication is assumed.</p>
    </sec>
    <sec id="sec-9">
      <title>Acknowledgment</title>
      <p>The authors express their gratitude to the Call 933 “Training in National Doctorates with a Territorial,
Ethnic and Gender Focus in the Framework of the Mission Policy — 2023” of the Ministry of Science,
Technology and Innovation (Minciencia). In addition, we thank the team of the Artificial Intelligence
Laboratory VerbaNex 2, afiliated with the UTB, for their contributions to this project.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>A.</given-names>
            <surname>Radford</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Narasimhan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Salimans</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Sutskever</surname>
          </string-name>
          ,
          <article-title>Improving language understanding by generative pre-training (</article-title>
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>H.</given-names>
            <surname>Touvron</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Lavril</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Izacard</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Martinet</surname>
          </string-name>
          , M.
          <article-title>-</article-title>
          <string-name>
            <surname>A. Lachaux</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Lacroix</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Rozière</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Goyal</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          <string-name>
            <surname>Hambro</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Azhar</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Rodriguez</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Joulin</surname>
          </string-name>
          , E. Grave, G. Lample,
          <article-title>LLaMA: Open and eficient foundation language models</article-title>
          ,
          <source>arXiv preprint arXiv:2302.13971</source>
          (
          <year>2023</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Bai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Kadavath</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Kundu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Askell</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Kernion</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Jones</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Chen</surname>
          </string-name>
          , et al.,
          <article-title>Constitutional ai: Harmlessness from ai feedback</article-title>
          ,
          <source>arXiv preprint arXiv:2212.08073</source>
          (
          <year>2022</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>N.</given-names>
            <surname>Lambert</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Castricato</surname>
          </string-name>
          , L. von
          <string-name>
            <surname>Werra</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Havrilla</surname>
          </string-name>
          ,
          <article-title>Illustrating reinforcement learning from human feedback (rlhf</article-title>
          ),
          <source>Hugging Face Blog</source>
          (
          <year>2022</year>
          ). Https://huggingface.co/blog/rlhf.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>M.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Fang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Lu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Shi</surname>
          </string-name>
          ,
          <article-title>Ccma: A framework for cascading cooperative multi-agent in autonomous driving merging using large language models</article-title>
          ,
          <source>Expert Systems with Applications</source>
          <volume>282</volume>
          (
          <year>2025</year>
          )
          <article-title>127717</article-title>
          . URL: https://www.sciencedirect.com/science/article/ pii/S0957417425013399. doi:https://doi.org/10.1016/j.eswa.
          <year>2025</year>
          .
          <volume>127717</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>W.</given-names>
            <surname>Huang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Zhou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Lapata</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Vougiouklis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Montella</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. Z.</given-names>
            <surname>Pan</surname>
          </string-name>
          ,
          <article-title>Prompting large language models with knowledge graphs for question answering involving long-tail facts, Knowledge-Based Systems (</article-title>
          <year>2025</year>
          )
          <article-title>113648</article-title>
          . URL: https://www.sciencedirect.com/science/article/pii/S095070512500694X. doi:https://doi.org/10.1016/j.knosys.
          <year>2025</year>
          .
          <volume>113648</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>J.</given-names>
            <surname>Karlgren</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Artemova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Bojar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. I.</given-names>
            <surname>Engels</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Mikhailov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Šindelář</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Velldal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Øvrelid</surname>
          </string-name>
          , Overview of eloquent 2025:
          <article-title>shared tasks for evaluating generative language model quality</article-title>
          , in: J.
          <string-name>
            <surname>C. de Albornoz</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Gonzalo</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Plaza</surname>
          </string-name>
          ,
          <string-name>
            <surname>A. G. S. de Herrera</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Mothe</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Piroi</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Spina</surname>
          </string-name>
          , G. Faggioli, N. Ferro (Eds.),
          <source>Experimental IR Meets Multilinguality, Multimodality, and Interaction. Proceedings of the Sixteenth International Conference of the CLEF Association (CLEF</source>
          <year>2025</year>
          ), Springer,
          <year>2025</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>V.</given-names>
            <surname>Mikhailov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Butenko</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Artemova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Øvrelid</surname>
          </string-name>
          , E. Velldal,
          <article-title>Overview of the Preference Prediction Task at the ELOQUENT 2025 lab for evaluating generative language model quality</article-title>
          , in: G. Faggioli,
          <string-name>
            <given-names>N.</given-names>
            <surname>Ferro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Rosso</surname>
          </string-name>
          , D. Spina (Eds.), Working Notes of CLEF 2025 -
          <article-title>Conference and Labs of the Evaluation Forum, CEUR-</article-title>
          <string-name>
            <surname>WS</surname>
          </string-name>
          ,
          <year>2025</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>