<?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="178"/><title>UNPMC: Naive Approach to Extract Keyphrases from Scientific Articles</title><pubinfo>Proceedings of the 5th International Workshop on Semantic Evaluation, ACL 2010,pages 178-181, Uppsala, Sweden, 15-16 July 2010. ©2010 Association for Computational Linguistics</pubinfo><author surname="Park" givenname="Jungyeul"><org  name="CNRS" country="France"/></author><author surname="Lee" givenname="Jong Gun"><org  name="CNRS" country="France"/></author><author surname="Daille" givenname="Béatrice"><org  name="CNRS" country="France"/></author></firstpageheader><frontmatter><p><b>UNPMC: Naïve Approach to Extract Keyphrases from Scientific Articles</b></p><p><b>Jungyeul Park</b></p><p>LINA, Université de Nantes</p><p>Nantes, France jungyeul.park @univ-nantes.fr</p><p><b>Jong Gun Lee</b></p><p>LIP6-CNRS, UPMC (Paris 6) Paris, France</p><p>jonggun.lee @lip6.fr</p><p><b>Béatrice Daille</b></p><p>LINA, Université de Nantes Nantes, France</p><p>beatrice.daille @univ-nantes.fr</p></frontmatter><abstract>We describe our method for extracting keyphrases from scientific articles which we participate in the shared task of SemEval-2 Evaluation Exercise. Even though general-purpose term extractors along with linguistically-motivated analy­sis allow us to extract elaborated morpho-syntactic variation forms of terms, a naive statistic approach proposed in this paper is very simple and quite efficient for ex­tracting keyphrases especially from well-structured scientific articles. Based on the characteristics of keyphrases with sec­tion information, we obtain 18.34% for f-measure using top 15 candidates. We also show further improvement without any complications and we discuss this at the end of the paper. </abstract></header><body><section number="1" title="Introduction 1"><p>Key phrases are a set of words to capture the main topic of the document. Since key phrases con­tain the substance of the document, they are used in the large spectrum of areas; from applications which explicitly use key phrases such as automatic indexing, documents classification and search en­gine optimization in information retrieval, to ap­plications which implicitly use key phrases such as summarization and question-answering systems. During the last decade, many previous works have dealt with the various methods for automatically extracting key phrases (e.g., Frank et al., 1999; Barker and Corrnacchia, 2000; Turney, 2003; Medelyan and Witten, 2006; Nguyen and Kan, 2007; Wan and Xiao, 2008).</p><footnote label="1">UNPMC means the collaborative team from Laboratoire d'Informatique de Nantes Atlantique of the Université de Nantes and Laboratoire d'Informatique de Paris 6 of the Uni­versité Pierre et Marie Curie.</footnote><p>The task of extracting key phrases would be considered as a subtask of extracting terminology if key phrases are a kind of terms. Typical ap­proaches for automatically extracting terms use linguistic preprocessing which involves morpho-syntactic analysis such as part-of-speech tagging and phrase chunking, and statistical postprocess­ing such as log likelihood which compares the term frequencies in a document against their ex­pected frequencies derived in a bigger text. Be­sides, extracting terms prefers syntactically plau­sible noun phrases (NPs) which are mainly multi-words terms. Kim and Kan (2009) report that most of key phrases are often simple words than less of­ten compound words<footnote anchor="2"/>.</p><p>The task for extracting key phrases tend to in­clude analyzing the document structure. Espe­cially, extracting key phrases from well-structured scientific articles should consider cross-section in­formation (Nguyen and Kan, 2007). This informa­tion has been explored to assess the suitability of features during learning in Kim and Kan (2009).</p><p>Extracting key phrases, however, is more than to extracting terminology or analyzing the document structure. While terms are words which appear in specific contexts and analyse concept structures in <i>domains </i>of human activity, key phrases are words that capture the key idea of <i>documents. </i>In addi­tion, while terms usually occur in the given doc­ument more often than we would expect to occur, key phrases do not necessarily occur frequently or key phrases do not occur at all in the document. Consequently, the task for extracting key phrases should not be considered as the subtask of extract­ing terminology and we are not able to directly ap­ply general-purpose term extractors to extract key phrases.</p><p>In this paper, we describe our method for "Au­tomatic Keyphrase Extraction from Scientific Artides", the shared task of SemEval-2 Evalua­tion Exercise which we participated in.<page local="2" global="179"/> Al­though term extractors along with linguistically-motivated analysis allow us to extract even elab­orated morpho-syntactic variation forms of terms, the naive statistic approach proposed in this pa­per is very simple and quite efficient for extracting keyphrases especially from well-structured scien­tific articles. In a nutshell, our method is based on empirical rules without any linguistically-motivated preprocessing. Empirical rules are ob­tained from the analysis of the characteristics of keyphrases by observing training data.</p><footnote label="2">In training data, only 23.4% of keyphrases, however, are single words.</footnote><p>The remaining of this paper is organized as fol­lows: Section 2 explains the characteristics of keyphrases in scientific articles. Section 3 and 4 detail our naive statistic approach and experiment, respectively. We conclude this paper and discuss a further improvement in Section 6.</p></section><section number="2" title="Characteristics of Keyphrases in Scientific Articles"><p>In this section, we investigate the characteristics of keyphrases in training data. Table 1 shows statis­tics of training data. In Table 1, D-author means the keyphrases assigned by authors, D-reader the keyphrases assigned by readers, and D-combined the combined keyphrases assigned by both of au­thors and readers.</p><p>Table 1 : Statistics of training data</p><subsection number="2.1" title="Word length of keyphrases"><p>We measure the distribution of word length of key phrases in training data and present it in Figure 1. Over half of key phrases are two-word key phrases in both author- and reader-assigned key phrases. Differently with Kim and Kan (2009) which they reported that most of key phrases are often sim­ple words than less often compound words, only 29.7% and 17.7% of key phrases are one-word key phrases. There are also more than four-word key phrases which hold 4.3% and 7.2% of author and reader assigned key phrases, respectively.</p></subsection><subsection number="2.2" title="Occurrences of keyphrases"><p>In which section do keyphrases occur frequently? To answer this question, we count the number of</p><p>(a) D-author (b) D-reader</p><p>Figure 1 : Word length of keyphrases in training data occurrences of keyphrases of each section. Due to the variation of the naming of the section, we divide sections into title and abstract, intro­duction, conclusion, and the rest including refer­ences. Table 2 and 3 show the number of occur­rences and the accumulative number of unique oc­currences of keyphrases in each section, respec­tively. We also show the accumulative number of words in each section in Table 4. Including the rest sections exponentially diminishes the ra­tio of the number of gold keyphrases to the number of candidate keyphrases. Note that <i>m </i>words pro­duce <i>J27=o(m ~ </i>candidate keyphrases for up to n-word keyphrases by supposing that candidate keyphrases are simple n-word terms.</p><p>Note also that both author- and reader-assigned keyphrases hold only 75.49% and 89.44%, re­spectively. Even some keyphrases are different with surface forms in the document and our naive method with no linguistic intervention is not able to recognize them. For example, one of reader-assigned keyphrases <i>distributed real-time embed­ded system </i>for C-41 actually appears as <i>distributed real-time and embedded </i><i>(DRE) </i><i>systems.</i></p><table caption="Table 3: Accumulative number of unique occur­rences of keyphrases in each section"></table><table class="main" frame="box" rules="all" border="1" 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></p></td><td class="cell"><p># of papers (p)</p></td><td class="cell"><p># of key phrases (k)</p></td><td class="cell"><p>k/p</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>D-</p></td><td class="cell"><p>-author</p></td><td class="cell"><p>144</p></td><td class="cell"><p>563</p></td><td class="cell"><p>3.91</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>D-</p></td><td class="cell"><p>-reader</p></td><td class="cell"><p>144</p></td><td class="cell"><p>1,865</p></td><td class="cell"><p>12.95</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>D-</p></td><td class="cell"><p>-conjoined</p></td><td class="cell"><p>144</p></td><td class="cell"><p>2,265</p></td><td class="cell"><p>15.73</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 2: Number of occurrences of keyphrases in each section" class="main" frame="box" rules="all" border="1" 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></p></td><td class="cell"><p></p></td><td class="cell"><p>D-author</p></td><td class="cell"><p>D-reader</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Title and Abstract</p></td><td class="cell"><p></p></td><td class="cell"><p>277</p></td><td class="cell"><p>802</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Introduction</p></td><td class="cell"><p></p></td><td class="cell"><p>215</p></td><td class="cell"><p>491</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Conclusion</p></td><td class="cell"><p></p></td><td class="cell"><p>313</p></td><td class="cell"><p>982</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Other</p></td><td class="cell"><p></p></td><td class="cell"><p>387</p></td><td class="cell"><p>1,210</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 3: Accumulative number of unique occurrences of keyphrases in each section" class="main" frame="box" rules="all" border="1" 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>D-author</p></td><td class="cell"><p>D-reader</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Total</p></td><td class="cell"><p>563 (100.0%)</p></td><td class="cell"><p>1,865 (100.0%)</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Title and Abstract</p></td><td class="cell"><p>277 (49.20%)</p></td><td class="cell"><p>802 (43.00%)</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>'+' Introduction</p></td><td class="cell"><p>317 (56.30%)</p></td><td class="cell"><p>937 (50.24%)</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>'+' Conclusion</p></td><td class="cell"><p>367 (65.19%)</p></td><td class="cell"><p>1,311 (70.29%)</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>'+' Other</p></td><td class="cell"><p>425 (75.49%)</p></td><td class="cell"><p>1,668 (89.44%)</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><page local="3" global="180"/></subsection><subsection number="2.3" title="Coincidence of keyphrases"><p>Figure 2 shows the coincidence of keyphrases<footnote anchor="3"/>. Almost half of keyphrases (58.44% and 45.74% for author- and reader-assigned keyphrases, re­spectively) occur coincidentally in keysections and the rest sections. Keysections hold 65.19% and 70.29% of keyphrases and the rest sections besides keysections hold 68.74% and 64.88% of whole keyphrases. Note that the rest sections oc­cupy over 70% of the document on the average.</p><doubt alpha="57.6" length="33" tooSmall="False" monospace="0.0">□ a-I-Ci;] Other]■ a-I-Cï_~jOther</doubt><p>(a) D-author (b) D-reader</p><figure caption="Figure 2: Coincidence of keyphrases3 Methodology"></figure><p>From training data, we observe and decide the fol-lowings:</p><p>• More than four-word keyphrases hold only 4.3% and 7.2% of whole keyphrases. We decide that our approach limits the word length as three for extracting keyphrases. Thus we extract only up to three-word keyphrases. This choice might lead the per­formance degradation of our method because we explicitly exclude more than four-word keyphrases.</p><p>• Keysections hold 65.19% and 70.29% of keyphrases. We decide that our approach limits keysections from which we extract keyphrases. Including the rest sections may</p><footnote label="3">We denote title and abstract as A, introduction as I, con­clusion as C, and the rest sections including references as Other.</footnote><p>improve recall, but probably diminish preci­sion since the rest sections occupy over 70% of the document.</p><p>• Almost half of keyphrases occur coinciden­tally in keysections and the rest sections. We decide that our approach limits coincident keyphrases in both of them. This decision is made empirically and improve precision.</p><p>The following procedure explains and details our approach for extracting keyphrases.</p><p>• Extract up to three-word terms from keysec­tions as candidate keyphrases.</p><p>• Filter them out if they contain one or more of stop words or non-content-containing words (see Table 5 for non-content-containing words).</p><p>• Count the number of occurrences of extracted terms from each keysection.</p><p>• Check the coincidence whether candidate keyphrases occurs in more than two keysec­tions. If so, we assign weight.</p><p>• Calculate a score for candidate keyphrases and list them by order of the score.</p></subsection></section><section number="4" title="Experiment results"><p>This section shows the experiment results with training and test data.</p><subsection number="4.1" title="Training data"><p>To optimize our results, we use various thresholds for the number of n-word keyphrases and weight.</p><p>We try to find the <i>(i</i><i> </i><i>:</i><i> </i><i>j</i><i> </i><i>:</i><i> </i><i>k)</i><i> </i>pattern which means <i>i</i><i> </i>one-word, <i>j</i><i> </i>two-word, and <i>K </i>three-word keyphrases to produce the best results. We also try to find the threshold for weight <i>d</i><i> </i>to cal­culate the score as follows: if keyphrases ap­pear in more than two keysections, <i>score = </i><i>d</i><i> </i><i>*</i><i> </i><i>#</i><i> </i><i>of</i><i> total occurences, </i>otherwise <i>score = </i><i>#</i><i> </i><i>of</i><i> total occurences. </i>Table 6 shows our best results for training data where <i>(i</i><i> </i><i>:</i><i> </i><i>j</i><i> </i><i>:</i><i> </i><i>k)</i><i> </i><i>=</i><i> </i>(3 : 9:3) and <i>d </i>= 2. Empirically, we found these thresholds from training data by iterating several possibilities<footnote anchor="4"/>.</p></subsection><subsection number="4.2" title="Test data"><p>Table 7 shows our test data results published by organizers of the shared task of SemEval-2 Evalu­ation Exercise.</p><footnote label="4">These thresholds will be more examined in future work.</footnote><table caption="Table 4: Number of words in training data and gold data(D-reader)" class="main" frame="box" rules="all" border="1" 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></p></td><td class="cell"><p># words (W)</p></td><td class="cell"><p># gold (G)</p></td><td class="cell"><p>GAV</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Title and Abstract</p></td><td class="cell"><p>28435</p></td><td class="cell"><p>802</p></td><td class="cell"><p>0.0282</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>'+' Introduction</p></td><td class="cell"><p>72729</p></td><td class="cell"><p>937</p></td><td class="cell"><p>0.0128</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>'+' Conclusion</p></td><td class="cell"><p>178473</p></td><td class="cell"><p>1311</p></td><td class="cell"><p>0.0073</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>'+' Other</p></td><td class="cell"><p>948007</p></td><td class="cell"><p>1668</p></td><td class="cell"><p>0.0018</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><page local="4" global="181"/><p>Table 5 : Example of (heuristically obtained) non-content-containing terms</p></subsection></section><section number="5" title="Conclusion and Discussion"><p>In this paper, we described our simple method for extracting keyphrases from scientific arti­cles which we participate in the shared task of SemEval-2 Evaluation Exercise. The naive ap­proach was proposed. This approach turned out very simple and quite efficient for extracting keyphrases from well-structured scientific articles. Based on learning the distribution of keyphrases with section information, we obtain 18.34% for f-measure using top 15 candidates.</p><p>Our naive approach still has much room for improvement. For example, we are able to im­prove the result for same test data up to 20.71% and 25.55% for f-measure using top 15 candidates simply by adding the rest sections and normaliz­ing the number of occurrences of terms from each section<footnote anchor="5"/>.</p><footnote label="5">The result is not improved only by adding the rest sec­tions.</footnote><p>Moreover, our n-word terms based extraction can be benefited by linguistic preprocessing such as normalizing surface forms. Handcrafted regu­lar expression rules along with part-of-speech tag­ging and phrase chunking would be also intro­duced to improve candidate selection. We have not explored thoroughly feature engineering, nei­ther. For example, more fine-grained section infor­mation and weight re-assignment might help filter out irrelevant candidates. We leave these possibil­ities for future work.</p><table class="main" frame="box" rules="all" border="1" regular="False"><tr class="row"><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>Type</p></td><td class="cell"><p>Examples</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Noun</p></td><td class="cell"><p>section, abstract, introduction, conclusion, reference, future work, figure, paper, result, laboratory, university</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Verb</p></td><td class="cell"><p>present, how, introduce, become, improve, find, help, improve, consider, call, yield, allow, give, assume</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Adverb</p></td><td class="cell"><p>always, formally, necessarily, successfully, previously, usually,mainly, final, essentially, ultinately, commonly, severely, significantly, dramatically, clearly, still, well, who, whose, whom, which, whether, therefore,</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Other POSs</p></td><td class="cell"><p>that, this, those, these, many, several, more, over, less, behind, above, below, each, few, different, under, both, within, through, prior, various, better, following, between, possible, via, before,even, such, if, new, show, important, simple, good, tranditional, current, varying, necessary, previous, clear</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></tr></table><table class="main" frame="box" rules="all" border="1" 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>AUTHOR.STEM.FINAL</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p># Gold: 559</p></td><td class="cell"><p>Match</p></td><td class="cell"><p>Precision</p></td><td class="cell"><p>Recall</p></td><td class="cell"><p>F-score</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Top 05</p></td><td class="cell"><p>43</p></td><td class="cell"><p>5.97%</p></td><td class="cell"><p>7.69%</p></td><td class="cell"><p>6.72%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Top 10</p></td><td class="cell"><p>101</p></td><td class="cell"><p>7.01%</p></td><td class="cell"><p>18.07%</p></td><td class="cell"><p>10.10%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Top 15</p></td><td class="cell"><p>139</p></td><td class="cell"><p>6.44%</p></td><td class="cell"><p>24.87%</p></td><td class="cell"><p>10.23%</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 6: Training data results" class="main" frame="box" rules="all" border="1" 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>READER.STEM.FINAL</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>#Gold: 1824</p></td><td class="cell"><p>Match</p></td><td class="cell"><p>Precision</p></td><td class="cell"><p>Recall</p></td><td class="cell"><p>F-score</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Top 05 Top 10 Top 15</p></td><td class="cell"><p>118 249 361</p></td><td class="cell"><p>16.39% 17.29% 16.71%</p></td><td class="cell"><p>6.47% 13.65% 19.79%</p></td><td class="cell"><p>9.28% 15.26% 18.12%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>COMBINED.STEM.FINAL</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p># Gold: 2223</p></td><td class="cell"><p>Match</p></td><td class="cell"><p>Precision</p></td><td class="cell"><p>Recall</p></td><td class="cell"><p>F-score</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Top 05 Top 10 Top 15</p></td><td class="cell"><p>143 309 441</p></td><td class="cell"><p>19.86% 21.46% 20.42%</p></td><td class="cell"><p>6.43% 13.90% 19.84%</p></td><td class="cell"><p>9.71% 16.87% 20.13%</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 7: Test data results" class="main" frame="box" rules="all" border="1" 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>READER.STEM.FINAL</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>#Gold: 1204</p></td><td class="cell"><p>Precision</p></td><td class="cell"><p>Recall</p></td><td class="cell"><p>Fscore</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Top 05 Top 10 Top 15</p></td><td class="cell"><p>13.80% 15.10% 14.47%</p></td><td class="cell"><p>5.73% 12.54% 18.02%</p></td><td class="cell"><p>8.10% 13.70% 16.05%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>COMBINED.STEM. FINAL</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>#Gold: 1466</p></td><td class="cell"><p>Precision</p></td><td class="cell"><p>Recall</p></td><td class="cell"><p>Fscore</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Top 05 Top 10 Top 15</p></td><td class="cell"><p>18.00% 19.00% 18.13%</p></td><td class="cell"><p>6.14% 12.96% 18.55%</p></td><td class="cell"><p>9.16% 15.41% 18.34%</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></section><references><p>Ken Barker and Nadia Cornacchia. 2000. Using noun phrase heads to extract document keyphrases. In <i>Proceedings of the 13th Biennial Conference of the Canadian Soci­ety on Computational Studies of Intelligence: Advances in Artificial Intelligence, </i>pages 40-52. May 14-17, 2000. Montréal, Quebec, Canada.</p><p>Eibe Frank, Gordon W. Paynter, Ian H. Witten, Carl Gutwin, and Craig G. Nevill-Manning. 1999. Domain-Specific Keyphrase Extraction. In <i>Proceedings of the 16th Inter­national Joint Conference on Artificial Intelligence, </i>pages 668-673. July 31-August 6, 1999. Stockholm, Sweden.</p><p>Su Nam Kim and Min-Yen Kan. 2009. Re-examining Auto­matic Keyphrase Extraction Approaches in Scientific Ar­ticles. In <i>Proceedings of the Workshop on Multiword Ex­pressions: Identification, Interpretation, Disambiguation and Applications (MWE 2009), ACL-IJCNLP 2009, </i>pages 9-12. August 6, 2009. Singapore.</p><p>Olena Medelyan and Ian H. Witten. 2006. Thesaurus based automatic keyphrase indexing. In <i>Proceedings of the 6th ACM/IEEE-CS joint conference on Digital libraries, </i>pages 296-297. June 11-15, 2006. Chapel Hill, NC, USA.</p><p>Thuy Dung Nguyen and Min-Yen Kan. 2007. Key phrase Extraction in Scientific Publications. <i>Asian Digital Li­braries. Looking Back 10 Years and Forging New Fron­tiers, </i>pages 317-326. Springer Berlin, Heidelberg.</p><p>Peter D. Turney. 2003. Coherent keyphrase extraction via Web mining. In <i>Proceedings of the 18th International Joint Conference on Artificial Intelligence, </i>pages 434-439. August 9-15, 2003. Acapulco, Mexico.</p><p>Xiaojun Wan and Jianguo Xiao. 2008. CollabRank: towards a collaborative approach to single-document keyphrase extraction. In <i>Proceedings of the 22nd International Conference on Computational Linguistics (Coling 2008), </i>pages 969-976. 18-22 August, 2008. Manchester, UK.</p></references></body></article>