<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Publishing DTD v1.4 20241031//EN" "JATS-journalpublishing1-4.dtd">
<article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" article-type="research-article" dtd-version="1.4" xml:lang="en">
  <front>
    <journal-meta>
      <journal-id journal-id-type="publisher-id">Oalib</journal-id>
      <journal-title-group>
        <journal-title>Open Access Library Journal</journal-title>
      </journal-title-group>
      <issn pub-type="epub">2333-9721</issn>
      <issn pub-type="ppub">2333-9705</issn>
      <publisher>
        <publisher-name>Scientific Research Publishing</publisher-name>
      </publisher>
    </journal-meta>
    <article-meta>
      <article-id pub-id-type="doi">10.4236/oalib.1114603</article-id>
      <article-id pub-id-type="publisher-id">Oalib-147744</article-id>
      <article-categories>
        <subj-group>
          <subject>Article</subject>
        </subj-group>
        <subj-group>
          <subject>Biomedical</subject>
          <subject>Life Sciences</subject>
          <subject>Business</subject>
          <subject>Economics</subject>
          <subject>Chemistry</subject>
          <subject>Materials Science</subject>
          <subject>Computer Science</subject>
          <subject>Communications</subject>
          <subject>Earth</subject>
          <subject>Environmental Sciences</subject>
          <subject>Engineering</subject>
          <subject>Medicine</subject>
          <subject>Healthcare</subject>
          <subject>Physics</subject>
          <subject>Mathematics</subject>
          <subject>Social Sciences</subject>
          <subject>Humanities</subject>
        </subj-group>
      </article-categories>
      <title-group>
        <article-title>In-Document Table Data Inference Based on LLM-ICL Model</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <name name-style="western">
            <surname>Dou</surname>
            <given-names>Xinrui</given-names>
          </name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
      </contrib-group>
      <aff id="aff1"><label>1</label> School of Communication and Electronic Engineering, Jishou University, Jishou, China </aff>
      <author-notes>
        <fn fn-type="conflict" id="fn-conflict">
          <p>The author declares no conflict of interest.</p>
        </fn>
      </author-notes>
      <pub-date pub-type="epub">
        <day>01</day>
        <month>12</month>
        <year>2025</year>
      </pub-date>
      <pub-date pub-type="collection">
        <month>12</month>
        <year>2025</year>
      </pub-date>
      <volume>12</volume>
      <issue>12</issue>
      <fpage>1</fpage>
      <lpage>13</lpage>
      <history>
        <date date-type="received">
          <day>13</day>
          <month>11</month>
          <year>2025</year>
        </date>
        <date date-type="accepted">
          <day>30</day>
          <month>11</month>
          <year>2025</year>
        </date>
        <date date-type="published">
          <day>03</day>
          <month>12</month>
          <year>2025</year>
        </date>
      </history>
      <permissions>
        <copyright-statement>© 2025 by the authors and Scientific Research Publishing Inc.</copyright-statement>
        <copyright-year>2025</copyright-year>
        <license license-type="open-access">
          <license-p> This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license ( <ext-link ext-link-type="uri" xlink:href="https://creativecommons.org/licenses/by/4.0/">https://creativecommons.org/licenses/by/4.0/</ext-link> ). </license-p>
        </license>
      </permissions>
      <self-uri content-type="doi" xlink:href="https://doi.org/10.4236/oalib.1114603">https://doi.org/10.4236/oalib.1114603</self-uri>
      <abstract>
        <p>This paper proposes a structured data prediction method based on Large Language Models with In-Context Learning (LLM-ICL). The method designs sample selection strategies to choose samples closely related to the prediction task and converts structured data into text sequences, which are then provided as input to large language models for prediction through in-context learning. To validate the effectiveness of the method, experiments were conducted using the IPUMS dataset. In the few-shot setting with only 10 demonstration samples, Results demonstrate that with extremely limited samples (only 10), the best-performing model Qwen-plus achieves a prediction accuracy of 79.4%, significantly outperforming traditional supervised machine learning algorithms trained on the same sample size (XGBoost at 73.5% and KNN at 71.1%). Further analysis reveals that KNN and XGBoost require approximately 500 and 16,000 samples respectively to achieve comparable accuracy levels to LLM-ICL using just 10 samples. Additionally, sample selection strategy significantly impacts performance—employing nearest neighbor sampling further enhances accuracy compared to random selection. This research demonstrates the substantial potential and application value of LLM-ICL in few-shot structured data prediction tasks.</p>
      </abstract>
      <kwd-group kwd-group-type="author-generated" xml:lang="en">
        <kwd>Large Language Models</kwd>
        <kwd>In-Context Learning</kwd>
        <kwd>Table Reasoning</kwd>
        <kwd>Few-Shot Learning</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec1">
      <title>1. Introduction</title>
      <p>Since 2022, generative artificial intelligence represented by ChatGPT and GPT4 [<xref ref-type="bibr" rid="B1">1</xref>] has garnered widespread attention globally. These advanced systems, known as Large Language Models (LLMs), are built on the Transformer architecture [<xref ref-type="bibr" rid="B2">2</xref>] and typically contain hundreds of billions of parameters. Trained on massive text corpora, LLMs can effectively understand natural language instructions and generate human-like responses. Large language models have demonstrated state-of-the-art performance across various natural language processing tasks. For instance, on the question-answering dataset TriviaQA [<xref ref-type="bibr" rid="B3">3</xref>], GPT3 improved accuracy by 3.2% over previous best models; on the Multimodal Multitask Language Understanding (MMLU) dataset [<xref ref-type="bibr" rid="B4">4</xref>], GPT4 achieved more than 10% accuracy improvement compared to contemporary best models.</p>
      <p>Although large language models excel at processing unstructured text data, there is still limited research on their application in prediction tasks primarily involving structured data. Unlike text and image data, structured data is typically presented in tabular form [<xref ref-type="bibr" rid="B5">5</xref>]. In such tables, each row represents a prediction instance, while each column represents a feature of that instance, describing its attributes, which can be continuous or discrete values. The fundamental challenge in prediction tasks with structured data is to predict the target variable of an instance based on its attribute data. This target variable may be a continuous numerical value, such as predicting housing prices, or a discrete category label, such as determining whether an email is spam. <bold>Table 1</bold> shows an example of structured data and its target variable to be predicted. The left portion of the table displays various attributes including age, education level, gender, ethnicity, and marital status. Among these, ethnicity and marital status are discrete variables. The right portion shows the prediction target: based on the attributes in the left table, the goal is to predict whether annual salary exceeds $50,000. It is worth noting that age is a continuous variable, while education level, gender, ethnicity, and marital status are discrete variables.</p>
      <p><bold>Table 1</bold><bold>.</bold> Structured data and prediction target.</p>
      <table-wrap id="tbl1">
        <label>Table 1</label>
        <table>
          <tbody>
            <tr>
              <td>Age</td>
              <td>Education</td>
              <td>Gender</td>
              <td>Ethnicity</td>
              <td>Marital Status</td>
              <td>Annual Salary &gt; $50K</td>
            </tr>
            <tr>
              <td>49</td>
              <td>Bachelor’s</td>
              <td>Male</td>
              <td>USA</td>
              <td>Divorced</td>
              <td>No</td>
            </tr>
            <tr>
              <td>...</td>
              <td>...</td>
              <td>...</td>
              <td>...</td>
              <td>...</td>
              <td>...</td>
            </tr>
            <tr>
              <td>25</td>
              <td>Master’s</td>
              <td>Female</td>
              <td>USA</td>
              <td>Unmarried</td>
              <td>Yes</td>
            </tr>
          </tbody>
        </table>
      </table-wrap>
      <p>Table Reasoning (also known as structured data reasoning), particularly applications like table fact verification and question answering, holds significant value in the information age. Due to its advantages of being information-dense and highly structured, tables serve as an indispensable core data format in numerous fields such as finance and public health [<xref ref-type="bibr" rid="B1">1</xref>]. Unlike typical data processing tasks, table fact verification and question answering require complex reasoning that integrates unstructured information such as statement/question text or textual content within tables. For instance, tasks include judging the accuracy of a statement based on table data, determining whether a data-supported diagnosis is reliable, or answering various questions according to the table data [<xref ref-type="bibr" rid="B2">2</xref>]. Traditionally, these complex reasoning tasks had to be performed manually, which is not only time-consuming but also prone to errors. Consequently, major international conferences in the field of artificial intelligence, such as ACL [<xref ref-type="bibr" rid="B6">6</xref>], ICLR [<xref ref-type="bibr" rid="B7">7</xref>], and NIPS [<xref ref-type="bibr" rid="B8">8</xref>], have been actively discussing the latest technologies and methods for automated table reasoning in recent years.</p>
      <p>Generally speaking, current table reasoning primarily employs two types of methods: 1) Training machine learning models for table reasoning by using large amounts of joint data comprising both tables and text [<xref ref-type="bibr" rid="B9">9</xref>]; 2) Leveraging the advantages of large language models (such as the GPT and LLaMA series) in natural language understanding and logical reasoning, either through fine-tuning or utilizing In-Context Learning (ICL), to employ LLMs for table reasoning [<xref ref-type="bibr" rid="B10">10</xref>]. However, both approaches have limitations. On one hand, methods based on machine learning models involve complexity and require substantial computational resources during model training and selection, and they struggle with understanding irregular table formats and performing commonsense reasoning. On the other hand, table reasoning methods based on LLM-ICL, while largely addressing the above issues, are still in the preliminary exploration stage and face challenges such as token limitations, uncertainty, and difficulties in debugging, necessitating validation and exploratory improvements based on real-world data.</p>
      <p>Based on the context learning capabilities of large language models, this paper proposes a prediction algorithm based on the LLM-ICL model for structured data prediction problems. This method designs a sample selection strategy to select samples closely related to the problem and transforms these samples, which consist of structured data, into text sequences, which are then used as input for context learning and provided to the large language model for prediction. This approach not only enables the large language model to analyze patterns based on the input samples but also integrates the common sense learned by the large language model during the pre-training stage into the analysis process.</p>
    </sec>
    <sec id="sec2">
      <title>2. Related Research</title>
      <sec id="sec2dot1">
        <title>2.1. Large Language Model</title>
        <p>LLMs are advanced artificial intelligence models built on deep learning architectures. These models undergo pre-training on massive text corpora, allowing them to learn complex linguistic structures and patterns. Typically comprising hundreds of millions to hundreds of billions of parameters, they exhibit exceptional language comprehension and generation capabilities, allowing them to perform complex natural language processing tasks.</p>
        <p>In 2018, OpenAI introduced GPT (Generative Pre-trained Transformer) [<xref ref-type="bibr" rid="B11">11</xref>], a language model with 150 million parameters that pioneered the era of large-scale pre-trained language models. Subsequently, models such as GPT2 [<xref ref-type="bibr" rid="B12">12</xref>] and GPT3 [<xref ref-type="bibr" rid="B13">13</xref>] were released, continuously pushing the boundaries of training dataset sizes, parameter scales, and performance, thereby advancing the field of NLP. By 2023, multiple companies including Meta, Baidu, Alibaba, and DeepSeek had launched LLMs with parameter counts exceeding tens of billions. Among them, several globally recognized large language models were trained on datasets ranging from hundreds of billions to trillions of tokens.</p>
        <p>Compared to traditional deep learning models, LLMs exhibit two distinctive characteristics: first, their parameter complexity is extremely high, with counts ranging from billions to hundreds of billions; second, the scale of their training datasets is immense. These two core features endow LLMs with remarkable comprehension and generation capabilities. Taking the GPT series as an example, GPT1 had 117 million parameters [<xref ref-type="bibr" rid="B11">11</xref>], GPT2 increased to 1.5 billion parameters [<xref ref-type="bibr" rid="B12">12</xref>], and GPT3 reached a staggering 175 billion parameters [<xref ref-type="bibr" rid="B13">13</xref>]. Alongside the significant growth in parameter scale, the training datasets also expanded accordingly. GPT1 was trained on BookCorpus, a dataset containing approximately 7,000 unpublished books with a data volume of about 4.6 GB [<xref ref-type="bibr" rid="B11">11</xref>]. GPT2 used WebText, a dataset constructed from 8 million Reddit articles that received at three upvotes, comprising 40 GB of text data [<xref ref-type="bibr" rid="B12">12</xref>]. GPT3 utilized an even more extensive training dataset, including two undisclosed book datasets, an expanded version of WebText, and a filtered Common Crawl dataset, totaling over 570 GB of text data [<xref ref-type="bibr" rid="B13">13</xref>].</p>
        <p>The training corpora for LLMs encompass diverse resources such as books, internet text, news articles, and forum posts. During training, the models learn linguistic rules and knowledge from these corpora and store this information internally as parameters. Consequently, when a model receives a text sequence as input, it can generate corresponding outputs based on these parameters.</p>
      </sec>
      <sec id="sec2dot2">
        <title>2.2. In-Context Learning</title>
        <p>In-Context Learning (ICL) enables large language models to perform tasks directly through natural language prompts without requiring parameter updates or additional training. When provided with appropriate task descriptions and representative demonstrations, LLMs can effectively interpret task requirements and generate appropriate responses. The carefully designed input sequence used to guide the model, known as a prompt, typically comprises three essential components: the task specification, demonstration examples, and the target query.</p>
        <p>For effective ICL, the task specification must clearly define the objective and expectations, while the demonstration set consists of input-output pairs illustrating similar problems and their solutions. For example, in machine translation, demonstrations would show source texts with their corresponding translations. These illustrative examples help the model recognize task-specific patterns and expected output formats.</p>
        <p>Research has shown that model performance strongly depends on prompt construction strategies, including both the formulation of task instructions and the selection of demonstrations. Recent studies indicate that curating examples based on semantic similarity to the target problem significantly enhances performance in reasoning tasks. The LENS methodology further advances this approach by employing support vector selection for demonstration assembly, demonstrating consistent accuracy improvements across various text classification benchmarks.</p>
      </sec>
    </sec>
    <sec id="sec3">
      <title>3. Prediction Methods Based on Large Language Models</title>
      <p>In this section, we formalize our proposed approach for structured data prediction using LLMs with in-context learning.</p>
      <p>Let <inline-formula><mml:math><mml:mrow><mml:mi> X </mml:mi><mml:mo> ∈ </mml:mo><mml:msup><mml:mi> ℝ </mml:mi><mml:mi> d </mml:mi></mml:msup></mml:mrow></mml:math></inline-formula> be a <inline-formula><mml:math><mml:mi> d </mml:mi></mml:math></inline-formula> -dimensionalrandom vector representing the feature vector of the known structured data, and <inline-formula><mml:math><mml:mrow><mml:mi> Y </mml:mi><mml:mo> ∈ </mml:mo><mml:mi> ℝ </mml:mi></mml:mrow></mml:math></inline-formula> denote the target value to be predicted. Assume that <inline-formula><mml:math><mml:mrow><mml:msub><mml:mi> N </mml:mi><mml:mn> 1 </mml:mn></mml:msub></mml:mrow></mml:math></inline-formula> samples of <inline-formula><mml:math><mml:mi> X </mml:mi></mml:math></inline-formula> and their corresponding target values have been observed, and that <inline-formula><mml:math><mml:mrow><mml:mi> Y </mml:mi><mml:mo> ∈ </mml:mo><mml:mi> ℝ </mml:mi></mml:mrow></mml:math></inline-formula> follows some distribution <inline-formula><mml:math><mml:mi> D </mml:mi></mml:math></inline-formula> .The goal of this structured data prediction task is to predict the corresponding <inline-formula><mml:math><mml:mi> Y </mml:mi></mml:math></inline-formula> value for any given <inline-formula><mml:math><mml:mi> X </mml:mi></mml:math></inline-formula> .</p>
      <p>Supervised machine learning algorithms transform this prediction problem into a parameter optimization problem: define <inline-formula><mml:math><mml:mrow><mml:mi> f </mml:mi><mml:mrow><mml:mo> ( </mml:mo><mml:mrow><mml:mi> X </mml:mi><mml:mo> , </mml:mo><mml:mi> θ </mml:mi></mml:mrow><mml:mo> ) </mml:mo></mml:mrow></mml:mrow></mml:math></inline-formula> as a function with parameters <inline-formula><mml:math><mml:mi> θ </mml:mi></mml:math></inline-formula> , and <inline-formula><mml:math><mml:mrow><mml:mi> L </mml:mi><mml:mrow><mml:mo> ( </mml:mo><mml:mrow><mml:mi> f </mml:mi><mml:mrow><mml:mo> ( </mml:mo><mml:mi> X </mml:mi><mml:mo> ) </mml:mo></mml:mrow><mml:mo> , </mml:mo><mml:mi> Y </mml:mi></mml:mrow><mml:mo> ) </mml:mo></mml:mrow></mml:mrow></mml:math></inline-formula> as a loss function. Based on the observed sample set <inline-formula><mml:math><mml:mrow><mml:msub><mml:mi> D </mml:mi><mml:mn> 1 </mml:mn></mml:msub><mml:mo> = </mml:mo><mml:mrow><mml:mo> { </mml:mo><mml:mrow><mml:mrow><mml:mo> ( </mml:mo><mml:mrow><mml:msub><mml:mi> X </mml:mi><mml:mi> i </mml:mi></mml:msub><mml:mo> , </mml:mo><mml:msub><mml:mi> Y </mml:mi><mml:mi> i </mml:mi></mml:msub></mml:mrow><mml:mo> ) </mml:mo></mml:mrow><mml:mo> , </mml:mo><mml:mi> i </mml:mi><mml:mo> = </mml:mo><mml:mn> 1 </mml:mn><mml:mo> , </mml:mo><mml:mn> 2 </mml:mn><mml:mo> , </mml:mo><mml:mo> ⋯ </mml:mo><mml:mo> , </mml:mo><mml:msub><mml:mi> N </mml:mi><mml:mn> 1 </mml:mn></mml:msub></mml:mrow><mml:mo> } </mml:mo></mml:mrow></mml:mrow></mml:math></inline-formula> , solve the optimization problem:</p>
      <disp-formula id="FD1">
        <label>(1)</label>
        <mml:math>
          <mml:mrow>
            <mml:mover accent="true">
              <mml:mi>θ</mml:mi>
              <mml:mo>^</mml:mo>
            </mml:mover>
            <mml:mo>=</mml:mo>
            <mml:mtext>arg</mml:mtext>
            <mml:munder>
              <mml:mrow>
                <mml:mtext>min</mml:mtext>
              </mml:mrow>
              <mml:mi>θ</mml:mi>
            </mml:munder>
            <mml:mfrac>
              <mml:mn>1</mml:mn>
              <mml:mrow>
                <mml:msub>
                  <mml:mi>N</mml:mi>
                  <mml:mn>1</mml:mn>
                </mml:msub>
              </mml:mrow>
            </mml:mfrac>
            <mml:mstyle displaystyle="true">
              <mml:munderover>
                <mml:mo>∑</mml:mo>
                <mml:mrow>
                  <mml:mi>i</mml:mi>
                  <mml:mo>=</mml:mo>
                  <mml:mn>1</mml:mn>
                </mml:mrow>
                <mml:mrow>
                  <mml:msub>
                    <mml:mi>N</mml:mi>
                    <mml:mn>1</mml:mn>
                  </mml:msub>
                </mml:mrow>
              </mml:munderover>
              <mml:mi>L</mml:mi>
            </mml:mstyle>
            <mml:mrow>
              <mml:mo>(</mml:mo>
              <mml:mrow>
                <mml:mi>f</mml:mi>
                <mml:mrow>
                  <mml:mo>(</mml:mo>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mover accent="true">
                        <mml:mi>X</mml:mi>
                        <mml:mo>→</mml:mo>
                      </mml:mover>
                      <mml:mi>i</mml:mi>
                    </mml:msub>
                    <mml:mo>,</mml:mo>
                    <mml:mi>θ</mml:mi>
                  </mml:mrow>
                  <mml:mo>)</mml:mo>
                </mml:mrow>
                <mml:mo>,</mml:mo>
                <mml:msub>
                  <mml:mi>Y</mml:mi>
                  <mml:mi>i</mml:mi>
                </mml:msub>
              </mml:mrow>
              <mml:mo>)</mml:mo>
            </mml:mrow>
            <mml:mo>,</mml:mo>
          </mml:mrow>
        </mml:math>
      </disp-formula>
      <p>To obtain <inline-formula><mml:math><mml:mrow><mml:mi> f </mml:mi><mml:mrow><mml:mo> ( </mml:mo><mml:mrow><mml:mi> X </mml:mi><mml:mo> , </mml:mo><mml:mi> θ </mml:mi></mml:mrow><mml:mo> ) </mml:mo></mml:mrow></mml:mrow></mml:math></inline-formula> , which is then used to predict <inline-formula><mml:math><mml:mi> Y </mml:mi></mml:math></inline-formula> for any <inline-formula><mml:math><mml:mi> X </mml:mi></mml:math></inline-formula> . Common loss functions include Mean Squared Error (MSE) and Cross-Entropy. MSE measures the average squared difference between predicted and true values, typically used for regression problems:</p>
      <disp-formula id="FD2">
        <label>(2)</label>
        <mml:math>
          <mml:mrow>
            <mml:msub>
              <mml:mi>L</mml:mi>
              <mml:mrow>
                <mml:mtext>MSE</mml:mtext>
              </mml:mrow>
            </mml:msub>
            <mml:mo>=</mml:mo>
            <mml:mfrac>
              <mml:mn>1</mml:mn>
              <mml:mrow>
                <mml:msub>
                  <mml:mi>N</mml:mi>
                  <mml:mn>1</mml:mn>
                </mml:msub>
              </mml:mrow>
            </mml:mfrac>
            <mml:munderover>
              <mml:mstyle mathsize="140%" displaystyle="true">
                <mml:mo>∑</mml:mo>
              </mml:mstyle>
              <mml:mrow>
                <mml:mi>i</mml:mi>
                <mml:mo>=</mml:mo>
                <mml:mn>1</mml:mn>
              </mml:mrow>
              <mml:mrow>
                <mml:msub>
                  <mml:mi>N</mml:mi>
                  <mml:mn>1</mml:mn>
                </mml:msub>
              </mml:mrow>
            </mml:munderover>
            <mml:msup>
              <mml:mrow>
                <mml:mrow>
                  <mml:mo>(</mml:mo>
                  <mml:mrow>
                    <mml:mi>f</mml:mi>
                    <mml:mrow>
                      <mml:mo>(</mml:mo>
                      <mml:mrow>
                        <mml:msub>
                          <mml:mi>X</mml:mi>
                          <mml:mi>i</mml:mi>
                        </mml:msub>
                        <mml:mo>,</mml:mo>
                        <mml:mi>θ</mml:mi>
                      </mml:mrow>
                      <mml:mo>)</mml:mo>
                    </mml:mrow>
                    <mml:mo>−</mml:mo>
                    <mml:msub>
                      <mml:mi>Y</mml:mi>
                      <mml:mi>i</mml:mi>
                    </mml:msub>
                  </mml:mrow>
                  <mml:mo>)</mml:mo>
                </mml:mrow>
              </mml:mrow>
              <mml:mn>2</mml:mn>
            </mml:msup>
            <mml:mo>.</mml:mo>
          </mml:mrow>
        </mml:math>
      </disp-formula>
      <p>Cross-Entropy measures the discrepancy between predicted and true probability distributions, commonly applied to classification problems:</p>
      <disp-formula id="FD3">
        <label>(3)</label>
        <mml:math display="inline">
          <mml:mrow>
            <mml:msub>
              <mml:mi>L</mml:mi>
              <mml:mrow>
                <mml:mtext>CE</mml:mtext>
              </mml:mrow>
            </mml:msub>
            <mml:mo>=</mml:mo>
            <mml:mo>−</mml:mo>
            <mml:mfrac>
              <mml:mn>1</mml:mn>
              <mml:mrow>
                <mml:msub>
                  <mml:mi>N</mml:mi>
                  <mml:mn>1</mml:mn>
                </mml:msub>
              </mml:mrow>
            </mml:mfrac>
            <mml:mstyle displaystyle="true">
              <mml:munderover>
                <mml:mo>∑</mml:mo>
                <mml:mrow>
                  <mml:mi>i</mml:mi>
                  <mml:mo>=</mml:mo>
                  <mml:mn>1</mml:mn>
                </mml:mrow>
                <mml:mrow>
                  <mml:msub>
                    <mml:mi>N</mml:mi>
                    <mml:mn>1</mml:mn>
                  </mml:msub>
                </mml:mrow>
              </mml:munderover>
              <mml:mrow>
                <mml:mstyle displaystyle="true">
                  <mml:munderover>
                    <mml:mo>∑</mml:mo>
                    <mml:mrow>
                      <mml:mi>c</mml:mi>
                      <mml:mo>=</mml:mo>
                      <mml:mn>1</mml:mn>
                    </mml:mrow>
                    <mml:mi>C</mml:mi>
                  </mml:munderover>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>y</mml:mi>
                      <mml:mrow>
                        <mml:mi>i</mml:mi>
                        <mml:mo>,</mml:mo>
                        <mml:mi>c</mml:mi>
                      </mml:mrow>
                    </mml:msub>
                    <mml:mi>log</mml:mi>
                  </mml:mrow>
                </mml:mstyle>
              </mml:mrow>
            </mml:mstyle>
            <mml:mrow>
              <mml:mo>(</mml:mo>
              <mml:mrow>
                <mml:msub>
                  <mml:mi>f</mml:mi>
                  <mml:mi>c</mml:mi>
                </mml:msub>
                <mml:mrow>
                  <mml:mo>(</mml:mo>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>X</mml:mi>
                      <mml:mi>i</mml:mi>
                    </mml:msub>
                    <mml:mo>,</mml:mo>
                    <mml:mi>θ</mml:mi>
                  </mml:mrow>
                  <mml:mo>)</mml:mo>
                </mml:mrow>
              </mml:mrow>
              <mml:mo>)</mml:mo>
            </mml:mrow>
            <mml:mo>,</mml:mo>
          </mml:mrow>
        </mml:math>
      </disp-formula>
      <p>where <inline-formula><mml:math><mml:mi> C </mml:mi></mml:math></inline-formula> is the number of classes and <inline-formula><mml:math><mml:mrow><mml:msub><mml:mi> y </mml:mi><mml:mrow><mml:mi> i </mml:mi><mml:mo> , </mml:mo><mml:mi> c </mml:mi></mml:mrow></mml:msub></mml:mrow></mml:math></inline-formula> is the binary indicator for class <inline-formula><mml:math><mml:mi> c </mml:mi></mml:math></inline-formula> .</p>
      <p>After estimating parameters <inline-formula><mml:math><mml:mover accent="true"><mml:mi> θ </mml:mi><mml:mo> ^ </mml:mo></mml:mover></mml:math></inline-formula> , performance is validated on test dataset <inline-formula><mml:math><mml:mrow><mml:msub><mml:mi> D </mml:mi><mml:mn> 2 </mml:mn></mml:msub><mml:mo> = </mml:mo><mml:mrow><mml:mo> { </mml:mo><mml:mrow><mml:mrow><mml:mo> ( </mml:mo><mml:mrow><mml:msub><mml:mi> X </mml:mi><mml:mi> i </mml:mi></mml:msub><mml:mo> , </mml:mo><mml:msub><mml:mi> Y </mml:mi><mml:mi> i </mml:mi></mml:msub></mml:mrow><mml:mo> ) </mml:mo></mml:mrow><mml:mo> , </mml:mo><mml:mi> i </mml:mi><mml:mo> = </mml:mo><mml:mn> 1 </mml:mn><mml:mo> , </mml:mo><mml:mn> 2 </mml:mn><mml:mo> , </mml:mo><mml:mo> ⋯ </mml:mo><mml:mo> , </mml:mo><mml:msub><mml:mi> N </mml:mi><mml:mn> 2 </mml:mn></mml:msub></mml:mrow><mml:mo> } </mml:mo></mml:mrow></mml:mrow></mml:math></inline-formula> :</p>
      <disp-formula id="FD4">
        <label>(4)</label>
        <mml:math>
          <mml:mrow>
            <mml:msub>
              <mml:mi mathvariant="double-struck">E</mml:mi>
              <mml:mrow>
                <mml:mrow>
                  <mml:mo>(</mml:mo>
                  <mml:mrow>
                    <mml:mi>X</mml:mi>
                    <mml:mo>,</mml:mo>
                    <mml:mi>Y</mml:mi>
                  </mml:mrow>
                  <mml:mo>)</mml:mo>
                </mml:mrow>
                <mml:mo>∼</mml:mo>
                <mml:mi>D</mml:mi>
              </mml:mrow>
            </mml:msub>
            <mml:mrow>
              <mml:mo>[</mml:mo>
              <mml:mrow>
                <mml:mi>L</mml:mi>
                <mml:mrow>
                  <mml:mo>(</mml:mo>
                  <mml:mrow>
                    <mml:mi>f</mml:mi>
                    <mml:mrow>
                      <mml:mo>(</mml:mo>
                      <mml:mrow>
                        <mml:mi>X</mml:mi>
                        <mml:mo>,</mml:mo>
                        <mml:mover accent="true">
                          <mml:mi>θ</mml:mi>
                          <mml:mo>^</mml:mo>
                        </mml:mover>
                      </mml:mrow>
                      <mml:mo>)</mml:mo>
                    </mml:mrow>
                    <mml:mo>,</mml:mo>
                    <mml:mi>Y</mml:mi>
                  </mml:mrow>
                  <mml:mo>)</mml:mo>
                </mml:mrow>
              </mml:mrow>
              <mml:mo>]</mml:mo>
            </mml:mrow>
            <mml:mo>≈</mml:mo>
            <mml:mfrac>
              <mml:mn>1</mml:mn>
              <mml:mrow>
                <mml:msub>
                  <mml:mi>N</mml:mi>
                  <mml:mn>2</mml:mn>
                </mml:msub>
              </mml:mrow>
            </mml:mfrac>
            <mml:munderover>
              <mml:mstyle displaystyle="true" mathsize="140%">
                <mml:mo>∑</mml:mo>
              </mml:mstyle>
              <mml:mrow>
                <mml:mi>i</mml:mi>
                <mml:mo>=</mml:mo>
                <mml:mn>1</mml:mn>
              </mml:mrow>
              <mml:mrow>
                <mml:msub>
                  <mml:mi>N</mml:mi>
                  <mml:mn>2</mml:mn>
                </mml:msub>
              </mml:mrow>
            </mml:munderover>
            <mml:mtext>
               
            </mml:mtext>
            <mml:mi>L</mml:mi>
            <mml:mrow>
              <mml:mo>(</mml:mo>
              <mml:mrow>
                <mml:mi>f</mml:mi>
                <mml:mrow>
                  <mml:mo>(</mml:mo>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>X</mml:mi>
                      <mml:mi>i</mml:mi>
                    </mml:msub>
                    <mml:mo>,</mml:mo>
                    <mml:mover accent="true">
                      <mml:mi>θ</mml:mi>
                      <mml:mo>^</mml:mo>
                    </mml:mover>
                  </mml:mrow>
                  <mml:mo>)</mml:mo>
                </mml:mrow>
                <mml:mo>,</mml:mo>
                <mml:msub>
                  <mml:mi>Y</mml:mi>
                  <mml:mi>i</mml:mi>
                </mml:msub>
              </mml:mrow>
              <mml:mo>)</mml:mo>
            </mml:mrow>
            <mml:mo>.</mml:mo>
          </mml:mrow>
        </mml:math>
      </disp-formula>
      <p>Unlike supervised methods, LLMs require no parameter training but rely on prompt design. Let <inline-formula><mml:math><mml:mrow><mml:mi> p </mml:mi><mml:mrow><mml:mo> ( </mml:mo><mml:mrow><mml:msub><mml:mi> X </mml:mi><mml:mi> i </mml:mi></mml:msub><mml:mo> , </mml:mo><mml:msub><mml:mi> Y </mml:mi><mml:mi> i </mml:mi></mml:msub></mml:mrow><mml:mo> ) </mml:mo></mml:mrow></mml:mrow></mml:math></inline-formula> and <inline-formula><mml:math><mml:mrow><mml:mi> p </mml:mi><mml:mrow><mml:mo> ( </mml:mo><mml:mrow><mml:msub><mml:mi> X </mml:mi><mml:mi> t </mml:mi></mml:msub></mml:mrow><mml:mo> ) </mml:mo></mml:mrow></mml:mrow></mml:math></inline-formula> denote text sequences for the demonstration examples and target problem respectively. Let <inline-formula><mml:math><mml:mi mathvariant="script"> C </mml:mi></mml:math></inline-formula> represent the mapping from structured data to text sequences. The demonstration set <inline-formula><mml:math><mml:mi> C </mml:mi></mml:math></inline-formula> is a subset of training dataset <inline-formula><mml:math><mml:mi> D </mml:mi></mml:math></inline-formula> . Define <inline-formula><mml:math><mml:mrow><mml:mi> F </mml:mi><mml:mo> : </mml:mo><mml:msub><mml:mi> X </mml:mi><mml:mi> t </mml:mi></mml:msub><mml:mo> → </mml:mo><mml:mi> C </mml:mi></mml:mrow></mml:math></inline-formula> as the strategy for selecting demonstrations given target feature vector <inline-formula><mml:math><mml:mrow><mml:msub><mml:mi> X </mml:mi><mml:mi> t </mml:mi></mml:msub></mml:mrow></mml:math></inline-formula> . The prediction using LLMs is:</p>
      <disp-formula id="FD5">
        <label>(5)</label>
        <mml:math>
          <mml:mrow>
            <mml:msub>
              <mml:mi>P</mml:mi>
              <mml:mrow>
                <mml:mtext>LLM</mml:mtext>
              </mml:mrow>
            </mml:msub>
            <mml:mrow>
              <mml:mo>(</mml:mo>
              <mml:mrow>
                <mml:msub>
                  <mml:mi>Y</mml:mi>
                  <mml:mi>t</mml:mi>
                </mml:msub>
                <mml:mo>|</mml:mo>
                <mml:mrow>
                  <mml:mo>{</mml:mo>
                  <mml:mrow>
                    <mml:mi>p</mml:mi>
                    <mml:mrow>
                      <mml:mo>(</mml:mo>
                      <mml:mrow>
                        <mml:msub>
                          <mml:mi>X</mml:mi>
                          <mml:mi>i</mml:mi>
                        </mml:msub>
                        <mml:mo>,</mml:mo>
                        <mml:msub>
                          <mml:mi>Y</mml:mi>
                          <mml:mi>i</mml:mi>
                        </mml:msub>
                      </mml:mrow>
                      <mml:mo>)</mml:mo>
                    </mml:mrow>
                    <mml:mo>:</mml:mo>
                    <mml:mrow>
                      <mml:mo>(</mml:mo>
                      <mml:mrow>
                        <mml:msub>
                          <mml:mi>X</mml:mi>
                          <mml:mi>i</mml:mi>
                        </mml:msub>
                        <mml:mo>,</mml:mo>
                        <mml:msub>
                          <mml:mi>Y</mml:mi>
                          <mml:mi>i</mml:mi>
                        </mml:msub>
                      </mml:mrow>
                      <mml:mo>)</mml:mo>
                    </mml:mrow>
                    <mml:mo>∈</mml:mo>
                    <mml:mi>F</mml:mi>
                    <mml:mrow>
                      <mml:mo>(</mml:mo>
                      <mml:mrow>
                        <mml:msub>
                          <mml:mi>X</mml:mi>
                          <mml:mi>t</mml:mi>
                        </mml:msub>
                      </mml:mrow>
                      <mml:mo>)</mml:mo>
                    </mml:mrow>
                  </mml:mrow>
                  <mml:mo>}</mml:mo>
                </mml:mrow>
                <mml:mo>,</mml:mo>
                <mml:mi>p</mml:mi>
                <mml:mrow>
                  <mml:mo>(</mml:mo>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>X</mml:mi>
                      <mml:mi>t</mml:mi>
                    </mml:msub>
                  </mml:mrow>
                  <mml:mo>)</mml:mo>
                </mml:mrow>
              </mml:mrow>
              <mml:mo>)</mml:mo>
            </mml:mrow>
            <mml:mo>.</mml:mo>
          </mml:mrow>
        </mml:math>
      </disp-formula>
      <p>The optimization problem becomes:</p>
      <disp-formula id="FD6">
        <label>(6)</label>
        <mml:math>
          <mml:mrow>
            <mml:mover accent="true">
              <mml:mi>p</mml:mi>
              <mml:mo>^</mml:mo>
            </mml:mover>
            <mml:mo>,</mml:mo>
            <mml:mover accent="true">
              <mml:mi>F</mml:mi>
              <mml:mo>^</mml:mo>
            </mml:mover>
            <mml:mo>=</mml:mo>
            <mml:mtext>arg</mml:mtext>
            <mml:munder>
              <mml:mrow>
                <mml:mtext>min</mml:mtext>
              </mml:mrow>
              <mml:mrow>
                <mml:mi>p</mml:mi>
                <mml:mo>,</mml:mo>
                <mml:mi>F</mml:mi>
              </mml:mrow>
            </mml:munder>
            <mml:mfrac>
              <mml:mn>1</mml:mn>
              <mml:mrow>
                <mml:msub>
                  <mml:mi>N</mml:mi>
                  <mml:mn>1</mml:mn>
                </mml:msub>
              </mml:mrow>
            </mml:mfrac>
            <mml:munderover>
              <mml:mstyle displaystyle="true" mathsize="140%">
                <mml:mo>∑</mml:mo>
              </mml:mstyle>
              <mml:mrow>
                <mml:mi>i</mml:mi>
                <mml:mo>=</mml:mo>
                <mml:mn>1</mml:mn>
              </mml:mrow>
              <mml:mrow>
                <mml:msub>
                  <mml:mi>N</mml:mi>
                  <mml:mn>1</mml:mn>
                </mml:msub>
              </mml:mrow>
            </mml:munderover>
            <mml:mtext>
               
            </mml:mtext>
            <mml:mi>L</mml:mi>
            <mml:mrow>
              <mml:mo>(</mml:mo>
              <mml:mrow>
                <mml:msub>
                  <mml:mi>P</mml:mi>
                  <mml:mrow>
                    <mml:mtext>LLM</mml:mtext>
                  </mml:mrow>
                </mml:msub>
                <mml:mrow>
                  <mml:mo>(</mml:mo>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>Y</mml:mi>
                      <mml:mi>i</mml:mi>
                    </mml:msub>
                    <mml:mo>|</mml:mo>
                    <mml:mrow>
                      <mml:mo>{</mml:mo>
                      <mml:mrow>
                        <mml:mi>p</mml:mi>
                        <mml:mrow>
                          <mml:mo>(</mml:mo>
                          <mml:mrow>
                            <mml:msub>
                              <mml:mi>X</mml:mi>
                              <mml:mi>j</mml:mi>
                            </mml:msub>
                            <mml:mo>,</mml:mo>
                            <mml:msub>
                              <mml:mi>Y</mml:mi>
                              <mml:mi>j</mml:mi>
                            </mml:msub>
                          </mml:mrow>
                          <mml:mo>)</mml:mo>
                        </mml:mrow>
                        <mml:mo>:</mml:mo>
                        <mml:mrow>
                          <mml:mo>(</mml:mo>
                          <mml:mrow>
                            <mml:msub>
                              <mml:mi>X</mml:mi>
                              <mml:mi>j</mml:mi>
                            </mml:msub>
                            <mml:mo>,</mml:mo>
                            <mml:msub>
                              <mml:mi>Y</mml:mi>
                              <mml:mi>j</mml:mi>
                            </mml:msub>
                          </mml:mrow>
                          <mml:mo>)</mml:mo>
                        </mml:mrow>
                        <mml:mo>∈</mml:mo>
                        <mml:mi>F</mml:mi>
                        <mml:mrow>
                          <mml:mo>(</mml:mo>
                          <mml:mrow>
                            <mml:msub>
                              <mml:mi>X</mml:mi>
                              <mml:mi>i</mml:mi>
                            </mml:msub>
                          </mml:mrow>
                          <mml:mo>)</mml:mo>
                        </mml:mrow>
                      </mml:mrow>
                      <mml:mo>}</mml:mo>
                    </mml:mrow>
                    <mml:mo>,</mml:mo>
                    <mml:mi>p</mml:mi>
                    <mml:mrow>
                      <mml:mo>(</mml:mo>
                      <mml:mrow>
                        <mml:msub>
                          <mml:mi>X</mml:mi>
                          <mml:mi>i</mml:mi>
                        </mml:msub>
                      </mml:mrow>
                      <mml:mo>)</mml:mo>
                    </mml:mrow>
                  </mml:mrow>
                  <mml:mo>)</mml:mo>
                </mml:mrow>
                <mml:mo>,</mml:mo>
                <mml:msub>
                  <mml:mi>Y</mml:mi>
                  <mml:mi>i</mml:mi>
                </mml:msub>
              </mml:mrow>
              <mml:mo>)</mml:mo>
            </mml:mrow>
            <mml:mo>.</mml:mo>
          </mml:mrow>
        </mml:math>
      </disp-formula>
      <p>Two key elements are: determining <inline-formula><mml:math><mml:mi> F </mml:mi></mml:math></inline-formula> (demonstration selection strategy) and defining mapping <inline-formula><mml:math><mml:mi> p </mml:mi></mml:math></inline-formula> (structured data to text).</p>
      <p>The demonstration set <inline-formula><mml:math><mml:mi> C </mml:mi></mml:math></inline-formula> significantly impacts performance. This paper designs two selection strategies:</p>
      <p><bold>Random Selection</bold>: Randomly select <inline-formula><mml:math><mml:mi> K </mml:mi></mml:math></inline-formula> samples from <inline-formula><mml:math><mml:mrow><mml:msub><mml:mi> D </mml:mi><mml:mn> 1 </mml:mn></mml:msub></mml:mrow></mml:math></inline-formula><italic><bold>K</bold></italic><bold>-Nearest Neighbors</bold>: Select <inline-formula><mml:math><mml:mi> K </mml:mi></mml:math></inline-formula> samples minimizing: </p>
      <disp-formula id="FD7">
        <label>(7)</label>
        <mml:math>
          <mml:mrow>
            <mml:mtext>dist</mml:mtext>
            <mml:mrow>
              <mml:mo>(</mml:mo>
              <mml:mrow>
                <mml:msub>
                  <mml:mi>X</mml:mi>
                  <mml:mi>t</mml:mi>
                </mml:msub>
                <mml:mo>,</mml:mo>
                <mml:msub>
                  <mml:mi>X</mml:mi>
                  <mml:mi>i</mml:mi>
                </mml:msub>
              </mml:mrow>
              <mml:mo>)</mml:mo>
            </mml:mrow>
            <mml:mo>=</mml:mo>
            <mml:munderover>
              <mml:mstyle mathsize="140%" displaystyle="true">
                <mml:mo>∑</mml:mo>
              </mml:mstyle>
              <mml:mrow>
                <mml:mi>j</mml:mi>
                <mml:mo>=</mml:mo>
                <mml:mn>1</mml:mn>
              </mml:mrow>
              <mml:mi>d</mml:mi>
            </mml:munderover>
            <mml:msup>
              <mml:mrow>
                <mml:mrow>
                  <mml:mo>(</mml:mo>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>x</mml:mi>
                      <mml:mrow>
                        <mml:mi>t</mml:mi>
                        <mml:mo>,</mml:mo>
                        <mml:mi>j</mml:mi>
                      </mml:mrow>
                    </mml:msub>
                    <mml:mo>−</mml:mo>
                    <mml:msub>
                      <mml:mi>x</mml:mi>
                      <mml:mrow>
                        <mml:mi>i</mml:mi>
                        <mml:mo>,</mml:mo>
                        <mml:mi>j</mml:mi>
                      </mml:mrow>
                    </mml:msub>
                  </mml:mrow>
                  <mml:mo>)</mml:mo>
                </mml:mrow>
              </mml:mrow>
              <mml:mn>2</mml:mn>
            </mml:msup>
            <mml:mo>,</mml:mo>
          </mml:mrow>
        </mml:math>
      </disp-formula>
      <p>where <inline-formula><mml:math><mml:mrow><mml:msub><mml:mi> x </mml:mi><mml:mrow><mml:mi> t </mml:mi><mml:mo> , </mml:mo><mml:mi> j </mml:mi></mml:mrow></mml:msub></mml:mrow></mml:math></inline-formula> and <inline-formula><mml:math><mml:mrow><mml:msub><mml:mi> x </mml:mi><mml:mrow><mml:mi> i </mml:mi><mml:mo> , </mml:mo><mml:mi> j </mml:mi></mml:mrow></mml:msub></mml:mrow></mml:math></inline-formula> are the <inline-formula><mml:math><mml:mrow><mml:mi> j </mml:mi><mml:mtext> -th </mml:mtext></mml:mrow></mml:math></inline-formula> components of <inline-formula><mml:math><mml:mrow><mml:msub><mml:mi> X </mml:mi><mml:mi> t </mml:mi></mml:msub></mml:mrow></mml:math></inline-formula> and <inline-formula><mml:math><mml:mrow><mml:msub><mml:mi> X </mml:mi><mml:mi> i </mml:mi></mml:msub></mml:mrow></mml:math></inline-formula> .</p>
      <p>For textual representation, samples are converted as:</p>
      <disp-formula id="FD8">
        <mml:math display="inline">
          <mml:mrow>
            <mml:mi>p</mml:mi>
            <mml:mrow>
              <mml:mo>(</mml:mo>
              <mml:mrow>
                <mml:msub>
                  <mml:mi>X</mml:mi>
                  <mml:mi>i</mml:mi>
                </mml:msub>
                <mml:mo>,</mml:mo>
                <mml:msub>
                  <mml:mi>Y</mml:mi>
                  <mml:mi>i</mml:mi>
                </mml:msub>
              </mml:mrow>
              <mml:mo>)</mml:mo>
            </mml:mrow>
            <mml:mo>=</mml:mo>
            <mml:mo>‘</mml:mo>
            <mml:mtext>
               
            </mml:mtext>
            <mml:mo>‘</mml:mo>
            <mml:msub>
              <mml:mrow>
                <mml:mtext>Attribute</mml:mtext>
              </mml:mrow>
              <mml:mn>1</mml:mn>
            </mml:msub>
            <mml:mo>=</mml:mo>
            <mml:msub>
              <mml:mi>x</mml:mi>
              <mml:mrow>
                <mml:mi>i</mml:mi>
                <mml:mo>,</mml:mo>
                <mml:mn>1</mml:mn>
              </mml:mrow>
            </mml:msub>
            <mml:mo>,</mml:mo>
            <mml:msub>
              <mml:mrow>
                <mml:mtext>Attribute</mml:mtext>
              </mml:mrow>
              <mml:mn>2</mml:mn>
            </mml:msub>
            <mml:mo>=</mml:mo>
            <mml:msub>
              <mml:mi>x</mml:mi>
              <mml:mrow>
                <mml:mi>i</mml:mi>
                <mml:mo>,</mml:mo>
                <mml:mn>2</mml:mn>
              </mml:mrow>
            </mml:msub>
            <mml:mo>,</mml:mo>
            <mml:mo>⋯</mml:mo>
            <mml:mo>,</mml:mo>
            <mml:msub>
              <mml:mrow>
                <mml:mtext>Attribute</mml:mtext>
              </mml:mrow>
              <mml:mi>d</mml:mi>
            </mml:msub>
            <mml:mo>=</mml:mo>
            <mml:msub>
              <mml:mi>x</mml:mi>
              <mml:mrow>
                <mml:mi>i</mml:mi>
                <mml:mo>,</mml:mo>
                <mml:mi>d</mml:mi>
              </mml:mrow>
            </mml:msub>
            <mml:mo>.</mml:mo>
            <mml:mtext>Target</mml:mtext>
            <mml:mo>=</mml:mo>
            <mml:msub>
              <mml:mi>Y</mml:mi>
              <mml:mi>i</mml:mi>
            </mml:msub>
            <mml:mo>’</mml:mo>
            <mml:mtext>
               
            </mml:mtext>
            <mml:mo>’</mml:mo>
          </mml:mrow>
        </mml:math>
      </disp-formula>
      <disp-formula id="FD9">
        <mml:math>
          <mml:mrow>
            <mml:mi>p</mml:mi>
            <mml:mrow>
              <mml:mo>(</mml:mo>
              <mml:mrow>
                <mml:msub>
                  <mml:mi>X</mml:mi>
                  <mml:mi>t</mml:mi>
                </mml:msub>
              </mml:mrow>
              <mml:mo>)</mml:mo>
            </mml:mrow>
            <mml:mo>=</mml:mo>
            <mml:mo>‘</mml:mo>
            <mml:mtext>
               
            </mml:mtext>
            <mml:mo>‘</mml:mo>
            <mml:msub>
              <mml:mrow>
                <mml:mtext>Attribute</mml:mtext>
              </mml:mrow>
              <mml:mn>1</mml:mn>
            </mml:msub>
            <mml:mo>=</mml:mo>
            <mml:msub>
              <mml:mi>x</mml:mi>
              <mml:mrow>
                <mml:mi>t</mml:mi>
                <mml:mo>,</mml:mo>
                <mml:mn>1</mml:mn>
              </mml:mrow>
            </mml:msub>
            <mml:mo>,</mml:mo>
            <mml:msub>
              <mml:mrow>
                <mml:mtext>Attribute</mml:mtext>
              </mml:mrow>
              <mml:mn>2</mml:mn>
            </mml:msub>
            <mml:mo>=</mml:mo>
            <mml:msub>
              <mml:mi>x</mml:mi>
              <mml:mrow>
                <mml:mi>t</mml:mi>
                <mml:mo>,</mml:mo>
                <mml:mn>2</mml:mn>
              </mml:mrow>
            </mml:msub>
            <mml:mo>,</mml:mo>
            <mml:mo>⋯</mml:mo>
            <mml:mo>,</mml:mo>
            <mml:msub>
              <mml:mrow>
                <mml:mtext>Attribute</mml:mtext>
              </mml:mrow>
              <mml:mi>d</mml:mi>
            </mml:msub>
            <mml:mo>=</mml:mo>
            <mml:msub>
              <mml:mi>x</mml:mi>
              <mml:mrow>
                <mml:mi>t</mml:mi>
                <mml:mo>,</mml:mo>
                <mml:mi>d</mml:mi>
              </mml:mrow>
            </mml:msub>
            <mml:mo>.</mml:mo>
            <mml:mtext>Target</mml:mtext>
            <mml:mo>=</mml:mo>
            <mml:munder accentunder="true">
              <mml:mrow>
                <mml:mtext>
                   
                </mml:mtext>
                <mml:mtext>
                   
                </mml:mtext>
                <mml:mtext>
                   
                </mml:mtext>
                <mml:mtext>
                   
                </mml:mtext>
                <mml:mtext>
                   
                </mml:mtext>
              </mml:mrow>
              <mml:mo stretchy="true">_</mml:mo>
            </mml:munder>
            <mml:mo>’</mml:mo>
            <mml:mtext>
               
            </mml:mtext>
            <mml:mo>’</mml:mo>
          </mml:mrow>
        </mml:math>
      </disp-formula>
      <p>where <inline-formula><mml:math><mml:mrow><mml:msub><mml:mrow><mml:mtext> Attribute </mml:mtext></mml:mrow><mml:mi> j </mml:mi></mml:msub></mml:mrow></mml:math></inline-formula> is the <inline-formula><mml:math><mml:mrow><mml:mi> j </mml:mi><mml:mtext> -th </mml:mtext></mml:mrow></mml:math></inline-formula> attribute name, <inline-formula><mml:math><mml:mrow><mml:msub><mml:mi> x </mml:mi><mml:mrow><mml:mi> i </mml:mi><mml:mo> , </mml:mo><mml:mi> j </mml:mi></mml:mrow></mml:msub></mml:mrow></mml:math></inline-formula> and <inline-formula><mml:math><mml:mrow><mml:msub><mml:mi> x </mml:mi><mml:mrow><mml:mi> t </mml:mi><mml:mo> , </mml:mo><mml:mi> j </mml:mi></mml:mrow></mml:msub></mml:mrow></mml:math></inline-formula> are attribute values, and <inline-formula><mml:math><mml:mrow><mml:msub><mml:mi> Y </mml:mi><mml:mi> i </mml:mi></mml:msub></mml:mrow></mml:math></inline-formula> is the target value.</p>
    </sec>
    <sec id="sec4">
      <title>4. Technical Approach and Experimental Methods</title>
      <sec id="sec4dot1">
        <title>4.1. Technical Roadmap</title>
        <p>This paper aims to build an automated fact verification and question answering system based on LLM-ICL technology for tabular data analysis. Our research initiative serves two primary purposes: firstly, it provides the basic functional framework for subsequent research; secondly, it explores the potential of current LLM-ICL tabular reasoning methods in practical applications and identifies potential problems. A key technical challenge we address is the contradiction between token restrictions and reasoning with large tabular data. To systematically tackle this challenge, our research can be divided into eight sub-tasks, unfolding in three phases, with the specific technical roadmap shown in <xref ref-type="fig" rid="fig1">Figure 1</xref><xref ref-type="fig" rid="fig1">Figure 1</xref>.</p>
      </sec>
      <sec id="sec4dot2">
        <title>4.2. System Setup</title>
        <p>4.2.1. Data Preparation</p>
        <p>This paper uses the IPUMS dataset as an example to validate the effectiveness of the structured data prediction algorithm based on large language models. The dataset originates from the Integrated Public Use Microdata Series (IPUMS) database and includes various features describing individual social attributes such as age, occupation category, education level, and profession. The prediction target is to determine whether an individual’s annual income exceeds $50,000.</p>
        <p>Relying on social common sense, one can make a reasonable prediction of an individual’s income level based solely on social attributes provided by the dataset, such as “age” and “occupation category”, without the need for complex data analysis. This characteristic provides an experimental basis for investigating whether the prior knowledge embedded in the parameters of large language models can positively influence the prediction task.</p>
        <fig id="fig1">
          <label>Figure 1</label>
          <graphic xlink:href="https://html.scirp.org/file/1114603-rId118.jpeg?20251203102106" />
        </fig>
        <p><bold>Figure 1.</bold> Technical roadmap for LLM-ICL-Based table reasoning system development.</p>
        <p>Specifically, the dataset includes 14 attribute variables, <italic>i.e.</italic>, <inline-formula><mml:math><mml:mrow><mml:mi> d </mml:mi><mml:mo> = </mml:mo><mml:mn> 14 </mml:mn></mml:mrow></mml:math></inline-formula> , with the feature vector <inline-formula><mml:math><mml:mrow><mml:mover accent="true"><mml:mi> X </mml:mi><mml:mo> → </mml:mo></mml:mover><mml:mo> ∈ </mml:mo><mml:msup><mml:mi> ℝ </mml:mi><mml:mrow><mml:mn> 14 </mml:mn></mml:mrow></mml:msup></mml:mrow></mml:math></inline-formula> , where each component corresponds to an attribute in <bold>Table 2</bold> (one row). Among these, eight are discrete variables, including work unit nature, education level, marital status, occupation, social relationship, race, gender, and nationality; six are continuous variables, including age, census enumerator serial number, years of education, capital gains, capital losses, and hours worked per week. <bold>Table 2</bold> provides the variable types and specific meanings. The prediction target is whether an individual’s annual income exceeds $50,000, <italic>i.e.</italic>, <inline-formula><mml:math><mml:mrow><mml:mi> Y </mml:mi><mml:mo> ∈ </mml:mo><mml:mi> ℝ </mml:mi></mml:mrow></mml:math></inline-formula> , where <inline-formula><mml:math><mml:mrow><mml:mi> Y </mml:mi><mml:mo> = </mml:mo><mml:mn> 1 </mml:mn></mml:mrow></mml:math></inline-formula> indicates that the individual’s annual income exceeds $50,000, and <inline-formula><mml:math><mml:mrow><mml:mi> Y </mml:mi><mml:mo> = </mml:mo><mml:mn> 0 </mml:mn></mml:mrow></mml:math></inline-formula> indicates that it does not.</p>
        <p><bold>Table 2.</bold>Variable types and descriptions of the IPUMS dataset.</p>
        <table-wrap id="tbl2">
          <label>Table 2</label>
          <table>
            <tbody>
              <tr>
                <td>
                  <bold>Variable Name</bold>
                </td>
                <td>
                  <bold>Variable Type</bold>
                </td>
                <td>
                  <bold>Description</bold>
                </td>
              </tr>
              <tr>
                <td>age</td>
                <td>Continuous</td>
                <td>Age</td>
              </tr>
              <tr>
                <td>workclass</td>
                <td>Discrete</td>
                <td>Nature of work unit</td>
              </tr>
              <tr>
                <td>fnlwgt</td>
                <td>Continuous</td>
                <td>Census enumerator serial number</td>
              </tr>
              <tr>
                <td>education</td>
                <td>Discrete</td>
                <td>Education level</td>
              </tr>
              <tr>
                <td>education-num</td>
                <td>Continuous</td>
                <td>Years of education</td>
              </tr>
              <tr>
                <td>marital-status</td>
                <td>Discrete</td>
                <td>Marital status</td>
              </tr>
              <tr>
                <td>occupation</td>
                <td>Discrete</td>
                <td>Occupation</td>
              </tr>
              <tr>
                <td>relationship</td>
                <td>Discrete</td>
                <td>Social relationship</td>
              </tr>
              <tr>
                <td>race</td>
                <td>Discrete</td>
                <td>Race</td>
              </tr>
              <tr>
                <td>sex</td>
                <td>Discrete</td>
                <td>Gender</td>
              </tr>
              <tr>
                <td>capital-gain</td>
                <td>Continuous</td>
                <td>Capital gains</td>
              </tr>
              <tr>
                <td>capital-loss</td>
                <td>Continuous</td>
                <td>Capital losses</td>
              </tr>
              <tr>
                <td>hours-per-week</td>
                <td>Continuous</td>
                <td>Hours worked per week</td>
              </tr>
              <tr>
                <td>native-country</td>
                <td>Discrete</td>
                <td>Native country</td>
              </tr>
            </tbody>
          </table>
        </table-wrap>
        <p>4.2.2. Selection of LLM Models</p>
        <p>Given the diversity of Large Language Models (LLMs), several different LLM models-including GPT-3.5, Ernie-lite,Qwen-plus, Deepseek-V3.1, and Llama-4-will be used for systematic evaluation. A performance comparison will be conducted to determine the performance of each model across various specific tasks, including processing speed, accuracy, and adaptability to the economic and social development data of Xiangxi.</p>
        <p>4.2.3. System Setup</p>
        <p>Based on the performance evaluation results, the selected models will be integrated and optimized to improve the input-output process and adapt to the economic and social development data of western Hunan. Furthermore, multi-model fusion strategies will be explored so that the system can automatically select the most suitable model or model combination based on the nature of the question. Through model selection and strategy optimization, an efficient and accurate question-answering system prototype will be built, and system construction and preliminary testing will be conducted to ensure its stability and response speed, laying the foundation for the next stage of technological exploration and iterative improvement.</p>
      </sec>
      <sec id="sec4dot3">
        <title>4.3. Technological Exploration</title>
        <p>To improve the performance of table reasoning, this study will explore technologies from several aspects, including prompting strategies, selection of contextual content, and table serialization methods, to address challenges such as token quantity limitations. The accuracy of the system’s fact verification and question answering based on the evaluation indicators determined in the previous stage will be iteratively optimized.</p>
        <p>Prompting Strategies: By designing effective prompting strategies, the model can be guided to reason along the correct thought path, thereby improving the quality and accuracy of the answers. A prompting strategy can be selected at runtime based on the specific statement/question. Various prompting strategies, including direct prediction, self-consistent decoding, thought chain, thought tree, and thought graph, will be tested.</p>
        <p>Contextual Content Selection: Since LLMs typically have input token length limitations and computational costs are positively correlated with the number of tokens, how to fit as much accurate and relevant contextual content as possible into a limited input space is a key issue. Solving this problem is of great significance for complex data and large table data application scenarios. The plan is to draw on the large table processing methods in research and the vector database-similarity search method commonly used in current research.</p>
        <p>Table serialization refers to transforming complex tabular data into a format more suitable for language models to process, thereby improving the LLM’s ability to understand and process table content. Currently testable and improveable table serialization methods include table-to-text description conversion, key-value pair conversion, entity relation extraction, and cell coordinate encoding.</p>
      </sec>
    </sec>
    <sec id="sec5">
      <title>5. Computer Experiments</title>
      <sec id="sec5dot1">
        <title>5.1. Overall Evaluation Results</title>
        <p>To rigorously evaluate the predictive performance of LLM-ICL in few-shot settings, this study employs a dual baseline approach, using XGBoost as the representative parametric machine learning algorithm and KNN for non-parametric approaches.</p>
        <p>XGBoost: Developed by Chen Tianqi and colleagues, XGBoost [<xref ref-type="bibr" rid="B14">14</xref>] is an open-source machine learning tool based on the second-order tree algorithm GBDT (Gradient Boosting Decision Tree). The tool incorporates significant improvements to the original GBDT method at both algorithmic and engineering levels. In recent years, XGBoost has emerged as one of the most stable and effective machine learning tools available.</p>
        <p>KNN: The K-Nearest Neighbors algorithm, introduced by Cover <italic>et al.</italic> [<xref ref-type="bibr" rid="B15">15</xref>], represents a non-parametric machine learning approach. This method identifies the K closest samples to the target instance in the feature space and determines the classification based on the majority class among these neighbors. KNN’s strength lies in its simplicity and intuitive nature, as it operates without relying on specific assumptions or model structures.</p>
        <p>To assess LLM-ICLs’ predictive capability with limited samples, this research randomly selects 10 samples from the IPUMS dataset as the training set for both XGBoost and KNN algorithms, denoted as <inline-formula><mml:math><mml:mrow><mml:msub><mml:mi> D </mml:mi><mml:mn> 1 </mml:mn></mml:msub><mml:mo> = </mml:mo><mml:mrow><mml:mo> { </mml:mo><mml:mrow><mml:mrow><mml:mo> ( </mml:mo><mml:mrow><mml:msub><mml:mi> X </mml:mi><mml:mi> i </mml:mi></mml:msub><mml:mo> , </mml:mo><mml:msub><mml:mi> Y </mml:mi><mml:mi> i </mml:mi></mml:msub></mml:mrow><mml:mo> ) </mml:mo></mml:mrow><mml:mo> , </mml:mo><mml:mi> i </mml:mi><mml:mo> = </mml:mo><mml:mn> 1 </mml:mn><mml:mo> , </mml:mo><mml:mn> 2 </mml:mn><mml:mo> , </mml:mo><mml:mo> ⋯ </mml:mo><mml:mo> , </mml:mo><mml:mn> 10 </mml:mn></mml:mrow><mml:mo> } </mml:mo></mml:mrow></mml:mrow></mml:math></inline-formula> , while using 100 randomly chosen samples as the test set, represented as <inline-formula><mml:math><mml:mrow><mml:msub><mml:mi> D </mml:mi><mml:mn> 2 </mml:mn></mml:msub><mml:mo> = </mml:mo><mml:mrow><mml:mo> { </mml:mo><mml:mrow><mml:mrow><mml:mo> ( </mml:mo><mml:mrow><mml:msub><mml:mi> X </mml:mi><mml:mi> i </mml:mi></mml:msub><mml:mo> , </mml:mo><mml:msub><mml:mi> Y </mml:mi><mml:mi> i </mml:mi></mml:msub></mml:mrow><mml:mo> ) </mml:mo></mml:mrow><mml:mo> , </mml:mo><mml:mi> i </mml:mi><mml:mo> = </mml:mo><mml:mn> 1 </mml:mn><mml:mo> , </mml:mo><mml:mn> 2 </mml:mn><mml:mo> , </mml:mo><mml:mo> ⋯ </mml:mo><mml:mo> , </mml:mo><mml:mn> 100 </mml:mn></mml:mrow><mml:mo> } </mml:mo></mml:mrow></mml:mrow></mml:math></inline-formula> . A grid search strategy is implemented to optimize hyperparameters for both XGBoost and KNN algorithms. The optimal hyperparameter values are determined through five-fold cross-validation on the training dataset.</p>
        <p>When applying the proposed LLM-ICL-based prediction framework, the “demonstration dataset” in the prompt consists of exactly 10 samples, meaning the contextual learning for LLM-ICLs is constrained to this limited sample size. For comprehensive evaluation of LLM-ICL performance, this study examines several prominent models: OpenAI’s GPT-3.5-turbo [<xref ref-type="bibr" rid="B16">16</xref>], Baidu’s Ernie-lite [<xref ref-type="bibr" rid="B17">17</xref>], Alibaba’s Qwen-plus [<xref ref-type="bibr" rid="B18">18</xref>], DeepSeek’s Deepseek-V3.1 [<xref ref-type="bibr" rid="B19">19</xref>], and Meta’s Llama-4 [<xref ref-type="bibr" rid="B20">20</xref>].</p>
        <p>The evaluation employs accuracy, the most commonly used metric for binary classification tasks, defined as the proportion of correctly predicted samples. LLM-ICL outputs of “yes” correspond to predictions of “annual income exceeding $50,000”, while “no” indicates “annual income below $50,000”. If an LLM-ICL generates “uncertain” as output, it is considered an incorrect prediction regardless of the actual income level. To mitigate random variability, the study adopts a multiple random sampling strategy, with the final accuracy metric representing the average across all test iterations.</p>
        <p><bold>Table 3</bold> presents the accuracy performance of XGBoost and KNN on the test dataset with equivalent training sample sizes, compared against LLM-ICLs utilizing the same 10 samples as demonstration examples. With a training sample size of N = 10, The XGBoost and KNN models achieve accuracy rates of 0.735 and 0.711, respectively. Although performance fluctuates across different sample sets, this value consistently falls below the accuracy levels attained by LLM-ICLs using equivalent sample quantities. These results demonstrate that LLM-ICLs substantially outperform supervised machine learning algorithms in scenarios with limited training data.</p>
        <p>Further analysis reveals that when employing only 10 demonstration samples, the top-performing Qwen-plus model achieves an accuracy of 0.794. Remarkably, KNN and XGBoost require approximately 500 and 16,000 samples respectively to reach comparable accuracy levels. This finding underscores LLM-ICLs’ exceptional capability in handling structured data prediction tasks. Even with minimal samples, LLM-ICLs leverage their powerful learning capacities to achieve accuracy comparable to supervised machine learning models trained on substantially larger datasets, highlighting their significant potential for structured data prediction applications.</p>
        <p><bold>Table 3.</bold> Accuracy comparison of different algorithms on test dataset (presented as mean ± standard deviation).</p>
        <table-wrap id="tbl3">
          <label>Table 3</label>
          <table>
            <tbody>
              <tr>
                <td>
                  <bold>Model Category</bold>
                </td>
                <td>
                  <bold>Model Name</bold>
                </td>
                <td>
                  <bold>Accuracy</bold>
                </td>
              </tr>
              <tr>
                <td rowspan="2">2*Supervised Machine Learning</td>
                <td>KNN</td>
                <td>0.711 ± 0.018</td>
              </tr>
              <tr>
                <td>XGBoost</td>
                <td>0.735 ± 0.022</td>
              </tr>
              <tr>
                <td rowspan="5">5*LLM-ICL Models</td>
                <td>GPT-3.5-turbo</td>
                <td>0.749 ± 0.010</td>
              </tr>
              <tr>
                <td>Ernie-lite</td>
                <td>0.768 ± 0.007</td>
              </tr>
              <tr>
                <td>Qwen-plus</td>
                <td>0.794 ± 0.009</td>
              </tr>
              <tr>
                <td>Deepseek-V3.1</td>
                <td>0.776 ± 0.014</td>
              </tr>
              <tr>
                <td>Llama-4</td>
                <td>0.759 ± 0.011</td>
              </tr>
            </tbody>
          </table>
        </table-wrap>
      </sec>
      <sec id="sec5dot2">
        <title>5.2. In-Depth Analysis of Sample Strategies and Scaling Effects</title>
        <p><bold>Table 4</bold> presents a systematic comparative analysis of how “random sampling” and “nearest neighbor selection” strategies affect large language model prediction performance across varying sample sizes. In this carefully controlled experimental series, all data features were converted using natural language descriptions to ensure fair comparison. The experimental results unequivocally demonstrate that when maintaining identical sample quantities, models utilizing the nearest neighbor strategy for constructing demonstration sets significantly outperform those using random sampling. This consistent pattern confirms that selecting demonstration samples with high similarity to target samples effectively enhances model performance in structured data prediction tasks, thereby aligning with and extending findings observed in natural language processing applications.</p>
        <p>As the number of demonstration samples increased from 3 to 10, all models exhibited steady improvement in prediction accuracy, regardless of the selection strategy employed. This indicates that providing more examples initially helps the model better understand the task pattern.</p>
        <p>However, when sample size was further expanded to 15, certain models showed performance degradation. This phenomenon reveals a crucial characteristic of LLMs’ in-context learning mechanism: model performance does not continuously improve with increasing sample size.</p>
        <p>Potential explanations for this pattern include: first, the “lost-in-the-middle” effect, where excessively long input sequences may impair models’ ability to identify critical information; second, an overabundance of demonstration examples could complicate pattern recognition processes, as the model struggles to identify the most relevant reasoning path among too many examples.</p>
        <p>Additionally, the fixed context window of Transformer architectures forces a trade-off: more demonstration samples consume limited context resources, potentially leaving insufficient space for the model to effectively process the target query.</p>
        <p><bold>Table 4.</bold> Prediction accuracy under different sample selection strategies and sample sizes.</p>
        <table-wrap id="tbl4">
          <label>Table 4</label>
          <table>
            <tbody>
              <tr>
                <td>
                  <bold>LLM-ICL Model</bold>
                </td>
                <td>
                  <bold>Selection Strategy</bold>
                </td>
                <td>
                  <inline-formula>
                    <mml:math>
                      <mml:mrow>
                        <mml:mi>N</mml:mi>
                        <mml:mo>=</mml:mo>
                        <mml:mn>3</mml:mn>
                      </mml:mrow>
                    </mml:math>
                  </inline-formula>
                </td>
                <td>
                  <inline-formula>
                    <mml:math>
                      <mml:mrow>
                        <mml:mi>N</mml:mi>
                        <mml:mo>=</mml:mo>
                        <mml:mn>10</mml:mn>
                      </mml:mrow>
                    </mml:math>
                  </inline-formula>
                </td>
                <td>
                  <inline-formula>
                    <mml:math>
                      <mml:mrow>
                        <mml:mi>N</mml:mi>
                        <mml:mo>=</mml:mo>
                        <mml:mn>15</mml:mn>
                      </mml:mrow>
                    </mml:math>
                  </inline-formula>
                </td>
              </tr>
              <tr>
                <td rowspan="2">2*GPT-3.5-turbo</td>
                <td>Random Strategy</td>
                <td>0.736</td>
                <td>0.749</td>
                <td>0.745</td>
              </tr>
              <tr>
                <td>Nearest Neighbor Strategy</td>
                <td>0.748</td>
                <td>0.757</td>
                <td>0.754</td>
              </tr>
              <tr>
                <td rowspan="2">2*Ernie-lite</td>
                <td>Random Strategy</td>
                <td>0.752</td>
                <td>0.768</td>
                <td>0.758</td>
              </tr>
              <tr>
                <td>Nearest Neighbor Strategy</td>
                <td>0.764</td>
                <td>0.781</td>
                <td>0.788</td>
              </tr>
              <tr>
                <td rowspan="2">2*Qwen-plus</td>
                <td>Random Strategy</td>
                <td>0.775</td>
                <td>0.794</td>
                <td>0.788</td>
              </tr>
              <tr>
                <td>Nearest Neighbor Strategy</td>
                <td>0.788</td>
                <td>0.803</td>
                <td>0.805</td>
              </tr>
              <tr>
                <td rowspan="2">2*Deepseek-V3.1</td>
                <td>Random Strategy</td>
                <td>0.761</td>
                <td>0.776</td>
                <td>0.783</td>
              </tr>
              <tr>
                <td>Nearest Neighbor Strategy</td>
                <td>0.774</td>
                <td>0.788</td>
                <td>0.786</td>
              </tr>
              <tr>
                <td rowspan="2">2*Llama-4</td>
                <td>Random Strategy</td>
                <td>0.742</td>
                <td>0.759</td>
                <td>0.774</td>
              </tr>
              <tr>
                <td>Nearest Neighbor Strategy</td>
                <td>0.754</td>
                <td>0.771</td>
                <td>0.788</td>
              </tr>
            </tbody>
          </table>
        </table-wrap>
      </sec>
    </sec>
    <sec id="sec6">
      <title>6. Conclusions</title>
      <p>This paper presents a novel LLM-ICL framework for structured data prediction, demonstrating significant advantages in few-shot learning scenarios. Experimental results on the IPUMS dataset show that our method achieves 79.4% accuracy with only 10 demonstration samples, substantially outperforming traditional machine learning approaches. The nearest neighbor sample selection strategy proves particularly effective, while an optimal sample size (10 - 15) balances information richness and model capacity.</p>
      <p>Despite token limitations and model dependency challenges, this work validates LLM-ICL’s potential for tabular data reasoning, especially in data-scarce environments. Future research will focus on optimizing context selection strategies, exploring efficient table serialization methods, and extending the framework to multi-modal and cross-domain tabular reasoning tasks to enhance practical applicability. </p>
    </sec>
    <sec id="sec7">
      <title>Fund Project</title>
      <p>This work was supported in part by the Natural Science Foundation of China under Grants 62466018, and by the Jishou University Scientific Research Project Jd24007. </p>
    </sec>
  </body>
  <back>
    <ref-list>
      <title>References</title>
      <ref id="B1">
        <label>1.</label>
        <citation-alternatives>
          <mixed-citation publication-type="report">Achiam, J., Adler, S., Agarwal, S., Ahmad, L., Akkaya, I., Ale-man, F.L., <italic>et al.</italic> (2023) GPT-4 Technical Report. arXiv: 2303.08774.</mixed-citation>
          <element-citation publication-type="report">
            <person-group person-group-type="author">
              <string-name>Achiam, J.</string-name>
              <string-name>Adler, S.</string-name>
              <string-name>Agarwal, S.</string-name>
              <string-name>Ahmad, L.</string-name>
              <string-name>Akkaya, I.</string-name>
              <string-name>Ale-man, F.L.</string-name>
            </person-group>
            <year>2023</year>
            <article-title>GPT-4 Technical Report</article-title>
            <fpage>2303</fpage>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B2">
        <label>2.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Han, K., Wang, Y., Chen, H., Chen, X., Guo, J., Liu, Z., <italic>et</italic><italic>al.</italic> (2023) A Survey on Vision Transformer. <italic>IEEE</italic><italic>Transactions</italic><italic>on</italic><italic>Pattern</italic><italic>Analysis</italic><italic>and</italic><italic>Machine</italic><italic>Intelligence</italic>, 45, 87-110. https://doi.org/10.1109/tpami.2022.3152247 <pub-id pub-id-type="doi">10.1109/tpami.2022.3152247</pub-id><pub-id pub-id-type="pmid">35180075</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1109/tpami.2022.3152247">https://doi.org/10.1109/tpami.2022.3152247</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Han, K.</string-name>
              <string-name>Wang, Y.</string-name>
              <string-name>Chen, H.</string-name>
              <string-name>Chen, X.</string-name>
              <string-name>Guo, J.</string-name>
              <string-name>Liu, Z.</string-name>
            </person-group>
            <year>2023</year>
            <article-title>A Survey on Vision Transformer</article-title>
            <source>IEEE Transactions on Pattern Analysis and Machine Intelligence</source>
            <volume>45</volume>
            <pub-id pub-id-type="doi">10.1109/tpami.2022.3152247</pub-id>
            <pub-id pub-id-type="pmid">35180075</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B3">
        <label>3.</label>
        <citation-alternatives>
          <mixed-citation publication-type="confproc">Joshi, M., Choi, E., Weld, D. and Zettlemoyer, L. (2017) TriviaQA: A Large Scale Distantly Supervised Challenge Dataset for Reading Comprehension. <italic>Proceedings of the</italic>55 <italic>th Annual Meeting of the Association for Computational Linguistics</italic> ( <italic>Volume</italic> 1: <italic>Long Papers</italic>), Vancouver, 30 July-4 August 2017, 1601-1611. https://doi.org/10.18653/v1/p17-1147 <pub-id pub-id-type="doi">10.18653/v1/p17-1147</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.18653/v1/p17-1147">https://doi.org/10.18653/v1/p17-1147</ext-link></mixed-citation>
          <element-citation publication-type="confproc">
            <person-group person-group-type="author">
              <string-name>Joshi, M.</string-name>
              <string-name>Choi, E.</string-name>
              <string-name>Weld, D.</string-name>
              <string-name>Zettlemoyer, L.</string-name>
            </person-group>
            <year>2017</year>
            <article-title>TriviaQA: A Large Scale Distantly Supervised Challenge Dataset for Reading Comprehension</article-title>
            <source>Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)</source>
            <volume>30</volume>
            <pub-id pub-id-type="doi">10.18653/v1/p17-1147</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B4">
        <label>4.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Arulraj, A., Chandra, A., Chen, W., Fan, R., Guo, S., He, X., <italic>et</italic><italic>al.</italic> (2024) MMLU-Pro: A More Robust and Challenging Multi-Task Language Understanding Benchmark. <italic>Advances in Neural Information Processing Systems</italic>37, Vancouver, 10-15 December 2024, 95266-95290. https://doi.org/10.52202/079017-3018 <pub-id pub-id-type="doi">10.52202/079017-3018</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.52202/079017-3018">https://doi.org/10.52202/079017-3018</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Arulraj, A.</string-name>
              <string-name>Chandra, A.</string-name>
              <string-name>Chen, W.</string-name>
              <string-name>Fan, R.</string-name>
              <string-name>Guo, S.</string-name>
              <string-name>He, X.</string-name>
            </person-group>
            <year>2024</year>
            <article-title>MMLU-Pro: A More Robust and Challenging Multi-Task Language Understanding Benchmark</article-title>
            <source>Advances in Neural Information Processing Systems 37</source>
            <volume>10</volume>
            <pub-id pub-id-type="doi">10.52202/079017-3018</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B5">
        <label>5.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Cafarella, M.J., Halevy, A. and Madhavan, J. (2011) Structured Data on the Web. <italic>Communications</italic><italic>of</italic><italic>the</italic><italic>ACM</italic>, 54, 72-79. https://doi.org/10.1145/1897816.1897839 <pub-id pub-id-type="doi">10.1145/1897816.1897839</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1145/1897816.1897839">https://doi.org/10.1145/1897816.1897839</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Cafarella, M.J.</string-name>
              <string-name>Halevy, A.</string-name>
              <string-name>Madhavan, J.</string-name>
            </person-group>
            <year>2011</year>
            <article-title>Structured Data on the Web</article-title>
            <source>Communications of the ACM</source>
            <volume>54</volume>
            <pub-id pub-id-type="doi">10.1145/1897816.1897839</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B6">
        <label>6.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Markatos, K., Kaseta, M.K., Lallos, S.N., Korres, D.S. and Efstathopoulos, N. (2012) The Anatomy of the ACL and Its Importance in ACL Reconstruction. <italic>European</italic><italic>Journal</italic><italic>of</italic><italic>Orthopaedic</italic><italic>Surgery</italic><italic>&amp;</italic><italic>Traumatology</italic>, 23, 747-752. https://doi.org/10.1007/s00590-012-1079-8 <pub-id pub-id-type="doi">10.1007/s00590-012-1079-8</pub-id><pub-id pub-id-type="pmid">23412211</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1007/s00590-012-1079-8">https://doi.org/10.1007/s00590-012-1079-8</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Markatos, K.</string-name>
              <string-name>Kaseta, M.K.</string-name>
              <string-name>Lallos, S.N.</string-name>
              <string-name>Korres, D.S.</string-name>
              <string-name>Efstathopoulos, N.</string-name>
            </person-group>
            <year>2012</year>
            <article-title>The Anatomy of the ACL and Its Importance in ACL Reconstruction</article-title>
            <source>European Journal of Orthopaedic Surgery &amp; Traumatology</source>
            <volume>23</volume>
            <pub-id pub-id-type="doi">10.1007/s00590-012-1079-8</pub-id>
            <pub-id pub-id-type="pmid">23412211</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B7">
        <label>7.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Park, C.F., Lee, A., Lubana, E.S., Yang, Y.Y., Okawa, M., Nishi, K., Wattenberg, M. and Tanaka, H. (2024) ICLR: In-Context Learning of Representations. arXiv: 2501.00070. https://arxiv.org/abs/2501.00070</mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Park, C.F.</string-name>
              <string-name>Lee, A.</string-name>
              <string-name>Lubana, E.S.</string-name>
              <string-name>Yang, Y.Y.</string-name>
              <string-name>Okawa, M.</string-name>
              <string-name>Nishi, K.</string-name>
              <string-name>Wattenberg, M.</string-name>
              <string-name>Tanaka, H.</string-name>
            </person-group>
            <year>2024</year>
            <article-title>ICLR: In-Context Learning of Representations</article-title>
            <fpage>2501</fpage>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B8">
        <label>8.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Goodfellow, I. (2016) NIPS 2016 Tutorial: Generative Adversarial Networks. arXiv: 1701.00160. https://arxiv.org/abs/1701.00160</mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Goodfellow, I.</string-name>
            </person-group>
            <year>2016</year>
            <article-title>NIPS 2016 Tutorial: Generative Adversarial Networks</article-title>
            <fpage>1701</fpage>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B9">
        <label>9.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Hendrycks, D., Burns, C., Basart, S., Zou, A., Mazeika, M., Song, D. and Steinhardt, J. (2020) Measuring Massive Multitask Language Understanding. arXiv: 2009.03300. https://arxiv.org/abs/2009.03300</mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Hendrycks, D.</string-name>
              <string-name>Burns, C.</string-name>
              <string-name>Basart, S.</string-name>
              <string-name>Zou, A.</string-name>
              <string-name>Mazeika, M.</string-name>
              <string-name>Song, D.</string-name>
              <string-name>Steinhardt, J.</string-name>
            </person-group>
            <year>2020</year>
            <article-title>Measuring Massive Multitask Language Understanding</article-title>
            <fpage>2009</fpage>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B10">
        <label>10.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Vacareanu, R., Negru, V.A., Suciu, V. and Surdeanu, M. (2024) From Words to Numbers: Your Large Language Model Is Secretly a Capable Regressor When Given In-Context Examples. arXiv: 2404.07544. https://arxiv.org/abs/2404.07544</mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Vacareanu, R.</string-name>
              <string-name>Negru, V.A.</string-name>
              <string-name>Suciu, V.</string-name>
              <string-name>Surdeanu, M.</string-name>
            </person-group>
            <year>2024</year>
            <article-title>From Words to Numbers: Your Large Language Model Is Secretly a Capable Regressor When Given In-Context Examples</article-title>
            <fpage>2404</fpage>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B11">
        <label>11.</label>
        <citation-alternatives>
          <mixed-citation publication-type="web">Radford, A., Narasimhan, K., Salimans, T., Sutskever, I., <italic>et al</italic><italic>.</italic> (2018) Improving Language Understanding by Generative Pretraining. https://www.mikecaptain.com/resources/pdf/GPT-1.pdf</mixed-citation>
          <element-citation publication-type="web">
            <person-group person-group-type="author">
              <string-name>Radford, A.</string-name>
              <string-name>Narasimhan, K.</string-name>
              <string-name>Salimans, T.</string-name>
              <string-name>Sutskever, I.</string-name>
            </person-group>
            <year>2018</year>
            <article-title>Improving Language Understanding by Generative Pretraining</article-title>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B12">
        <label>12.</label>
        <citation-alternatives>
          <mixed-citation publication-type="web">Radford, A., Child, R., Luan, D., Amodei, D., Sutskever, I., <italic>et al</italic><italic>.</italic> (2019) Language Models Are Unsupervised Multitask Learners. https://storage.prod.researchhub.com/uploads/papers/2020/06/01/language-models.pdf</mixed-citation>
          <element-citation publication-type="web">
            <person-group person-group-type="author">
              <string-name>Radford, A.</string-name>
              <string-name>Child, R.</string-name>
              <string-name>Luan, D.</string-name>
              <string-name>Amodei, D.</string-name>
              <string-name>Sutskever, I.</string-name>
            </person-group>
            <year>2019</year>
            <article-title>Language Models Are Unsupervised Multitask Learners</article-title>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B13">
        <label>13.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Brown, T., Mann, B., Ryder, N., Subbiah, M., Kaplan, J.D., Dhariwal, P., Neelakantan, A., Shyam, P., Sastry, G., Askell, A., <italic>et al</italic>. (2020) Language Models Are Few-Shot Learners. <italic>Advances</italic><italic>in</italic><italic>Neural</italic><italic>Information</italic><italic>Processing</italic><italic>Systems</italic>, 33, 1877-1901.</mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Brown, T.</string-name>
              <string-name>Mann, B.</string-name>
              <string-name>Ryder, N.</string-name>
              <string-name>Subbiah, M.</string-name>
              <string-name>Kaplan, J.D.</string-name>
              <string-name>Dhariwal, P.</string-name>
              <string-name>Neelakantan, A.</string-name>
              <string-name>Shyam, P.</string-name>
              <string-name>Sastry, G.</string-name>
              <string-name>Askell, A.</string-name>
            </person-group>
            <year>2020</year>
            <article-title>Language Models Are Few-Shot Learners</article-title>
            <source>Advances in Neural Information Processing Systems</source>
            <volume>33</volume>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B14">
        <label>14.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Friedman, J., Tibshirani, R. and Hastie, T. (2000) Additive Logistic Regression: A Statistical View of Boosting (with Discussion and a Rejoinder by the Authors). <italic>The</italic><italic>Annals</italic><italic>of</italic><italic>Statistics</italic>, 28, 337-407. https://doi.org/10.1214/aos/1016120463 <pub-id pub-id-type="doi">10.1214/aos/1016120463</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1214/aos/1016120463">https://doi.org/10.1214/aos/1016120463</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Friedman, J.</string-name>
              <string-name>Tibshirani, R.</string-name>
              <string-name>Hastie, T.</string-name>
            </person-group>
            <year>2000</year>
            <article-title>Additive Logistic Regression: A Statistical View of Boosting (with Discussion and a Rejoinder by the Authors)</article-title>
            <source>The Annals of Statistics</source>
            <volume>28</volume>
            <pub-id pub-id-type="doi">10.1214/aos/1016120463</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B15">
        <label>15.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Larose, D.T. and Larose, C.D. (2014) k-Nearest Neighbor Algorithm. https://doi.org/10.1002/9781118874059.ch7 <pub-id pub-id-type="doi">10.1002/9781118874059.ch7</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1002/9781118874059.ch7">https://doi.org/10.1002/9781118874059.ch7</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Larose, D.T.</string-name>
              <string-name>Larose, C.D.</string-name>
            </person-group>
            <year>2014</year>
            <article-title>k-Nearest Neighbor Algorithm</article-title>
            <pub-id pub-id-type="doi">10.1002/9781118874059.ch7</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B16">
        <label>16.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Wang, W.H., Wang, S.Y., Huang, J.Y., Liu, X.D., Yang, J., Liao, M., <italic>et</italic><italic>al.</italic> (2023) An Investigation Study on the Interpretation of Ultrasonic Medical Reports Using OpenAI’s GPT-3.5-Turbo Model. <italic>Journal</italic><italic>of</italic><italic>Clinical</italic><italic>Ultrasound</italic>, 52, 105-111. https://doi.org/10.1002/jcu.23590 <pub-id pub-id-type="doi">10.1002/jcu.23590</pub-id><pub-id pub-id-type="pmid">37930057</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1002/jcu.23590">https://doi.org/10.1002/jcu.23590</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Wang, W.H.</string-name>
              <string-name>Wang, S.Y.</string-name>
              <string-name>Huang, J.Y.</string-name>
              <string-name>Liu, X.D.</string-name>
              <string-name>Yang, J.</string-name>
              <string-name>Liao, M.</string-name>
            </person-group>
            <year>2023</year>
            <article-title>An Investigation Study on the Interpretation of Ultrasonic Medical Reports Using OpenAI’s GPT-3</article-title>
            <source>5-Turbo Model. Journal of Clinical Ultrasound</source>
            <volume>52</volume>
            <pub-id pub-id-type="doi">10.1002/jcu.23590</pub-id>
            <pub-id pub-id-type="pmid">37930057</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B17">
        <label>17.</label>
        <citation-alternatives>
          <mixed-citation publication-type="confproc">Shang, J., Yu, W. and Chen, J. (2024) Crowdsourcing Canada Goldenrod Identification from Multimodal Weibo Data. <italic>Proceedings</italic><italic>of</italic><italic>the</italic> 24 <italic>th</italic><italic>ACM</italic>/ <italic>IEEE</italic><italic>Joint</italic><italic>Conference</italic><italic>on</italic><italic>Digital</italic><italic>Libraries</italic>, Hong Kong, 16-20 December 2024, 1-5. https://doi.org/10.1145/3677389.3702581 <pub-id pub-id-type="doi">10.1145/3677389.3702581</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1145/3677389.3702581">https://doi.org/10.1145/3677389.3702581</ext-link></mixed-citation>
          <element-citation publication-type="confproc">
            <person-group person-group-type="author">
              <string-name>Shang, J.</string-name>
              <string-name>Yu, W.</string-name>
              <string-name>Chen, J.</string-name>
              <string-name>Libraries, H</string-name>
            </person-group>
            <year>2024</year>
            <article-title>Crowdsourcing Canada Goldenrod Identification from Multimodal Weibo Data</article-title>
            <source>Proceedings of the 24th ACM/IEEE Joint Conference on Digital Libraries</source>
            <volume>16</volume>
            <pub-id pub-id-type="doi">10.1145/3677389.3702581</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B18">
        <label>18.</label>
        <citation-alternatives>
          <mixed-citation publication-type="confproc">Pan, S., Liu, K., Chen, W. and He, B. (2024) Performance Analysis of Chinese Large Language Models in Solving Math Word Problems. 2024 <italic>International</italic><italic>Conference</italic><italic>on</italic><italic>Intelligent</italic><italic>Education</italic><italic>and</italic><italic>Intelligent</italic><italic>Research</italic> ( <italic>IEIR</italic>), Macau, 6-8 November 2024, 1-8. https://doi.org/10.1109/ieir62538.2024.10960109 <pub-id pub-id-type="doi">10.1109/ieir62538.2024.10960109</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1109/ieir62538.2024.10960109">https://doi.org/10.1109/ieir62538.2024.10960109</ext-link></mixed-citation>
          <element-citation publication-type="confproc">
            <person-group person-group-type="author">
              <string-name>Pan, S.</string-name>
              <string-name>Liu, K.</string-name>
              <string-name>Chen, W.</string-name>
              <string-name>He, B.</string-name>
            </person-group>
            <year>2024</year>
            <article-title>Performance Analysis of Chinese Large Language Models in Solving Math Word Problems</article-title>
            <source>2024 International Conference on Intelligent Education and Intelligent Research (IEIR)</source>
            <volume>6</volume>
            <pub-id pub-id-type="doi">10.1109/ieir62538.2024.10960109</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B19">
        <label>19.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Taşyürek, M., Adıgüzel, Ö., Gündoğar, M., Goncharuk-Khomyn, M. and Ortaç, H. (2025) Comparative Evaluation of the Responses from ChatGPT-5, Gemini 2.5 Flash, and Deepseek-V3.1 Chatbots to Patient Inquiries about Endodontic Treatment in Terms of Accuracy, Understandability, and Readability. <italic>International</italic><italic>Dental</italic><italic>Research</italic>, 15, 91-95. https://doi.org/10.5577/intdentres.662 <pub-id pub-id-type="doi">10.5577/intdentres.662</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.5577/intdentres.662">https://doi.org/10.5577/intdentres.662</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Goncharuk-Khomyn, M.</string-name>
              <string-name>Accuracy, U</string-name>
            </person-group>
            <year>2025</year>
            <article-title>Comparative Evaluation of the Responses from ChatGPT-5, Gemini 2</article-title>
            <source>5 Flash</source>
            <volume>15</volume>
            <pub-id pub-id-type="doi">10.5577/intdentres.662</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B20">
        <label>20.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Cui, J.J., Wang, P.L., Holmes, J., Sun, L.S., Hinni, M.L., Pockaj, B.A., Vora, S.A., Sio, T.T., Wong, W.W., Yu, N.Y., <italic>et al</italic>. (2025) An Automated Retrieval-Augmented Generation LLaMA-4 109B-Based System for Evaluating Radiotherapy Treatment Plans. arXiv: 2509.20707. https://arxiv.org/abs/2509.20707</mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Cui, J.J.</string-name>
              <string-name>Wang, P.L.</string-name>
              <string-name>Holmes, J.</string-name>
              <string-name>Sun, L.S.</string-name>
              <string-name>Hinni, M.L.</string-name>
              <string-name>Pockaj, B.A.</string-name>
              <string-name>Vora, S.A.</string-name>
              <string-name>Sio, T.T.</string-name>
              <string-name>Wong, W.W.</string-name>
              <string-name>Yu, N.Y.</string-name>
            </person-group>
            <year>2025</year>
            <article-title>An Automated Retrieval-Augmented Generation LLaMA-4 109B-Based System for Evaluating Radiotherapy Treatment Plans</article-title>
            <fpage>2509</fpage>
          </element-citation>
        </citation-alternatives>
      </ref>
    </ref-list>
  </back>
</article>