<!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>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Anup Bera</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sujaya Kundu</string-name>
        </contrib>
      </contrib-group>
      <fpage>87</fpage>
      <lpage>104</lpage>
      <abstract>
        <p>Vendor management plays a pivotal role in the seamless functioning of modern businesses. In today's dynamic landscape, organizations heavily rely on external vendors to meet their diverse needs. However, effectively monitoring vendor performance, evaluating associated risks, and staying abreast of market dynamics can be daunting tasks, given the deluge of information available from various news sources. To address these challenges, this research proposes a holistic solution that harnesses the power of natural language processing techniques, Generative AI, and machine learning algorithms. By employing these advanced technologies, the proposed solution aims to gather, analyze, and present real-time news data relevant to vendors. This initiative seeks to empower organizations with a cutting-edge Vendor News Analytics platform that offers timely and relevant insights. The envisioned outcome of this project is multifaceted. Firstly, it will facilitate informed decision-making by providing stakeholders with up-to-the-minute intelligence regarding vendor-related developments. Moreover, the solution will enable early identification of potential risks, allowing proactive mitigation measures to be implemented. Additionally, it is anticipated that the platform will foster stronger vendor relationships through enhanced communication and transparency. Furthermore, by bolstering risk management strategies, organizations can better safeguard their interests while assessing overall vendor performance. The results are available at https://github.com/anupb08/vendornews-analytics.</p>
      </abstract>
      <kwd-group>
        <kwd>Business events</kwd>
        <kwd>vendor news analytics</kwd>
        <kwd>business event extraction</kwd>
        <kwd>summarization</kwd>
        <kwd>LLM</kwd>
        <kwd>NLP</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>Large corporations rely significantly on a substantial multitude of external vendors to
facilitate their daily operational activities. They face challenges on finding the right
vendors, negotiating contracts, managing relationships, ensuring compliance, and
monitoring performance. Online news is very important source of information to track the
business activities such as acquisition, investment, trade result, data security breach etc.
that may impact future direction of the related enterprises. Organizations rely significantly
on news articles to monitor events related to their vendors which may impact the existing
relationship or aid in finding suitable prospective vendors. However, effectively
monitoring of vendor performance, assessing risks, and staying informed about market
dynamics can be challenging due to the vast amount of information available from news
sources. It’s evident that vendor managers need enhanced visibility to optimize vendor
risks, whether in terms of operations, cost implications, or regulatory compliance. It has
become essential to have enablement in place for ongoing, real-time automated
monitoring of vendor news and extracting insights through advanced analytics. Manually
curating news articles and analyzing vendor critical events is inconsistent, inefficient and
time consuming. Having automatic tool streamlines the entire process which saves cost,
improve efficiency, and reduce decision-making time. Although summary report
generation of news documents is studied intensively, few works have been conducted on
event-based news summary report generation. As the summarization techniques aim to
extract the main ideas of documents, analyzing an event and its context elements from
news articles is not far from finding the most important information conveyed in the text.
Also incorporating sentiment of the news event in the summary report will provide
indication of the business trend of vendor. Therefore, in this study, we propose summary
report by combining of event-based summary with business event sentiment. We propose
an enhanced event extraction technique using generative AI to filter relevant events. These
selected events will then be combined to generate a comprehensive summary report also
using generative AI. We offer a fully customizable end-to-end framework, beginning with
data collection, proceed through data processing, and generation of final reports.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Literature Review</title>
      <p>
        Vendor news analysis refers to the process of extracting valuable insights and intelligence
from news articles and publications concerning vendors or companies. To achieve this,
researchers have delved into various methodologies including text mining, topic
modelling, natural language processing (NLP), sentiment analysis, named entity
recognition (NER) and event extraction. For example, Khedr et al. [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] and Khant et al. [2]
utilized NLP and AI techniques to analyze vendor news, thereby uncovering emerging
trends and market sentiments. Sentiment analysis plays a vital role in understanding the
perception of vendors in the market. Patric et al. [3] used several text mining methods for
sentiment analysis in financial markets by integrating word association and lexical
resources to analyze stock market news reports. Moreover, researchers have employed
diverse machine learning models such as Support Vector Machines (SVM), Recurrent
Neural Networks (RNN), and Transformer-based models like BERT for sentiment analysis
of vendor news [4] [5]. In addition to sentiment analysis, topic modeling techniques such
as Latent Dirichlet Allocation (LDA) and Non-Negative Matrix Factorization (NMF) have
proven instrumental in discerning market trends through the lens of vendor news data [6]
[7]. These techniques help in identifying key topics and themes prevalent in news articles
related to vendors. Business events play a pivotal role in assessing the performance and
charting the future trajectory of associated vendors [8].
      </p>
      <p>
        Although there are some works available for news event extraction methods but very
few are related to business event extraction space. Earlier works primarily relied on
handcrafted features and rule-based systems [9] to identify events and their associated
information. However, with the advent of deep learning techniques, the field has
witnessed a paradigm shift towards more data-driven approaches [10] [11] [
        <xref ref-type="bibr" rid="ref2">12</xref>
        ] and
knowledge based methods [
        <xref ref-type="bibr" rid="ref3">13</xref>
        ] [
        <xref ref-type="bibr" rid="ref4">14</xref>
        ]. Recent research focuses on employing pre-trained
language models, such as BERT [
        <xref ref-type="bibr" rid="ref5">15</xref>
        ] and ELMo [
        <xref ref-type="bibr" rid="ref6">16</xref>
        ], to capture contextual information and
improve event extraction performance. However, these methods delve into very generic
kind of event extraction and not any pre-defined event type. In other words, they tried to
identify the possible events that may occur in the news article. Liu et al. [
        <xref ref-type="bibr" rid="ref7">17</xref>
        ] presented a
survey paper where it extensively discussed various event extraction methods and its
evaluation techniques. Among these methods, several have been proposed specifically for
business event extraction. These include rule-based approaches, machine learning
techniques, and deep learning models. Rule-based systems rely on predefined patterns
and linguistic rules to extract business events from text [
        <xref ref-type="bibr" rid="ref8">18</xref>
        ]. These approaches often
