| { |
| "paper_id": "C14-1002", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T12:22:47.972659Z" |
| }, |
| "title": "Unsupervised learning of rhetorical structure with un-topic models", |
| "authors": [ |
| { |
| "first": "Diarmuid\u00f3", |
| "middle": [], |
| "last": "S\u00e9aghdha", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Computer Laboratory University of Cambridge Cambridge", |
| "location": { |
| "country": "UK" |
| } |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Simone", |
| "middle": [], |
| "last": "Teufel", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Cambridge Cambridge", |
| "location": { |
| "country": "UK" |
| } |
| }, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "In this paper we investigate whether unsupervised models can be used to induce conventional aspects of rhetorical language in scientific writing. We rely on the intuition that the rhetorical language used in a document is general in nature and independent of the document's topic. We describe a Bayesian latent-variable model that implements this intuition. In two empirical evaluations based on the task of argumentative zoning (AZ), we demonstrate that our generality hypothesis is crucial for distinguishing between rhetorical and topical language and that features provided by our unsupervised model trained on a large corpus can improve the performance of a supervised AZ classifier.", |
| "pdf_parse": { |
| "paper_id": "C14-1002", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "In this paper we investigate whether unsupervised models can be used to induce conventional aspects of rhetorical language in scientific writing. We rely on the intuition that the rhetorical language used in a document is general in nature and independent of the document's topic. We describe a Bayesian latent-variable model that implements this intuition. In two empirical evaluations based on the task of argumentative zoning (AZ), we demonstrate that our generality hypothesis is crucial for distinguishing between rhetorical and topical language and that features provided by our unsupervised model trained on a large corpus can improve the performance of a supervised AZ classifier.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Scientific writing has many conventions. Some exist at the level of sentence construction, such as a preference for the passive voice or for deverbal nominalisations. Others relate to the high-level organisation of a paper: a typical paper at an NLP conference may be divided into sections covering the introduction, related work, methods, experimental results and conclusion. There are also intermediate levels of convention that use lexical and phrasal items to signal the role played by each part of the text in the argument the authors wish to construct. The theory of argumentative zoning (AZ) describes how a scientific article can be analysed in terms of text blocks (or zones) that share a rhetorical function (Teufel, 2010) . For example: part of the article may consist of background information, another part may describe the aim of the research, other parts may report the authors' own work or compare that work to alternative approaches in the literature. Supervised computational systems can be trained to mark up the AZ structure of a text automatically (see Section 2); the output of such systems has been shown to aid summarisation and human browsing of the scientific literature (Teufel and Moens, 2002; Guo et al., 2011a; Contractor et al., 2012) . However, supervised systems require manually annotated training data that must be created anew for each discipline (and language) before they can be deployed, while large quantities of unannotated text are often available. For this reason, there is considerable value in developing unsupervised systems that induce aspects of rhetorical structure from unannotated text.", |
| "cite_spans": [ |
| { |
| "start": 718, |
| "end": 732, |
| "text": "(Teufel, 2010)", |
| "ref_id": "BIBREF31" |
| }, |
| { |
| "start": 1197, |
| "end": 1221, |
| "text": "(Teufel and Moens, 2002;", |
| "ref_id": "BIBREF30" |
| }, |
| { |
| "start": 1222, |
| "end": 1240, |
| "text": "Guo et al., 2011a;", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 1241, |
| "end": 1265, |
| "text": "Contractor et al., 2012)", |
| "ref_id": "BIBREF4" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In this paper we advance a hypothesis about the generality of rhetorical language. We propose that the words and linguistic constructs used to express rhetorical function in a scientific paper are independent of the paper's topic. Naturally there will be some variation across research areas and there may be large differences across disciplines, but within a discipline we do not expect that the specific subject of a paper plays a significant role in how the authors construct their argument. For example, the following template could be used to generate an abstract for very many papers in NLP and other fields:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The problem of has received a lot of attention because of its relevance to . CITATION proposed an approach based on the method of . In this paper we present a method for that has the following advantages over prior work: . We demonstrate the empirical effectiveness of our method by reporting experiments on data, where it outperforms the approach of CITATION by %.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "This leads us to the idea of two-stage \"recipes\" for scientific papers, whereby the authors start with a framework of boilerplate text that matches the rhetorical argument they wish to make. The authors can then fill in the gaps with the substance of their research contribution.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The two-stage model is of course an idealisation of how scientists construct their papers, but it is useful as an inspiration for a computational model that implements the generality hypothesis. We propose BOILERPLATE-LDA, a generative model that assigns responsibility for generating each word in an abstract to a document-specific topic model or to a rhetorical language model that is not specific to the document. Essentially, we induce argumentative structure from the parts of the text that are not well-explained by the topic model. Hence we describe BOILERPLATE-LDA as an \"un-topic model\". We evaluate our model in two settings: a clustering evaluation that treats BOILERPLATE-LDA as performing unsupervised argumentative zoning, and a downstream evaluation where the induced structure is not taken as explicitly modelling argumentative zones but is used to provide informative features for a supervised AZ classifier. In both cases, we show that BOILERPLATE-LDA performs well on a very challenging task.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "There has been great interest in unsupervised learning among NLP researchers due to the availability of large amounts of unprocessed text through the Web, newswire providers, scientific repositories and other sources in contrast to the onerous requirements of creating task-specific manually annotated data for training supervised analysers. Particularly relevant to our work is the field of topic modelling, where Bayesian latent-variable models are used to induce meaningful generalisations from observations of co-occurrences. Blei et al. (2003) introduced Latent Dirichlet Allocation (LDA) as a model of thematic structure in documents, but subsequent work has adapted the general framework to many different purposes in modelling text as well as other kinds of data. This includes research on modelling aspects of document structure such as topic segmentation, implementing the intuitions that neighbouring blocks of text are coherent in the sense of lexical similarity (Purver et al., 2006; Gruber et al., 2007; Eisenstein and Barzilay, 2008; Du et al., 2013) . The model most similar to ours (that we are aware of) is the model of Ritter et al. (2010) , which captures dialogue acts and transitions between them in Twitter conversations.", |
| "cite_spans": [ |
| { |
| "start": 530, |
| "end": 548, |
| "text": "Blei et al. (2003)", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 975, |
| "end": 996, |
| "text": "(Purver et al., 2006;", |
| "ref_id": "BIBREF24" |
| }, |
| { |
| "start": 997, |
| "end": 1017, |
| "text": "Gruber et al., 2007;", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 1018, |
| "end": 1048, |
| "text": "Eisenstein and Barzilay, 2008;", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 1049, |
| "end": 1065, |
| "text": "Du et al., 2013)", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 1138, |
| "end": 1158, |
| "text": "Ritter et al. (2010)", |
| "ref_id": "BIBREF27" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Despite the general popularity of unsupervised approaches, rhetorical analysis has generally been treated as a problem for supervised machine learning. Classification-based approaches to argumentative zoning typically use a sequence classifier such as a maximum-entropy Markov model or conditional random field (Teufel and Moens, 2002; Siddharthan and Teufel, 2007; Hirohata et al., 2008; Guo et al., 2010) . Guo et al. (2011b) take a semi-supervised approach based on active learning and self-training.", |
| "cite_spans": [ |
| { |
| "start": 311, |
| "end": 335, |
| "text": "(Teufel and Moens, 2002;", |
| "ref_id": "BIBREF30" |
| }, |
| { |
| "start": 336, |
| "end": 365, |
| "text": "Siddharthan and Teufel, 2007;", |
| "ref_id": "BIBREF29" |
| }, |
| { |
| "start": 366, |
| "end": 388, |
| "text": "Hirohata et al., 2008;", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 389, |
| "end": 406, |
| "text": "Guo et al., 2010)", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 409, |
| "end": 427, |
| "text": "Guo et al. (2011b)", |
| "ref_id": "BIBREF14" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Two unsupervised approaches in the literature are Varga et al. (2012) and Reichart and Korhonen (2012) . Varga et al. use a topic model variant called ZONE-LDA that assigns each sentence a latent variable index or \"topic\" and assumes that the words in the sentence are generated from a distribution particular to the topic; in this situation each topic is assumed to correspond to a distinct argumentative zone. Such a model will have the effect of clustering sentences that share lexical items. Varga et al. also propose a model they call ZONE-LDA-B, in which some common words are assigned to a \"background\" distribution that is independent of the sentence category; this model performs worse than ZONE-LDA in their evaluation. Reichart and Korhonen take an approach based on Markov random fields. They construct a graphical model in which sentence vertices are connected by potentials weighted according to adjacency and sentence similarity, as well as hand-defined rules about passivisation and sentence location.", |
| "cite_spans": [ |
| { |
| "start": 50, |
| "end": 69, |
| "text": "Varga et al. (2012)", |
| "ref_id": "BIBREF32" |
| }, |
| { |
| "start": 74, |
| "end": 102, |
| "text": "Reichart and Korhonen (2012)", |
| "ref_id": "BIBREF25" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "The papers cited in the two preceding paragraphs have focused on rhetorical analysis in scientific writing, yet there are many other textual genres where argumentation is conventionalised. For example, Burstein et al. (2003) identify building blocks analogous to AZ zones in the writing of English language learners and demonstrate that a supervised classification approach can be used to mark up their essays. Also in the educational domain, Madnani et al. (2012) train a supervised classifier to detect the \"shell\" language that learners use to organise the high-level structure of their compositions; this is quite close to our idea of \"templates\" or \"recipes\" for scientific papers. Sauper and Barzilay (2009) and Chen et al. (2009) both present models that learn structural conventions in Wikipedia articles without relying on human annotation. Sauper and Barzilay's model induces the typical section structure of Wikipedia articles about a specific entity type (e.g., Actors or Diseases) and retrieves web snippets relevant to each section for a target entity, before performing multidocument summarisation to produce a new entry for posting to Wikipedia. Chen et al. take a Bayesian segmentation approach to implicitly learn the topical section structure of articles and use a generalised Mallows model, a distribution over permutations, to identify a canonical ordering for sections. 1 Other forms of general rhetorical analysis include Rhetorical Structure Theory (Mann and Thompson, 1988; Marcu, 2000) , which captures local discourse relations between segments of text; RST provides a layer of analysis that is separate and complementary to more global schemes such as argumentative zoning.", |
| "cite_spans": [ |
| { |
| "start": 202, |
| "end": 224, |
| "text": "Burstein et al. (2003)", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 443, |
| "end": 464, |
| "text": "Madnani et al. (2012)", |
| "ref_id": "BIBREF19" |
| }, |
| { |
| "start": 687, |
| "end": 713, |
| "text": "Sauper and Barzilay (2009)", |
| "ref_id": "BIBREF28" |
| }, |
| { |
| "start": 718, |
| "end": 736, |
| "text": "Chen et al. (2009)", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 1473, |
| "end": 1498, |
| "text": "(Mann and Thompson, 1988;", |
| "ref_id": "BIBREF20" |
| }, |
| { |
| "start": 1499, |
| "end": 1511, |
| "text": "Marcu, 2000)", |
| "ref_id": "BIBREF21" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "The performance of unsupervised learning depends on how intuitions about the task are incorporated in the statistical model. Our approach relies on three main intuitions:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Intuitions", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Sentence similarity: All else being equal, we expect that lexically similar sentences will have similar purposes. At the same time, lexical similarity alone is not sufficient to capture shared argumentative function: all sentences in a paper about parsing will be similar to each other, while the introductory sentences of a parsing paper and a machine translation paper may share few similar lexical items.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Intuitions", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Adjacency: The theory of argumentative zones suggests that sentences with the same rhetorical function will often be grouped together into blocks. Additionally, we expect that authors will follow general conventions about the order of zones, e.g., starting with background and goal statements and progressing to results and conclusions.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Intuitions", |
| "sec_num": "3" |
| }, |
| { |
| "text": "We expect that the language used to convey rhetorical function is independent of the topical content of the paper.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Generality:", |
| "sec_num": null |
| }, |
| { |
| "text": "Sentence similarity can be captured using standard lexical similarity measures or through the clustering effects of a topic model. The adjacency assumption can be implemented using a linear-chain sequence model such as a Hidden Markov Model. The ZONE-LDA approach of Varga et al. (2012) relies on sentence similarity alone. Reichart and Korhonen's (2012) model combines sentence similarity and adjacency. To the best of our knowledge, the generality hypothesis has not previously been investigated. The model we describe in Section 4 incorporates all three intuitions in its structure.", |
| "cite_spans": [ |
| { |
| "start": 267, |
| "end": 286, |
| "text": "Varga et al. (2012)", |
| "ref_id": "BIBREF32" |
| }, |
| { |
| "start": 324, |
| "end": 354, |
| "text": "Reichart and Korhonen's (2012)", |
| "ref_id": "BIBREF25" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Generality:", |
| "sec_num": null |
| }, |
| { |
| "text": "The model we propose assumes that each word in a sentence is generated either from an LDA-style topic model or from a distribution associated with the rhetorical category assigned to the sentence. The former captures the subject matter of the document; the latter captures conventional language that is independent of the document's subject matter. The sentence categories are generated from a first-order Markov model. The assignment of responsibility for a word is implemented through a so-called \"switching variable\", a binary-valued latent variable. This is a commonly used mechanism for interpolating language models (Griffiths et al., 2004; Reisinger and Mooney, 2010; Ahmed and Xing, 2010) ; in many cases, the goal is to assign common words to a \"background\" distribution that is not considered an object of interest from a topic modelling perspective. In our case it is this non-topical part of the text that is the object of interest.", |
| "cite_spans": [ |
| { |
| "start": 622, |
| "end": 646, |
| "text": "(Griffiths et al., 2004;", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 647, |
| "end": 674, |
| "text": "Reisinger and Mooney, 2010;", |
| "ref_id": "BIBREF26" |
| }, |
| { |
| "start": 675, |
| "end": 696, |
| "text": "Ahmed and Xing, 2010)", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Models", |
| "sec_num": "4" |
| }, |
| { |
| "text": "The dependencies between variables in our full BOILERPLATE-LDA model are shown by the plate diagram in Figure 1 . The corresponding \"generative story\" is as follows:", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 103, |
| "end": 111, |
| "text": "Figure 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Models", |
| "sec_num": "4" |
| }, |
| { |
| "text": "for topic t \u2208 {1 . . . |T |} do (Draw a distribution over words) \u03a6 t \u223c Dirichlet(\u03b2) end for for zone z \u2208 {1 . . . |Z|} do (Draw a distribution over words) \u03a8 z \u223c Dirichlet(\u03b3) (Draw a transition distribution) \u039b z \u223c Dirichlet(\u03bb) end for (Draw the switch distribution) \u03a3 \u223c Beta(\u03c3 0 , \u03c3 1 ) for doc d \u2208 {1 . . . |D|} do", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Models", |
| "sec_num": "4" |
| }, |
| { |
| "text": "(Draw a distribution over topics)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Models", |
| "sec_num": "4" |
| }, |
| { |
| "text": "\u03b8 d \u223c Dirichlet(\u03b1) for sentence s \u2208 Sentences(d) do z s \u223c M ultinomial(\u039b z s\u22121 ) for word i \u2208 W ords(s) do (Draw a switch indicator) b i = Beta(\u03a3) if b i = 0 then (Draw a word from the zone-word distribution) w i \u223c M ultinomial(\u03a8 zs ) else (Draw a topic) t i \u223c M ultinomial(\u03b8 d ) (Draw a word from the topic-word distribution) w i \u223c M ultinomial(\u03a6 t i ) end if end for end for end for", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Models", |
| "sec_num": "4" |
| }, |
| { |
| "text": "We train the model using Gibbs sampling. Due to Dirichlet-multinomial and beta-Bernoulli conjugacy it is relatively straightforward to integrate out the multinomial and Bernoulli distribution parameters \u03b8, \u03a6, \u03a8 and \u03a3 and derive update rules for a collapsed Gibbs sampler. Each iteration of the sampler visits each sentence in the corpus in turn, first sampling the sentence label assignment z s and then sampling for each word in the sentence the switch indicator b i and (if b i = 1) the topic assignment t i . The sentence label update is performed using what Gao and Johnson (2008) call a pointwise collapsed Gibbs sampler. Omitting hyperparameters for clarity, the sampling probabilities can be written as", |
| "cite_spans": [ |
| { |
| "start": 562, |
| "end": 584, |
| "text": "Gao and Johnson (2008)", |
| "ref_id": "BIBREF9" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Models", |
| "sec_num": "4" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "P (z i = z|z \u2212i , w, b) \u221d f z i\u22121 \u2192z + \u03ba z f z i\u22121 + z \u03ba z f z\u2192z i+1 + I(z = z i+1 ) + \u03ba z i+1 f \u2212i z + I(z = z i+1 ) + z \u03ba z v\u2208V \u0393(f \u2212i zv,b=0 + f s i v,b=0 + \u03b3) \u0393(f \u2212i z + f s i + \u03b3|V |)", |
| "eq_num": "(1)" |
| } |
| ], |
| "section": "Models", |
| "sec_num": "4" |
| }, |
| { |
| "text": "where f z\u2212>z is the transition frequency from zone z to zone z , f z is the number of sentences assigned zone z; I(z = z i+1 ) has value 1 if the two zone assignments are equal and 0 otherwise; V is the vocabulary of word types; f zv,b=0 is the number of words of type z that appear in sentences assigned zone z and whose corresponding switch variable has value 0; f s i v,b=0 is the number of words of type v that appear in sentence s i and whose corresponding switch variable has value 0; the superscript \u2212i indicates that the frequency is calculated over all sentences except s i . We introduce observed start and end state variables z s and z e to handle the boundaries at the beginning and end of each document.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Models", |
| "sec_num": "4" |
| }, |
| { |
| "text": "z s z 1 z 2 z n z e w w w t t t W ords(s 1 ) W ords(s 2 ) W ords(sn) b b b \u03b8 \u03b1 D \u03a3 \u03c3 0 \u03c3 1 \u039b \u03bb Z \u03a8 \u03b3 Z \u03a6 \u03b2 T Figure 1: Plate diagram for BOILERPLATE-LDA", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Models", |
| "sec_num": "4" |
| }, |
| { |
| "text": "The topic and switch variables for each word are sampled in a blocked fashion; the sampling probabilities are similar to the standard LDA updates:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Models", |
| "sec_num": "4" |
| }, |
| { |
| "text": "P (b j = 0, t j = \u2205|z \u2212j , b \u2212j , t, w) \u221d (f \u2212j b=0 + \u03a3 0 ) f \u2212j z i w j ,b=0 + \u03b3 f z i ,b=0 + |V |\u03b3 P (b j = 1, t j = t|z \u2212j , b \u2212j , t, w) \u221d (f \u2212j b=1 + \u03a3 1 ) f \u2212j tw j + \u03b1 z f \u2212j w j ,b=1 + z \u03b1 z f \u2212j zw j + \u03b2 f \u2212j z + |V |\u03b2 P (b i = 0, t i = \u2205|z \u2212j , b \u2212j , t, w) = 0 P (b i = 1, t i = \u2205|z \u2212j , b \u2212j , t, w) = 0", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Models", |
| "sec_num": "4" |
| }, |
| { |
| "text": "(2)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Models", |
| "sec_num": "4" |
| }, |
| { |
| "text": "where we use j to index words and i to index sentences; f tw j is the number of words of type w j that are assigned topic t; the superscript \u2212j indicates that the frequency is calculated over all words except j.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Models", |
| "sec_num": "4" |
| }, |
| { |
| "text": "For evaluation, we use a collection of abstracts compiled by Guo et al. (2010) . These abstracts had originally been collected in the context of semi-automated cancer risk assessment by searching PubMed for abstracts mentioning one or more of a list of chemicals known to have carcinogenic properties (Korhonen et al., 2009) . Guo et al. annotated abstracts for five of these chemicals using an AZ scheme with seven categories: Background, Objective, Method, Result, Conclusion, Related work and Future work. 2 In order to test whether our models can also perform over a large, heterogeneous dataset, we also used a collection of 129,595 abstracts taken from a collection of open-access journal articles. Preprocessing involved sentence splitting, tokenisation and part-of-speech tagging using the Stanford CoreNLP toolkit 3 and the removal of all tokens containing non-alphanumeric characters, all tokens of character length one and a small set of stop words. 4 This left a training corpus of 16,841,280 tokens.", |
| "cite_spans": [ |
| { |
| "start": 61, |
| "end": 78, |
| "text": "Guo et al. (2010)", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 301, |
| "end": 324, |
| "text": "(Korhonen et al., 2009)", |
| "ref_id": "BIBREF18" |
| }, |
| { |
| "start": 961, |
| "end": 962, |
| "text": "4", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Data", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "Our first quantitative evaluation investigates whether the zones induced by BOILERPLATE-LDA correspond to the argumentative zones identified by human theorists. We treat this as a clustering task with the gold standard provided by Guo et al.'s (2010) dataset. The clustering evaluation measures we use are the Adjusted Rand Index (Hubert and Arabie, 1985) and Adjusted Mutual Information (Vinh et al., 2010); both measures are normalised to have a maximum value of 1 and are adjusted for chance so that the expected score given to a random clustering is 0. This second property makes them conservative in comparison to other evaluation measures. We report results with the number of zones |Z| \u2208 {10, 20, 50} and number of topics |T | \u2208 {10, 20, 50, 100}; for each combination of settings we report the average evaluation score attained by three independent runs of the learning algorithm.", |
| "cite_spans": [ |
| { |
| "start": 231, |
| "end": 250, |
| "text": "Guo et al.'s (2010)", |
| "ref_id": null |
| }, |
| { |
| "start": 330, |
| "end": 355, |
| "text": "(Hubert and Arabie, 1985)", |
| "ref_id": "BIBREF16" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation", |
| "sec_num": "5.2.1" |
| }, |
| { |
| "text": "For our evaluation, we test the following models: BOILERPLATE-LDA: Our full model, as described in Section 4.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Models", |
| "sec_num": "5.2.2" |
| }, |
| { |
| "text": "A simplified model where the Markov dependencies between zone assignments are replaced by a flat multinomial; the probability of a zone is independent of the adjacent sentences.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "BOILERPLATE-LDA-MULT:", |
| "sec_num": null |
| }, |
| { |
| "text": "A simplified model where all words in a sentence are generated from the zone distribution \u03a8 zs ; this is almost identical to Varga et al.'s (2012) ZONE-LDA model.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "BOILERPLATE-LDA-NOTOPICS:", |
| "sec_num": null |
| }, |
| { |
| "text": "A standard k-means clustering model run until convergence. The features for each sentence consist of tf-idf-transformed lexical frequencies, part-of-speech tags and a location feature computed by dividing the abstract into 5 bins.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "K-MEANS:", |
| "sec_num": null |
| }, |
| { |
| "text": "The BOILERPLATE-LDA models are all trained for 1000 iterations of Gibbs sampling. The Dirichlet hyperparameters are re-estimated every 10 iterations; the topic hyperparameters \u03b1 are optimised using a fixed-point iteration to maximise the log-evidence (Minka, 2003; Wallach, 2008) , while the other hyperparameters are sampled using Hamiltonian Monte Carlo (Neal, 2010). K-MEANS was run until convergence. Figure 2 gives an illustration of the zone representation induced at the end of one run of BOILERPLATE-LDA with the settings |Z| = 10, |T | = 100. Firstly, we list the most probable words for each zone (2a). While the model may not find a perfect match for the gold-standard inventory of argumentative zones, we can see that some induced zones describe standard methodology (8,9), others describe results and implications (1,3,7) and others describe motivations (2,5,6). Inspection of the transition matrix (2b) confirms our expectation that self-transitions have the highest probability; we also observed that the zones most frequently transitioned to from the start state are the motivational zones and the zones most frequently transitioned from to the end state are the results/implications zones. The example abstracts in Figure 3 illustrate how BOILERPLATE-LDA can be used to mark up the text of an abstract as \"boilerplate\" or \"non-boilerplate\" based on the values of the switch variables b i .", |
| "cite_spans": [ |
| { |
| "start": 251, |
| "end": 264, |
| "text": "(Minka, 2003;", |
| "ref_id": "BIBREF22" |
| }, |
| { |
| "start": 265, |
| "end": 279, |
| "text": "Wallach, 2008)", |
| "ref_id": "BIBREF34" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 405, |
| "end": 413, |
| "text": "Figure 2", |
| "ref_id": "FIGREF1" |
| }, |
| { |
| "start": 1232, |
| "end": 1240, |
| "text": "Figure 3", |
| "ref_id": "FIGREF2" |
| } |
| ], |
| "eq_spans": [], |
| "section": "K-MEANS:", |
| "sec_num": null |
| }, |
| { |
| "text": "1 results, suggest, our, data, study, role, findings, we, between, indicate, important, studies 2 study, we, using, used, investigated, determine, present, between, investigate, analysis, aim 3 increased, significantly, levels, showed, found, observed, significant, after, compared, higher 4 two, sequence, we, found, region, sequences, we, three, identified, between, different, analysis 5 use, more, studies, study, used, however, important, health, most, treatment, clinical, potential 6 role, important, known, studies, however, shown, including, involved, mechanisms, cell 7 case, we, patient, report, rare, most, common, reported, presented, disease, associated, cause 8 CI, significantly, respectively, significant, between, group, mean, higher, compared, more, found 9 study, years, using, two, patients, included, total, group, three, data, after, used, collected, age 10 we, data, analysis, used, using, new, approach, based, method, information, developed, more (a) Most probable words for each zone From To Start 1 2 3 4 5 6 7 8 9 10 End Start 0.00 0.00 0.10 0.01 0.08 0.24 0.36 0.10 0.00 0.03 0.08 0.00 1 0.00 0.37 0.01 0.04 0.01 0.03 0.01 0.00 0.00 0.00 0.01 0.50 2 0.00 0.02 0.26 0.25 0.07 0.01 0.02 0.00 0.05 0.29 0.01 0.00 3 0.00 0.27 0.02 0.59 0.02 0.02 0.02 0.00 0.02 0.00 0.01 0.04 4 0.00 0.12 0.02 0.09 0.62 0.00 0.03 0.00 0.01 0.00 0.05 0.05 5 0.00 0.01 0.10 0.00 0.00 0.55 0.03 0.02 0.00 0.06 0.04 0.18 6 0.00 0.06 0.21 0.05 0.05 0.05 0.50 0.01 0.00 0.01 0.05 0.02 7 0.00 0.02 0.02 0.01 0.01 0.15 0.04 0.63 0.01 0.02 0.00 0.08 8 0.00 0.09 0.01 0.14 0.01 0.07 0.00 0.02 0.61 0.04 0.01 0.01 9 0.00 0.01 0.11 0.05 0.01 0.05 0.00 0.02 0.20 0.54 0.01 0.00 10 0.00 0.05 0.02 0.01 0.07 0.02 0.01 0.00 0.01 0.01 0.68 0.12 End 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 ", |
| "cite_spans": [ |
| { |
| "start": 326, |
| "end": 336, |
| "text": "sequences,", |
| "ref_id": null |
| }, |
| { |
| "start": 337, |
| "end": 340, |
| "text": "we,", |
| "ref_id": null |
| }, |
| { |
| "start": 341, |
| "end": 347, |
| "text": "three,", |
| "ref_id": null |
| }, |
| { |
| "start": 348, |
| "end": 359, |
| "text": "identified,", |
| "ref_id": null |
| }, |
| { |
| "start": 360, |
| "end": 368, |
| "text": "between,", |
| "ref_id": null |
| }, |
| { |
| "start": 369, |
| "end": 379, |
| "text": "different,", |
| "ref_id": null |
| }, |
| { |
| "start": 380, |
| "end": 395, |
| "text": "analysis 5 use,", |
| "ref_id": null |
| }, |
| { |
| "start": 396, |
| "end": 401, |
| "text": "more,", |
| "ref_id": null |
| }, |
| { |
| "start": 402, |
| "end": 410, |
| "text": "studies,", |
| "ref_id": null |
| }, |
| { |
| "start": 411, |
| "end": 417, |
| "text": "study,", |
| "ref_id": null |
| }, |
| { |
| "start": 418, |
| "end": 423, |
| "text": "used,", |
| "ref_id": null |
| }, |
| { |
| "start": 424, |
| "end": 432, |
| "text": "however,", |
| "ref_id": null |
| }, |
| { |
| "start": 433, |
| "end": 443, |
| "text": "important,", |
| "ref_id": null |
| }, |
| { |
| "start": 444, |
| "end": 451, |
| "text": "health,", |
| "ref_id": null |
| }, |
| { |
| "start": 452, |
| "end": 457, |
| "text": "most,", |
| "ref_id": null |
| }, |
| { |
| "start": 458, |
| "end": 468, |
| "text": "treatment,", |
| "ref_id": null |
| }, |
| { |
| "start": 469, |
| "end": 478, |
| "text": "clinical,", |
| "ref_id": null |
| }, |
| { |
| "start": 479, |
| "end": 496, |
| "text": "potential 6 role,", |
| "ref_id": null |
| }, |
| { |
| "start": 497, |
| "end": 507, |
| "text": "important,", |
| "ref_id": null |
| }, |
| { |
| "start": 508, |
| "end": 514, |
| "text": "known,", |
| "ref_id": null |
| }, |
| { |
| "start": 515, |
| "end": 523, |
| "text": "studies,", |
| "ref_id": null |
| }, |
| { |
| "start": 524, |
| "end": 532, |
| "text": "however,", |
| "ref_id": null |
| }, |
| { |
| "start": 533, |
| "end": 539, |
| "text": "shown,", |
| "ref_id": null |
| }, |
| { |
| "start": 540, |
| "end": 550, |
| "text": "including,", |
| "ref_id": null |
| }, |
| { |
| "start": 551, |
| "end": 560, |
| "text": "involved,", |
| "ref_id": null |
| }, |
| { |
| "start": 561, |
| "end": 572, |
| "text": "mechanisms,", |
| "ref_id": null |
| }, |
| { |
| "start": 573, |
| "end": 585, |
| "text": "cell 7 case,", |
| "ref_id": null |
| }, |
| { |
| "start": 586, |
| "end": 589, |
| "text": "we,", |
| "ref_id": null |
| }, |
| { |
| "start": 590, |
| "end": 598, |
| "text": "patient,", |
| "ref_id": null |
| }, |
| { |
| "start": 599, |
| "end": 606, |
| "text": "report,", |
| "ref_id": null |
| }, |
| { |
| "start": 607, |
| "end": 612, |
| "text": "rare,", |
| "ref_id": null |
| }, |
| { |
| "start": 613, |
| "end": 618, |
| "text": "most,", |
| "ref_id": null |
| }, |
| { |
| "start": 619, |
| "end": 626, |
| "text": "common,", |
| "ref_id": null |
| }, |
| { |
| "start": 627, |
| "end": 636, |
| "text": "reported,", |
| "ref_id": null |
| }, |
| { |
| "start": 637, |
| "end": 647, |
| "text": "presented,", |
| "ref_id": null |
| }, |
| { |
| "start": 648, |
| "end": 656, |
| "text": "disease,", |
| "ref_id": null |
| }, |
| { |
| "start": 657, |
| "end": 668, |
| "text": "associated,", |
| "ref_id": null |
| }, |
| { |
| "start": 669, |
| "end": 680, |
| "text": "cause 8 CI,", |
| "ref_id": null |
| }, |
| { |
| "start": 681, |
| "end": 695, |
| "text": "significantly,", |
| "ref_id": null |
| }, |
| { |
| "start": 696, |
| "end": 709, |
| "text": "respectively,", |
| "ref_id": null |
| }, |
| { |
| "start": 710, |
| "end": 722, |
| "text": "significant,", |
| "ref_id": null |
| }, |
| { |
| "start": 723, |
| "end": 731, |
| "text": "between,", |
| "ref_id": null |
| }, |
| { |
| "start": 732, |
| "end": 738, |
| "text": "group,", |
| "ref_id": null |
| }, |
| { |
| "start": 739, |
| "end": 744, |
| "text": "mean,", |
| "ref_id": null |
| }, |
| { |
| "start": 745, |
| "end": 752, |
| "text": "higher,", |
| "ref_id": null |
| }, |
| { |
| "start": 753, |
| "end": 762, |
| "text": "compared,", |
| "ref_id": null |
| }, |
| { |
| "start": 763, |
| "end": 768, |
| "text": "more,", |
| "ref_id": null |
| }, |
| { |
| "start": 769, |
| "end": 783, |
| "text": "found 9 study,", |
| "ref_id": null |
| }, |
| { |
| "start": 784, |
| "end": 790, |
| "text": "years,", |
| "ref_id": null |
| }, |
| { |
| "start": 791, |
| "end": 797, |
| "text": "using,", |
| "ref_id": null |
| }, |
| { |
| "start": 798, |
| "end": 802, |
| "text": "two,", |
| "ref_id": null |
| }, |
| { |
| "start": 803, |
| "end": 812, |
| "text": "patients,", |
| "ref_id": null |
| }, |
| { |
| "start": 813, |
| "end": 822, |
| "text": "included,", |
| "ref_id": null |
| }, |
| { |
| "start": 823, |
| "end": 829, |
| "text": "total,", |
| "ref_id": null |
| }, |
| { |
| "start": 830, |
| "end": 836, |
| "text": "group,", |
| "ref_id": null |
| }, |
| { |
| "start": 837, |
| "end": 843, |
| "text": "three,", |
| "ref_id": null |
| }, |
| { |
| "start": 844, |
| "end": 849, |
| "text": "data,", |
| "ref_id": null |
| }, |
| { |
| "start": 850, |
| "end": 856, |
| "text": "after,", |
| "ref_id": null |
| }, |
| { |
| "start": 857, |
| "end": 862, |
| "text": "used,", |
| "ref_id": null |
| }, |
| { |
| "start": 863, |
| "end": 873, |
| "text": "collected,", |
| "ref_id": null |
| }, |
| { |
| "start": 874, |
| "end": 884, |
| "text": "age 10 we,", |
| "ref_id": null |
| }, |
| { |
| "start": 885, |
| "end": 890, |
| "text": "data,", |
| "ref_id": null |
| }, |
| { |
| "start": 891, |
| "end": 900, |
| "text": "analysis,", |
| "ref_id": null |
| }, |
| { |
| "start": 901, |
| "end": 906, |
| "text": "used,", |
| "ref_id": null |
| }, |
| { |
| "start": 907, |
| "end": 913, |
| "text": "using,", |
| "ref_id": null |
| }, |
| { |
| "start": 914, |
| "end": 918, |
| "text": "new,", |
| "ref_id": null |
| }, |
| { |
| "start": 919, |
| "end": 928, |
| "text": "approach,", |
| "ref_id": null |
| }, |
| { |
| "start": 929, |
| "end": 935, |
| "text": "based,", |
| "ref_id": null |
| }, |
| { |
| "start": 936, |
| "end": 943, |
| "text": "method,", |
| "ref_id": null |
| }, |
| { |
| "start": 944, |
| "end": 956, |
| "text": "information,", |
| "ref_id": null |
| }, |
| { |
| "start": 957, |
| "end": 967, |
| "text": "developed,", |
| "ref_id": null |
| }, |
| { |
| "start": 968, |
| "end": 972, |
| "text": "more", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "5.2.3" |
| }, |
| { |
| "text": "Many algorithms that compare protein structures can reveal similarities that suggest related biological functions, even at great evolutionary distances. Proteins with related function often exhibit differences in binding specificity, but few algorithms identify structural variations that effect specificity. To address this problem, we describe the Volumetric Analysis of Surface Properties (VASP), a novel volumetric analysis tool for the comparison of binding sites in aligned protein structures. VASP uses solid volumes to represent protein shape and the shape of surface cavities, clefts and tunnels that are defined with other methods. Our approach, inspired by techniques from constructive solid geometry, enables the isolation of volumetrically conserved and variable regions within three dimensionally superposed volumes. We applied VASP to compute a comparative volumetric analysis of the ligand binding sites formed by members of the steroidogenic acute regulatory protein (StAR)-related lipid transfer (START) domains and the serine proteases. Within both families, VASP isolated individual amino acids that create structural differences between ligand binding cavities that are known to influence differences in binding specificity. Also, VASP isolated cavity subregions that differ between ligand binding cavities which are essential for differences in binding specificity. As such, VASP should prove a valuable tool in the studyof protein-ligand binding specificity.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "VASP: A Volumetric Analysis of Surface Properties Yields Insights into Protein-Ligand Binding Specificity", |
| "sec_num": null |
| }, |
| { |
| "text": "A new usage of functionalized oligodeoxynucleotide probe for site-specific modification of a guanine base within RNA Site-specific modification of RNA is of great significance to investigate RNA structure, function and dynamics. Recently, we reported a new method for sequence-and cytosine-selective chemical modification of RNA based on the functional group transfer reaction of the 1-phenyl-2-methylydene-1,3-diketone unit of the 6-thioguanosine base incorporated in the oligodeoxynucleotide probe. In this study, we describe that the functionality transfer rate is greatly enhanced and the selectivity is shifted to the guanine base when the reaction is performed under alkaline conditions. Detailed investigation indicated that the 2-amino group of the enolate form of rG is the reactant of the functionality transfer reaction. As a potential application of this efficient functionality transfer reaction, a pyrene group as a relatively large fluorescent group was successfully transferred to the target guanine base of RNA with a high guanine and site selectivity. This functionality transfer reaction with high efficiency and high site-selectivity would provide a new opportunity as a unique tool for the study of RNA. The results of the clustering evaluation are presented in Table 1 . Clearly, this is a challenging task; the BOILERPLATE-LDA-NOTOPICS and K-MEANS models, which do not filter out topic-specific vocabulary, perform little better than chance in terms of identifying argumentative zones (recall that for the ARI and AMI measures, zero means \"not greater than expected by chance\" rather than \"no correlation at all\"). BOILERPLATE-LDA-MULT performs better than those models though not as well as the full BOILERPLATE-LDA model, indicating that sequential structure is important for inducing rhetorical regularities. In general, the best results are attained with low settings of |Z| and high settings of |T |; this seems to create the \"bottleneck\" effect needed to focus the model on purely rhetorical information. The highest scores (ARI = 0.32, AMI = 0.28) are attained by BOILERPLATE-LDA with the settings |Z| = 10, |T | = 100.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 1283, |
| "end": 1290, |
| "text": "Table 1", |
| "ref_id": "TABREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "VASP: A Volumetric Analysis of Surface Properties Yields Insights into Protein-Ligand Binding Specificity", |
| "sec_num": null |
| }, |
| { |
| "text": "A second evaluation of BOILERPLATE-LDA's usefulness is to test whether it can yield features that improve the performance of a supervised argumentative zoning system. It is possible for an unsupervised model to induce structure that does not map exactly onto a pre-existing set of labels but still captures valuable information about the underlying phenomenon that can be of use to a supervised classifier when combined with other information sources. To this end, we train and evaluate supervised models on the same dataset of Guo et al. (2010) that we used for the clustering evaluation. We perform 10-fold crossvalidation and report Accuracy (proportion of sentences labelled correctly) as well as macro-averaged Precision, Recall and F-Score. To measure statistical significance we use two-tailed paired t-tests, following Dietterich (1998). 5", |
| "cite_spans": [ |
| { |
| "start": 528, |
| "end": 545, |
| "text": "Guo et al. (2010)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation", |
| "sec_num": "5.3.1" |
| }, |
| { |
| "text": "We use two supervised sequence classification algorithms for training models: LR: A logistic regression classifier with a \"history\" feature encoding the previous sentence's label, trained with L 1 regularisation, using the implementation in LibLinear. 6", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Models", |
| "sec_num": "5.3.2" |
| }, |
| { |
| "text": "CRF: A first-order conditional random field classifier, trained with L 1 regularisation, using the implementation in Mallet. 7", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Models", |
| "sec_num": "5.3.2" |
| }, |
| { |
| "text": "In both cases, the predicted labelling for a test document is given by the most probable (Viterbi) sequence according to the trained model. We use the following feature sets: Table 2 : Results of the supervised evaluation BASELINE: Our baseline set of features is a standard set for supervised argumentative zoning: all unigrams and bigrams in the sentence, all part-of-speech tags in the sentence and a location feature computed by dividing the abstract into 5 bins.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 175, |
| "end": 182, |
| "text": "Table 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Models", |
| "sec_num": "5.3.2" |
| }, |
| { |
| "text": "The baseline model with additional features corresponding to the zone index assigned by BOILERPLATE-LDA to the sentence. We set |Z| = 10, |T | = 100 since that setting performed best in the clustering evaluation. As before, we use the output of three independently learned sampling chains, giving each sentence three zone features; the classifier should learn which chains are better than others during training.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "+BOILERPLATE-LDA:", |
| "sec_num": null |
| }, |
| { |
| "text": "The baseline model with additional features derived from standard Latent Dirichlet Allocation models trained on the same corpus as BOILERPLATE-LDA. As LDA assigns a topic to each word in a sentence, we add all topics assigned to all words in the sentence as additional features. As above, we use the output of three sampling chains. We report results for models with 50 topics and 100 topics.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "+LDA-BAG:", |
| "sec_num": null |
| }, |
| { |
| "text": "The baseline model with additional features derived from LDA models. Here each model assigns each sentence the single topic assigned to the greatest number of words in the sentence (ties are broken randomly).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "+LDA-MAX:", |
| "sec_num": null |
| }, |
| { |
| "text": "Results for the supervised evaluation are presented in Table 2 . +BOILERPLATE-LDA is the only augmented feature set that consistently gives an improvement over the baseline features. The improvements in accuracy are statistically significant (p < 0.01). In every case but one (which is not statistically significant), the LDA models fail to improve on the baseline in either accuracy or F-Score, showing that the latent structure induced by BOILERPLATE-LDA captures aspects of rhetorical language that are not captured by topical word clustering.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 55, |
| "end": 62, |
| "text": "Table 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "5.3.3" |
| }, |
| { |
| "text": "We consider the work presented in this paper to be a first step towards the ambitious goal of inducing latent descriptions of the templates used by scientists and writers in other fields. We have shown how our hypothesis about the generality of rhetorical language allows the construction of models that can separate out topical and rhetorical language use. One focus for future work will be to enrich the model structure; an approach based on adaptor grammars (Johnson et al., 2006) could be used to break the reductive unigram assumption in BOILERPLATE-LDA and identify multiword collocations that carry rhetorical information. Another focus will be to broaden our understanding of how unsupervised rhetorical models trained on large corpora can improve the robustness of supervised systems. For example, we have observed that lexicalised AZ classifiers trained on texts from one scientific domain will often perform poorly on texts from another domain; unsupervised models have the potential to induce relevant lexical commonalities across domains.", |
| "cite_spans": [ |
| { |
| "start": 461, |
| "end": 483, |
| "text": "(Johnson et al., 2006)", |
| "ref_id": "BIBREF17" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "6" |
| }, |
| { |
| "text": "It would be interesting to swap in Chen et al.'s generalised Mallows model for the HMM-style ordering model in BOILERPLATE-LDA. The former has the advantage of capturing non-local ordering effects, while the latter has the advantage of not assuming a single canonical ordering.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "The annotated dataset has been made available at http://www.cl.cam.ac.uk/\u02dcyg244/abstract_az.html. 3 http://nlp.stanford.edu/software/corenlp.shtml", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "The part-of-speech tags are not used by BOILERPLATE-LDA but they are used as features for other models.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "In order to address concerns about the suitability of the t-tests under non-normality, we replicated the tests using Wilcoxon's signed-ranks test as recommended byDem\u0161ar (2006); the results were identical.6 http://www.csie.ntu.edu.tw/\u02dccjlin/liblinear/ 7 http://mallet.cs.umass.edu/", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "This research is supported by the Intelligence Advanced Research Projects Activity (IARPA) via Department of Interior National Business Center (DoI/NBC) contract number D11PC20153. The U.S. Government is authorized to reproduce and distribute reprints for Governmental purposes notwithstanding any copyright annotation thereon. Disclaimer: The views and conclusions contained herein are those of the authors and should not be interpreted as necessarily representing the official policies or endorsements, either expressed or implied, of IARPA, DoI/NBC, or the U.S. Government.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgements", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Staying informed: Supervised and semi-supervised multi-view topical analysis of ideological perspective", |
| "authors": [ |
| { |
| "first": "Amr", |
| "middle": [], |
| "last": "Ahmed", |
| "suffix": "" |
| }, |
| { |
| "first": "Eric", |
| "middle": [ |
| "P" |
| ], |
| "last": "Xing", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of EMNLP-10", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Amr Ahmed and Eric P. Xing. 2010. Staying informed: Supervised and semi-supervised multi-view topical analysis of ideological perspective. In Proceedings of EMNLP-10, Cambridge, MA.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Latent Dirichlet allocation", |
| "authors": [ |
| { |
| "first": "David", |
| "middle": [ |
| "M" |
| ], |
| "last": "Blei", |
| "suffix": "" |
| }, |
| { |
| "first": "Andrew", |
| "middle": [ |
| "Y" |
| ], |
| "last": "Ng", |
| "suffix": "" |
| }, |
| { |
| "first": "Michael", |
| "middle": [ |
| "I" |
| ], |
| "last": "Jordan", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Journal of Machine Learning Research", |
| "volume": "3", |
| "issue": "", |
| "pages": "993--1022", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "David M. Blei, Andrew Y. Ng, and Michael I. Jordan. 2003. Latent Dirichlet allocation. Journal of Machine Learning Research, 3:993-1022.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Finding the WRITE stuff: Automatic identification of discourse structure in student essays", |
| "authors": [ |
| { |
| "first": "Jill", |
| "middle": [], |
| "last": "Burstein", |
| "suffix": "" |
| }, |
| { |
| "first": "Daniel", |
| "middle": [], |
| "last": "Marcu", |
| "suffix": "" |
| }, |
| { |
| "first": "Kevin", |
| "middle": [], |
| "last": "Knight", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "IEEE Intelligent Systems", |
| "volume": "18", |
| "issue": "1", |
| "pages": "32--39", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jill Burstein, Daniel Marcu, and Kevin Knight. 2003. Finding the WRITE stuff: Automatic identification of discourse structure in student essays. IEEE Intelligent Systems, 18(1):32-39.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Global models of document structure using latent permutations", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [ |
| "R K" |
| ], |
| "last": "Harr Chen", |
| "suffix": "" |
| }, |
| { |
| "first": "Regina", |
| "middle": [], |
| "last": "Branavan", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [ |
| "R" |
| ], |
| "last": "Barzilay", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Karger", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proceedings of NAACL-09", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Harr Chen, S.R.K. Branavan, Regina Barzilay, and David R. Karger. 2009. Global models of document structure using latent permutations. In Proceedings of NAACL-09, Boulder, CO.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Using argumentative zones for extractive summarization of scientific articles", |
| "authors": [ |
| { |
| "first": "Danish", |
| "middle": [], |
| "last": "Contractor", |
| "suffix": "" |
| }, |
| { |
| "first": "Yufan", |
| "middle": [], |
| "last": "Guo", |
| "suffix": "" |
| }, |
| { |
| "first": "Anna", |
| "middle": [], |
| "last": "Korhonen", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Proceedings of COLING-12", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Danish Contractor, Yufan Guo, and Anna Korhonen. 2012. Using argumentative zones for extractive summariza- tion of scientific articles. In Proceedings of COLING-12, Mumbai, India.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Statistical comparisons of classifiers over multiple data sets", |
| "authors": [ |
| { |
| "first": "Janez", |
| "middle": [], |
| "last": "Dem\u0161ar", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Journal of Machine Learning Research", |
| "volume": "7", |
| "issue": "", |
| "pages": "1--30", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Janez Dem\u0161ar. 2006. Statistical comparisons of classifiers over multiple data sets. Journal of Machine Learning Research, 7:1-30.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Approximate statistical tests for comparing supervised classification learning algorithms", |
| "authors": [ |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Thomas", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Dietterich", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "Neural Computation", |
| "volume": "10", |
| "issue": "7", |
| "pages": "1895--1923", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Thomas G. Dietterich. 1998. Approximate statistical tests for comparing supervised classification learning algo- rithms. Neural Computation, 10(7):1895-1923.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Topic segmentation with a structured topic model", |
| "authors": [ |
| { |
| "first": "Lan", |
| "middle": [], |
| "last": "Du", |
| "suffix": "" |
| }, |
| { |
| "first": "Wray", |
| "middle": [], |
| "last": "Buntine", |
| "suffix": "" |
| }, |
| { |
| "first": "Mark", |
| "middle": [], |
| "last": "Johnson", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Proceedings of NAACL-13", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Lan Du, Wray Buntine, and Mark Johnson. 2013. Topic segmentation with a structured topic model. In Proceed- ings of NAACL-13, Atlanta, GA.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Bayesian unsupervised topic segmentation", |
| "authors": [ |
| { |
| "first": "Jacob", |
| "middle": [], |
| "last": "Eisenstein", |
| "suffix": "" |
| }, |
| { |
| "first": "Regina", |
| "middle": [], |
| "last": "Barzilay", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proceedings of EMNLP-08", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jacob Eisenstein and Regina Barzilay. 2008. Bayesian unsupervised topic segmentation. In Proceedings of EMNLP-08, Honolulu, HI.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "A comparison of Bayesian estimators for unsupervised Hidden Markov Model POS taggers", |
| "authors": [ |
| { |
| "first": "Jianfeng", |
| "middle": [], |
| "last": "Gao", |
| "suffix": "" |
| }, |
| { |
| "first": "Mark", |
| "middle": [], |
| "last": "Johnson", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proceedings of EMNLP-08", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jianfeng Gao and Mark Johnson. 2008. A comparison of Bayesian estimators for unsupervised Hidden Markov Model POS taggers. In Proceedings of EMNLP-08, Honolulu, HI.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Integrating topics and syntax", |
| "authors": [ |
| { |
| "first": "Thomas", |
| "middle": [ |
| "L" |
| ], |
| "last": "Griffiths", |
| "suffix": "" |
| }, |
| { |
| "first": "Mark", |
| "middle": [], |
| "last": "Steyvers", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [ |
| "M" |
| ], |
| "last": "Blei", |
| "suffix": "" |
| }, |
| { |
| "first": "Joshua", |
| "middle": [ |
| "B" |
| ], |
| "last": "Tenenbaum", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Proceedings of NIPS-04", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Thomas L. Griffiths, Mark Steyvers, David M. Blei, and Joshua B. Tenenbaum. 2004. Integrating topics and syntax. In Proceedings of NIPS-04, Vancouver, BC.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Hidden topic Markov models", |
| "authors": [ |
| { |
| "first": "Amit", |
| "middle": [], |
| "last": "Gruber", |
| "suffix": "" |
| }, |
| { |
| "first": "Michal", |
| "middle": [], |
| "last": "Rosen-Zvi", |
| "suffix": "" |
| }, |
| { |
| "first": "Yair", |
| "middle": [], |
| "last": "Weiss", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proceedings of AISTATS-07", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Amit Gruber, Michal Rosen-Zvi, and Yair Weiss. 2007. Hidden topic Markov models. In Proceedings of AISTATS- 07, San Juan, Puerto Rico.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Identifying the information structure of scientific abstracts: An investigation of three different schemes", |
| "authors": [ |
| { |
| "first": "Yufan", |
| "middle": [], |
| "last": "Guo", |
| "suffix": "" |
| }, |
| { |
| "first": "Anna", |
| "middle": [], |
| "last": "Korhonen", |
| "suffix": "" |
| }, |
| { |
| "first": "Maria", |
| "middle": [], |
| "last": "Liakata", |
| "suffix": "" |
| }, |
| { |
| "first": "Ilona", |
| "middle": [], |
| "last": "Silins", |
| "suffix": "" |
| }, |
| { |
| "first": "Lin", |
| "middle": [], |
| "last": "Sun", |
| "suffix": "" |
| }, |
| { |
| "first": "Ulla", |
| "middle": [], |
| "last": "Stenius", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of BioNLP-10", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yufan Guo, Anna Korhonen, Maria Liakata, Ilona Silins, Lin Sun, and Ulla Stenius. 2010. Identifying the informa- tion structure of scientific abstracts: An investigation of three different schemes. In Proceedings of BioNLP-10, Uppsala, Sweden.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "A comparison and user-based evaluation of models of textual information structure in the context of cancer risk assessment", |
| "authors": [ |
| { |
| "first": "Yufan", |
| "middle": [], |
| "last": "Guo", |
| "suffix": "" |
| }, |
| { |
| "first": "Anna", |
| "middle": [], |
| "last": "Korhonen", |
| "suffix": "" |
| }, |
| { |
| "first": "Maria", |
| "middle": [], |
| "last": "Liakata", |
| "suffix": "" |
| }, |
| { |
| "first": "Ilona", |
| "middle": [], |
| "last": "Silins", |
| "suffix": "" |
| }, |
| { |
| "first": "Johan", |
| "middle": [], |
| "last": "H\u00f6gberg", |
| "suffix": "" |
| }, |
| { |
| "first": "Ulla", |
| "middle": [], |
| "last": "Stenius", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "BMC Bioinformatics", |
| "volume": "12", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yufan Guo, Anna Korhonen, Maria Liakata, Ilona Silins, Johan H\u00f6gberg, and Ulla Stenius. 2011a. A comparison and user-based evaluation of models of textual information structure in the context of cancer risk assessment. BMC Bioinformatics, 12:69.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "A weakly-supervised approach to argumentative zoning of scientific documents", |
| "authors": [ |
| { |
| "first": "Yufan", |
| "middle": [], |
| "last": "Guo", |
| "suffix": "" |
| }, |
| { |
| "first": "Anna", |
| "middle": [], |
| "last": "Korhonen", |
| "suffix": "" |
| }, |
| { |
| "first": "Thierry", |
| "middle": [], |
| "last": "Poibeau", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proceedings of EMNLP-11", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yufan Guo, Anna Korhonen, and Thierry Poibeau. 2011b. A weakly-supervised approach to argumentative zoning of scientific documents. In Proceedings of EMNLP-11, Edinburgh, UK.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "Identifying sections in scientific abstracts using conditional random fields", |
| "authors": [ |
| { |
| "first": "Kenji", |
| "middle": [], |
| "last": "Hirohata", |
| "suffix": "" |
| }, |
| { |
| "first": "Naoaki", |
| "middle": [], |
| "last": "Okazaki", |
| "suffix": "" |
| }, |
| { |
| "first": "Sophia", |
| "middle": [], |
| "last": "Ananiadou", |
| "suffix": "" |
| }, |
| { |
| "first": "Mitsuru", |
| "middle": [], |
| "last": "Ishizuka", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proceedings of IJCNLP-08", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kenji Hirohata, Naoaki Okazaki, Sophia Ananiadou, and Mitsuru Ishizuka. 2008. Identifying sections in scientific abstracts using conditional random fields. In Proceedings of IJCNLP-08, Hyderabad, India.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Comparing partitions", |
| "authors": [ |
| { |
| "first": "Lawrence", |
| "middle": [], |
| "last": "Hubert", |
| "suffix": "" |
| }, |
| { |
| "first": "Phipps", |
| "middle": [], |
| "last": "Arabie", |
| "suffix": "" |
| } |
| ], |
| "year": 1985, |
| "venue": "Journal of Classification", |
| "volume": "2", |
| "issue": "1", |
| "pages": "193--218", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Lawrence Hubert and Phipps Arabie. 1985. Comparing partitions. Journal of Classification, 2(1):193-218.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Adaptor grammars: A framework for specifying compositional nonparametric Bayesian models", |
| "authors": [ |
| { |
| "first": "Mark", |
| "middle": [], |
| "last": "Johnson", |
| "suffix": "" |
| }, |
| { |
| "first": "Thomas", |
| "middle": [ |
| "L" |
| ], |
| "last": "Griffiths", |
| "suffix": "" |
| }, |
| { |
| "first": "Sharon", |
| "middle": [], |
| "last": "Goldwater", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of NIPS-06", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mark Johnson, Thomas L. Griffiths, and Sharon Goldwater. 2006. Adaptor grammars: A framework for specifying compositional nonparametric Bayesian models. In Proceedings of NIPS-06, Vancouver, BC.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "The first step in the development of text mining technology for cancer risk assessment: identifying and organizing scientific evidence in risk assessment literature", |
| "authors": [ |
| { |
| "first": "Anna", |
| "middle": [], |
| "last": "Korhonen", |
| "suffix": "" |
| }, |
| { |
| "first": "Ilona", |
| "middle": [], |
| "last": "Silins", |
| "suffix": "" |
| }, |
| { |
| "first": "Lin", |
| "middle": [], |
| "last": "Sun", |
| "suffix": "" |
| }, |
| { |
| "first": "Ulla", |
| "middle": [], |
| "last": "Stenius", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "BMC Bioinformatics", |
| "volume": "10", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Anna Korhonen, Ilona Silins, Lin Sun, and Ulla Stenius. 2009. The first step in the development of text min- ing technology for cancer risk assessment: identifying and organizing scientific evidence in risk assessment literature. BMC Bioinformatics, 10:303.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "title": "Identifying high-level organizational elements in argumentative discourse", |
| "authors": [ |
| { |
| "first": "Nitin", |
| "middle": [], |
| "last": "Madnani", |
| "suffix": "" |
| }, |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Heilman", |
| "suffix": "" |
| }, |
| { |
| "first": "Joel", |
| "middle": [], |
| "last": "Tetreault", |
| "suffix": "" |
| }, |
| { |
| "first": "Martin", |
| "middle": [], |
| "last": "Chodorow", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Proceedings of NAACL-12", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Nitin Madnani, Michael Heilman, Joel Tetreault, and Martin Chodorow. 2012. Identifying high-level organiza- tional elements in argumentative discourse. In Proceedings of NAACL-12, Montreal, QC.", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "title": "Rhetorical structure theory: Toward a functional theory of text organization", |
| "authors": [ |
| { |
| "first": "C", |
| "middle": [], |
| "last": "William", |
| "suffix": "" |
| }, |
| { |
| "first": "Sandra", |
| "middle": [ |
| "A" |
| ], |
| "last": "Mann", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Thompson", |
| "suffix": "" |
| } |
| ], |
| "year": 1988, |
| "venue": "Text", |
| "volume": "8", |
| "issue": "3", |
| "pages": "243--281", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "William C. Mann and Sandra A. Thompson. 1988. Rhetorical structure theory: Toward a functional theory of text organization. Text, 8(3):243-281.", |
| "links": null |
| }, |
| "BIBREF21": { |
| "ref_id": "b21", |
| "title": "The rhetorical parsing of unrestricted texts: A surface-based approach", |
| "authors": [ |
| { |
| "first": "Daniel", |
| "middle": [], |
| "last": "Marcu", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Computational Linguistics", |
| "volume": "26", |
| "issue": "3", |
| "pages": "395--448", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Daniel Marcu. 2000. The rhetorical parsing of unrestricted texts: A surface-based approach. Computational Linguistics, 26(3):395-448.", |
| "links": null |
| }, |
| "BIBREF22": { |
| "ref_id": "b22", |
| "title": "Estimating a Dirichlet distribution", |
| "authors": [ |
| { |
| "first": "Thomas", |
| "middle": [ |
| "P" |
| ], |
| "last": "Minka", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Thomas P. Minka. 2003. Estimating a Dirichlet distribution. Available at http://research.microsoft. com/en-us/um/people/minka/papers/dirichlet/.", |
| "links": null |
| }, |
| "BIBREF23": { |
| "ref_id": "b23", |
| "title": "Handbook of Markov Chain Monte Carlo", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Radford", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Neal", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Radford M. Neal. 2010. MCMC using Hamiltonian dynamics. In Steve Brooks, Andrew Gelman, Galin L. Jones, and Xiao-Li Meng, editors, Handbook of Markov Chain Monte Carlo. Chapman and Hall/CRC Press, Boca Raton, FL.", |
| "links": null |
| }, |
| "BIBREF24": { |
| "ref_id": "b24", |
| "title": "Unsupervised topic modelling for multi-party spoken discourse", |
| "authors": [ |
| { |
| "first": "Matthew", |
| "middle": [], |
| "last": "Purver", |
| "suffix": "" |
| }, |
| { |
| "first": "Konrad", |
| "middle": [], |
| "last": "K\u00f6rding", |
| "suffix": "" |
| }, |
| { |
| "first": "Tom", |
| "middle": [], |
| "last": "Griffiths", |
| "suffix": "" |
| }, |
| { |
| "first": "Josh", |
| "middle": [], |
| "last": "Tenenbaum", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of COLING-ACL-06", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Matthew Purver, Konrad K\u00f6rding, Tom Griffiths, and Josh Tenenbaum. 2006. Unsupervised topic modelling for multi-party spoken discourse. In Proceedings of COLING-ACL-06, Sydney, Australia.", |
| "links": null |
| }, |
| "BIBREF25": { |
| "ref_id": "b25", |
| "title": "Document and corpus level inference for unsupervised and transductive learning of information structure of scientific documents", |
| "authors": [ |
| { |
| "first": "Roi", |
| "middle": [], |
| "last": "Reichart", |
| "suffix": "" |
| }, |
| { |
| "first": "Anna", |
| "middle": [], |
| "last": "Korhonen", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Proceedings of COLING-12", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Roi Reichart and Anna Korhonen. 2012. Document and corpus level inference for unsupervised and transductive learning of information structure of scientific documents. In Proceedings of COLING-12, Mumbai, India.", |
| "links": null |
| }, |
| "BIBREF26": { |
| "ref_id": "b26", |
| "title": "A mixture model with sharing for lexical semantics", |
| "authors": [ |
| { |
| "first": "Joseph", |
| "middle": [], |
| "last": "Reisinger", |
| "suffix": "" |
| }, |
| { |
| "first": "Raymond", |
| "middle": [], |
| "last": "Mooney", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of EMNLP-10", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Joseph Reisinger and Raymond Mooney. 2010. A mixture model with sharing for lexical semantics. In Proceed- ings of EMNLP-10, Cambridge, MA.", |
| "links": null |
| }, |
| "BIBREF27": { |
| "ref_id": "b27", |
| "title": "Unsupervised modeling of Twitter conversations", |
| "authors": [ |
| { |
| "first": "Alan", |
| "middle": [], |
| "last": "Ritter", |
| "suffix": "" |
| }, |
| { |
| "first": "Colin", |
| "middle": [], |
| "last": "Cherry", |
| "suffix": "" |
| }, |
| { |
| "first": "Bill", |
| "middle": [], |
| "last": "Dolan", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of NAACL-HLT-10", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Alan Ritter, Colin Cherry, and Bill Dolan. 2010. Unsupervised modeling of Twitter conversations. In Proceedings of NAACL-HLT-10, Los Angeles, CA.", |
| "links": null |
| }, |
| "BIBREF28": { |
| "ref_id": "b28", |
| "title": "Automatically generating Wikipedia articles: A structure-aware approach", |
| "authors": [ |
| { |
| "first": "Christina", |
| "middle": [], |
| "last": "Sauper", |
| "suffix": "" |
| }, |
| { |
| "first": "Regina", |
| "middle": [], |
| "last": "Barzilay", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proceedings of ACL-IJCNLP-09", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Christina Sauper and Regina Barzilay. 2009. Automatically generating Wikipedia articles: A structure-aware approach. In Proceedings of ACL-IJCNLP-09, Singapore.", |
| "links": null |
| }, |
| "BIBREF29": { |
| "ref_id": "b29", |
| "title": "Whose idea was this, and why does it matter? Attributing scientific work to citations", |
| "authors": [ |
| { |
| "first": "Advaith", |
| "middle": [], |
| "last": "Siddharthan", |
| "suffix": "" |
| }, |
| { |
| "first": "Simone", |
| "middle": [], |
| "last": "Teufel", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proceedings of NAACL-07", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Advaith Siddharthan and Simone Teufel. 2007. Whose idea was this, and why does it matter? Attributing scientific work to citations. In Proceedings of NAACL-07, Rochester, NY.", |
| "links": null |
| }, |
| "BIBREF30": { |
| "ref_id": "b30", |
| "title": "Summarizing scientific articles: Experiments with relevance and rhetorical status", |
| "authors": [ |
| { |
| "first": "Simone", |
| "middle": [], |
| "last": "Teufel", |
| "suffix": "" |
| }, |
| { |
| "first": "Marc", |
| "middle": [], |
| "last": "Moens", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Computational Linguistics", |
| "volume": "28", |
| "issue": "4", |
| "pages": "409--445", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Simone Teufel and Marc Moens. 2002. Summarizing scientific articles: Experiments with relevance and rhetorical status. Computational Linguistics, 28(4):409-445.", |
| "links": null |
| }, |
| "BIBREF31": { |
| "ref_id": "b31", |
| "title": "The Structure of Scientific Articles: Applications to Citation Indexing and Summarization", |
| "authors": [ |
| { |
| "first": "Simone", |
| "middle": [], |
| "last": "Teufel", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Simone Teufel. 2010. The Structure of Scientific Articles: Applications to Citation Indexing and Summarization. CSLI Publications, Stanford, CA.", |
| "links": null |
| }, |
| "BIBREF32": { |
| "ref_id": "b32", |
| "title": "Unsupervised document zone identification using probabilistic graphical models", |
| "authors": [ |
| { |
| "first": "Andrea", |
| "middle": [], |
| "last": "Varga", |
| "suffix": "" |
| }, |
| { |
| "first": "Daniel", |
| "middle": [], |
| "last": "Preo\u0163iuc-Pietro", |
| "suffix": "" |
| }, |
| { |
| "first": "Fabio", |
| "middle": [], |
| "last": "Ciravegna", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Proceedings of LREC-12", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Andrea Varga, Daniel Preo\u0163iuc-Pietro, and Fabio Ciravegna. 2012. Unsupervised document zone identification using probabilistic graphical models. In Proceedings of LREC-12, Istanbul, Turkey.", |
| "links": null |
| }, |
| "BIBREF33": { |
| "ref_id": "b33", |
| "title": "Information theoretic measures for clusterings comparison: Variants, properties, normalization and correction for chance", |
| "authors": [ |
| { |
| "first": "Julien", |
| "middle": [], |
| "last": "Nguyen Xuan Vinh", |
| "suffix": "" |
| }, |
| { |
| "first": "James", |
| "middle": [], |
| "last": "Epps", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Bailey", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Journal of Machine Learning Research", |
| "volume": "11", |
| "issue": "", |
| "pages": "2837--2854", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Nguyen Xuan Vinh, Julien Epps, and James Bailey. 2010. Information theoretic measures for clusterings com- parison: Variants, properties, normalization and correction for chance. Journal of Machine Learning Research, 11:2837-2854.", |
| "links": null |
| }, |
| "BIBREF34": { |
| "ref_id": "b34", |
| "title": "Structured topic models for language", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Hanna", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Wallach", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hanna M. Wallach. 2008. Structured topic models for language. Ph.D. thesis, University of Cambridge.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "type_str": "figure", |
| "num": null, |
| "text": "(b) Zone transition probabilities between adjacent sentences", |
| "uris": null |
| }, |
| "FIGREF1": { |
| "type_str": "figure", |
| "num": null, |
| "text": "Zones induced by one run of BOILERPLATE-LDA (|Z| = 10, |T | = 100)", |
| "uris": null |
| }, |
| "FIGREF2": { |
| "type_str": "figure", |
| "num": null, |
| "text": "Examples of abstracts marked up for boilerplate (underlined) and non-boilerplate (faded text) by BOILERPLATE", |
| "uris": null |
| }, |
| "TABREF0": { |
| "text": "Results of the clustering evaluation. |Z| is the number of zones; |T | is the number of topics.", |
| "content": "<table/>", |
| "num": null, |
| "html": null, |
| "type_str": "table" |
| }, |
| "TABREF1": { |
| "text": ".71 0.70 0.70 0.85 0.75 0.64 0.67 +BOILERPLATE-LDA 0.84 0.72 0.71 0.71 0.86 0.74 0.65 0.68", |
| "content": "<table><tr><td/><td/><td>LR</td><td/><td/><td/><td>CRF</td><td/><td/></tr><tr><td>Model</td><td>Acc</td><td>P</td><td>R</td><td>F</td><td>Acc</td><td>P</td><td>R</td><td>F</td></tr><tr><td colspan=\"9\">BASELINE 0.83 0+LDA-BAG (50) 0.83 0.69 0.68 0.68 0.84 0.73 0.62 0.64</td></tr><tr><td>+LDA-BAG (100)</td><td colspan=\"8\">0.83 0.69 0.69 0.69 0.84 0.72 0.64 0.66</td></tr><tr><td>+LDA-MAX (50)</td><td colspan=\"8\">0.83 0.71 0.69 0.69 0.85 0.72 0.64 0.66</td></tr><tr><td>+LDA-MAX (100)</td><td colspan=\"8\">0.84 0.71 0.69 0.70 0.85 0.74 0.63 0.66</td></tr></table>", |
| "num": null, |
| "html": null, |
| "type_str": "table" |
| } |
| } |
| } |
| } |