<!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>Abstract of News Text Based on Theme and Emotional Relationship 1</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Hui Huang</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Qing-tao Zeng</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Beijing Institute of Graphic Communication</institution>
          ,
          <addr-line>Beijing</addr-line>
          ,
          <country country="CN">China</country>
        </aff>
      </contrib-group>
      <fpage>92</fpage>
      <lpage>99</lpage>
      <abstract>
        <p>In the current rapidly developing society, people can easily and quickly get all kinds of news information from the Internet, such as browsing micro-blogs. Which contains a large amount of news text with emotion, the positive or negative emotional news subtly changing people's attitude to current events, affect social development situation of the news public opinion, the existing text based methods tend to consider factors such as the theme and sentence features, unable to get the text with emotional opinions in this paper. Therefore, this paper proposes a sentiment summarization method of Chinese news text which integrates sentence sentiment and topic similarity. In the in-depth analysis of TextRank graph model algorithm, the relationship between nodes in the model and the calculation of edge weight are improved through the integration of emotion information, and the sentence emotion weight with emotion is obtained. Then, by synthesizing the sentence emotion and topic relevance and other factors, the weight parameter is used to balance, and the sentence weight which integrates the sentence emotion and topic similarity is obtained. Finally, the emotion summary of news text is obtained.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Abstract of text</kwd>
        <kwd>Sentence emotion</kwd>
        <kwd>TextRank</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
    </sec>
    <sec id="sec-2">
      <title>2. Related work</title>
    </sec>
    <sec id="sec-3">
      <title>2.1 LDA model</title>
      <p>The basic idea of LDA model is to describe documents as topic probability distribution and further
describe topics as lexical item probability distribution [3]. The LDA model is a 3-layer Bayesian structure,
and its LDA graph model is shown in Figure 1. Among them, the gray circle represents the observed</p>
      <sec id="sec-3-1">
        <title>The meanings of each symbol are shown in Table 1.</title>
        <p>variable, the white circle represents the hidden variable, the arrow represents the association between the
variables.</p>
        <p>In the above generation process, the joint probability of all observed variables and implied variables
under a given hyperparameter is
β
symbol
β
α
 ,
 ,
|D|

K
V</p>
        <p>meaning</p>
        <sec id="sec-3-1-1">
          <title>Hyperparameters of term distribution</title>
        </sec>
        <sec id="sec-3-1-2">
          <title>The hyperparameters of the topic distribution</title>
        </sec>
        <sec id="sec-3-1-3">
          <title>Word distribution under topic k</title>
        </sec>
        <sec id="sec-3-1-4">
          <title>The first n subject word in document d</title>
        </sec>
        <sec id="sec-3-1-5">
          <title>The theme distribution of document d</title>
        </sec>
        <sec id="sec-3-1-6">
          <title>The first n word item in document d</title>
        </sec>
        <sec id="sec-3-1-7">
          <title>Total number of documents in the corpus</title>
        </sec>
        <sec id="sec-3-1-8">
          <title>Number of topics</title>
        </sec>
        <sec id="sec-3-1-9">
          <title>Number of words The total number of words in the d document</title>
          <p>p  ,  , θ , Φ|α, β = 
, | ,
p ,  . p  |α . p Φ|β
p  |α, β =</p>
          <p>|α .  Φ|β .
,  ,   , θ Φdθ
=
Probability of obtaining document i by integrating θ , z,
and Φ
The whole corpus D=w
generate probability:
||</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>2.2 Similarity calculation</title>
      <p>Word similarity calculation has been widely used in various fields of automatic question answering
system, word semantic disambiguation, information retrieval and so on [4]. The essence of Chinese
sentence similarity is sentence semantic similarity, which involves semantic, syntactic, lexical and other
factors.</p>
      <p>In this paper, the semantic similarity calculation method of CNKI is used to calculate the semantic
distance between words. The semenes in "Knowledge Network" have a hierarchical relationship. In this
paper, we use the upper and lower relationship between the basic semenes and the basic semenes to
calculate the similarity between semenes. The following formula is used to calculate the semantic
similarity between Chinese words:
sim  ,</p>
      <p>=
 , 
