<!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>Extraction of Th</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Litao Lin†</string-name>
          <email>2020114016@njau.edu.cn</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Dongbo Wang</string-name>
          <email>db.wang@njau.edu.cn</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Si Shen</string-name>
          <email>shensi@njust.edu.cn</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>SVM, BERT, Academic full text, Th esis research conclusion, Text</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>College of Information, Management, Nanjing Agricultural University</institution>
          ,
          <addr-line>Nanjing Jiangsu</addr-line>
          <country country="CN">China</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>School of Economics &amp;, Management, Nanjing University of Science and, Technology</institution>
          ,
          <addr-line>Nanjing Jiangsu</addr-line>
          <country country="CN">China</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>mining</institution>
          ,
          <addr-line>Deep learning</addr-line>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2021</year>
      </pub-date>
      <fpage>74</fpage>
      <lpage>76</lpage>
      <abstract>
        <p>hTe extraction of sentences with specific meaning in academic literature is an important work in academic full-text bibliometrics. This research atempts to establish a practical model of extracting conclusion sentences from academic literature. In this research, SVM and SciBERT models were trained and tested using academic papers published in JASIST from 2017 to 2020. eTh experimental results show that SciBERT is more suitable for extracting thesis conclusion sentences and the optimal F1-value is 77.51%.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>CCS CONCEPTS</title>
      <p>hTeory of computation~Theory and algorithms for application
domains~Machine learning theory~Models of learning</p>
    </sec>
    <sec id="sec-2">
      <title>INTRODUCTION</title>
      <p>
        Full-text data of academic literature mainly contains external
