<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>for Bank Transactions</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Rita Cucchiara</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff4">4</xref>
          <xref ref-type="aff" rid="aff5">5</xref>
          <xref ref-type="aff" rid="aff6">6</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Fabrizio Garuti</string-name>
          <email>fabrizio.garuti@prometeia.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
          <xref ref-type="aff" rid="aff4">4</xref>
          <xref ref-type="aff" rid="aff5">5</xref>
          <xref ref-type="aff" rid="aff6">6</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Simone Luetto</string-name>
          <email>simone.luetto@prometeia.com</email>
          <xref ref-type="aff" rid="aff3">3</xref>
          <xref ref-type="aff" rid="aff4">4</xref>
          <xref ref-type="aff" rid="aff5">5</xref>
          <xref ref-type="aff" rid="aff6">6</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Enver Sangineto</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff4">4</xref>
          <xref ref-type="aff" rid="aff5">5</xref>
          <xref ref-type="aff" rid="aff6">6</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>AImageLab, University of Modena and Reggio Emilia</institution>
          ,
          <addr-line>Modena</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Board member di Prometeia SpA</institution>
          ,
          <addr-line>Bologna</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Prometeia Associazione</institution>
          ,
          <addr-line>Bologna</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>Prometeia SpA</institution>
          ,
          <addr-line>Bologna</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
        <aff id="aff4">
          <label>4</label>
          <institution>The first two categories, AI on Client Data and AI</institution>
        </aff>
        <aff id="aff5">
          <label>5</label>
          <institution>for Intelligent Document Processing</institution>
          ,
          <addr-line>represent the two</addr-line>
        </aff>
        <aff id="aff6">
          <label>6</label>
          <institution>recent advances in Natural Language Processing (e.g.</institution>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2017</year>
      </pub-date>
      <fpage>29</fpage>
      <lpage>31</lpage>
      <abstract>
        <p>The success of Artificial Intelligence (AI) in diferent research and application areas has increased the interest in adopting Deep Learning techniques also in the financial field. Particularly interesting is the case of financial transactional data, which represent one of the most valuable sources of information for banks and other financial institutes. However, the heterogeneity of the data, composed of both numerical and categorical attributes, makes the use of standard Deep Learning methods dificult. In this paper, we present UniTTAB, a Transformer network for transactional time series, which can uniformly represent heterogeneous time-dependent data, and which is trained on a very large scale of real transactional data. As far as we know, the dataset we used for training is the largest real bank transactions dataset used for Deep Learning methods in this field, being all the other common datasets either much smaller or synthetically generated. The use of this very large real training dataset, makes our UniTTAB the first foundation model for transactional data.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Transactional data, Deep Learning for finance, fraud detection, financial predictions</p>
    </sec>
    <sec id="sec-2">
      <title>Observatory on Fintech [2] focusing on both the oppor</title>
      <p>tunities, e.g., in asset management, credit intermediation
and finance data analysis, and on the related risks, e.g.,
lack of explainability, learning bias, etc. Also Europe and</p>
    </sec>
    <sec id="sec-3">
      <title>Italy have gone in this direction, so that in the National</title>
    </sec>
    <sec id="sec-4">
      <title>Strategic Program on Artificial Intelligence launched in</title>
      <p>
        deed “AI for banking, finance and insurance”. This is also
a topic of interest for the new large National research
project on foundational AI “FAIR” [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] that has just started
in 2023, funded by Next Generation Europe funds.
      </p>
    </sec>
    <sec id="sec-5">
      <title>AI is afecting Finance in several fields, and a short</title>
      <p>taxonomy in four main impact areas from the data point
of view focuses on:
• Client data: Client intermediation and Customer
engagement;</p>
    </sec>
    <sec id="sec-6">
      <title>BERT [4], GPT [5] and BART, Chat-GPT) can directly be</title>
      <p>used on finance document repositories for classification,
search and retrieval.</p>
      <p>
        In the third category, based on finance time-series,