, … , 
…,…
and 
Where, 
and 
are two basic semenes, 
is a variable parameter, and  is the path length
between semenes in the hierarchy. The process of calculating the semantic similarity of two words is the
process of calculating the maximum sememe similarity between words:
max
For the sentence 
= 
,
= 
, … , 
to carry out pairwise
similarity calculation for each word in sentence 
and sentence  , and take the maximum value of
each word in the calculation process as the similarity weight of this word. By summing and standardizing
the lexical similarity between sentences, the sentence semantic similarity formula is finally obtained:
,
,
(4)
(5)
（6）
  , 
=
∑ …,…
| |
| |</p>
    </sec>
    <sec id="sec-5">
      <title>3. Emotional Summary</title>
      <p>Sentiment summarization of news text is based on the common representation of text summarization
and sentiment analysis. Abstract is the expression of the core content of the text, and the theme is the
basis to represent the central idea of the text. Topic-based Chinese news text classification relies on the
relationship between text sentences and topics. The text content can be classified effectively through the
topic extraction of text content and the calculation of sentence topic orientation.</p>
    </sec>
    <sec id="sec-6">
      <title>3.1 Sentiment summary process</title>
      <p>The topic sentence association is divided into two parts: first, the topic model is used to extract the
topic of the text content; The second is to calculate the similarity between the sentences in the text and
each topic as the grouping basis. Firstly, the semantic similarity calculation method of CNKI is used to
calculate the similarity between text sentences, and then the sentiment dictionary is constructed to extract
the sentiment words in text sentences and identify the sentiment polarity of the sentiment words. This
paper uses part-of-speech tagging and dependency parsing to extract content words and topic features
from sentences in the text, and constructs an emotional sememe with the binary structure of "central
word, affective word polarity" as the basic unit of sentence emotional semantics. The emotional
similarity of sentences is calculated according to the co-occurrence rate of emotional sememes in
sentences. Finally, a two-layer affective semantic graph model is constructed, which takes sentences as
nodes, emotional similarity value and semantic similarity value as path weights between sentences,
respectively. The affective semantic weights of the final sentences are obtained by graph calculation. By
sorting the emotional semantic weight set of the obtained text sentences, the sentences with larger
emotional semantic weight in the text are extracted proportionally as the final text sentiment summary
result.
Text corpora</p>
      <p>Preprocessing
of text</p>
      <p>LDA topic
extraction</p>
      <p>Topic
sentences
associate
group sets</p>
      <p>El-textrank</p>
      <p>Emotion
Summary</p>
      <p>In this
paper, the
results
Traditional
feature
fusion</p>
      <p>The
keyword
Position
of the
sentence
Sentence
length
similarity
calculation
Semantic
similarity
calculation</p>
    </sec>
    <sec id="sec-7">
      <title>3.2 Improved TextRank algorithm with semantic emotion</title>
      <p>In an article, the sentences with rich emotion sometimes can not express the central idea of the text
well, and the sentences with a high degree of agreement with the central idea of the text sometimes lack
appropriate expression of emotion. Therefore, we need to take into account both the semantic importance
and the emotional importance of sentences.</p>
      <p>In this paper, the semantic similarity and emotional semantic similarity of sentences in the text are
graphically calculated, and the two are statistically calculated</p>
      <p>Finally, the emotion ranking result set of sentences is obtained. Figure 3 shows the El-Textrank graph
model integrating semantic affective relationships.</p>
      <p>The upper layer is the emotion model: G = ν, , 
, ν is the set of sentences， is the emotion
relationship between sentences，</p>
      <p>is the corresponding emotion similarity weight, se is the emotion
weight of sentence node. The lower layer is the semantic layer: G = ν, , 
, where  is the
semantic relationship between sentences,</p>
      <p>is the corresponding semantic similarity weight, and ss is
the semantic weight of sentence nodes. The sentiment layer is associated with the semantic layer to
calculate the sentiment ranking of text sentences.</p>
      <p>In this paper, the sentence similarity calculation based on statistics in TextRank algorithm is replaced
