| { |
| "paper_id": "R13-1037", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T14:55:29.879809Z" |
| }, |
| "title": "Matching sets of parse trees for answering multi-sentence questions", |
| "authors": [ |
| { |
| "first": "Boris", |
| "middle": [], |
| "last": "Galitsky", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Knowledge Trail Inc. San Jose", |
| "location": { |
| "country": "USA" |
| } |
| }, |
| "email": "bgalitsky@hotmail.com" |
| }, |
| { |
| "first": "Dmitry", |
| "middle": [], |
| "last": "Ilvovsky", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "" |
| }, |
| { |
| "first": "Sergey", |
| "middle": [], |
| "last": "Kuznetsov", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "skuznetsov@hse.ru" |
| }, |
| { |
| "first": "Fedor", |
| "middle": [], |
| "last": "Strok", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "fdr.strok@gmail.com" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "The problem of answering multi-sentence questions is addressed in a number of products and services-related domains. A candidate set of answers, obtained by a keyword search, is re-ranked by matching the set of parse trees of an answer with that of the question. To do that, a graph representation and learning technique for parse structures for paragraphs of text have been developed. Parse Thicket (PT) as a set of syntactic parse trees augmented by a number of arcs for inter-sentence word-word relations such as co-reference and taxonomic relations is introduced. These arcs are also derived from other sources, including Speech Act and Rhetoric Structure theories. The proposed approach is subject to evaluation in the product search and recommendation domain, where search queries include multiple sentences. An open source plugin for SOLR is developed so that the proposed technology can be easily integrated with industrial search engines.", |
| "pdf_parse": { |
| "paper_id": "R13-1037", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "The problem of answering multi-sentence questions is addressed in a number of products and services-related domains. A candidate set of answers, obtained by a keyword search, is re-ranked by matching the set of parse trees of an answer with that of the question. To do that, a graph representation and learning technique for parse structures for paragraphs of text have been developed. Parse Thicket (PT) as a set of syntactic parse trees augmented by a number of arcs for inter-sentence word-word relations such as co-reference and taxonomic relations is introduced. These arcs are also derived from other sources, including Speech Act and Rhetoric Structure theories. The proposed approach is subject to evaluation in the product search and recommendation domain, where search queries include multiple sentences. An open source plugin for SOLR is developed so that the proposed technology can be easily integrated with industrial search engines.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Modern search engines are not very good at tackling queries consisting of multiple sentences. They either find very similar documents, if they are available, or very dissimilar ones, so that search results are not very useful to the user. This is due to the fact that for multi-sentences queries it is rather hard to learn ranking based on user clicks, since the number of longer queries is practically unlimited. Hence we need a linguistic technology, which would rank candidate answers based on structural similarity between the question and the answer. In this study we build a graph-based representation for a paragraph of text so that we can track the structural difference between these paragraphs, taking into account not only parse trees, but the whole discourse as well.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Paragraphs of text as queries appear in the search-based recommendation domains (Montaner et al., 2003; Bhasker and Srikumar 2010; Thorsten, 2012) . Recommendation agents track user chats, user postings on blogs and forums, user comments on shopping sites, and suggest web documents and their snippets, relevant to a purchase decisions. To do that, these recommendation agents need to take portions of text, produce a search engine query, run it against a search engine API such as Bing or Yahoo, and filter out the search results which are determined to be irrelevant to a purchase decision. The last step is critical for a sensible functionality of a recommendation agent, and poor relevance would lead to a lost trust in the recommendation engine. Hence an accurate assessment of similarity between two portions of text is critical to a successful use of recommendation agents.", |
| "cite_spans": [ |
| { |
| "start": 80, |
| "end": 103, |
| "text": "(Montaner et al., 2003;", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 104, |
| "end": 130, |
| "text": "Bhasker and Srikumar 2010;", |
| "ref_id": null |
| }, |
| { |
| "start": 131, |
| "end": 146, |
| "text": "Thorsten, 2012)", |
| "ref_id": "BIBREF33" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Parse trees have become a standard form of representing the syntactic structures of sentences (Abney, 1991; Punyakanok et al., 2005; Domingos and Poon, 2009) . In this study we will attempt to represent a linguistic structure of a paragraph of text based on parse trees for each sentence of this paragraph. We will refer to the set of parse trees plus a number of arcs for intersentence relations between nodes for words as Parse Thicket (PT). A PT is a graph, which includes parse trees for each sentence, as well as additional arcs for inter-sentence relationship between parse tree nodes for words.", |
| "cite_spans": [ |
| { |
| "start": 94, |
| "end": 107, |
| "text": "(Abney, 1991;", |
| "ref_id": "BIBREF37" |
| }, |
| { |
| "start": 108, |
| "end": 132, |
| "text": "Punyakanok et al., 2005;", |
| "ref_id": null |
| }, |
| { |
| "start": 133, |
| "end": 157, |
| "text": "Domingos and Poon, 2009)", |
| "ref_id": "BIBREF35" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "We define the operation of generalization of text paragraphs via generalization of respective PTs to assess similarity between them. The use of generalization for similarity assessment is inspired by structural approaches to machine learning (Mill, 1843; Mitchell, 1997; Furukawa 1998; Finn, 1999) versus statistical alternatives where similarity is measured by a distance in feature space (Fukunaga, 1990; Manning and Sch\u00fctze, 1999; Byun and Lee, 2002; Jurafsky and Martin, 2008) . Our intention is to extend the operation of least general generalization (e.g., the antiunification of logical formulas (Robinson, 1965; Plotkin, 1970) ) towards structural representations of paragraph of texts to compute similarity between multi-sentence questions and answers. Hence we define the operation of generalization on a pair of PT as finding the maximal common sub-thickets based on generalizing phrases from two paragraphs of text.", |
| "cite_spans": [ |
| { |
| "start": 242, |
| "end": 254, |
| "text": "(Mill, 1843;", |
| "ref_id": null |
| }, |
| { |
| "start": 255, |
| "end": 270, |
| "text": "Mitchell, 1997;", |
| "ref_id": "BIBREF30" |
| }, |
| { |
| "start": 271, |
| "end": 285, |
| "text": "Furukawa 1998;", |
| "ref_id": "BIBREF30" |
| }, |
| { |
| "start": 286, |
| "end": 297, |
| "text": "Finn, 1999)", |
| "ref_id": null |
| }, |
| { |
| "start": 390, |
| "end": 406, |
| "text": "(Fukunaga, 1990;", |
| "ref_id": "BIBREF29" |
| }, |
| { |
| "start": 407, |
| "end": 433, |
| "text": "Manning and Sch\u00fctze, 1999;", |
| "ref_id": "BIBREF25" |
| }, |
| { |
| "start": 434, |
| "end": 453, |
| "text": "Byun and Lee, 2002;", |
| "ref_id": "BIBREF24" |
| }, |
| { |
| "start": 454, |
| "end": 480, |
| "text": "Jurafsky and Martin, 2008)", |
| "ref_id": "BIBREF26" |
| }, |
| { |
| "start": 603, |
| "end": 619, |
| "text": "(Robinson, 1965;", |
| "ref_id": "BIBREF27" |
| }, |
| { |
| "start": 620, |
| "end": 634, |
| "text": "Plotkin, 1970)", |
| "ref_id": "BIBREF15" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Generalization of text paragraphs is based on the operation of generalization of two sentences, explored in a few studies (Galitsky et al., 2008; Galitsky, 2012) . In addition to learning generalizations of individual sentences, we learn how the links between words in sentences other than syntactic ones can be used to compute similarity between texts. We rely on our formalizations of the theories of textual discourse such as Rhetoric Structure Theory (Mann et al., 1992) to improve the ranking of paragraph-based question answering.", |
| "cite_spans": [ |
| { |
| "start": 122, |
| "end": 145, |
| "text": "(Galitsky et al., 2008;", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 146, |
| "end": 161, |
| "text": "Galitsky, 2012)", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 455, |
| "end": 474, |
| "text": "(Mann et al., 1992)", |
| "ref_id": "BIBREF8" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Whereas machine learning of syntactic parse trees for individual sentences is an established area of research, the contribution of this paper is a structural approach to learning syntactic information at the level of paragraphs. A number of studies applied machine learning techniques to syntactic parse trees (Collins and Duffy, 2002) , convolution kernels (Haussler, 1999) being the most popular approach (Lodhi et al., 2002; Moschitti, 2006; , Sun et al., 2010 .", |
| "cite_spans": [ |
| { |
| "start": 310, |
| "end": 335, |
| "text": "(Collins and Duffy, 2002)", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 358, |
| "end": 374, |
| "text": "(Haussler, 1999)", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 407, |
| "end": 427, |
| "text": "(Lodhi et al., 2002;", |
| "ref_id": "BIBREF19" |
| }, |
| { |
| "start": 428, |
| "end": 444, |
| "text": "Moschitti, 2006;", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 445, |
| "end": 463, |
| "text": ", Sun et al., 2010", |
| "ref_id": "BIBREF21" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Once we have a sequence of parse trees for a question, and that of an answer, how can we match these sequences? A number of studies compute pair-wise similarity between parse trees (Collins and Duffy, 2002; Punyakanok et al., 2003; Moschitti, 2006) . However, to rely upon discourse structure of paragraphs, and to avoid dependence of how content is distributed through sentences, we represent the whole paragraphs of questions and answers as a single graph and call it Parse Thicket (PT). To determine how good is an answer for a question, we match their respective PTs. We extend the syntactic relations between the nodes of the syntactic dependency parse trees towards more general text discourse relations.", |
| "cite_spans": [ |
| { |
| "start": 181, |
| "end": 206, |
| "text": "(Collins and Duffy, 2002;", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 207, |
| "end": 231, |
| "text": "Punyakanok et al., 2003;", |
| "ref_id": null |
| }, |
| { |
| "start": 232, |
| "end": 248, |
| "text": "Moschitti, 2006)", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Parse Thickets for matching questions and answers", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Once we have such relations as \"the same entity\", \"sub-entity\", \"super-entity\" and anaphora, we can extend the notion of phrase to be matched between texts. In case of single sentences, we match noun, verb, and other types of phrases in questions and answers. In case of multiple sentences in each, we extend the notion of phrases so that they are independent of how information being communicated is split into sentences. Relations between the nodes of parse trees (which are other than syntactic) can merge phrases from different sentences or from a single sentence, which are not syntactically connected. We will refer to such extended phrases as thicket phrases.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Parse Thickets for matching questions and answers", |
| "sec_num": "2" |
| }, |
| { |
| "text": "We will consider two cases for text indexing, where establishing proper coreferences inside and between sentences connects entities in an index for proper match with a question:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Parse Thickets for matching questions and answers", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Text for indexing 1: \u2026 Tuberculosis is usually a lung disease. It is cured by doctors specializing in pulmonology.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Parse Thickets for matching questions and answers", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Text for indexing 2: \u2026 Tuberculosis is a lung disease\u2026 Pulmonology specialist Jones was awarded a prize for curing a special form of disease.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Parse Thickets for matching questions and answers", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Question: Which specialist doctor should treat my tuberculosis?", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Parse Thickets for matching questions and answers", |
| "sec_num": "2" |
| }, |
| { |
| "text": "In the first case, establishing coreference link Tuberculosis \u2192 disease \u2192 is cured by doctors pulmonologists helps to match these entities with the ones from the question. In the second case this portion of text does not serve as a relevant answer to the question, although it includes keywords from this question. Hence at indexing time, keywords should be chained not just by their occurrence in individual sentences, but additionally on the basis of coreferences. If words X and Y are connected by a coreference relation, an index needs to include the chain of words X 0 , X 1 \u2026X, Y 0 ,Y 1 \u2026 Y, where chains X 0 , X 1 \u2026X and Y 0 ,Y 1 \u2026 Y are already indexed (phrases including X and Y). Hence establishing coreferences is important to extend index in a way to improve search recall. Usually, keywords from different sentences can only be matched with query keywords with a low score (high score is delivered by inter-sentence match). If we have two parse trees 1 P and 2 P of text 1 T , and an arc for a relation 12 : jj r P P \uf0ae between the nodes 1 j P and 2 j P , we can now match", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Parse Thickets for matching questions and answers", |
| "sec_num": "2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "1 2 1 1 1 2 2 1 2 2 , ,", |
| "eq_num": ", , , , , i i" |
| } |
| ], |
| "section": "Parse Thickets for matching questions and answers", |
| "sec_num": "2" |
| }, |
| { |
| "text": "i j j j P P P P P P \uf02d \uf02d \uf02b \uf02b of 1 T against a", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Parse Thickets for matching questions and answers", |
| "sec_num": "2" |
| }, |
| { |
| "text": "phrase of a single sentence or a merged phrases of multiple sentences from 2 T .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Parse Thickets for matching questions and answers", |
| "sec_num": "2" |
| }, |
| { |
| "text": "We will compare the following approaches to assessing the similarity of questions and answers as paragraphs: \uf0b7 Baseline: bag-of-words approach, which computes the set of common keywords/ngrams and their frequencies.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Finding similarity between a question and an answer", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "\uf0b7 Pair-wise matching: we will apply syntactic generalization to each pair of sentences, and sum up the resultant commonalities. This technique has been developed by Galitsky (2013) .", |
| "cite_spans": [ |
| { |
| "start": 165, |
| "end": 180, |
| "text": "Galitsky (2013)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Finding similarity between a question and an answer", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "\uf0b7 Paragraph-paragraph matching.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Finding similarity between a question and an answer", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "The first approach is most typical for industrial NLP applications today, and the second one was used in (Galitsky et al., 2012) . The kernel-based approach to parse tree similarities , as well as tree sequence kernel (Sun et al., 2011) , being tuned to parse trees of individual sentences, also belongs to the second approach.", |
| "cite_spans": [ |
| { |
| "start": 105, |
| "end": 128, |
| "text": "(Galitsky et al., 2012)", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 218, |
| "end": 236, |
| "text": "(Sun et al., 2011)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Finding similarity between a question and an answer", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "We intend to demonstrate the richness of the approach being proposed, and in the consecutive sections we will provide a step-by-step explanation. We will introduce a pair of short texts (articles) and compare the above three approaches. The first paragraph can be viewed as a search query, and the second paragraph can be viewed as a candidate answer. A relevant answer should be a closely related text, which is not a piece of duplicate information.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Finding similarity between a question and an answer", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "\"Iran refuses to accept the UN proposal to end the dispute over work on nuclear weapons\", \"UN nuclear watchdog passes a resolution condemning Iran for developing a second uranium enrichment site in secret\", \"A recent IAEA report presented diagrams that suggested Iran was secretly working on nuclear weapons\", \"Iran envoy says its nuclear development is for peaceful purpose, and the material evidence against it has been fabricated by the US\", ^ \"UN passes a resolution condemning the work of Iran on nuclear weapons, in spite of Iran claims that its nuclear research is for peaceful purpose\", \"Envoy of Iran to IAEA proceeds with the dispute over its nuclear program and develops an enrichment site in secret\", \"Iran confirms that the evidence of its nuclear weapons program is fabricated by the US and proceeds with the second uranium enrichment site\"", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Finding similarity between a question and an answer", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "The list of common keywords gives a hint that both documents are on nuclear program of Iran, however it is hard to get more specific details.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Finding similarity between a question and an answer", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "Iran, UN, proposal, dispute, nuclear, weapons, passes, resolution, developing, enrichment, site, secret, condemning, second, uranium Pair-wise generalization gives a more accurate account on what is common between these texts. Parse Thicket generalization gives the detailed similarity picture which looks more complete than the pair-wise sentence generalization result above. Please see also Fig. 3 \" \uf0d9 \" in the following example and through all the paper means generalization operation. Describing parse trees we use standard notation for constituency trees: [\u2026] represents subphraze, NN, JJ, NP etc. denote parts-of-speech and types of subphrases, * is used to denote random tree node.", |
| "cite_spans": [ |
| { |
| "start": 6, |
| "end": 132, |
| "text": "UN, proposal, dispute, nuclear, weapons, passes, resolution, developing, enrichment, site, secret, condemning, second, uranium", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 393, |
| "end": 399, |
| "text": "Fig. 3", |
| "ref_id": "FIGREF3" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Finding similarity between a question and an answer", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "One can feel that PT-based generalization almost as complete as human would do in terms of similarity between texts. To obtain these results, we need to be capable of maintaining connections between sentences such as coreferences, and also of apply the relationships between entities to our analysis (entities, subentities, super-entities) obtained from WordNet or via web mining (Galitsky et al 2013) . We also need to be able to identify communicative actions and generalize them together with their subjects according to the specific patterns of speech act theory, if a text describes an interaction between people. Moreover, we need to maintain rhetoric structure relationship between sentences, to generalize at a higher level above sentences irrespectively of how information is distributed through sentences. We define Parse Thicket as a set of parse trees for sentences with arcs for links between the words of different sentences. These arcs are for coreferences, entity-entity and rhetoric relations, and communicative actions.", |
| "cite_spans": [ |
| { |
| "start": 380, |
| "end": 401, |
| "text": "(Galitsky et al 2013)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Finding similarity between a question and an answer", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "The focus of this paper is to apply parse thickets and their generalization to search relevance where a query is a paragraph of text.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Finding similarity between a question and an answer", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "Although the generalization is defined as the set of maximal common sub-graphs, its computation in this study is based on matching phrases. To generalize a pair of sentences, we perform chunking and extract all noun, verb, prepositional and other types of phrases from each sentence. Then we perform generalization for each type of phrases, attempting to find a maximal common sub-phrase for each pair of phrases of the same type. The resultant phraselevel generalization can then be interpreted as a set of paths in resultant common sub-trees (Galitsky et al., 2012) . Thicket phrases are the regular phrases extended by the words from other sentences linked by inter-sentence arcs. The algorithm of forming thicket phrases is as follows. Most types of thicket arcs will be illustrated below. Please refer to (Galitsky et al., 2012) ", |
| "cite_spans": [ |
| { |
| "start": 544, |
| "end": 567, |
| "text": "(Galitsky et al., 2012)", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 810, |
| "end": 833, |
| "text": "(Galitsky et al., 2012)", |
| "ref_id": "BIBREF1" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "From phrase to paragraph-level generalization", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "We treat computationally the following approaches to textual discourse: \uf0b7 Rhetoric structure theory (RST) (Mann et al., 1992) ; \uf0b7 Speech Act theory or shortly SpActT (Searle, 1969) . Although both these theories have psychological observation as foundations and are mostly of a non-computational nature, a specific computational framework need to be built for them (Galitsky et al., 2010; 2013a) . We use these sources to find links between sentences to enhance indexing for search. For RST, we attempt to extract an RST relation and form a thicket phrase around it, including a placeholder for RST relation itself. For SpActT, we use a vocabulary of communicative actions to find their subjects (Galitsky and Kuznetsov, 2008) , add respective arcs to PT and form the respective set of thicket phrases. Fig.1 shows the generalization instance based on RST relation \"RCT-evidence\" (Marcu, 1997 Notice that in the latter case we need to merge (perform anaphora substitution) the phrase ' its nuclear development' with 'evidence against it' to obtain 'evidence against its nuclear development'. Notice the arc it -development, according to which this anaphora substitution occurred. Evidence is removed from the phrase because it is the indicator of RST relation, and we form the subject of this relation to match. Furthermore, we need another anaphora substitution its -Iran to obtain the final phrase.", |
| "cite_spans": [ |
| { |
| "start": 106, |
| "end": 125, |
| "text": "(Mann et al., 1992)", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 166, |
| "end": 180, |
| "text": "(Searle, 1969)", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 365, |
| "end": 388, |
| "text": "(Galitsky et al., 2010;", |
| "ref_id": null |
| }, |
| { |
| "start": 389, |
| "end": 395, |
| "text": "2013a)", |
| "ref_id": null |
| }, |
| { |
| "start": 696, |
| "end": 726, |
| "text": "(Galitsky and Kuznetsov, 2008)", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 880, |
| "end": 892, |
| "text": "(Marcu, 1997", |
| "ref_id": "BIBREF36" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 803, |
| "end": 808, |
| "text": "Fig.1", |
| "ref_id": "FIGREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Arcs of parse thicket based on theories of discourse", |
| "sec_num": "3" |
| }, |
| { |
| "text": "As a result of generalizations of two RST relations of the same sort (evidence) we obtain Iran nuclear NNP -RST-evidencefabricate by USA. Notice that we could not obtain this similarity expression by using sentence-level generalization.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "RST example", |
| "sec_num": null |
| }, |
| { |
| "text": "Communicative actions are used by text authors to indicate the structure of a dialogue or a conflict (Searle, 1969) . Hence analyzing the communicative actions' arcs of PT, one can find implicit similarities between texts. We can generalize:", |
| "cite_spans": [ |
| { |
| "start": 101, |
| "end": 115, |
| "text": "(Searle, 1969)", |
| "ref_id": "BIBREF9" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Communicative actions example", |
| "sec_num": null |
| }, |
| { |
| "text": "\uf0b7 one communicative actions with its subject from 1 T against another communicative action with its subject from 2 T (communicative action arc is not used) ; \uf0b7 a pair of communicative actions with their subjects from 1 T against another pair of communicative actions from 2 T (communicative action arcs are used).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Communicative actions example", |
| "sec_num": null |
| }, |
| { |
| "text": "In our example, we have the same communicative actions with subjects with low similarity: condemn ['Iran for developing second enrichment site in secret'] vs condemn ['the work of Iran on nuclear weapon'] or different communicative actions with similar subjects.", |
| "cite_spans": [ |
| { |
| "start": 166, |
| "end": 204, |
| "text": "['the work of Iran on nuclear weapon']", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Communicative actions example", |
| "sec_num": null |
| }, |
| { |
| "text": "The two distinct communicative actions dispute and condemn have rather similar subjects:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Communicative actions example", |
| "sec_num": null |
| }, |
| { |
| "text": "'work on nuclear weapon'. Generalizing two communicative actions with their subjects follows the rule: generalize communicative actions themselves, and 'attach' the result to generalization of their subjects as regular sub-tree generalization. Two communicative actions can always be generalized, which is not the case for their subjects: if their generalization result is empty, the generalization result of communicative actions with these subjects is empty too. The generalization result here for the case 1 above is:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Communicative actions example", |
| "sec_num": null |
| }, |
| { |
| "text": "condemn^dispute [ work-Iran-on-nuclear- weapon].", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Communicative actions example", |
| "sec_num": null |
| }, |
| { |
| "text": "Generalizing two different communicative actions is based on their attributes and is presented in (Galitsky et al., 2013 Notice that generalization", |
| "cite_spans": [ |
| { |
| "start": 98, |
| "end": 120, |
| "text": "(Galitsky et al., 2013", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Communicative actions example", |
| "sec_num": null |
| }, |
| { |
| "text": "gives zero result because the arguments of condemn from 1 T and 2 T are not very similar. Hence we generalize the subjects of communicative actions first before we generalize communicative actions themselves. Groups of vertices with the same shape and dark-gray border show the maximum common sub-thickets, where the number of vertexes serves as a score for similarity between a question and answer.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Communicative actions example", |
| "sec_num": null |
| }, |
| { |
| "text": "We proceed to evaluation of how generalization of PTs can improve multi-sentence search, where one needs to compare a query as a paragraph of text against a candidate answer as a paragraph of text (search result snippet).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation of multi-sentence question answering", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Evaluation is based on a re-ranking search results obtained by Bing search engine API, relying on the PT similarity score. The similarity score is defined as a total number of vertexes in a common maximum subgraph. We approximate this estimate by calculating the number of words in maximal common sub-phrases, taking into account weight for parts of speech (Galitsky et al 2012) .", |
| "cite_spans": [ |
| { |
| "start": 357, |
| "end": 378, |
| "text": "(Galitsky et al 2012)", |
| "ref_id": "BIBREF1" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation of multi-sentence question answering", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Evaluation results are shown in Table 1 . Three domains are used in evaluation:", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 32, |
| "end": 39, |
| "text": "Table 1", |
| "ref_id": "TABREF5" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Evaluation of multi-sentence question answering", |
| "sec_num": "3" |
| }, |
| { |
| "text": "\uf0b7 Product recommendation, where an agent reads chats about products and finds relevant information on the web about a particular product.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation of multi-sentence question answering", |
| "sec_num": "3" |
| }, |
| { |
| "text": "\uf0b7 Travel recommendation, where an agent reads chats about travel and finds relevant information on the travel websites about a hotel or an activity.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation of multi-sentence question answering", |
| "sec_num": "3" |
| }, |
| { |
| "text": "\uf0b7 Facebook recommendation, where an agent reads wall postings and chats, and finds a piece of relevant information for friends on the web.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation of multi-sentence question answering", |
| "sec_num": "3" |
| }, |
| { |
| "text": "In each of these domains we selected a portion of text on the web to form a query, and then filtered search results delivered by Bing search engine API. One can observe that unfiltered precision is 58.2%, whereas improvement by pair-wise sentence generalization is 11%, thicket phrases/snippetsadditional 6%, and thicket phrases for original sentences in the documentsadditional 1.5%.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation of multi-sentence question answering", |
| "sec_num": "3" |
| }, |
| { |
| "text": "One can also see that the higher the complexity of sentence, the higher the contribution of generalization technology, from sentence level to thicket phrases.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation of multi-sentence question answering", |
| "sec_num": "3" |
| }, |
| { |
| "text": "The generalization operation on parse trees for sentences and parse thickets for paragraphs is defined as finding a set of maximum common sub-trees and sub parse thickets respectively. Although for the trees this problem is O(n), for the general case of graphs finding maximal common sub-graphs is NP-complete (Kann, 1992) .", |
| "cite_spans": [ |
| { |
| "start": 310, |
| "end": 322, |
| "text": "(Kann, 1992)", |
| "ref_id": "BIBREF18" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Algorithms and scalability of the approach", |
| "sec_num": "4" |
| }, |
| { |
| "text": "To estimate the complexity of generalization of two PT, let us consider an average case with five sentences in each paragraph and 15 words in each sentence. Such thickets have on average 10 phrases per sentence, 10 inter-sentence arcs, which give us up to 40 thicket phrases each. Hence for such parse thickets we have to generalize up to 50 linguistic phrases and 40 thicket phrases of the first thicket against the set of similar size for the second thicket. Taking into account a separate generalization of noun and verb phrases, this average case consists of 2* 45*45 generalizations, followed by the subsumption checks. Each phrase generalization is based on up to 12 string comparisons, taking an average size of phrase as 5 words. Hence on average the PT generalization includes 2*45*45*12*5 operations. Since a string comparison takes a few microseconds, thicket generalization takes on average 100 milliseconds without use of index. However, in an industrial search application where phrases are stored in an inverse index, the generalization operation can be completed in constant time, irrespectively of the size of index (Lin, 2013) .", |
| "cite_spans": [ |
| { |
| "start": 1133, |
| "end": 1144, |
| "text": "(Lin, 2013)", |
| "ref_id": "BIBREF16" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Algorithms and scalability of the approach", |
| "sec_num": "4" |
| }, |
| { |
| "text": "In this work we build the framework for generalizing PTs as sets of phrases to re-rank search results obtained via keyword search.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions", |
| "sec_num": "5" |
| }, |
| { |
| "text": "The operation of generalization to learn from parse trees for a pair of sentences turned out to be important for text relevance tasks. Once we extended it to learning parse thickets for two paragraphs, we observed that the relevance is further increased compared to the baseline (Bing search engine API), which relies on keyword statistics in the case of multi-sentence query.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions", |
| "sec_num": "5" |
| }, |
| { |
| "text": "We considered the following sources of relations between words in sentences: coreferences, taxonomic relations such as subentity, partial case, predicate for subject etc., rhetoric structure relation and speech acts. We demonstrated that search relevance can be improved if search results are subject to confirmation by parse thicket generalization, when answers occur in multiple sentences.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions", |
| "sec_num": "5" |
| }, |
| { |
| "text": "The system architecture serves as a basis of OpenNLPsimilarity component, which is a separate Apache Software foundation project, accepting input from either OpenNLP or Stanford NLP. Code and libraries described here are available at http://code.google.com/p/relevance-based-onparse-trees and http://svn.apache.org/repos/asf/opennlp/sandbox/ opennlp-similarity/.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions", |
| "sec_num": "5" |
| }, |
| { |
| "text": "The system is ready to be plugged into Lucene library to improve search relevance. Also, a SOLR request handler is provided so that search engineers can switch to a PT-based multisentence search to quickly verify if relevance is improved. The system is designed for search engineers not familiar with linguistic technologies, who can plug in the richness of linguistic features of OpenNLP and Stanford NLP to work for them in a search application.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions", |
| "sec_num": "5" |
| } |
| ], |
| "back_matter": [], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Natural Language Question Answering System: Technique of Semantic Headers", |
| "authors": [ |
| { |
| "first": "B", |
| "middle": [], |
| "last": "Galitsky", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Advanced Knowledge International", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Galitsky, B. Natural Language Question Answering System: Technique of Semantic Headers. Advanced Knowledge International, Australia (2003).", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Inferring the semantic properties of sentences by mining syntactic parse trees", |
| "authors": [ |
| { |
| "first": "B", |
| "middle": [], |
| "last": "Galitsky", |
| "suffix": "" |
| }, |
| { |
| "first": "G\u00e1bor", |
| "middle": [], |
| "last": "Josep Lluis De La Rosa", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Dobrocsi", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Data & Knowledge Engineering", |
| "volume": "81", |
| "issue": "", |
| "pages": "21--45", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Galitsky, B., Josep Lluis de la Rosa, G\u00e1bor Dobrocsi. Inferring the semantic properties of sentences by mining syntactic parse trees. Data & Knowledge Engineering. Volume 81-82, November (2012) 21- 45.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Parse Thicket Representations for Answering Multi-sentence questions. 20th International Conference on Conceptual Structures", |
| "authors": [ |
| { |
| "first": "B", |
| "middle": [], |
| "last": "Galitsky", |
| "suffix": "" |
| }, |
| { |
| "first": "Sergei", |
| "middle": [ |
| "O" |
| ], |
| "last": "Daniel Usikov", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Kuznetsov", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "", |
| "volume": "2013", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Galitsky, B., Daniel Usikov, Sergei O. Kuznetsov: Parse Thicket Representations for Answering Multi-sentence questions. 20th International Conference on Conceptual Structures, ICCS 2013 (2013).", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Learning communicative actions of conflicting human agents", |
| "authors": [ |
| { |
| "first": "B", |
| "middle": [], |
| "last": "Galitsky", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [ |
| "O" |
| ], |
| "last": "Kuznetsov", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "J. Exp. Theor. Artif. Intell", |
| "volume": "20", |
| "issue": "4", |
| "pages": "277--317", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Galitsky, B., Kuznetsov S.O., Learning communicative actions of conflicting human agents. J. Exp. Theor. Artif. Intell. 20(4): 277-317 (2008).", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Machine Learning of Syntactic Parse Trees for Search and Classification of Text", |
| "authors": [ |
| { |
| "first": "B", |
| "middle": [], |
| "last": "Galitsky", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Engineering Application of AI", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "DOI": [ |
| "10.1016/j.engappai.2012.09.017" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Galitsky, B., Machine Learning of Syntactic Parse Trees for Search and Classification of Text. Engineering Application of AI, http://dx.doi.org/10.1016/j.engappai.2012.09.017, (2012).", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Enhancing text representation for classification tasks with semantic graph structures", |
| "authors": [ |
| { |
| "first": "Jiangning", |
| "middle": [], |
| "last": "Wu", |
| "suffix": "" |
| }, |
| { |
| "first": "Zhaoguo", |
| "middle": [], |
| "last": "Xuan", |
| "suffix": "" |
| }, |
| { |
| "first": "Donghua", |
| "middle": [], |
| "last": "Pan", |
| "suffix": "" |
| } |
| ], |
| "year": null, |
| "venue": "International Journal of Innovative Computing, Information and Control (ICIC)", |
| "volume": "7", |
| "issue": "5", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jiangning Wu, Zhaoguo Xuan and Donghua Pan, Enhancing text representation for classification tasks with semantic graph structures, International Journal of Innovative Computing, Information and Control (ICIC), Volume 7, Number 5(B).", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Convolution kernels on discrete structures", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Haussler", |
| "suffix": "" |
| } |
| ], |
| "year": 1999, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Haussler, D. Convolution kernels on discrete structures, 1999.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Efficient Convolution Kernels for Dependency and Constituent Syntactic Trees", |
| "authors": [ |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Moschitti", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of the 17th European Conference on Machine Learning", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Moschitti, A. Efficient Convolution Kernels for Dependency and Constituent Syntactic Trees. In Proceedings of the 17th European Conference on Machine Learning, Berlin, Germany, 2006.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Discourse Description: Diverse linguistic analyses of a fundraising text", |
| "authors": [ |
| { |
| "first": "William", |
| "middle": [ |
| "C" |
| ], |
| "last": "Mann", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [ |
| "I M" |
| ], |
| "last": "Christian", |
| "suffix": "" |
| }, |
| { |
| "first": "Sandra", |
| "middle": [ |
| "A" |
| ], |
| "last": "Matthiessen", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Thompson", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "39--78", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mann, William C., Christian M. I. M. Matthiessen and Sandra A. Thompson (1992). Rhetorical Structure Theory and Text Analysis. Discourse Description: Diverse linguistic analyses of a fund- raising text. ed. by W. C. Mann and S. A. Thompson. Amsterdam, John Benjamins: 39-78.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Speech acts: An essay in the philosophy of language", |
| "authors": [ |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Searle", |
| "suffix": "" |
| } |
| ], |
| "year": 1969, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Searle, John. 1969. Speech acts: An essay in the philosophy of language. Cambridge, England: Cambridge University.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Chew Lim Tan. Tree Sequence Kernel for Natural Language", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Sun", |
| "suffix": "" |
| }, |
| { |
| "first": "Min", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sun, J., Min Zhang, Chew Lim Tan. Tree Sequence Kernel for Natural Language. AAAI-25, 2011.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Semantic role labeling using a grammar-driven convolution tree kernel", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| }, |
| { |
| "first": "W", |
| "middle": [], |
| "last": "Che", |
| "suffix": "" |
| }, |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Zhou", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Aw", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Tan", |
| "suffix": "" |
| }, |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Liu", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "IEEE transactions on audio, speech, and language processing", |
| "volume": "16", |
| "issue": "7", |
| "pages": "1315--1329", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Zhang, M.; Che, W.; Zhou, G.; Aw, A.; Tan, C.; Liu, T.; and Li, S. 2008. Semantic role labeling using a grammar-driven convolution tree kernel. IEEE transactions on audio, speech, and language processing 16(7):1315-1329.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "A Taxonomy of Recommender Agents on the Internet", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Montaner", |
| "suffix": "" |
| }, |
| { |
| "first": "B", |
| "middle": [], |
| "last": "Lopez", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [ |
| "L" |
| ], |
| "last": "De La Rosa", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "", |
| "volume": "19", |
| "issue": "", |
| "pages": "285--330", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Montaner, M.; Lopez, B.; de la Rosa, J. L. (June 2003). A Taxonomy of Recommender Agents on the Internet. Artificial Intelligence Review 19 (4): 285-330.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Convolution kernels for natural language", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Collins", |
| "suffix": "" |
| }, |
| { |
| "first": "N", |
| "middle": [], |
| "last": "Duffy", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Proceedings of NIPS", |
| "volume": "", |
| "issue": "", |
| "pages": "625--632", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Collins, M., and Duffy, N. 2002. Convolution kernels for natural language. In Proceedings of NIPS, 625-632.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Deterministic coreference resolution based on entity-centric, precision-ranked rules", |
| "authors": [ |
| { |
| "first": "Heeyoung", |
| "middle": [], |
| "last": "Lee", |
| "suffix": "" |
| }, |
| { |
| "first": "Angel", |
| "middle": [], |
| "last": "Chang", |
| "suffix": "" |
| }, |
| { |
| "first": "Yves", |
| "middle": [], |
| "last": "Peirsman", |
| "suffix": "" |
| }, |
| { |
| "first": "Nathanael", |
| "middle": [], |
| "last": "Chambers", |
| "suffix": "" |
| }, |
| { |
| "first": "Mihai", |
| "middle": [], |
| "last": "Surdeanu", |
| "suffix": "" |
| }, |
| { |
| "first": "Dan", |
| "middle": [], |
| "last": "Jurafsky", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Computational Linguistics", |
| "volume": "39", |
| "issue": "4", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Heeyoung Lee, Angel Chang, Yves Peirsman, Nathanael Chambers, Mihai Surdeanu and Dan Jurafsky. Deterministic coreference resolution based on entity-centric, precision-ranked rules. Computational Linguistics 39(4), 2013.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "A note on inductive generalization", |
| "authors": [ |
| { |
| "first": "G", |
| "middle": [ |
| "D" |
| ], |
| "last": "Plotkin", |
| "suffix": "" |
| } |
| ], |
| "year": 1970, |
| "venue": "Machine Intelligence", |
| "volume": "5", |
| "issue": "", |
| "pages": "153--163", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Plotkin, G.D. A note on inductive generalization. In B. Meltzer and D. Michie, editors, Machine Intelligence, volume 5, pages 153-163. Elsevier North-Holland, New York, 1970.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Data-Intensive Text Processing with MapReduce. intool.github.io/MapReduceAlgorithms/MapRedu ce-book-final.pdf , 2013. Cascading en.wikipedia.org/wiki/Cascading", |
| "authors": [ |
| { |
| "first": "Jimmy", |
| "middle": [], |
| "last": "Lin", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Lin, Jimmy. Data-Intensive Text Processing with MapReduce. intool.github.io/MapReduceAlgorithms/MapRedu ce-book-final.pdf , 2013. Cascading en.wikipedia.org/wiki/Cascading. http://www.cascading.org/ 2013.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Challenges in Building Large-Scale Information Retrieval Systems. research.google.com/people/jeff/WSDM09-keynote", |
| "authors": [ |
| { |
| "first": "Jeff", |
| "middle": [], |
| "last": "Dean", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Dean, Jeff. Challenges in Building Large-Scale Information Retrieval Systems. research.google.com/people/jeff/WSDM09- keynote.pdf 2009.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "On the Approximability of the Maximum Common Subgraph Problem", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "Viggo Kann", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "STACS '92)", |
| "volume": "", |
| "issue": "", |
| "pages": "377--388", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Viggo Kann. 1992. On the Approximability of the Maximum Common Subgraph Problem. In (STACS '92), Alain Finkel and Matthias Jantzen (Eds.). Springer-Verlag, London, UK, UK, 377- 388.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "title": "Text classification using string kernels", |
| "authors": [ |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Lodhi", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Saunders", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Shawe-Taylor", |
| "suffix": "" |
| }, |
| { |
| "first": "N", |
| "middle": [], |
| "last": "Cristianini", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Watkins", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "The Journal of Machine Learning Research", |
| "volume": "2", |
| "issue": "", |
| "pages": "419--444", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Lodhi, H.; Saunders, C.; Shawe-Taylor, J.; Cristianini, N.; and Watkins, C. 2002. Text classification using string kernels. The Journal of Machine Learning Research 2:419-444.", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "title": "A study on convolution kernels for shallow semantic parsing", |
| "authors": [ |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Moschitti", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Proceedings of ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "335--342", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Moschitti, A. 2004. A study on convolution kernels for shallow semantic parsing. In Proceedings of ACL, 335-342.", |
| "links": null |
| }, |
| "BIBREF21": { |
| "ref_id": "b21", |
| "title": "Exploring syntactic structural features for sub-tree alignment using bilingual tree kernels", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Sun", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Tan", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "306--315", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sun, J.; Zhang, M.; and Tan, C. 2010. Exploring syntactic structural features for sub-tree alignment using bilingual tree kernels. In Proceedings of ACL, 306-315.", |
| "links": null |
| }, |
| "BIBREF22": { |
| "ref_id": "b22", |
| "title": "Semantic role labeling using a grammar-driven convolution tree kernel", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| }, |
| { |
| "first": "W", |
| "middle": [], |
| "last": "Che", |
| "suffix": "" |
| }, |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Zhou", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Aw", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Tan", |
| "suffix": "" |
| }, |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Liu", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "IEEE transactions on audio, speech,and language processing", |
| "volume": "16", |
| "issue": "", |
| "pages": "1315--1329", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Zhang, M.; Che, W.; Zhou, G.; Aw, A.; Tan, C.; Liu, T.; and Li, S. 2008. Semantic role labeling using a grammar-driven convolution tree kernel. IEEE transactions on audio, speech,and language processing. 16(7):1315-1329.", |
| "links": null |
| }, |
| "BIBREF23": { |
| "ref_id": "b23", |
| "title": "Exploring syntactic structured features over parse trees for relation extraction using kernel methods", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| }, |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Zhou", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Aw", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Information Processing & Management", |
| "volume": "44", |
| "issue": "2", |
| "pages": "687--701", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Zhang, M.; Zhou, G.; and Aw, A. 2008. Exploring syntactic structured features over parse trees for relation extraction using kernel methods. Information Processing & Management 44(2):687-701.", |
| "links": null |
| }, |
| "BIBREF24": { |
| "ref_id": "b24", |
| "title": "Applications of Support Vector Machines for Pattern Recognition: A Survey", |
| "authors": [ |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Byun", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Seong-Whan Lee", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Proceedings of the First International Workshop on Pattern Recognition with Support Vector Machines (SVM '02)", |
| "volume": "", |
| "issue": "", |
| "pages": "213--236", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Byun, H. and Seong-Whan Lee. 2002. Applications of Support Vector Machines for Pattern Recognition: A Survey. In Proceedings of the First International Workshop on Pattern Recognition with Support Vector Machines (SVM '02), Seong-Whan Lee and Alessandro Verri (Eds.). Springer-Verlag, London, UK, UK, 213-236.", |
| "links": null |
| }, |
| "BIBREF25": { |
| "ref_id": "b25", |
| "title": "Foundations of Statistical Natural Language Processing", |
| "authors": [ |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Manning", |
| "suffix": "" |
| }, |
| { |
| "first": "Hinrich", |
| "middle": [], |
| "last": "Sch\u00fctze", |
| "suffix": "" |
| } |
| ], |
| "year": 1999, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Manning, C. and Hinrich Sch\u00fctze, Foundations of Statistical Natural Language Processing, MIT Press. Cambridge, MA: May 1999.", |
| "links": null |
| }, |
| "BIBREF26": { |
| "ref_id": "b26", |
| "title": "An Introduction to Natural Language Processing, Computational Linguistics, and Speech Recognition", |
| "authors": [ |
| { |
| "first": "Daniel", |
| "middle": [], |
| "last": "Jurafsky", |
| "suffix": "" |
| }, |
| { |
| "first": "James", |
| "middle": [ |
| "H" |
| ], |
| "last": "Martin", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Daniel Jurafsky and James H. Martin. Speech and Language Processing. An Introduction to Natural Language Processing, Computational Linguistics, and Speech Recognition. 2008. OpenNLP http://incubator.apache.org/opennlp/documentatio n/manual/opennlp.htm (2012).", |
| "links": null |
| }, |
| "BIBREF27": { |
| "ref_id": "b27", |
| "title": "A machine-oriented logic based on the resolution principle", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [ |
| "A" |
| ], |
| "last": "Robinson", |
| "suffix": "" |
| } |
| ], |
| "year": 1965, |
| "venue": "Journal of the Association for Computing Machinery", |
| "volume": "12", |
| "issue": "", |
| "pages": "23--41", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Robinson J.A. A machine-oriented logic based on the resolution principle. Journal of the Association for Computing Machinery, 12:23-41, 1965.", |
| "links": null |
| }, |
| "BIBREF28": { |
| "ref_id": "b28", |
| "title": "1843) A system of logic, ratiocinative and inductive", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [ |
| "S" |
| ], |
| "last": "Mill", |
| "suffix": "" |
| } |
| ], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mill, J.S. (1843) A system of logic, ratiocinative and inductive. London.", |
| "links": null |
| }, |
| "BIBREF29": { |
| "ref_id": "b29", |
| "title": "On the synthesis of cognitive procedures and the problem of induction", |
| "authors": [ |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Fukunaga", |
| "suffix": "" |
| } |
| ], |
| "year": 1990, |
| "venue": "NTI Series", |
| "volume": "2", |
| "issue": "", |
| "pages": "1--2", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Fukunaga, K. Introduction to statistical pattern recognition (2nd ed.), Academic Press Professional, Inc., San Diego, CA, 1990. Finn, V.K. (1999) On the synthesis of cognitive procedures and the problem of induction. NTI Series 2, N1-2 pp. 8-45.", |
| "links": null |
| }, |
| "BIBREF30": { |
| "ref_id": "b30", |
| "title": "From Deduction to Induction: Logical Perspective. The Logic Programming Paradigm", |
| "authors": [ |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Mitchell", |
| "suffix": "" |
| }, |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Furukawa", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "Machine Learning. McGraw Hill", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mitchell, T. (1997) Machine Learning. McGraw Hill. Furukawa, K. (1998) From Deduction to Induction: Logical Perspective. The Logic Programming Paradigm. In Apt, K.R., Marek V.W., Truszczynski, M., Warren, D.S., Eds. Springer.", |
| "links": null |
| }, |
| "BIBREF32": { |
| "ref_id": "b32", |
| "title": "Recommender Systems in E-Commerce", |
| "authors": [ |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Srikumar", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "K. Srikumar (2010). Recommender Systems in E-Commerce. CUP. ISBN 978-0-07- 068067-8.", |
| "links": null |
| }, |
| "BIBREF33": { |
| "ref_id": "b33", |
| "title": "Can Automated Group Recommender Systems Help Consumers Make Better Choices", |
| "authors": [ |
| { |
| "first": "Thorsten", |
| "middle": [], |
| "last": "Hennig-Thurau", |
| "suffix": "" |
| }, |
| { |
| "first": "Andr\u00e9", |
| "middle": [], |
| "last": "Marchand", |
| "suffix": "" |
| }, |
| { |
| "first": "Paul", |
| "middle": [], |
| "last": "Marx", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Journal of Marketing", |
| "volume": "76", |
| "issue": "5", |
| "pages": "89--109", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hennig-Thurau, Thorsten, Andr\u00e9 Marchand, and Paul Marx. (2012), Can Automated Group Recommender Systems Help Consumers Make Better Choices? Journal of Marketing, 76 (5), 89- 109.", |
| "links": null |
| }, |
| "BIBREF34": { |
| "ref_id": "b34", |
| "title": "The Necessity of Syntactic Parsing for Semantic Role Labeling", |
| "authors": [ |
| { |
| "first": "V", |
| "middle": [], |
| "last": "Punyakanok", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Roth", |
| "suffix": "" |
| }, |
| { |
| "first": "W", |
| "middle": [], |
| "last": "Yih", |
| "suffix": "" |
| } |
| ], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Punyakanok, V.,Roth, D. and Yih, W. The Necessity of Syntactic Parsing for Semantic Role Labeling. IJCAI-05.", |
| "links": null |
| }, |
| "BIBREF35": { |
| "ref_id": "b35", |
| "title": "Unsupervised Semantic Parsing", |
| "authors": [ |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Domingos", |
| "suffix": "" |
| }, |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Poon", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proceedings of the 2009 Conference on Empirical Methods in Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Domingos P. and Poon, H. Unsupervised Semantic Parsing, In: Proceedings of the 2009 Conference on Empirical Methods in Natural Language Processing, 2009. Singapore: ACL.", |
| "links": null |
| }, |
| "BIBREF36": { |
| "ref_id": "b36", |
| "title": "From Discourse Structures to Text Summaries", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Marcu", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "Proceedings of ACL Workshop on Intelligent Scalable Text Summarization", |
| "volume": "", |
| "issue": "", |
| "pages": "82--90", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Marcu, D. (1997) From Discourse Structures to Text Summaries, in I. Mani and M.Maybury (eds) Proceedings of ACL Workshop on Intelligent Scalable Text Summarization, pp. 82-8, Madrid, Spain.", |
| "links": null |
| }, |
| "BIBREF37": { |
| "ref_id": "b37", |
| "title": "Parsing by Chunks, Principle-Based Parsing", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Abney", |
| "suffix": "" |
| } |
| ], |
| "year": 1991, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "257--278", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Abney, S. Parsing by Chunks, Principle-Based Parsing, Kluwer Academic Publishers, 1991, pp. 257-278.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "text": "NN-work IN-* IN-on JJ-nuclear NNS-weapons ], [DTthe NN-dispute IN-over JJ-nuclear NNS-* ], [VBZ-passes DT-a NN-resolution ], [VBG-condemning NNP-iran IN-* ], [VBG-developing DT-* NN-enrichment NN-site IN-in NNsecret ]], [DT-* JJ-second NN-uranium NN-enrichment NN-site ]], [VBZ-is IN-for JJ-peaceful NN-purpose ], [DT-the NN-evidence IN-* PRP-it ], [VBN-* VBNfabricated IN-by DT-the NNP-us ]", |
| "uris": null, |
| "type_str": "figure", |
| "num": null |
| }, |
| "FIGREF1": { |
| "text": "An example of the mapping for the rhetoric structures", |
| "uris": null, |
| "type_str": "figure", |
| "num": null |
| }, |
| "FIGREF2": { |
| "text": "A fragment of PT showing the mapping for the pairs of communicative actions.", |
| "uris": null, |
| "type_str": "figure", |
| "num": null |
| }, |
| "FIGREF3": { |
| "text": "Finding similarity between two parse thickets.", |
| "uris": null, |
| "type_str": "figure", |
| "num": null |
| }, |
| "TABREF1": { |
| "content": "<table><tr><td/><td>2.3.1.1 VBCA phrase0 ]</td></tr><tr><td>2.3.2</td><td>If it indicates RST relation:</td></tr><tr><td/><td>2.3.2.1 Form the phrase for the pair of phrases</td></tr><tr><td/><td>which are the subjects [VBRSTphrase1,</td></tr><tr><td/><td>VBRSTphrase2], of this RST relation,</td></tr><tr><td/><td>VBRSTphrase1 belongs to S prev .</td></tr><tr><td>For each sentence S in a paragraph P:</td><td/></tr><tr><td>1 Form a list of previous sentences in a paragraph</td><td/></tr><tr><td>S prev</td><td/></tr><tr><td>2 For each word in the current sentence:</td><td/></tr><tr><td>2.1 If this word is a pronoun: find all nouns or</td><td/></tr><tr><td>noun phrases in the S prev which are:</td><td/></tr><tr><td>o The same entities (via anaphora</td><td/></tr><tr><td>resolution)</td><td/></tr><tr><td>2.2 If this word is a noun: find all nouns or</td><td/></tr><tr><td>noun phrases in the S prev which are:</td><td/></tr><tr><td>o The same entities (via anaphora</td><td/></tr><tr><td>resolution)</td><td/></tr><tr><td>o Synonymous entity</td><td/></tr><tr><td>o Super entities</td><td/></tr><tr><td>o Sub and sibling entities</td><td/></tr><tr><td>2.3 If this word is a verb:</td><td/></tr><tr><td>2.3.1 If it is a communicative action:</td><td/></tr></table>", |
| "text": "for further details. Form the phrase for its subject VBCA phrase , including its verb phrase VB phrase 2.3.1.2 Find a preceding communicative action VBCA phrase0 from S prev with its subject 2.3.1.3 Form a thicket phrase [VBCA phrase ,", |
| "num": null, |
| "html": null, |
| "type_str": "table" |
| }, |
| "TABREF5": { |
| "content": "<table/>", |
| "text": "Evaluation results", |
| "num": null, |
| "html": null, |
| "type_str": "table" |
| } |
| } |
| } |
| } |