characteristics and content characteristics. Since the creation of
citation index by Garfield, citation analysis based on external
characteristics of literature has been widely applied in various
fields. However, due to the limitations of data and technology,
the previous bibliometric have many defects, including rough
statistical method and single indication ability [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Today,
increasingly rich full-text data and evolving machine learning
and deep learning techniques allow researchers to investigate
the content characteristics of academic literature in depth.
Entity extraction and sentence extraction are two important
basic works of full-text bibliometric analysis. At the entity level,
the relevant research mainly includes theory method entity
extraction [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], algorithm entity extraction [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] and software
entity extraction [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. At the sentence level，there are mainly
four research directions, including extraction of experimental
result sentences, extraction of research question sentences,
extraction of research conclusion sentences and extraction of
future work sentences. At present, there are more researches
related to entity extraction and less researches on sentence
extraction.
      </p>
      <p>The research conclusion sentence refers to the sentence that
contains the research conclusion. In the academic full text,
research conclusion sentences are divided into citation research
conclusion sentences and thesis research conclusion sentences.
Citation research conclusion sentences refer to experimental
results and conclusions in quotation sentences, such as ‘Taylor’s
work shows that the special purpose syntactic parsers perform
well on morphological descriptions.’. Thesis research conclusion
is the author's statement of his own research results, such as ‘In
this way, we extended earlier work to the case that the impact
factor can have a value lower than one.’.</p>
      <p>Automatically extracting thesis research conclusion sentences
can promote the development of automatic summarization and
originality evaluation of academic papers. Therefore, this
research attempts to construct an automatic recognition model
of the thesis research conclusion sentence based on the deep
learning techniques.
2
2.1</p>
    </sec>
    <sec id="sec-3">
      <title>CORPUS AND METHOD</title>
    </sec>
    <sec id="sec-4">
      <title>Data Source and Data Annotation</title>
      <p>As for data annotation, first, we use Python's NLTK module to
segment the full text of the paper in sentence units. Then, 7
postgraduates majoring in information science manually
annotated the sentences. For sentences that are not sure how to
label, the decision will be made after group discussion and the
experimenter completes the final review. The discriminant
criteria of the thesis research conclusion sentence are as follows:
(1) Semantically speaking, the sentence content is a summary of
the author's own work experience, observations or actual
research results. (2) The content of the sentence can be a
reasoning and qualitative interpretation of the experimental
Copyright 2021 for this paper by its authors. Use permitted under Creative Commons License Attribution 4.0 International (CC BY 4.0).
results, but it cannot be a straightforward description of the data
of the experimental results.</p>
      <p>
        Data imbalance, that is, the gap between the number of positive
and negative samples used to train the model is too large, which
is one of the most widespread problems in contemporary
machine learning [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. After the annotation is completed, the
thesis research conclusion sentences only account for 3% of the
total corpus (more than 130 thousand sentences in total). In
order to alleviate the problem of data imbalance, we negatively
sampled non-research conclusion sentences to increase the
proportion of thesis research conclusion sentences to 8.9%. The
basic information of the final corpus is shown in Table 1.
SVM and SciBERT are used in this research. SVM is called
support vector machine and it is a classic model for text
classification. In its simplest form, an SVM is able to perform a
binary classification finding the ‘best’ separating hyperplane
between two linearly separable classes. SciBERT [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] is a deep
learning model based on the BERT architecture [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], which is
trained on the full text corpus of 1.14 million scientific and
technological documents. SciBERT uses the same configuration
and size as BERT-base [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] in the construction process, and it
performs better than BERT-Base on natural language processing
tasks in scientific literature.
3
      </p>
    </sec>
    <sec id="sec-5">
      <title>EXPERIMENT</title>
      <p>Before the start of the formal experiment, we tested different
hyper parameters combinations on a small part of the
experimental corpus to explore the optimal settings for SVM and
SciBERT. At the same time, considering the performance of the
computer hardware used in the experiment, the final hyper
parameters are set as follows. SciBERT
(scibert-scivocabuncased): 256 for Maximum sequence length, 64 for batch size,
2e-5 for learning rate, 3 for training epoch, case insensitive. The
penalty function of SVM is set to 2, the kernel function is RBF,
and TF-IDF is used to vectorize the text. The research uses a
tenfold cross-validation strategy, and the operating effect of the
model is measured by Precision, Recall and F1-Value. Table 2
shows the results of the experiment.</p>
      <p>SVM</p>
      <p>MIN
AVG
MAX
MIN
AVG</p>
      <p>Compared to the sentences extracted by the SciBERT model with
the manually annotated sentences, recognition errors of the
SciBERT that have been discovered are as follows: (1)
Recognizing the sentence describing the graph as the thesis
research conclusion sentence. The possible reason for this
problem is that the sentence describing the graph normally has
phrases such as "as shown in" at the beginning, and these words
are also important features of the thesis research conclusion
sentence. (2) Recognizing research hypothesis sentences as thesis
research conclusion sentences. According to observations, the
thesis conclusion sentence is similar to the hypothesis sentence
in terms of grammar and semantics. (3) Recognizing citation
conclusion sentences without quotation mark as thesis research
conclusion sentence. It indicates that some special words or
symbols may afect the judgment of the model.
4</p>
    </sec>
    <sec id="sec-6">
      <title>CONCLUSION &amp; FUTURE WORK</title>
      <p>This research provides a practical method for extracting
conclusion sentences of thesis research from academic literature.
This research shows that SciBERT is relatively superior than
SVM for automatically extracting thesis conclusion sentences.
This research uses a negative sample strategy to alleviate the
problem of data imbalance and to enable faster model
optimization, which may reduce the complexity of negative
samples. Therefore, data augmentation needs to be achieved by
adding more positive samples in the future. In addition, the
position of the sentence in the article also needs to be considered
to optimize the performance of the model. Finally, some research
conclusion sentences extracted contain pronouns and do not
have perfect semantics when read alone. Therefore, research on
Co-Reference Resolution should be carried out.</p>
    </sec>
    <sec id="sec-7">
      <title>ACKNOWLEDGMENTS</title>
      <p>hTe authors acknowledge the National Natural Science
Foundation of China (Grant Numbers:71974094) for financial
support.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>C.</given-names>
            <surname>Lu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Ding</surname>
          </string-name>
          and
          <string-name>
            <given-names>C.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <article-title>Understanding the impact change of a highly cited article: a content-based citation analysis</article-title>
          ,
          <source>SCIENTOMETRICS</source>
          , vol.
          <volume>112</volume>
          , pp.
          <fpage>927</fpage>
          -
          <lpage>945</lpage>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>H.</given-names>
            <surname>Zhang</surname>
          </string-name>
          and
          <string-name>
            <given-names>C.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <article-title>Using Full-text Content of Academic Articles to Build a Methodology Taxonomy of Information Science in China, ArXiv</article-title>
          , vol.
          <source>abs/2101.07924</source>
          ,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Wang</surname>
          </string-name>
          and
          <string-name>
            <given-names>C.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <article-title>Using the full-text content of academic articles to identify and evaluate algorithm entities in the domain of natural language processing</article-title>
          ,
          <source>J INFORMETR</source>
          , vol.
          <volume>14</volume>
          , pp.
          <fpage>101091</fpage>
          -
          <lpage>101091</lpage>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>X.</given-names>
            <surname>Pan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Yan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Wang</surname>
          </string-name>
          , and
          <string-name>
            <given-names>W.</given-names>
            <surname>Hua</surname>
          </string-name>
          ,
          <article-title>Assessing the impact of software on science: A bootstrapped learning of software entities in full-text papers</article-title>
          ,
          <source>J. Informetrics</source>
          , vol.
          <volume>9</volume>
          , pp.
          <fpage>860</fpage>
          -
          <lpage>871</lpage>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>K.</given-names>
            <surname>Micha</surname>
          </string-name>
          ,
          <article-title>Radial-Based Undersampling for imbalanced data classification</article-title>
          ,
          <source>PATTERN RECOGN</source>
          , vol.
          <volume>102</volume>
          ,
          <fpage>2020</fpage>
          -
          <volume>06</volume>
          -23
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>I.</given-names>
            <surname>Beltagy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Cohan</surname>
          </string-name>
          and
          <string-name>
            <given-names>K.</given-names>
            <surname>Lo</surname>
          </string-name>
          ,
          <article-title>SciBERT: Pretrained Contextualized Embeddings for Scientific Text</article-title>
          ,
          <source>ArXiv</source>
          , vol. abs/
          <year>1903</year>
          .10676,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>J.</given-names>
            <surname>Devlin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.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>
          , BERT:
          <article-title>Pre-training of Deep Bidirectional Transformers for Language Understanding</article-title>
          ,,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>