by the sentence similarity calculation method based on semantics, so as to improve the sentence
similarity calculation effect in the field of news text. The method of obtaining sentence similarity weights</p>
      <p>Emotional layer
Semantic layer
by word co-occurrence in text graph nodes is converted to the method of calculating sentence semantic
similarity weights, and then the improved EL-Textrank formula is obtained:
 
= 1 −  +  ∙ ∑ ∈
∑
∙
+ ∑
.</p>
      <p>∙ 
(7)</p>
      <p>Where,  is the normalization factor (generally 0.85), ω and λ are the proportional parameters that
bisect the semantic weight and the emotional weight, respectively. E is the semantic similarity weight of
sentence, and L is the emotional similarity weight of sentence.</p>
      <p>We use the El-Textrank algorithm to rank the sentence semantic emotional importance of the
sentences in the topic sentence association group, and determine the number of important sentences
extracted from each group according to the number of sentences in each group, and finally obtain the
emotion summary of the text.</p>
    </sec>
    <sec id="sec-8">
      <title>4. The experiment</title>
    </sec>
    <sec id="sec-9">
      <title>4.1 The experimental data</title>
      <p>The experimental corpus used in this paper is 250 news texts from NLPCC 2018 Weibo guided
Chinese News Digest evaluation task. It includes topics such as society, politics, economy, culture,
education and life, and also includes two kinds of standard abstracts to evaluate the system abstracts.
According to the requirements of the evaluation, the artificial emotion summary is processed, and the
consistency of the preprocessing results is checked, and the final text corpus is used as the evaluation
data.</p>
    </sec>
    <sec id="sec-10">
      <title>4.2 Evaluation standard</title>
      <p>Chin-yew Lin[5] et al., inspired by BLEU's automatic evaluation method, developed an automatic
ROUGE evaluation method applied in the field of automatic text summarization. The evaluation tool
used in this paper is Rouge-1.5.5 provided by the government. This method evaluates the automatic
digest by counting the total number of reproduction units between the automatic digest and the standard
digest. Rouge-1, Rouge-2, Rouge-3, Rouge-W and ROUGE-SU* are the important indexes for
evaluating the quality of digest. Rouge-n (based on N-gram co-occurrence statistics) is the recall rate of
N-gram grammar, Rouge-L and Rouge-w are the longest common subsequence and the longest weighted
common subsequence, respectively. The formula of Rouge-N is as follows：</p>
      <p>ROUGE − N =
∑∈
∑∈
∑∈
∑∈
(8)</p>
      <p>Where N stands for the length of N-gram,   −  is the total number of  −
 reproduced by automatic and standard abstracts under test, and   −  is the total
number of  −  in standard abstracts.</p>
      <p>Among the evaluation indexes, Rouge-1 reflects the ability of the abstract generated by the automatic
summarization system to summarize the main content of the original document, that is, the extent of
covering the important information of the original document. Rouge-2, Rouge-3, Rouge-4, Rouge-W
reflect the readability and coherence of automatic summarization. Because the evaluation tool ROUGE
is mainly used to measure the ability to contain the content of the standard summary by the recurrence
number of the system summary and the standard summary, the Rouge-N method is the most commonly
used and the most important evaluation index, and the Rouge-1 and Rouge-2 can best reflect that the
system summary is close to the standard summary. Therefore, Rouge-1 and Rouge-2 are used in this
paper to evaluate the content integrity, semantic readability and coherence of emotional summaries of
news texts. Rouge-1 [6] is recognized as the evaluation parameter that can best reflect the system
summary close to the standard summary.
0.16
0.14
0.12
0.1
se 0.08
u
la 0.06
*v 0.04
SU 0.02
-E 0
G
U
O
R
0.16
0.14
0.12
-W0.1
EG0.08
U
O0.06
R
0.04
0.02
0</p>
      <sec id="sec-10-1">
        <title>Proportion of number of topics</title>
        <p>Through the analysis of the experimental results of topic extraction, the ROUGE-SU* value is the
best when the number of topics accounts for 30% of the text sentences.</p>
        <p>2) Keywords extraction experiment: In the process of the experiment, we conducted 8 groups of