require domain-specific knowledge and manual crafting of rules. Machine learning
methods, such as Support Vector Machines (SVM) [
        <xref ref-type="bibr" rid="ref9">19</xref>
        ] and Conditional Random Fields
(CRF), are widely utilized in the domain of business event extraction [
        <xref ref-type="bibr" rid="ref10">20</xref>
        ]. Effective entity
recognition is essential for accurate event extraction. Named Entity Recognition (NER)
systems are often integrated into event extraction pipelines to identify relevant entities
[
        <xref ref-type="bibr" rid="ref11">21</xref>
        ]. Event classification involves categorizing extracted events into predefined classes or
types. This task can be tackled as either a multi-label classification problem or a sequence
labeling task [
        <xref ref-type="bibr" rid="ref12">22</xref>
        ]. These models learn patterns and features from annotated data. Recent
advancements in deep learning have led to the development of neural network-based
models for event extraction, such as Recurrent Neural Networks (RNNs) and
Transformerbased architectures [
        <xref ref-type="bibr" rid="ref13">23</xref>
        ] [
        <xref ref-type="bibr" rid="ref14">24</xref>
        ]. These models have shown promising results in capturing
complex event structures. The ML approaches have not achieved very high-precision
performance due to the lack of enough annotated corpus content for news and documents.
To address this, Han et al. [8] adopted a combination of patterns, ML algorithms and word
embedding technology. Most recent event extraction techniques are based on supervised
methods which heavily depend on manually labeled training data. However, in particular
areas, like financial, medical and judicial face a shortage of labeled data due to the high
cost involved in data labeling process. The unsupervised approaches such as, topic
modelling, graph-based method, clustering techniques are suffered from subpar
performance. There is no noticeable work dedicated to generating vendor insight report
that systematically analyze the sequence of business events associated with vendors.
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. Proposed Methodology</title>
      <p>The research aims to address above mentioned limitations of existing vendor news
analytics solutions by developing an innovative and customizable framework specifically
designed for vendor management. The primary challenge lies in effectively acquiring,
analyzing, and mining key insights from news articles and other textual data sources
related to vendors and events of interest.</p>
      <p>This involves a series of process steps to be followed utilizing data science
methodologies to identify relevant business events from trusted news portals, screen,
analyze, deduplicate news stories, detect sentiment and finally, curate summary and
detailed insight automatically from the digital news sources. The aim is to generate
comprehensive summaries using generative AI techniques and detailed reports that
present the analyzed news data, empowering stakeholders to make informed decisions
and track the trends relevant to vendors. Additionally, the project aims to tackle the
challenge of customizability by developing a domain-specific approach that allows
organizations to tailor analytics capabilities to their unique vendor management
requirements.</p>
      <p>The proposed methodology is a framework comprising several processes. As shown in
the Figure 1, starting with curating trusted and reliable news articles followed by vendor
information such as vendor names, business domain, relationship type, impact level.
Prepare a business event taxonomy in which concern party is interested, as vendors may
involve in multiple business activities simultaneously. A web crawler module effectively
gathers news data from various trusted news sources. Subsequently, this news data
undergoes some preprocessing and filtration based on related domain and vendor
identities. Next, the relevant business events will be extracted from news data using list of
business events of interest. The final summary report will be generated using relevant
business events, its associated information and sentiment of the events.</p>
      <sec id="sec-3-1">
        <title>3.1. Solution Architecture Design</title>
        <p>The proposed solution design adheres to a modular framework, allowing for the
independent tuning and enhancement of each component with minimal repercussions on
the overall system. By integrating cutting-edge methodologies and technologies, we aim to
ensure the delivery of accurate report. Throughout the implementation, multiple
methodologies will be considered and rigorously evaluated, with the goal of selecting the
most effective approaches to achieve superior output. This approach promotes flexibility,
optimization and employs the latest advancements in this field. The framework begins
with news data collection, followed by preprocessing and cleaning the data for event
extraction, as illustrated in step 3, utilizing LLM. Subsequently, in step 4, the extracted
events are then filtered based on business event taxonomy. The sentiment analysis for
each event conducted at step 5 and step 6 involves generating summaries using LLM. The
final report is prepared by combining event sentiment with its corresponding summary.</p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. News Article Extraction</title>
        <p>News articles to be extracted from primary digital news portals using appropriate NLP
libraries; the critical information e.g., news header, news body, news URL, author, and
news date-time etc. to be extracted from the news pages related to each news article.
Custom functions to handle the extraction process across different sources with
modularized configuration.</p>
      </sec>
      <sec id="sec-3-3">
        <title>3.3. Preprocessing and Cleaning</title>
        <p>
          News article filtration relevant to vendor identities using entity extraction techniques,
preprocess, de-duplication. A pivotal aspect of vendor management involves maintaining a
dynamic list of stakeholders for monitoring purposes. This necessitates the extraction of
pertinent information from news articles, particularly focusing on vendors of interest. In
this regard, entity extraction methodologies, such as Named Entity Recognition (NER),
play a pivotal role. Our initiative entailed compiling a list of 200 vendor names relevant to
a specific software consultancy enterprise. Traditional tools like Spacy [
          <xref ref-type="bibr" rid="ref15">25</xref>
          ], NLTK [
          <xref ref-type="bibr" rid="ref16">26</xref>
          ],
Stanford CoreNLP [
          <xref ref-type="bibr" rid="ref17">27</xref>
          ] were initially explored for entity extraction. However, these tools