machine learning has been often applied with success,
e.g. for macroeconomic analysis [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. Similarly, deep
learning has been applied to stock exchange prediction:
thanks to the large available stock exchange data, neural
network jointly with more traditional statistical methods
are largerly efective.
      </p>
      <p>
        Conversely, the adoption of deep learning for
transactional bank data is still under-explored. So far, these data
based expert systems) and/or with traditional machine
learning approaches (e.g., SVMs or gradient boosted de- categorical and temporal. On the other hand, thanks to
cision trees [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]). The multimodal nature of transactional the collaboration with a private financial institution, we
data and the lack of large public annotated dataset (due scale the size of the pre-training dataset to 48 million
to privacy and commercial reasons) make these data ex- transactions. In fact, as far as we know, our Real Bank
tremely dificult to be handled by deep neural networks. Account Transaction Dataset (in short RBAT dataset) is
However, transactional data represent the largest source larger than all the other real transactional datasets used
of information for banks: transactions categorization, for training Deep Learning methods.
Client profiling, Fraud detection, Dynamic prediction
(e.g., churn prevention) to mention a few.
      </p>
      <p>
        The UniTTab Italian project [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], a research collabora- 3. The challenges of transactional
tion of Prometeia Associazione and the University of data and Deep Learning
Modena and Reggio Emilia, is one of the pioneering
approaches exploring the use of attentive deep learning for Dealing with transactional data is more complex than
transactional bank time series. Specifically, the project working with music, images or text because of the
hetachieved some preliminary important results in the cre- erogeneity of the input. It is also more dificult than
ation of Foundation models [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] for fintech. UniTTAB is working with multimodal data; in addition the public
based on a new self-supervised Transformer architecture transactional datasets are often too small and limited in
[
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], trained on tens of millions of real transactional data diversity.
for diferent financial tasks, including the generation of Indeed, the impactful results of UniTTab (Unified
synthetic data, useful also for secure and anonymized Transformer model for Tabular data) were driven by the
processes. availability of large transactional datasets as well as the
availability of NVIDIA GPUs, which facilitated the
definition of new neural architectural models, specifically
2. Related works designed for banking transactional data.
      </p>
      <p>
        The main challenges addressed by UniTTab depend on
the aspects of these data, briefly outlined in the following:
Padhi et al. [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] recently proposed one of the first deep
learning architectures for transactional data. Specifically,
the authors present two diferent architectures: TabBERT
which is used for classification tasks, and TabGPT used
for forecasting / generation tasks. As a solution to the
data heterogeneity problem, the authors quantize
continuous attributes so that each field is defined on its own
ifnite vocabulary. Then they define a data sample as a
sequence of transactions. The main diference with NLP
is that they have a sequence of structured data consisting
each of fields defined on a dedicated vocabulary.
      </p>
      <p>
        Another recent work is TabAConvBERT, proposed by