experiments on the test dataset, respectively selecting 5, 10, 15, 20, 25, 30, 35 and 40 keywords, and
conducting text summarization experiments on different number of selected keywords. The final
experimental results are shown in Figure 5.
4.3 The experimental setup</p>
        <p>1) Topic Extraction experiment: In the topic extraction experiment, we set the proportion of
sentences occupied by topics to obtain the number of topics extracted under the optimal text
summarization result. We used 10% topic proportion interval as the experimental comparison distance,
and ROUGE-SU* was used as the standard to evaluate the impact of the proportion of topic number in
the text sentence set on the text summary. The change of ROUGE-SU* value under different topic
number ratio is shown in Figure 4.</p>
        <p>5</p>
        <p>By analyzing the experimental results of the sample dataset, we find that the Rouge-W value of the
text abstract is optimal when the number of keywords is 25 in the microblog oriented news articles.</p>
        <p>3) Emotion fusion experiment: EL-textrank is used to train the similarity between emotion
sememe and semantic, and the weighted parameters ω and λ of the optimal semantic feature value and
the optimal emotion feature value are 0.6 and 0.4, respectively (ω+λ=1.0). The experimental process is
shown in Table 2:</p>
        <p>COMPARISON OF SENTIMENT SUMMARY EVALUATION UNDER DIFFERENT EIGENVALUE PARAMETERS

method using PageRank algorithm with the topic-based El-Textrank sentiment summarization method
in this paper. The comparison results are shown in Table 3:
new algorithm and combining the traditional multi-feature fusion to obtain summaries.</p>
      </sec>
    </sec>
    <sec id="sec-11">
      <title>5. Conclusion</title>
    </sec>
    <sec id="sec-12">
      <title>6. References</title>
      <p>In this paper, a theme-based EL-Textrank sentiment summarization method is adopted, which fully
considers the influence of multi-topic convergence in news text on the abstract content. Meanwhile, on
the basis of the similarity between sentences and topics, semantic features and emotional features are
fused under the grouping of topic sentences, which makes the summarization result more stable and
efficient. The operability of the method is also relatively strong.
[1] Cardie C . Sentiment Analysis and Opinion Mining[J]. Synthesis Lectures on Human Language
Technologies, 2014, 30(1):152-153.
131.DOI:/10.1016/j.csl.2017.07.004.</p>
      <p>45.
[2] Chen Y ,</p>
      <sec id="sec-12-1">
        <title>Pang B ,</title>
      </sec>
      <sec id="sec-12-2">
        <title>Shao G , et al. Erratum to "DGA-Based Botnet Detection Toward</title>
        <p>Imbalanced Multiclass Learning" by Yijing Chen, Bo Pang, Guolin Shao, Guozhu Wen, and</p>
      </sec>
      <sec id="sec-12-3">
        <title>Xingshu Chen[J]. Tsinghua Science and Technology, 2021, 26(5):790-790. [3] Figueroa G. Chen P C. Chen Y S.RankUp: Enhancing Graph-based Keyphrase Extraction Methods with</title>
      </sec>
      <sec id="sec-12-4">
        <title>Error-feedback</title>
      </sec>
      <sec id="sec-12-5">
        <title>Propagation[J].</title>
      </sec>
      <sec id="sec-12-6">
        <title>Computer</title>
      </sec>
      <sec id="sec-12-7">
        <title>Speech</title>
        <p>&amp;</p>
        <p>Language,2018,47:112[4] JI Wen-Qian Ji, LI Zhou-Jun Li, CHAO Wen-Han Chao, et al. Sentence similarity calculation and
its application in automatic abstract system[J]. Intelligent Information Management, 2009,
1(1):38[5] Masuda K , Yukawa E , Nitta N , et al. The Evaluation of the Visual Function in Glaucoma
Using the Newly Developed Letter Charts Under Fundus-Related[J]. software engineering ieee
transactions on, 2009, 23(12):777-799.
[6] Lin C Y , Hovy E . Automatic evaluation of summaries using N-gram co-occurrence
statistics[C]// Conference of the North American Chapter of the Association for Computational
Linguistics on Human Language Technology. Association for Computational Linguistics, 2003.</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list />
  </back>
</article>