fell short in efficiently identifying business entities within news articles. In our pursuit of
an effective solution, we turned to Large Language Models (LLMs) and, specifically,
employed GPT-3.5. Leveraging the multifaceted capabilities of LLMs, we aimed to enhance
the precision of vendor name extraction from news articles. Our findings revealed that
GPT-3.5 exhibited superior accuracy in identifying key vendor names compared to
conventional libraries such as Spacy, NLTK, and CoreNLP. To optimize the extraction
process, we devised a meticulously crafted prompt to guide GPT-3.5. This prompt serves
as a directive for the model, ensuring optimal performance in identifying and extracting
vendor names from news articles. In summary, our approach underscores the efficacy of
employing cutting-edge language models like GPT-3.5 for vendor identity extraction from
news articles.
        </p>
      </sec>
      <sec id="sec-3-4">
        <title>3.4. Extracting Relevant Business Events</title>
        <p>Vendor manager has compiled a list of business events of interest such as, acquisition,
investment, security breach, revenue growth etc. which need to be studied from news
articles. However, identifying and extracting business events from unstructured data, like
news article is a challenging task. Most of the previous event-extraction techniques have
only been aimed at general events rather than business events. For instance, automatic
content extraction (ACE), which has been studied in a research program for developing
advanced information extraction technologies [8]. Existing event - extraction methods,
Key business events
&amp; Event Descrip on
extrac on /</p>
        <p>Genera on
CleanedNews Ar cles</p>
        <p>Event
Descrip on</p>
        <p>Sets Business Events of Interest
EventName</p>
        <p>Business</p>
        <p>Events
VectorEmbedding</p>
        <p>VectorEmbedding</p>
        <p>VendorManager
Filter the News Ar cles
based on the
requirements of the
Vendor Management
system
Relevant business events
what Vendor Management
team wants to track</p>
        <p>CosineSimilarityScoring</p>
        <p>
          Score&gt;
Threshold
value?
including natural language processing (NLP), machine learning (ML) and pattern-based
techniques, have struggled to attain satisfactory results when applied to event extraction
task. Machine learning approaches, in particular, have not delivered highly precise results
due to limited availability of well-annotated corpus data for news and documents. On the
other hand, pattern-based methods have not achieved robust recall, which measures the
scope of the approach, largely because of incomplete event patterns and dictionaries [8].
The NLP techniques aims to discover event triggers with specific types and their
arguments from unstructured text and save them in a structured format. But in business
domains, this is still a lack of effective event-extraction approaches [
          <xref ref-type="bibr" rid="ref18">28</xref>
          ] due to some
problems that still need to be solved. Lu et al. [
          <xref ref-type="bibr" rid="ref19">29</xref>
          ] proposed Text2Event, a sequence-to
structure generation paradigm that can directly extract events from the text. However, it is
crucial to note that Text2Event operates at the sentence level, rather than the broader
scope of document-level event extraction. In the context of business event extraction,
which often demands the comprehension of multiple paragraphs or even entire
documents, this limitation becomes apparent.
        </p>
        <p>
          The emergence of large language models such as GPT-3.5 provides an opportunity to
solve language tasks with simple prompts without the need for task-specific datasets and
fine-tuning procedures. Our innovative approach proposes leveraging Large Language
Models (LLMs) for event extraction through prompt engineering. LLMs are trained on
huge and diverse range of textual data and capable of completing tasks that needs broad
understanding of human language, common sense reasoning, and the ability to generate
contextually appropriate responses. Our event extraction methodology involves a
systematic two-step process, as depicted in Figure 3. Initially, in the first step, we utilized
LLM GPT-3.5 model [
          <xref ref-type="bibr" rid="ref20">30</xref>
          ] to identify and extract event names. Subsequently, in the second
step, we focus on extracting event descriptions, which provide associated information
about the business event. Following the extraction of events from the news article, we
proceed to identify the events of interest by cross-referencing them with an event
taxonomy. The cross-reference process aims to find the events which are belonging to
business events taxonomy. We achieve this through calculating the cosine similarity score
between the word embeddings of the extracted event names and the event names in the
taxonomy. To obtain embedding vectors of event names, we utilize the pretrained BERT
embedding model [
          <xref ref-type="bibr" rid="ref5">15</xref>
          ]. Subsequently, we calculate the cosine similarity score among the
extracted event names and the events from the taxonomy. The events with the scores
higher than a threshold value 0.7, are then selected as the final list of business events.
Threshold value used based on manually evaluate the similarity between actual events
and extracted events. Consequently, we filter out the corresponding event descriptions
based on these selected events.
        </p>
      </sec>
      <sec id="sec-3-5">
        <title>3.5. Vendor News Sentiment Analysis</title>
        <p>
          Vendor sentiment analysis will enable organizations to enhance their vendor relationships
by providing near real-time insights into market trends and risk indicators. This analysis
involves assessing the sentiment of each business event and its corresponding description,
capturing both positive and negative sentiments to compile a comprehensive summary
report. There are various techniques, such as lexicon-based approaches, machine learning
models, deep learning neural networks and hybrid approaches are available for sentiment
detection in news articles. Among these techniques, pre-trained language models are
increasingly favored for their ability to capture contextual nuances effectively. In their
work, Sinha et al. [
          <xref ref-type="bibr" rid="ref21">31</xref>
          ] has demonstrated the effectiveness of pre-trained language models.
Specifically, RoBERTa and FinBERT achieve the highest average accuracy of 94.29% and
F1-score of 93.27% respectively. The RoBERTa [
          <xref ref-type="bibr" rid="ref22">32</xref>
          ] is a robustly optimized BERT
pretraining model and FinBERT [
          <xref ref-type="bibr" rid="ref23">33</xref>
          ] is domain specific model which is trained on financial
corpus. In our study to detect sentiment of business events, we employed two pre-trained
models – distilRoBERTa [
          <xref ref-type="bibr" rid="ref24">34</xref>
          ] which has been fine-tuned on financial data specifically for
sentiment analysis, and FinBERT. Following manual verification of the outcomes, it
became evident that distilRoBERTa outperformed FinBERT in terms of performance.
Consequently, the sentiment analysis results obtained from distilRoBERTa were included
in the final report.
        </p>
      </sec>
      <sec id="sec-3-6">
        <title>3.6. Vendor Wise News Summary</title>
        <p>
          Following the extraction of business events and their corresponding description, we
