<?xml version="1.0"?><!DOCTYPE article SYSTEM "/project/take/software/searchbench_offline_processing/paperxml_generator/aclextractor/src/python/../resource/dtd/paperxml.dtd"><article><header><firstpageheader><page local="1" global="166"/><title>WINGNUS: Keyphrase Extraction Utilizing Document Logical Structure</title><pubinfo>Proceedings of the 5th International Workshop on Semantic Evaluation, ACL 2010,pages 166-169, Uppsala, Sweden, 15-16 July 2010. ©2010 Association for Computational Linguistics</pubinfo><author surname="Nguyen" givenname="Thuy Dung"><org  name="Konan University" country="Japan" city="Kobe"/></author><author surname="Luong" givenname="Minh-Thang"><org  name="Konan University" country="Japan" city="Kobe"/></author></firstpageheader><frontmatter><p><b>WINGNUS: Key phrase Extraction Utilizing Document Logical Structure</b></p><p><b>Thuy Dung Nguyen</b></p><p>Department of Computer Science</p><p>School of Computing National University of Singapore nguyenl4@comp.nus.edu.sg</p><p><b>Minh-Thang Luong</b></p><p>School of Computing National University of Singapore luongmin@comp.nus.edu.sg</p></frontmatter><abstract>We present a system description of the WINGNUS team work<footnote anchor="1"/> for the SemEval-2010 task #5 Automatic Keyphrase Ex­traction from Scientific Articles. A key feature of our system is that it utilizes an inferred document logical structure in our candidate identification process, to limit the number of phrases in the candidate list, while maintaining its coverage of impor­tant phrases. Our top performing system achieves an Fi of 25.22% for the com­bined keyphrases (author and reader as­signed) in the final test data. We note that the method we report here is novel and or­thogonal from other systems, so it can be combined with other techniques to poten­tially achieve higher performance. </abstract></header><body><section number="1" title="Introduction"><p>Keyphrases are noun phrases (NPs) that capture the primary topics of a document. While benefi­cial for applications such as summarization, clus­tering and indexing, only a minority of documents have manually-assigned keyphrases, as it is a time-consuming process. Automatic keyphrase genera­tion is thus a focus for many researchers.</p><p>Most existing keyphrase extraction systems view this task as a supervised classification task in two stages: generating a list of candidates - <i>can­didate identification; </i>and using answer keyphrases to distinguish true keyphrases - <i>candidate selec­tion. </i>The selection model uses a set of features that capture the saliency of a phrase as a keyphrase. A major challenge of the keyphrase extraction task lies in the candidate identification process. A narrow candidate list will overlook some true keyphrases (favoring precision), whereas a broad list will produce more errors and require more pro­cessing in latter selection stage (favoring recall).</p><footnote label="1">This work was supported by a National Research Foun­dation grant "Interactive Media Search" (grant # R-252-000-325-279).</footnote><p>In our previous system (Nguyen and Kan, 2007), we made use of the document logical struc­ture in the proposed features. The premise of this earlier work was that keyphrases are distributed non-uniformly in different logical sections of a pa­per, favoring sections such as <i>introduction, </i>and <i>related work. </i>We introduced features indicating which sections a candidate occurrs in. For our fielded system in this task (Kim et al., 2010), we further leverage the document logical structure for both candidate identification and selection stages.</p><p>Our contributions are as follows: 1) We suggest the use of Google Scholar-based crawler to auto­matically find PDF files to enhance logical struc­ture extraction; 2) We provide a keyphrase distri­bution study with respect to different logical struc­tures; and 3) From the study result, we propose a candidate identification approach that uses logical structures to effectively limit the number of candi­dates considered while ensuring good coverage.</p></section><section number="2" title="Preprocessing"><p>Although we have plain text for all test input, we posit that logical structure recovery is much more robust given the original richly-formatted docu­ment <i>{e.g., </i>PDF), as font and formatting informa­tion can be used for detection. As a bridge be­tween plain text data provided by the organizer and PDF input required to extract formatting fea­tures, we first describe our <i>Google Scholar-based crawler </i>to find PDFs given plain texts. We then detail on the <i>logical structure extraction </i>process.</p><p><b>Google Scholar-based Paper Crawler</b></p><p>Our crawler<footnote anchor="2"/> takes inputs as titles to query Google Scholar (GS) by means of web scraping. It processes GS results and performs approximate ti­tle matching using character-based <i>Longest Com­mon Subsequence </i>similarity.<page local="2" global="167"/> Once a matching ti­tle with high similarity score (&gt; 0.7 experimen­tally) is found, the crawler retrieves the list of available PDFs, and starts downloading until one is correctly stored. We enforce that PDFs accepted should have the OCR texts closely match the pro­vided plain texts in terms of lines and tokens.</p><footnote label="2">http://wing.comp.nus.edu.sg/~lmthang/GS/</footnote><p>In the keyphrase task, we approximate the title inputs to our crawler by considering the first two lines of each plain text provided. For 140 train and 100 test input documents, the crawler down­loaded 117 and 80 PDFs, of which 116 and 76 files are correct, respectively. This yields an accept­able level of performance in terms of (Precision, Recall) of (99.15%, 82.86%) for train and (95%, 76%) for test data.</p><p><b>Logical Structure Extraction</b></p><p>Logical structure is defined as "a hierarchy of log­ical components, for example, titles, authors, affil­iations, abstracts, sections, etc." in (Mao et al., 2003). Operationalizing this definition, we em­ploy an in-house software, called SectLabel (Lu-ong et al., to appear), to obtain comprehensive logical structure information for each document. SectLabel classifies each text line in a scholarly document with a semantic class <i>(e.g., title, header, bodyText). </i>Header lines are furthered classified into generic roles <i>{e.g., abstract, intro, method).</i></p><p>A prominent feature of SectLabel is that it is capable of utilizing rich information, such as font format and spatial layout, from an optical char­acter recognition (OCR) output if PDF files are present<footnote anchor="3"/>. In case PDFs are unavailable, SectLa­bel still handles plain text based logical structure discovery, but with degraded performance.</p></section><section number="3" title="Candidate Phrase Identification"><p><b>Phrase Distribution Study</b></p><p>We perform a study of keyphrase distribution on the training data over different logical structures (LSs) to understand the importance of each sec­tion within documents. These LSs include: <i>ti­tle, headers, abstract, introduction </i>(intro), <i>related work </i>(rw), <i>conclusion, </i>and <i>body text<footnote anchor="4"/> </i>(body).</p><footnote label="3">We note that the PDFs have author assigned keyphrases of the document, but we filtered this information before pass­ing to our keyphrases system to ensure a fair test.</footnote><footnote label="4">We utilize the comprehensive output of our logical struc­ture system to filter out copyright, email, equation, figure,</footnote><p>We make a key observation that within a para­graph, important phrases occur mostly in the first <i>n</i><i> </i>sentences. To validate our hypothesis, we con­sider keyphrase distribution over <i>bodyn, </i>which is the subset of all of the <i>body </i>LS, limited to the first <i>n </i>sentences of each paragraph <i>(n = </i>1,2, 3 experi­mentally).</p><p>Table 1 : Keyphrase distribution over different log­ical structures computed from the 144 training documents. The type counts of author-assigned (ath), reader-assigned (rder) and combined (comb) keyphrases are shown. <i>Sent </i>indicates the number of sentences in each LS. The <i>Den </i>column gives the density of keyphrases for each LS.</p><p>Results in Table 1 show that individual LSs (title, headers, abstract, intro, rw, concl) con­tain a high concentration (i.e., density &gt; 0.2) of keyphrases, with <i>title </i>and <i>abstract </i>having the highest density, and <i>intro </i>being the most dominant LS in terms of keyphrase count. With all these LSs and <i>body, </i>we obtain the <i>full </i>setting, covering 1994/2059=96.84% of all keyphrases appearing in the original text, <i>fulltext, </i>while effectively reduc­ing the number of processed sentences by more than two-thirds.</p><p>Considering only the first sentence of each para­graph in the body text, <i>bodyi, </i>yields fair keyphrase coverage of 1035/1411=73.35% relative to that of <i>fulltext. </i>The number of lines to be processed is much smaller, about a third, which validates our aforementioned hypothesis.</p><p><b>Keyphrase Extraction</b></p><p>Results from the keyphrase distribution study mo­tivates us to further explore the use of logical structures (LS). The idea is to limit the search scope of our candidate identification system while maintaining coverage.   We propose a new ap-</p><p><i>caption, footnote, </i>and <i>reference </i>lines.</p><table class="main" frame="box" rules="all" border="0" regular="False"><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p></p></td><td class="cell"><p><b>Ath</b></p></td><td class="cell"><p><b>Rder</b></p></td><td class="cell"><p><b>Com</b></p></td><td class="cell"><p><b>Sent</b></p></td><td class="cell"><p><b>Den</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>title</p></td><td class="cell"><p>142</p></td><td class="cell"><p>175</p></td><td class="cell"><p>251</p></td><td class="cell"><p>122</p></td><td class="cell"><p><b>2.06</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>headers</p></td><td class="cell"><p>158</p></td><td class="cell"><p>342</p></td><td class="cell"><p>425</p></td><td class="cell"><p>1,893</p></td><td class="cell"><p>0.22</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>abstract</p></td><td class="cell"><p>276</p></td><td class="cell"><p>745</p></td><td class="cell"><p>897</p></td><td class="cell"><p>1,124</p></td><td class="cell"><p><b>0.80</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>intro</p></td><td class="cell"><p>335</p></td><td class="cell"><p>984</p></td><td class="cell"><p><b>1,166</b></p></td><td class="cell"><p>4,338</p></td><td class="cell"><p>0.27</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>rw</p></td><td class="cell"><p>160</p></td><td class="cell"><p>345</p></td><td class="cell"><p>443</p></td><td class="cell"><p>1,945</p></td><td class="cell"><p>0.23</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>concl</p></td><td class="cell"><p>227</p></td><td class="cell"><p>488</p></td><td class="cell"><p>616</p></td><td class="cell"><p>1,869</p></td><td class="cell"><p>0.33</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>body</p></td><td class="cell"><p>398</p></td><td class="cell"><p>1,175</p></td><td class="cell"><p><b>1,411</b></p></td><td class="cell"><p>39,179</p></td><td class="cell"><p>0.04</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>full</p></td><td class="cell"><p>465</p></td><td class="cell"><p>1,720</p></td><td class="cell"><p><b>1,994</b></p></td><td class="cell"><p>50,512</p></td><td class="cell"><p>0.04</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>bodyi</p></td><td class="cell"><p>333</p></td><td class="cell"><p>839</p></td><td class="cell"><p><b>1,035</b></p></td><td class="cell"><p>11,280</p></td><td class="cell"><p>0.09</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>body2</p></td><td class="cell"><p>366</p></td><td class="cell"><p>980</p></td><td class="cell"><p>1,197</p></td><td class="cell"><p>20,024</p></td><td class="cell"><p>0.06</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>body3</p></td><td class="cell"><p>382</p></td><td class="cell"><p>1,042</p></td><td class="cell"><p>1,269</p></td><td class="cell"><p>26,163</p></td><td class="cell"><p>0.05</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>fulltext</p></td><td class="cell"><p>480</p></td><td class="cell"><p>1,773</p></td><td class="cell"><p><b>2,059</b></p></td><td class="cell"><p>166,471</p></td><td class="cell"><p>0.01</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr></table><page local="3" global="168"/><p>proach, which extracts candidates according to the regular expression rules discussed in (Kim and Kan, 2009). However, instead of using the whole document text as input, we abridge the input text at different levels from <i>full </i>to <i>minimal.</i></p><p>Table 2: Different levels of abridged inputs com­puted on the training data. <i>Cand </i>shows the number of candidate keyphrases extracted for each input type; <i>Com </i>gives the number of cor­rect keyphrases appear as candidates; <i>Recall </i>is computed with respect to the total number of keyphrases in the original texts (2059).</p><p>Results in Table 2 show that we could gather a recall of 63.72% when considering a signifi­cantly abridged form of the input culled from ti­tle, headers, abstract (abs) and introduction (in­tro) - <i>minimal. </i>Further adding related work (rw) and conclusion - <i>medium </i>- enhances the recall by 4.95%. When adding only the first line of each paragraph in the body text, we achieve a good re­call of 76.74% while effectively reducing the num­ber of candidate phrases to be process by a half with respect to the <i>fulltext </i>input. Even though <i>fulhjulh, </i>and <i>full </i>show further improvements in terms of recall, we opt to <i>mtfulh </i>in our experi­mental runs, which trades off recall for less com­putational complexity, which may influence down­stream classification.</p></section><section number="4" title="Candidate Phrase Selection"><p>Following (Nguyen and Kan, 2007), we use the Naive Bayes model implemented in Weka (Hall et al., 2009) for candidate phrase selection. As dif­ferent learning models have been discussed much previous work, we just list the different features with which we experimented with. Our features<footnote anchor="5"/>are as follows (where <i>n </i>indicates a numeric fea­ture; <i>b, </i>a boolean one):</p><footnote label="5">Detailed feature definitions are described in (Nguyen and Kan, 2007; Kim and Kan, 2009).</footnote><p><b>F1-F3 </b><i>(n): </i>TFxIDF, term frequency, term fre­quency of substrings.</p><p><b>F4-F5 </b><i>(n): </i>First and last occurrences (word off­set).</p><p><b>F6 </b><i>(n): </i>Length of phrases in words.</p><p><b>F7 </b><i>(b): </i>Typeface attribute (available when PDF is present) - Indicates if any part of the candidate phrase has appeared in the document with bold or italic format, a good hint for its relevance as a keyphrase.</p><p><b>F8 </b><i>(b): </i>InTitle - shows whether a phrase is also part of the document title.</p><p><b>F9 </b><i>(n): </i>TitleOverlap - the number of times a phrase appears in the title of other scholarly documents (obtained from a dump of the DBLP database).</p><p><b>F10-F14 </b><i>(b): </i>Header, Abstract, Intro, RW, Concl - indicate whether a phrase appears in head­ers, abstract, introduction, related work or conclu­sion sections, respectively.</p><p><b>F15-F19 </b><i>(n): </i>HeaderF, AbstractF, IntroF, RWF, ConclF - indicate the frequency of a phrase in the headers, abstract, introduction, related work or conclusion sections, respectively.</p></section><section number="5" title="Experiments"><subsection number="5.1" title="Datasets"><p>For this task (Kim et al., 2010), we are given two datasets: <i>train </i>(144 docs) and <i>test </i>(100 docs) with detailed answers for <i>train. </i>To tune our system, we split the train dataset into train and validation subsets: <i>traint </i>(104 docs) and <i>trainv </i>(40 docs). Once the best setting is derived from <i>traint-trainv, </i>we obtain the final model trained on the full data, and apply it to the test set for the final results.</p></subsection><subsection number="5.2" title="Evaluation"><p>Our evaluation process is accomplished in two stages: we first experiment different feature com­binations by using the input <i>types fulltext and full\. </i>We then fix the best feature set, and vary our dif­ferent abridged inputs to find the optimal one.</p><p><b>Feature Combination</b></p><p>To evaluate the performance of individual features, we define a <i>base </i>feature set, as Fi;4, and measure the performance of each feature added separately to the base. Results in Table 3 have highlighted the set of positive features, which is F3 5)6)i3 i6.</p><p>From the positive set Fs^, 13,16, we tried dif­ferent combinations for the two input types shown <b>System   F Score   System   F Score</b> in Table 4.<page local="4" global="169"/> The results indicate that while <i>fulltext </i>obtains the best performance withF3 6,5 added, us­ingshows superior performance at 28.18% F Score with F3;6 added. Hence, we have identified our best feature set as F13 4 6.</p><table class="main" frame="box" rules="all" border="0" regular="False"><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>Input</b></p></td><td class="cell"><p><b>Description</b></p></td><td class="cell"><p><b>Cand</b></p></td><td class="cell"><p><b>Com</b></p></td><td class="cell"><p><b>Recall</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>minimal</p></td><td class="cell"><p>title + headers + ab s + intro</p></td><td class="cell"><p>30,702</p></td><td class="cell"><p>1,312</p></td><td class="cell"><p>63.72%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>medium</p></td><td class="cell"><p><i>min </i>+ rw + conclusion</p></td><td class="cell"><p>44,975</p></td><td class="cell"><p>1,414</p></td><td class="cell"><p>68.67%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>fulli</p></td><td class="cell"><p><i>med</i>+bodyi</p></td><td class="cell"><p><b>73,958</b></p></td><td class="cell"><p><b>1,580</b></p></td><td class="cell"><p><b>76.74%</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>fulla</p></td><td class="cell"><p><i>med</i>+body2</p></td><td class="cell"><p>90,624</p></td><td class="cell"><p>1,635</p></td><td class="cell"><p>79.41%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>full3</p></td><td class="cell"><p><i>med </i>+ body3</p></td><td class="cell"><p>101,006</p></td><td class="cell"><p>1,672</p></td><td class="cell"><p>81.20%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>full</p></td><td class="cell"><p><i>med</i>+body</p></td><td class="cell"><p>121,378</p></td><td class="cell"><p>1,737</p></td><td class="cell"><p>84.36%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>fulltext</p></td><td class="cell"><p>original text</p></td><td class="cell"><p><b>148,411</b></p></td><td class="cell"><p><b>1,766</b></p></td><td class="cell"><p><b>85.77%</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr></table><p><b>Abridged Inputs</b></p><p>Table 5 gives the performance for the abridged inputs we tried with the best feature set F13 4 6. All/Mi, <i>fulh, fulh </i>and <i>full </i>show improved per­formance compared to those on the <i>fulltext. </i>We achieve our best performance with/Mi at 28.18% F Score. These results validate the effectiveness of our approach in utilizing logical structure for the candidate identification. We report our results submitted in Table 6. These figures are achieved using the best feature combination Fi;3;4;6.</p></subsection></section><section number="6" title="Conclusion"><p>We have described and evaluated our keyphrase extraction system for the SemEval-2 Task #5. With the use of logical structure in the candidate identification, our system has demonstrated its su­perior performance over systems that do not use such information. Moreover, we have effectively reduced the numbers of text lines and candidate</p><p>Table 5: Performance over different abridged in­puts using the best feature set Fi;3;4;6. "@N" indi­cates the number of top <i>N</i><i> </i>keyphrase matches.</p><doubt alpha="44.4" length="45" tooSmall="False" monospace="0.0">System      Description     F@5     F@10 F@15</doubt><doubt alpha="39.2" length="79" tooSmall="False" monospace="0.0">WINGNUSifull,Fii3A620.65% 24.66% 24.95%WINGNUS2fulh,Fij3A620.45%   24.73%25.22%</doubt><p>Table 6: Final results on the test data.</p><p>phrases to be processed in the candidate identifi­cation and selection respectively by about half.</p><p>Our system takes advantage of the logical struc­ture analysis but not to the extent we had hoped. We had hypothesized that formatting features (F7) such as bold and italics, would help discriminate key phrases, but in our limited experiments for this task did not validate this. Similarly, external knowledge should help in the keyphrase task, but the prior knowledge about keyphrase likelihood (Fg) in DBLP hurt performance in our tests. We plan to further explore these issues for the future.</p><table class="main" frame="box" rules="all" border="0" regular="False"><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>Input</b></p></td><td class="cell"><p><b>@5</b></p></td><td class="cell"><p><b>@10</b></p></td><td class="cell"><p><b>@15</b></p></td><td class="cell"><p><b>Fscore</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>min</p></td><td class="cell"><p>62</p></td><td class="cell"><p>110</p></td><td class="cell"><p>145</p></td><td class="cell"><p>23.75%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>med</p></td><td class="cell"><p>79</p></td><td class="cell"><p>130</p></td><td class="cell"><p>158</p></td><td class="cell"><p>25.88%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>fulh</p></td><td class="cell"><p>84</p></td><td class="cell"><p>135</p></td><td class="cell"><p>172</p></td><td class="cell"><p><b>28.18%</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>full2</p></td><td class="cell"><p>90</p></td><td class="cell"><p>132</p></td><td class="cell"><p>164</p></td><td class="cell"><p>26.86%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>full3</p></td><td class="cell"><p>89</p></td><td class="cell"><p>134</p></td><td class="cell"><p>162</p></td><td class="cell"><p>26.54%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>full</p></td><td class="cell"><p>84</p></td><td class="cell"><p>130</p></td><td class="cell"><p>164</p></td><td class="cell"><p>26.86%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>fulltext</p></td><td class="cell"><p>82</p></td><td class="cell"><p>127</p></td><td class="cell"><p>158</p></td><td class="cell"><p><b>25.88%</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr></table><table caption="Table 3: Performance of individual features (onfulltext)added separately to the base setF14." class="main" frame="box" rules="all" border="0" regular="False"><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><i>base</i></p></td><td class="cell"><p><i>23.42%</i></p></td><td class="cell"><p>+ Fn</p></td><td class="cell"><p>23.42%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>+ F2</p></td><td class="cell"><p>21.13%</p></td><td class="cell"><p>+ F12</p></td><td class="cell"><p>23.42%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>+ F3</p></td><td class="cell"><p><b>24.57%</b></p></td><td class="cell"><p>+ F13</p></td><td class="cell"><p><b>23.75%</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>+ F5</p></td><td class="cell"><p><b>24.08%</b></p></td><td class="cell"><p>+ F14</p></td><td class="cell"><p>22.28%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>+ F6</p></td><td class="cell"><p><b>25.06%</b></p></td><td class="cell"><p>+ F15</p></td><td class="cell"><p>22.11%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>+ F7</p></td><td class="cell"><p>23.42%</p></td><td class="cell"><p>+ F16</p></td><td class="cell"><p><b>23.59%</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>+ F8</p></td><td class="cell"><p>22.77%</p></td><td class="cell"><p>+ F17</p></td><td class="cell"><p>22.60%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>+ Fg</p></td><td class="cell"><p>22.28%</p></td><td class="cell"><p>+ F18</p></td><td class="cell"><p>23.26%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>+ F10</p></td><td class="cell"><p>23.42%</p></td><td class="cell"><p>+ F19</p></td><td class="cell"><p>21.95%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr></table><table caption="Table 4: Performance (Fi) over difference feature combinationsfor fulltextandfull\inputs." class="main" frame="box" rules="all" border="0" regular="False"><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p></p></td><td class="cell"><p>fulltext</p></td><td class="cell"><p>fulli</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>base (Fi;4)</p></td><td class="cell"><p>23.42%</p></td><td class="cell"><p>22.60%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>+ F3;6</p></td><td class="cell"><p>25.88%</p></td><td class="cell"><p><b>28.18%</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>+ F3;6,5</p></td><td class="cell"><p><b>26.21%</b></p></td><td class="cell"><p>26.21%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>+ F3;6,5,13</p></td><td class="cell"><p>24.90%</p></td><td class="cell"><p>26.21%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>+ F3;6,5,16</p></td><td class="cell"><p>24.24%</p></td><td class="cell"><p>26.70%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>+ F3;6,5,13,16</p></td><td class="cell"><p>23.42%</p></td><td class="cell"><p>26.70%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr></table></section><references><p>Mark Hall, Eibe Frank, Geoffrey Holmes, Bernhard Pfahringer, Peter Reutemann, and Ian H. Witten. 2009. The WEKA data mining software: an update. <i>SIGKDD Explor. New si, </i>11(1): 10-18.</p><p>Su Nam Kim and Min-Yen Kan. 2009. Re-examining automatic keyphrase extraction approaches in scien­tific articles. In <i>MWE '09.</i></p><p>Su Nam Kim, Alyona Medelyan, Min-Yen Kan, and Timothy Baldwin. 2010. Task 5: Automatic keyphrase extraction from scientific articles. In <i>Se-mEval.</i></p><p>Minh-Thang Luong, Thuy Dung Nguyen, and Min-Yen Kan. to appear. Logical structure recovery in schol­arly articles with rich document features. LTDLS. Forthcoming, accepted for publication.</p><p>Song Mao, Azriel Rosenfeld, and Tapas Kanungo. 2003. Document structure analysis algorithms: a lit­erature survey. In <i>Proc. SPIE Electronic Imaging.</i></p><p>Thuy Dung Nguyen and Min-Yen Kan. 2007. Keyphrase extraction in scientific publications. In <i>ICADL.</i></p></references></body></article>