Shankaranarayana &amp; Runje (2021) [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. They present an
architecture which can deal with both categorical inputs
(by using an embedding neural network) and numerical
inputs (by using a shallow neural network). They also
propose a special timestamp embedding block, where
they break the original timestamp into multiple
components, such as year, month, day and hour. The obtained
time embedding is then added with input features’
embedding and positional encoding.
      </p>
      <p>
        The architecture presented by X. Huang et. al. [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] is
able to handle both categorical and numerical features,
providing a solution to data heterogeneity. However, the
main drawback is that this method cannot deal with the
temporal component of the data, and therefore is unable
to solve task involving transaction sequences.
      </p>
      <p>Ours proposal difers from the aforementioned works
in diferent aspects. On the one hand, we deal with all
the variability dimensions of the problem: numerical,
• Tabular data, usually collected from diferent
sources (e.g., separate databases) thus they
require an intensive pre-processing for data
cleaning and interoperability.
• Time dependence. Transactional data represent a
special case of time-series with non-regular
frequency: bank customers carry out a variable
number of transactions per year, ranging from very
few transactions up to several thousand
transactions per year.
• Heterogeneous data. Transactions have not
homogeneous fields: some of them are numerical
(e.g. the amount), some categorical (e.g. the type
of transaction), some textual (e.g. the bank
transfer description) or with a specific structure (e.g.</p>
      <p>the date).
• Multiple-structure data. The transactions of a
client account have a diferent field-structure
according with the type of transaction (e.g. a POS,
a credit card, an ATM or a bank transfer).
• Correlated data. The transaction fields are often
correlated to each other in the same time series
(e.g. in periodical payments) and among diferent
time series: each client can own diferent bank
products, diferent accounts, and some accounts
have diferent owners (join accounts). Finally,
some transactions are correlated with external
=</p>
      <p>Transactional multi-modal
Multi-structure time-series
True Transactions
t1</p>
      <p>but unknown conditions (e.g. holiday times or In the UniTTAB project we explore this trend by
rethe lockdown in the pandemic period). designing attentive and generative models, i.e.
Transformers. This allowed us to deal with the heterogeneous
nature of transactional data: tabular time series with
4. The architecture multiple-structure and multimodal fields. The designed
architecture is resumed in Figure 1.</p>
      <p>
        Given the previously discussed challenges of data vari- Borrowing the techniques used in text analysis in BERT
ability, quantity and heterogeneity, deep learning for or GPT models, we used input time series with variable
transactional data has been largely underexplored, with length. We varied the sequence length from 50 to 150
only a few public experiments and a small number of transactions, where each transaction is composed of a
private institutions and banking research centers. One ifxed number of 10 fields. As a result, each time series
interesting recent position paper (J.P Morgan 2021 [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]) can vary in length from 500 to 1500 items, a challenging
concerns synthetic data generation, even if it actually length to be managed even for text sentences.
defines the problems but does not ofer any solutions. Given the data structure we use the hierarchical
archi
      </p>
      <p>
        In non-financial AI, state-of-the-art models are usually tecture shown in Figure 1. First, we endow a field-level
based on Transformer architectures, usually trained us- transformer, which encode individual transactions into
ing self-supervised learning (e.g., using “masked word” embeddings. Then these embeddings are fed into the
prediction tasks or through generative or “contrastive second-level transformer, that processes the time-series
learning”). Initially defined as language models in the to encode them as a single element in the latent space.
ifeld of NLP, they are now common also in other AI areas This is the foundation latent space where the
represensuch as Computer Vision, making Transformer networks tation can be potentially exploited for many tasks, such
the basic paradigm for contemporary AI. Specifically, as Classification (e.g., to classify the client behavior),
De“Foundational Models” are typically large Transformers tection (e.g., to detect anomalies, frauds, etc.), Prediction
pre-trained on huge datasets (e.g., the Wikipedia docu- (e.g., to predict product churn in next few months). As
ments, or billions of Web-collected images). Their goal shown in Figure 1, this model can also be used for a
genis to create compact, intermediate representations of the erative task. For instance generating time series data
input in a latent space, useful for diferent tasks, such has the advantage of preserving the content but also the
as classification, generation, recognition, image segmen- privacy of the client.
tation, anomaly detection, etc. Examples are BERT [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ],
GPT2/3/3.5 [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], CLIP [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ], etc. They can be used in a 5. Experiments on available
simple way, see the worldwide success of Chat-GPT3,
and ”fine-tuned” to be adapted to specific tasks. On the datasets
other hand, using Transformers to create Foundation
models for new types of data -such as the transactional
data- is more complex, both because training and
testing requires days of GPU computation, jointly with very
large datasets, and because the Transformer architecture
should be re-defined for the specific domain.
      </p>
    </sec>
    <sec id="sec-7">
      <title>Details of the architecture, at least for some tasks of</title>
      <p>
        detection and prediction, are described in UniTTaB
proposed by Simone Luetto et al. [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. The efectiveness of
the model has been tested over various datasets, used
as benchmarks for diferent tasks, according with the
provided manual annotation.
• A Fraud Detection task has been tested on the
Transactions Dataset [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] proposed in 2021 with
synthetic credit card transactions, composed of
multimodal data (some fields are categorical,
some are numerical). Trained on about 2
Million samples, tests have been provided on a sets
of about 450K sequence of transactions. As
reported in Table 1 UniTTab strongly outperform
any competitor, with an accuracy 93.5 and an F1
measure of 0.915.
• A Loan Default Prediction task is evaluated on the
PKDD’99 Financial Dataset [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]: it is a relatively
small dataset with “only” 45K clients, each
performing 200 transactions in average. Although
the dataset is very unbalanced, loan Default is
correctly predicted with a F1 measure of 0.673
and an accuracy of 92.3 (Table 1). Also in this
case results are the state-of-the art.
• A Churn Rate Prediction task is finally evaluated
on the RBAT Dataset. A subset of approximately
100K bank accounts with about 50 Million of
transactions have been adopted for training the
complete architecture of Figure 1. As reported
in Table 1, prediction is very precise – absolutely
better than other competitors - with an accuracy
of 90.8 and an F1 measure of 0.604.
      </p>
    </sec>
    <sec id="sec-8">
      <title>A brief comparison of the results of our UniTTab model against the competitors on the previously mentioned tasks is provided in Table 1.</title>
      <p>6. Conclusions</p>
    </sec>
    <sec id="sec-9">
      <title>The project carried out by Prometeia Associazione and</title>
      <p>UNIMORE, presented in this paper, is a first step towards
the creation of foundation models for transactional time
series data. The empirical results show that our model
drastically outperforms both deep learning and standard
machine learning based predictive models on diferent
benchmarks. We believe that our work and our results
can stimulate this research field and the adoption of
selfsupervised deep learning in banking data.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>AI</given-names>
            <surname>Case Study</surname>
          </string-name>
          <article-title>JPMorgan</article-title>
          .
          <article-title>JPMorgan reduced lawyers hours by 360,000 annually by automating loan agreement analysis with machine learning software coin</article-title>
          ,
          <year>2018</year>
          . URL: https://www.bestpractice.ai/studies/jpmorgan_reduced_lawyers_hours_by_
          <volume>360</volume>
          _000_
          <article-title>annually_by_automating_loan_agreement_analysis_with_machine_learning_software_coin .</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>AIFinance</surname>
            <given-names>OECD</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Artificial</surname>
            <given-names>Intelligence</given-names>
          </string-name>
          ,
          <source>Machine Learning and Big Data in Finance</source>
          ,
          <year>2021</year>
          . URL: https://www.oecd.org/finance/financialmarkets/Artificial-intelligence
          <article-title>-machine-learningbig-data-in-finance</article-title>
          .pdf .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>FAIR</given-names>
            ,
            <surname>Future</surname>
          </string-name>
          <string-name>
            <surname>AI</surname>
          </string-name>
          <article-title>Research is the Italian three-year project under the PNRR “Partneriati Estesi” program, coordinated by Italian National Council, aggregating several Italian universities</article-title>
          and industries,
          <year>2023</year>
          . URL: https://future-ai-research.it/.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>J.</given-names>
            <surname>Devlin</surname>
          </string-name>
          , M.-
          <string-name>
            <given-names>W.</given-names>
            <surname>Chang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Toutanova</surname>
          </string-name>
          , BERT:
          <article-title>Pre-training of Deep Bidirectional Transformers for Language Understanding</article-title>
          , in: NAACL„
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>T. B. Brown</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Mann</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Ryder</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Subbiah</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Kaplan</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Dhariwal</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Neelakantan</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Shyam</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          <string-name>
            <surname>Sastry</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Askell</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Agarwal</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Herbert-Voss</surname>
            , G. Krueger,
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Henighan</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Child</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Ramesh</surname>
            ,
            <given-names>D. M.</given-names>
          </string-name>
          <string-name>
            <surname>Ziegler</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Wu</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Winter</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Hesse</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Chen</surname>
            , E. Sigler,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Litwin</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Gray</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Chess</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Clark</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Berner</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>McCandlish</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Radford</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          <string-name>
            <surname>Sutskever</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Amodei</surname>
          </string-name>
          , Language Models are
          <string-name>
            <surname>Few-Shot</surname>
            <given-names>Learners</given-names>
          </string-name>
          , arXiv:
          <year>2005</year>
          .
          <volume>14165</volume>
          (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>E.</given-names>
            <surname>Casabianca</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Catalano</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Forni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Giarda</surname>
          </string-name>
          ,
          <string-name>
            <surname>S. Passeri,</surname>
          </string-name>
          <article-title>A machine learning approach to rank the determinants of banking crises over time and across countries</article-title>
          ,
          <source>Journal of International Money and Finance</source>
          (
          <year>2022</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>T.</given-names>
            <surname>Chen</surname>
          </string-name>
          , C. Guestrin,
          <article-title>XGBoost: A Scalable Tree Boosting System</article-title>
          ,
          <source>in: Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining</source>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>S.</given-names>
            <surname>Luetto</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Garuti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Sangineto</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Forni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Cucchiara</surname>
          </string-name>
          ,
          <article-title>One Transformer for All Time Series: Representing and Training with Time-Dependent Heterogeneous Tabular Data</article-title>
          ,
          <year>2023</year>
          . arXiv:
          <volume>2302</volume>
          .
          <fpage>06375</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <article-title>[9] Large scale models based on unsupervised learning have been defined by Stanford HAI ”Foundational Models”, a term now in common use in science, 2021</article-title>
          . URL: https://fsi.stanford.edu/publication/ opportunities-and
          <article-title>-risks-foundation-models.</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>A.</given-names>
            <surname>Vaswani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Shazeer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Parmar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Uszkoreit</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Jones</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. N.</given-names>
            <surname>Gomez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Kaiser</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Polosukhin</surname>
          </string-name>
          , Attention is All you Need, in: NeurIPS,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>I.</given-names>
            <surname>Padhi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Schif</surname>
          </string-name>
          , I. Melnyk,
          <string-name>
            <given-names>M.</given-names>
            <surname>Rigotti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Mroueh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. L.</given-names>
            <surname>Dognin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Ross</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Nair</surname>
          </string-name>
          , E. Altman,
          <article-title>Tabular Transformers for Modeling Multivariate Time Series</article-title>
          , in: IEEE International Conference on Acoustics,
          <source>Speech and Signal Processing</source>
          , ICASSP,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>S. M.</given-names>
            <surname>Shankaranarayana</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Runje</surname>
          </string-name>
          ,
          <article-title>Attention Augmented Convolutional Transformer for Tabular Time-series</article-title>
          , in: 2021
          <source>International Conference on Data Mining, ICDM 2021 - Workshops</source>
          ,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>X.</given-names>
            <surname>Huang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Khetan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Cvitkovic</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z. S.</given-names>
            <surname>Karnin</surname>
          </string-name>
          ,
          <article-title>TabTransformer: Tabular Data Modeling Using Contextual Embeddings</article-title>
          , arXiv:
          <year>2012</year>
          .
          <volume>06678</volume>
          (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>S.</given-names>
            <surname>Assefa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Dervovic</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Mahfouz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Balch</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Reddy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Veloso</surname>
          </string-name>
          ,
          <article-title>Generating synthetic data in finance: opportunities, challenges and pitfalls</article-title>
          , Workshop on AI in Finance Neurips (
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>A.</given-names>
            <surname>Radford</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. W.</given-names>
            <surname>Kim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Hallacy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Ramesh</surname>
          </string-name>
          , G. Goh,
          <string-name>
            <given-names>S.</given-names>
            <surname>Agarwal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Sastry</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Askell</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Mishkin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Clark</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Krueger</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Sutskever</surname>
          </string-name>
          ,
          <source>Learning Transferable Visual Models From Natural Language Supervision</source>
          ,
          <year>2021</year>
          . arXiv:
          <volume>2103</volume>
          .
          <fpage>00020</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>H.</given-names>
            <surname>Han</surname>
          </string-name>
          ,
          <string-name>
            <surname>J</surname>
          </string-name>
          . Xu,
          <string-name>
            <given-names>M.</given-names>
            <surname>Zhou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Shao</surname>
          </string-name>
          , S. Han,
          <string-name>
            <surname>D</surname>
          </string-name>
          . Zhang, LUNA:
          <article-title>Language Understanding with Number Augmentations on Transformers via Number Plugins and Pre-training</article-title>
          ,
          <source>arXiv:2212.02691</source>
          (
          <year>2022</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>E. R.</given-names>
            <surname>Altman</surname>
          </string-name>
          , Synthesizing Credit Card Transactions,
          <year>2019</year>
          . arXiv:
          <year>1910</year>
          .03033.
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>P.</given-names>
            <surname>Berka</surname>
          </string-name>
          , Workshop notes on Discovery Challenge PKDD'
          <volume>99</volume>
          ,
          <year>1999</year>
          . URL: https://sorry.vse.cz/~berka/ challenge/pkdd1999/berka.htm.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>