meticulously compiled all pertinent information, including associated sentiments.
Subsequently, we generated a comprehensive abstractive summary reports using 4 tools,
GPT3.5 [
          <xref ref-type="bibr" rid="ref25">35</xref>
          ], T5 [
          <xref ref-type="bibr" rid="ref26">36</xref>
          ], BART [
          <xref ref-type="bibr" rid="ref27">37</xref>
          ] and distilbert [
          <xref ref-type="bibr" rid="ref28">38</xref>
          ] as showed in Figure 4. To assess the
quality of summarization, we employ reference-less measurement techniques.
Referenceless measurement is a mechanism that does not rely on the availability of ground truth
data. Given the cost and subjectivity associated with manually creating summaries, we opt
for reference-less measuring as a more practical approach. In this method, we gauge the
quality of generated summaries without relying on human-written reference summaries.
Our evaluation involves the application of three distinct metrics: SummaQA [
          <xref ref-type="bibr" rid="ref29">39</xref>
          ], BLANC
[
          <xref ref-type="bibr" rid="ref30">40</xref>
          ], and SUPERT [
          <xref ref-type="bibr" rid="ref31">41</xref>
          ], all of which are designed to assess the quality of abstractive
summaries. SummaQA operates on a question-answering basis, scrutinizing the summary
text to ascertain how well it matches the content of the source document in terms of
providing answers to relevant questions. On the other hand, the BLANC method adopts a
strategy where it randomly masks certain tokens within the summary text and then
endeavors to fill these blanks using information extracted from the source document.
Lastly, the SUPERT method employs a process wherein it extracts salient sentences from
the source document and subsequently compares these with the generated summary. Our
analysis reveals that across all three metrics, the overall scores are notably impressive.
This suggests that our abstractive summary generation process is robust and effective in
producing high-quality summaries.
        </p>
        <p>Event
Descrip on1</p>
        <p>Event
Descrip on2
.
.</p>
        <p>Event</p>
        <p>Descrip on3
RelevantBusinessEvents</p>
        <p>Collated</p>
        <p>Event
CombinetheEvent descrip ons
Descrip ons by
News URL</p>
        <p>Abstrac ve
Summariza on</p>
        <p>Generates
• t5-large
• facebook/bart-large-cnn
• sshleifer/distilbart -cnn-12-6
• sshleifer/distilbart -cnn-12-6
• facebook/bart-large-xsum</p>
        <p>NewsSummary
byVendor</p>
      </sec>
      <sec id="sec-3-7">
        <title>3.7. Sector Focus News Summary</title>
        <p>The Sector Focus Summary equips organizations with the insights needed to make
strategic decisions by leveraging trends and risk indicators specific to their industry.
Sector Focused News Summarization is a method that involves collecting, compiling, and
condensing pertinent business events from news articles that pertain to a particular
industry or sector. This summarization process entails aggregating news articles relevant
to a specific industry or sector. To evaluate the quality of sector-wise summaries, we apply
the same measurement techniques used for vendor-wise summary data. As depicted in
Figure 5, three key processes are undertaken to summarize sector-wise news events.
• News Aggregation: This collates news content from various news websites or digital
news platforms. The aggregation process combines business news articles or
information related to a vendor listed events.
• Summarization: After aggregating the news content, it is condensed into crisp /shorter
form. These summaries usually provide key information, highlights or insights from
the original news articles.
• Sector Focused: Aggregation and summaries are done around a specific industry or
sector.</p>
        <p>Aggregated News summary generated for the total 20 industries. The list of industries
is flexible and will depend on the vendors available in the extracted News. These are the
some of the industry sectors that we considered for analysis:
• energy,
• financial services,
• retail,
• automotive industry,
• consumer goods,
• customer services,
• health care,
• media &amp; entertainment.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Result of the Proposed Solution</title>
      <p>We have collected around 250 news articles from 4 trusted news portals. Following the
extraction of events from these articles, we identified 164 events relevant to vendors.
These articles encompass a total of 106 vendors, which we will analyze as part of our
proposed analysis. In these news articles, we covered total 20 industry sectors in our
analysis.</p>
      <sec id="sec-4-1">
        <title>4.1. Result on Business Event Extraction</title>
        <p>We chose Open AI GPT-3.5 as LLM for business event extraction from vendor news articles
during our research. Crafting effective input instructions is crucial for obtaining the
desired output from the Language Model. Through numerous experiments, we developed
a carefully constructed prompt and rigorously tested the output generated by GPT-3.5.
The event extraction prompt follows the format of [system_msg &amp; query prompt]. This
format prompts users to provide specific details for extracting events. Below, we elaborate
on the prompting process and present examples of output events in Table 1 for better
comprehension.</p>
        <p>system_msg = 'You are a business news summarization assistant. Your task is to identify
the top 3 to 5 main business events from the given news articles and provide detailed
descriptions for each event.'</p>
        <p>query = '''Identify and describe the top 3 to 5 main business "Events" and their
comprehensive description "Event description" that includes relevant details in 3-4
sentences for each in JSON structure from the News Article given.</p>
        <p>The tags should be "Business_Events" and attributes "Event" and "Description".
Sample output from zero-shot LLM call:
json_response: json
{
"Business_Events": [
{
"Event": "Apple to Update iPhone 12 in France Due to Radiation Concerns",
"Description": "Apple will deliver a software update for iPhone 12 users in France following fears about radiation
levels detected by French regulators. Sales of iPhone 12 were halted in France after the regulator found excessive
electromagnetic radiation, prompting Apple to address the issue with a software update. The update, specific to France, aims
to comply with the testing protocol used by French regulators and ensure the device meets emissions rules in the country."
},
{
"Event": "ANFR Testing and Compliance for iPhone 12 in France",
"Description": "The radio frequency regulator ANFR in France will test the new software update provided by
Apple to ensure compliance before allowing iPhone 12 sales to resume in the country. The regulator had previously warned
Apple of a potential recall if the radiation issue was not resolved. Regulators from other EU countries like Belgium, the
Netherlands, and Germany are also investigating the matter, potentially leading to broader measures across the EU."
},
{
"Event": "Global Response to iPhone 12 Radiation Concerns",
"Description": "While France has taken action to halt iPhone 12 sales over radiation levels, the UK and US have not
announced any measures. The World Health Organization has stated that low-level electromagnetic fields from mobile
phones are not harmful to humans. Apple has contested the findings in France, emphasizing compliance with emissions rules
worldwide and providing lab results to support its claims."</p>
        <p>}
}</p>
        <sec id="sec-4-1-1">
          <title>Event</title>
          <p>Apple to
update
iPhone 12
in France
General
Motors'
new offer to
avoid strike
GM's offer
details
released
before
strike
deadline
Ford warns
of potential
financial
impact of
meeting
UAW's
demands
General
Motors CEO
frustrated
with
autoworker
strike</p>
        </sec>
        <sec id="sec-4-1-2">
          <title>Event Description</title>
          <p>Apple will deliver a software update
for iPhone 12 users in France after
sales were halted due to concerns
about electromagnetic radiation.
The update will only apply to users
in France, where a specific testing
protocol exists. The radio frequency
regulator ANFR will test the update
for compliance before allowing
iPhone 12 back on sale in the
country.</p>
          <p>General Motors (GM) has made a
new offer to the United Auto
Workers (UAW) union in an attempt
to avoid a strike. The offer includes
significant pay increases, more
vacation days, and better benefits
for retirees. However, it falls short
of the union's demand for a 40%
pay increase over the four years of
the deal.</p>
          <p>GM released details of its new offer
just hours before the UAW's strike
deadline. The UAW had the option
to initiate targeted strikes against
GM, Ford Motor, and Stellantis if
deals were not reached by 11:59
p.m. ET on Thursday. The release of
the offer puts pressure on the UAW
to consider the proposal.</p>
          <p>Ford has warned about the potential
financial impact of meeting the
UAW's demands. Sources from Ford
stated that the automaker would
have lost $14.4 billion over the last
four years if the current demands
had been in effect, instead of
recording nearly $30 billion in
profits. This highlights the
significant financial implications of
the UAW's demands for the
automakers.</p>
          <p>General Motors CEO Mary Barra
expressed frustration with the
autoworker strike and stated that
the company has a compelling offer
for the union, including pay raises,
job security, and healthcare. Barra
emphasized the need for UAW
https://www.c
nn.com/2023/
09/15/busines
s/mary-barragm-ceo-uawstrikeinterview/inde
x.html
https://www.c
nn.com/2023/
09/15/busines
s/mary-barragm-ceo-uawstrikeinterview/inde
x.html</p>
        </sec>
      </sec>
      <sec id="sec-4-2">
        <title>4.2. Result on Sentiment Analysis</title>
        <p>The news sentiment will be included in final summary report generation. We employed 2
different sentiment analysis methods to drill out the business sentiment for the vendor
news.</p>
        <p>
          DistilRoBERTa – This model is a distilled version of the RoBERTa-base model [
          <xref ref-type="bibr" rid="ref22">32</xref>
          ].
Further this model is finetuned on Financial PhraseBank [
          <xref ref-type="bibr" rid="ref32">42</xref>
          ]. further lexicon-based
sentiment analysis tool. This is a rule-based method to classify the sentiments. It’s a
pretrained model on social media and news articles.
        </p>
        <p>
          FinBERT– This is a language model based on BERT for financial NLP tasks. This is also a
powerful pre-trained language model developed by Araci [
          <xref ref-type="bibr" rid="ref23">33</xref>
          ]. They pre-train the model
on financial corpus TRC2-financial which consists of 1.8M news articles that were
published by Reuters between 2008 and 2010 and then further finetune on Financial
PhraseBank.
        </p>
        <p>In some cases, these two methods have shown varying sentiment detection results for
the same news text. However, in the majority of scenarios, the former approach has
demonstrated superior sentiment analysis outcomes. We conducted sentiment analysis on
both event descriptions and vendor-specific summaries, and the sentiment results are
accessible in our Github repository. The distribution of sentiment based on the
DistilRoBERTa model is illustrated in Figures 6 and 7.</p>
      </sec>
      <sec id="sec-4-3">
        <title>4.3. Result on Vendor Wise Summary</title>
        <p>
          In our study, we undertook a comparative analysis of summary generation across four
distinct tools: GPT3.5, T5, BART and Distilbert. To assess the quality of these summaries,
we employed four metrics: BLANC [
          <xref ref-type="bibr" rid="ref33">43</xref>
          ] SummaQA [
          <xref ref-type="bibr" rid="ref34">44</xref>
          ], SUPERT [
          <xref ref-type="bibr" rid="ref35">45</xref>
          ]. The findings
depicted in Figure 8 indicate a noteworthy similarity in summary quality between BART
and DistilBERT. Consequently, for the purpose of our report, we opted to utilize
DistilBERT for generating summaries pertaining to business events.
        </p>
        <p>1
0.8
0.6
0.4
0.2
0</p>
        <p>Summary Quality
BLANC</p>
        <p>SUPERT</p>
        <p>SummaQA
LLM Summary</p>
        <p>T5 Summary</p>
        <p>BART Summary</p>
        <p>Distilbert Summary</p>
      </sec>
      <sec id="sec-4-4">
        <title>4.4. Result on Sector Focus Summary</title>
        <p>We specialize in aggregating business events within specific sectors to provide
comprehensive insights. As an illustration, we have generated a summary report for the
Financial Performance sector by consolidating all relevant events. There is total 20 sectors
identified from the news corpus data. Our analysis demonstrates that DistilBert
consistently produces summaries of the highest quality. Therefore, we leverage this
capability to generate sector-specific summaries efficiently and effectively.</p>
        <p>DistilRoBERTa
Sector Wise Summary Sentiment
Positive</p>
        <p>Negative</p>
        <p>Neutral</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Conclusion</title>
      <p>The research aims at creating a News Analytics Solution using data science methodologies
that can help the organizations to retrieve insights of their vendor or partner information
from trusted news portals. In this research, we have extracted relevant Vendor News
Articles from renowned news channels &amp; portals and generated summary news on the
business events of interest – it will simplify the decision making for vendor managers. This
approach can be extended to other data sources such as blog posts, social media updates
and other textual or multimedia sources from a wide range of digital platforms.</p>
      <p>The goal of this research is to revolutionize vendor management practices within
organizations by harnessing the power of news analytics. By leveraging NLP techniques,
near real-time data analysis, machine learning and Generative AI, the system will provide
organizations with insights and can produce real-time alerts to optimize vendor
management strategies. Ultimately, this research aims to enhance operational efficiency,
reduce risks, and foster stronger and more productive vendor relationships, leading to
improved organizational performance and competitive advantage in the marketplace.
[2] A. Khant and M. Mehta, "Analysis of Financial News Using Natural Language
Processing and Artificial Intelligence.," in 1st INTERNATIONAL CONFERENCE ON
BUSINESS INNOVATION, 2018.
[3] P. Uhr, J. Zenkert and M. Fathi, "Sentiment analysis in financial markets A framework
to utilize the human ability of word association for analyzing stock market news
reports.," in 2014 IEEE International Conference on Systems, Man, and Cybernetics
(SMC), 2017.
[4] M. Vicari and M. Gaspari., "Analysis of news sentiments using natural language
processing and deep learning.," AI &amp; society, vol. 36, pp. 931-937, 2021.
[5] W. Souma, I. Vodenska and H. Aoyama, "Enhanced news sentiment analysis using
deep learning methods.," Journal of Computational Social Science , vol. 2, no. 1, pp.
3346, 2019.
[6] J. Wörner, D. Konadl, I. Schmid and S. Leist., "COMPARISON OF TOPIC MODELLING
TECHNIQUES IN MARKETING-RESULTS FROM AN ANALYSIS OF DISTINCTIVE USE
CASES.," in European Conference on Information Systems (ECIS), 2021.
[7] J. Wörner, D. Konadl, S. Leist and I. Schmid., "MANTRA: A Topic Modeling-Based Tool
to Support Automated Trend Analysis on Unstructured Social Media Data.," in
International Conference on Information Systems (ICIS 2023), Hyderabad, India,
2023.
[8] S. Han, X. Hao and H. Huang, "An event-extraction approach for business analysis
from online Chinese news.," Electronic Commerce Research and Applications , vol. 28,
pp. 244-260, 2018.
[9] R. Kalaiselvi, "Hot News Detection System Using Rule-Based Technique.," Materials</p>
      <p>Today: Proceedings, vol. 24, pp. 2330-2338., 2020.
[10] Z. Lei, L.-d. Wu, Y. Zhang and Y.-c. Liu, "A system for detecting and tracking internet
news event," in In Advances in Multimedia Information Processing-PCM 2005: 6th
Pacific Rim Conference on Multimedia, Jeju Island, Korea, 2005.
[11] M. Liu, Y. Liu, L. Xiang, X. Chen and Q. Yang, "Extracting key entities and significant
events from online daily news.," in In Intelligent Data Engineering and Automated
Learning–IDEAL 2008: 9th International Conference , Daejeon, South Korea, 2008.
Available:
Available:</p>
      <p>Available:</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>A. E.</given-names>
            <surname>Khedr</surname>
          </string-name>
          and
          <string-name>
            <given-names>Y.</given-names>
            <surname>Nagwa</surname>
          </string-name>
          ,
          <article-title>"Predicting stock market behavior using data mining technique and news sentiment analysis,"</article-title>
          <source>International Journal of Intelligent Systems and Applications</source>
          , pp.
          <volume>9</volume>
          (
          <issue>7</issue>
          ):
          <fpage>22</fpage>
          -
          <lpage>30</lpage>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>M.</given-names>
            <surname>Okamoto</surname>
          </string-name>
          and
          <string-name>
            <given-names>M.</given-names>
            <surname>Kikuchi</surname>
          </string-name>
          .,
          <article-title>"Discovering volatile events in your neighborhood: Local-area topic extraction from blog entries</article-title>
          .,
          <source>" in In Information Retrieval Technology: 5th Asia Information Retrieval Symposium</source>
          ,
          <string-name>
            <surname>AIRS</surname>
          </string-name>
          <year>2009</year>
          , Sapporo, Japan,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>F.</given-names>
            <surname>Xu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Uszkoreit</surname>
          </string-name>
          and
          <string-name>
            <given-names>H.</given-names>
            <surname>Li</surname>
          </string-name>
          .,
          <article-title>"Automatic event and relation detection with seeds of varying complexity,"</article-title>
          in
          <source>In Proceedings of the AAAI workshop event extraction and synthesis</source>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>S.-H.</given-names>
            <surname>Hung</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.-H.</given-names>
            <surname>Lin</surname>
          </string-name>
          and
          <string-name>
            <given-names>J.-S.</given-names>
            <surname>Hong</surname>
          </string-name>
          ,
          <article-title>"Web mining for event-based commonsense knowledge using lexico-syntactic pattern matching and semantic role labeling," Expert Systems with Applications</article-title>
          , vol.
          <volume>37</volume>
          , no.
          <issue>1</issue>
          , pp.
          <fpage>341</fpage>
          -
          <lpage>347</lpage>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [15]
          <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>
          and
          <string-name>
            <given-names>K.</given-names>
            <surname>Toutanova</surname>
          </string-name>
          ,
          <article-title>"Bert: Pre-training of deep bidirectional transformers for language understanding,"</article-title>
          arXiv preprint arXiv:
          <year>1810</year>
          .04805 ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>M. E.</given-names>
            <surname>Peters</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Neumann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Iyyer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Gardner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Clark</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Lee</surname>
          </string-name>
          and
          <string-name>
            <given-names>L.</given-names>
            <surname>Zettlemoyer</surname>
          </string-name>
          ,
          <article-title>"Deep contextualized word representations,"</article-title>
          arXiv preprint arXiv:
          <year>1802</year>
          .05365,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>J.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Min</surname>
          </string-name>
          and
          <string-name>
            <given-names>X.</given-names>
            <surname>Huang</surname>
          </string-name>
          ,
          <article-title>"An overview of event extraction and its applications</article-title>
          .,
          <source>" arXiv preprint arXiv:2111.03212</source>
          ,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>J.</given-names>
            <surname>Borsje</surname>
          </string-name>
          ,
          <string-name>
            <surname>F.</surname>
          </string-name>
          <article-title>Hogenboom and</article-title>
          <string-name>
            <given-names>a. F.</given-names>
            <surname>Frasincar</surname>
          </string-name>
          ,
          <article-title>"Semi-automatic financial events discovery based on lexico-semantic patterns,"</article-title>
          <source>International Journal of Web Engineering and Technology</source>
          , vol.
          <volume>6</volume>
          , no.
          <issue>2</issue>
          , pp.
          <fpage>115</fpage>
          -
          <lpage>140</lpage>
          .,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>G.</given-names>
            <surname>Jacobs</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Lefever</surname>
          </string-name>
          and
          <string-name>
            <given-names>V.</given-names>
            <surname>Hoste</surname>
          </string-name>
          ,
          <article-title>"Economic event detection in company-specific news text,"</article-title>
          in In 1st Workshop on Economics and
          <article-title>Natural Language Processing (ECONLP) at Meeting of the Association-for-Computational-Linguistics (ACL</article-title>
          ),
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>B.</given-names>
            <surname>Yang</surname>
          </string-name>
          and
          <string-name>
            <given-names>T.</given-names>
            <surname>Mitchell</surname>
          </string-name>
          .,
          <article-title>"Joint extraction of events and entities within a document context,"</article-title>
          <source>arXiv preprint arXiv:1609.03632</source>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>B.</given-names>
            <surname>Drury</surname>
          </string-name>
          and
          <string-name>
            <surname>J. J. Almeida.</surname>
          </string-name>
          ,
          <article-title>"Identification, extraction and population of collective named entities from business news</article-title>
          .," in In Entity2010-Workshop on Resources and
          <article-title>Evaluation for Entity Resolution</article-title>
          and
          <string-name>
            <given-names>Entity</given-names>
            <surname>Management</surname>
          </string-name>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [22]
          <string-name>
            <surname>A.-L. M. Minard</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Speranza</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          <string-name>
            <surname>Agirre</surname>
            , I. Aldabe,
            <given-names>M. V.</given-names>
          </string-name>
          <string-name>
            <surname>Erp</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Magnini</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          <string-name>
            <surname>Rigau</surname>
            and
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Urizar</surname>
          </string-name>
          ,
          <article-title>"Semeval-2015 task 4: Timeline: Cross-document event ordering,"</article-title>
          in
          <source>In proceedings of the 9th International Workshop on Semantic Evaluation</source>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>D.</given-names>
            <surname>Wadden</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y. L. Ulme</given-names>
            <surname>Wennberg</surname>
          </string-name>
          and
          <string-name>
            <given-names>H.</given-names>
            <surname>Hajishirzi</surname>
          </string-name>
          ,
          <article-title>"Entity, relation, and event extraction with contextualized span representations,"</article-title>
          arXiv preprint arXiv:
          <year>1909</year>
          .03546,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>Q.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Sheng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Cui</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Hei</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Peng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Guo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Beheshti</surname>
          </string-name>
          and
          <string-name>
            <given-names>S.</given-names>
            <surname>Philip</surname>
          </string-name>
          ,
          <article-title>"A survey on deep learning event extraction: Approaches and applications</article-title>
          .,
          <source>" IEEE Transactions on Neural Networks and Learning Systems</source>
          ., vol.
          <volume>14</volume>
          , no.
          <issue>9</issue>
          ,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [25]
          <article-title>"Named Entity Recognition (NER) using spaCy,"</article-title>
          [Online]. Available: https://spacy.io/universe/project/video
          <article-title>-spacys-ner-model-alt</article-title>
          .
          <source>[Accessed 7 March</source>
          <year>2024</year>
          ].
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [26]
          <article-title>"Extracting Information from Text,"</article-title>
          [Online]. https://www.nltk.org/book/ch07.html.
          <source>[Accessed 7 March</source>
          <year>2024</year>
          ].
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [27]
          <article-title>"Named Entity Recognition,"</article-title>
          <string-name>
            <surname>Stanford</surname>
          </string-name>
          , [Online]. https://stanfordnlp.github.io/CoreNLP/ner.html.
          <source>[Accessed 7 March</source>
          <year>2024</year>
          ].
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>E.</given-names>
            <surname>Arendarenko</surname>
          </string-name>
          and
          <string-name>
            <given-names>T.</given-names>
            <surname>Kakkonen</surname>
          </string-name>
          ,
          <article-title>"Ontology-based information and event extraction for business intelligence,"</article-title>
          <source>in In Artificial Intelligence: Methodology</source>
          ,
          <string-name>
            <surname>Systems</surname>
          </string-name>
          , and Applications: 15th International Conference, AIMSA 2012, Varna, Bulgaria,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [29]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Lu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Lin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Xu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Han</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Tang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Liao</surname>
          </string-name>
          and
          <string-name>
            <given-names>S.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <article-title>"ext2Event: Controllable sequence-to-structure generation for end-to-end event extraction,"</article-title>
          <source>arXiv preprint arXiv:2106.09232</source>
          ,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          <source>[30] "GPT-3</source>
          .5 Turbo," OpenAI, [Online]. Available: https://platform.openai.com/docs/models/gpt-3-5-turbo.
          <source>[Accessed 7 March</source>
          <year>2024</year>
          ].
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [31]
          <string-name>
            <given-names>A.</given-names>
            <surname>Sinha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Kedas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Kumar</surname>
          </string-name>
          and
          <string-name>
            <given-names>P.</given-names>
            <surname>Malo</surname>
          </string-name>
          ,
          <article-title>"SEntFiN 1.0: Entity-aware sentiment analysis for financial news,"</article-title>
          <source>Journal of the Association for Information Science and Technology</source>
          , vol.
          <volume>73</volume>
          , no.
          <issue>9</issue>
          , pp.
          <fpage>1314</fpage>
          -
          <lpage>1335</lpage>
          ,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [32]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Ott</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Goyal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Du</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Joshi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Levy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Lewis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Zettlemoyer</surname>
          </string-name>
          and
          <string-name>
            <given-names>V.</given-names>
            <surname>Stoyanov</surname>
          </string-name>
          .,
          <article-title>"Roberta: A robustly optimized bert pretraining approach,"</article-title>
          arXiv preprint arXiv:
          <year>1907</year>
          .11692 ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [33]
          <string-name>
            <given-names>D.</given-names>
            <surname>Araci</surname>
          </string-name>
          ,
          <article-title>"Finbert: Financial sentiment analysis with pre-trained language models,"</article-title>
          arXiv preprint arXiv:
          <year>1908</year>
          .10063,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [34]
          <article-title>"DistilRoberta-financial-sentiment," Huggingface, [Online]</article-title>
          . Available: https://huggingface.co/mrm8488/distilroberta
          <article-title>-finetuned-financial-news-sentimentanalysis</article-title>
          .
          <source>[Accessed 7 March</source>
          <year>2024</year>
          ].
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [35]
          <string-name>
            <given-names>T.</given-names>
            <surname>Brown</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Mann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Ryder</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Subbiah</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. D.</given-names>
            <surname>Kaplan</surname>
          </string-name>
          and
          <string-name>
            <given-names>P.</given-names>
            <surname>Dhariwal</surname>
          </string-name>
          ,
          <article-title>"Language models are few-shot learners,"</article-title>
          <source>in Advances in neural information processing systems</source>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [36]
          <string-name>
            <given-names>C. N. S.</given-names>
            <surname>Raffel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Roberts</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Narang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Matena</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zhou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Li</surname>
          </string-name>
          and
          <string-name>
            <given-names>P. J.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <article-title>"Exploring the limits of transfer learning with a unified text-to-text transformer,"</article-title>
          <source>The Journal of Machine Learning Research</source>
          , vol.
          <volume>21</volume>
          , no.
          <issue>1</issue>
          , pp.
          <fpage>5485</fpage>
          -
          <lpage>5551</lpage>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [37]
          <string-name>
            <given-names>M.</given-names>
            <surname>Lewis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Goyal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Ghazvininejad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Mohamed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Levy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Stoyanov</surname>
          </string-name>
          and
          <string-name>
            <given-names>L.</given-names>
            <surname>Zettlemoyer</surname>
          </string-name>
          ,
          <article-title>"Bart: Denoising sequence-to-sequence pre-training for natural language generation, translation, and comprehension,"</article-title>
          arXiv preprint arXiv:
          <year>1910</year>
          .13461,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [38]
          <string-name>
            <given-names>V.</given-names>
            <surname>Sanh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Debut</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Chaumond</surname>
          </string-name>
          and
          <string-name>
            <given-names>T.</given-names>
            <surname>Wolf</surname>
          </string-name>
          ,
          <article-title>"DistilBERT, a distilled version of BERT: smaller, faster, cheaper and lighter,"</article-title>
          arXiv preprint arXiv:
          <year>1910</year>
          .01108,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [39]
          <string-name>
            <given-names>T.</given-names>
            <surname>Scialom</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Lamprier</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Piwowarski</surname>
          </string-name>
          and
          <string-name>
            <given-names>J.</given-names>
            <surname>Staiano</surname>
          </string-name>
          ,
          <article-title>"Answers unite! unsupervised metrics for reinforced summarization models,"</article-title>
          arXiv preprint arXiv:
          <year>1909</year>
          .01610,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [40]
          <string-name>
            <given-names>O.</given-names>
            <surname>Vasilyev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Dharnidharka</surname>
          </string-name>
          and
          <string-name>
            <surname>J. Bohannon.</surname>
          </string-name>
          ,
          <article-title>"Fill in the BLANC: Human-free quality estimation of document summaries,"</article-title>
          arXiv preprint arXiv:
          <year>2002</year>
          .09836 ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          [41]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Gao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Zhao</surname>
          </string-name>
          and
          <string-name>
            <given-names>S. Eger.</given-names>
            ,
            <surname>"</surname>
          </string-name>
          <string-name>
            <surname>SUPERT</surname>
          </string-name>
          :
          <article-title>Towards new frontiers in unsupervised evaluation metrics for multi-document summarization,"</article-title>
          arXiv preprint arXiv:
          <year>2005</year>
          .03724,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          [42]
          <string-name>
            <given-names>P.</given-names>
            <surname>Malo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Sinha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Korhonen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Wallenius</surname>
          </string-name>
          and
          <string-name>
            <given-names>P.</given-names>
            <surname>Takala</surname>
          </string-name>
          ,
          <article-title>"Good debt or bad debt: Detecting semantic orientations in economic texts,"</article-title>
          <source>Journal of the Association for Information Science and Technology</source>
          , vol.
          <volume>65</volume>
          , no.
          <issue>4</issue>
          , pp.
          <fpage>782</fpage>
          -
          <lpage>796</lpage>
          .,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          [43]
          <article-title>"Evaluation measures,"</article-title>
          <source>Primer.ai</source>
          r, [Online]. https://github.com/PrimerAI/blanc.
          <source>[Accessed 7 March</source>
          <year>2024</year>
          ].
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          [44]
          <article-title>"SummaQA,"</article-title>
          [Online]. Available: https://github.com/ThomasScialom/summa-qa.
          <source>[Accessed 7 March</source>
          <year>2024</year>
          ].
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          [45]
          <article-title>"SUPERT: Unsupervised Multi-Document Summarization Evaluation &amp; Generation,"</article-title>
          [Online]. Available: https://github.com/yg211/acl20-ref
          <string-name>
            <surname>-</surname>
          </string-name>
          free-eval.
          <source>[Accessed 7 March</source>
          <year>2024</year>
          ].
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>