WO2015003143A2 - Method and system for simplifying implicit rhetorical relation prediction in large scale annotated corpus - Google Patents
Method and system for simplifying implicit rhetorical relation prediction in large scale annotated corpus Download PDFInfo
- Publication number
- WO2015003143A2 WO2015003143A2 PCT/US2014/045432 US2014045432W WO2015003143A2 WO 2015003143 A2 WO2015003143 A2 WO 2015003143A2 US 2014045432 W US2014045432 W US 2014045432W WO 2015003143 A2 WO2015003143 A2 WO 2015003143A2
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- computer
- text
- corpus
- relation
- discourse
- Prior art date
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/30—Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
- G06F16/35—Clustering; Classification
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/30—Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
- G06F16/31—Indexing; Data structures therefor; Storage structures
Definitions
- the present invention relates generally to human language/natural language processing (NLP), information retrieval and more particularly to predicting implicit rhetorical relations between spans of text within documents. Also, the invention relates to processes, software and systems for use in delivery of services related to the legal, corporate, accounting, research, educational, and other professional sectors. The invention relates to a system that presents searching functions to users, such as subscribers to a professional services related service, processes search terms and applies search syntax across document databases, and displays search results generated in response to the search function and processing.
- NLP human language/natural language processing
- Search engines are used to retrieve documents in response to user defined queries or search terms. To this end, search engines may compare the frequency of terms that appear in one document against the frequency of those terms as they appear in other documents within a database or network of databases. This aids the search engine in determining respective "importance" of the different terms within the document, and thus determining the best matching documents to the given query.
- One method for comparing terms appearing in a document against a collection of documents is called Term Frequency- Inverse Document Frequency (TFIDF or TF-IDF).
- TFIDF assigns a weight as a statistical measure used to evaluate tile importance of a word to a document in a collection of documents or corpus.
- the relative "importance" of the word increases proportionally to the number of times or "frequency” such word appears in the document. The importance is offset or compared against the frequency of that word appearing in documents comprising the corpus.
- TFIDF is expressed as the log (N/n(q)) where q is the query term, N is the number of documents in the collection and N(q) is the number of documents containing q.
- TFIDF and variations of this weighting scheme are typically used by search engines, such as Google, as a way to score and rank a document's relevance given a user query.
- search engines such as Google
- the document may be ranked in relevance based on summing the scores associated with each term.
- the documents responsive to the user query may be ranked and presented to the user based on relevancy as well as other determining factors.
- SVM support vector machine
- model primary or dual formulation
- the model includes one or more inputs and one or more outputs, as well as one or more gains, each a respective partial derivative of an output with respect to a respective input.
- the trained model may be used to control or manage the plant or process.
- NLP Language Processing
- Treebank is a large scale corpus annotated with information related to discourse structure and discourse semantics. While there are many aspects of discourse that are crucial to a complete understanding of natural language, the PDTB focuses on encoding discourse relations.
- the annotation methodology follows a lexically-grounded approach.
- the PDTB has strived to maintain a theory-neutral approach with respect to the nature of high-level representation of discourse structure, in order to allow the corpus to be usable within different theoretical frameworks.
- Theory-neutrality is achieved by keeping annotations of discourse relations "low-level": Each discourse relations is annotated independently of other relations, that is, dependencies across relations are not marked.
- the PDTB is a project aimed at supporting the extraction of a range of inferences associated with discourse relations, for a wide range of NLP applications, such as parsing, information extraction, question-answering, summarization, machine translation, generation, as well as corpus based studies in linguistics and psycholinguistics.
- the PDTB project also aims to conduct empirical research with the PDTB corpus, for NLP as well as theoretical linguistics.
- Discourse relations in the current version of the PDTB are taken to be triggered by explicit phrases or by structural adjacency.
- Each relation is further annotated for its two abstract object arguments, the sense of the relation, and the attributions associated with the relation and each of its two arguments.
- the annotations in the PDTB are aligned with the syntactic constituency annotations of the Penn Treebank.
- Example (1) a. Pascale finished Fox in Sox.
- the NARRATION (or TEMPORAL. SYNCHRONOUS. SUCCESSION in the PDTB) relation holds between the actions in (la-b) as (lb) follows (la) at event time.
- the EXPANSION relation providing more information about Pascale and The Cat in the Hat, holds between (lb-c).
- (lc) is temporally inclusive (subordinated) with (lb); there is no temporal progression at event time.
- the CONTRAST relation (lc-d) is temporally inclusive as well and sets an expectation for a RESULT relation which holds between (ld-e), temporally following the event progression in (la-b).
- Example (2) a. Pascale finished Fox in Sox.
- RST contains VOLITIONAL and NON- VOLITIONAL CAUSE relations whereas SDRT only has CAUSE.
- Previous machine learning tasks related to these theories report a wide range of prediction for all target rhetorical relations combined: 49.70% (6- way classifier) (Daniel Marcu and Abdessarnad Echihabi. 2002. An Unsupervised Approach to Recognizing Discourse Relations.
- each PDTB annotation which holds between two spans of text (Argl, Arg2), indicates whether the relation is Explicit (3a) or Implicit (3c), the actual discourse marker if it is explicit - if it is implicit, the PDTB annotation provides an adjudicated marker that captures the relations because in (3 c).
- Dialogue 117-125 - Wellner et al. (2006)); (8) The presence or absence of a modal verb, specific modal verbs and their cross-product ⁇ >; (9) Whether or not the implicit relation immediately follows or precedes and explicit relation (following Pitler et al. (2008)); and (10) Different variations of word pair models trained on the TextRels, PDTB implicit and explicit training sets - for example, word pairs contributing to the highest information gain for a given relation— the— but, of—but, to—but strongly associate with COMPARISON where the— and, a— and strongly associate with CONTINGENCY.
- the present invention provides a method and system for simplifying rhetorical relation prediction in large scale annotated corpus or database. More particularly, even if discourse markers are missing, the invention can favorably achieve effective performance for rhetorical relation prediction. In one manner, the rhetorical structure (progression of relations) between Examples (1) and (2) above is arguably similar and open to wider interpretation, but recoverable.
- the invention is described in connection with the PDTB, as it provides a wealth of robustly annotated Wall Street Journal (“WSJ”) data and has been the locus of comparative research in this area, the invention is not limited to PDTB.
- the invention advances a line of research focused on predicting implicit rhetorical relations between two spans of text, for example in the Penn Discourse Treebank ("PDTB").
- Rhetorical relations are a pragmatic feature of texts that are cued very strongly by an explicit discourse marker (e.g., but, when).
- determining a rhetorical relation in the absence of an explicit discourse marker has proven to be quite difficult.
- State of the art prediction relies on a myriad of surface level features designed to capture the pragmatic information encoded in the absent marker.
- overall performance only achieves a macro-Fl between 36 and 40% for all relations combined.
- the invention has demonstrated that using a simplified feature set based only on raw text and semantic dependencies meets or exceeds previous performance by up to 5% for all relations and up to 14% for certain individual relations.
- Using surface level features to predict implicit rhetorical relations for the PDTB approaches a theoretical maximum performance, suggesting that more data will not necessarily improve performance based on these and similarly situated features.
- the invention provides a computer-implemented method for predicting implicit rhetorical relation between spans of text in the absence of an explicit discourse marker, the method represented as instructions stored in memory for recall and processing by a processor such that when executed the method provides a feature vector model comprising a representation of simplified feature set based on raw text and semantic dependencies implemented with a machine learning process, wherein the model comprises one or more inputs and one or more outputs.
- the method having: identifying by use of a processor executing a set of code a first factor associated with a first relation and associated with a first span of text Argl and a second factor associated with a second relation and associated with a second span of text Arg2; and processing one or more of the following features: (1) sequence expressing the first and second relations as a normalized percentage; (2) text unigram, bigram and/or trigrams of Argl and Arg2; (3) unigram, bigram and trigram dependencies of Argl and Arg2; and (4) the occurrence of one or more of a date, time, location, person, money, percent, organization named entity.
- the first embodiment may be further characterized in having one or more of the following additional features: the sequence of the first relation in a four relation discourse is approximately 0.250; the first and second spans of text Argl and Arg2 are part of an annotated corpus; the annotated corpus is one of the group consisting of the Penn Discourse Treebank ("PDTB"); Rhetorical Structure Theory corpus; and the Discourse Graph Bank; the annotated corpus is used to train a system to determine classifications; measuring performance relative to the annotated corpus to determine classifier acceptance; applying an accepted classifier to an un-annotated corpus; the first and second spans of text Argl and Arg2 are classified with a rhetorical label stored within the annotated corpus;
- PDTB Penn Discourse Treebank
- surface level features are used to capture pragmatic information encoded in the absent discourse marker; the one or more features comprises a simplified feature set based only on one or both of raw text and semantic dependencies; the rhetorical relation is represented in a hierarchy comprising one or more levels including one or more of class level, type level and subtype level; each level comprises a set of senses; the one or more levels includes a class level comprising the following set of senses: temporal, contingency, comparison and expansion; and the one or more levels includes a type level comprising a set of senses different from the class level set of senses.
- the invention provides a computer-based system for predicting implicit rhetorical relation between spans of text in the absence of an explicit discourse marker, the system comprising a processor, a memory, a user interface and a display.
- the system further having: a set of instructions stored in the memory and when executed by the processor adapted to provide a feature vector model comprising a representation of simplified feature set based on raw text and semantic dependencies implemented with a machine learning process, wherein the model comprises one or more inputs and one or more outputs; identifying by use of a processor executing a set of code a first factor associated with a first relation and associated with a first span of text Argl and a second factor associated with a second relation and associated with a second span of text Arg2; a rhetorical relation module comprising a set of code when executed by the processor adapted to process one or more of the following features: (1) sequence expressing the first and second relations as a normalized percentage; (2) text unigram, bigram and/or trigram
- the invention provides a computer-implemented method for predicting implicit rhetorical relation between spans of text in the absence of an explicit discourse marker, the method represented as instructions stored in memory for recall and processing by a processor such that when executed the method provides a feature vector model comprising a representation of simplified feature set based on raw text and semantic dependencies implemented with a machine learning process, wherein the model comprises one or more inputs and one or more outputs.
- the method includes:
- Figure 1 is a block diagram illustrating one embodiment of the Rhetorical
- Relation Analyzer/Predictor implemented in a document retrieval system architecture according to the present invention.
- Figure 2 is a block diagram further illustrating a system architecture for implementing the embodiment of Figure 1.
- Figure 3 is a graphical representation of actual points plotted in a macro-Fl score vs. training instance count graph in connection with the present invention.
- the present invention provides a method and system for simplifying rhetorical relation prediction in a large scale annotated corpus or database.
- annotated corpora While much is described in the context of PDTB as the exemplary corpus, the invention is not limited to PDTB and may be used with beneficial effect generally with annotated corpora.
- other annotated corpora include the Rhetorical Structure Theory corpus and the Discourse Graph Bank. These are both academic corpora similar to the PDTB.
- the annotated corpus is used to train a system to figure out good from bad classifications.
- performance relative to the annotated corpus i.e., how many did the subject classifier get right, how many did it get wrong.
- Multiple annotated corpora may be used to arrive at the desired features and classifications.
- the inventive method may be applied to an un- annotated corpus, such as commercial and proprietary corpora, e.g., the Thomson Reuters News Archive.
- an additional point to make here is that Argl and Arg2 correspond simply to two spans of text. The spans are considered "arguments" and can be sentences or phrases.
- the PDTB calls them Argl , Arg2, but more generally, for other annotated corpora and un- annotated corpora, the method will identify two spans of text and attempt to classify them with the appropriate rhetorical label.
- the invention can favorably achieve effective performance for rhetorical relation prediction.
- the rhetorical structure (progression of relations) between Examples (1) and (2) above is arguably similar and open to wider interpretation, but recoverable.
- the invention is described in connection with the PDTB, as it provides a wealth of robustly annotated Wall Street Journal (“WSJ") data and has been the locus of comparative research in this area, the invention is not limited to PDTB.
- the ability to predict implicit relations (39% of the annotated relations) has proven to be quite difficult compared to their explicit counterparts.
- system 100 provides a framework for searching, retrieving, analyzing, and ranking claims and/or documents.
- System 100 may be used in conjunction with a system offering of a professional services provider, e.g., West Services Inc., a part of Thomson Reuters Corporation, and in this example includes a Central Network Server/Database Facility 101 comprising a Network Server 102, a Proprietary Corpora Database, e.g., Thomson Reuters News Archive, 103, a Document Retrieval System 104 having as components a Rhetorical Relations Analyzer (RRA) 105, a Feature Extraction module 106, a Machine Learning Module (e.g., SVM), 107 and a Machine Learning Algorithm
- RRA Rhetorical Relations Analyzer
- SVM Machine Learning Module
- Feature Extraction Module 106 creates features relevant for classification.
- Machine Learning Module 107 includes algorithms and processes for performing any of one or more machine learning approaches/techniques. Although the exemplary embodiments described herein often refer to support vector machine "SVM" the invention is not limited to this approach. For example, and not by way of limitation, in addition to SVM the Machine Learning Module 107 may use or include Naive Bayes and Decision Tree classification algorithms as are well known in the art. Machine Learning Testing/Training Data Module 108 allows the user to test the performance of multiple machine learning
- the invention creates features that could, in theory, be used with any machine learning algorithm.
- the invention may be used as follows: (1) create features relevant for classification; (2) test multiple machine learning algorithms against training data, e.g., against known annotated corpus such as PDTB; (3) measure and record performance of the tested machine learning algorithms; (4) select the preferred machine learning algorithm; and (5) apply the selected preferred machine learning algorithm to a proprietary corpus, e.g., Thomson Reuters News Archive.
- the remote user system 109 in this example includes a GUI interface operated via a computer 110, such as a PC computer or the like, that may comprise a typical combination of hardware and software including, as shown in respect to computer 110, system memory 112, operating system 114, application programs 116, graphical user interface (GUI) 118, processor 120, and storage 122 which may contain electronic information 124 such as electronic documents.
- GUI graphical user interface
- the methods and systems of the present invention, described in detail hereafter, may be employed in providing remote users access to a searchable database.
- remote users may search a patent document database using search queries based on patent claims to retrieve and view patent documents of interest.
- the invention provides scoring and ranking processes that facilitate an efficient and highly effective, and much improved, searching and retrieving operation.
- Client side application software may be stored on machine-readable medium and comprising instructions executed, for example, by the processor 120 of computer 1 10, and presentation of web-based interface screens facilitate the interaction between user system 109 and central system 101.
- the operating system 114 should be suitable for use with the system 101 and browser functionality described herein, for example, Microsoft Windows Vista (business, enterprise and ultimate editions), Windows 7, or Windows XP Professional with appropriate service packs.
- the system may require the remote user or client machines to be compatible with minimum threshold levels of processing capabilities, e.g., Intel Pentium III, speed, e.g., 500 MHz, minimal memory levels and other parameters.
- Central system 101 may include a network of servers, computers and databases, such as over a LAN, WLAN, Ethernet, token ring, FDDI ring or other communications network infrastructure. Any of several suitable communication links are available, such as one or a combination of wireless, LAN, WLAN, ISDN, X.25, DSL, and ATM type networks, for example.
- Software to perform functions associated with system 101 may include self-contained applications within a desktop or server or network environment and may utilize local databases, such as SQL 2005 or above or SQL Express, IBM DB2 or other suitable database, to store documents, collections, and data associated with processing such information.
- the various databases may be a relational database.
- relational databases various tables of data are created and data is inserted into, and/or selected from, these tables using SQL, or some other database-query language known in the art.
- a database application such as, for example, MySQLTM, SQLServerTM, Oracle 81TM, 10GTM, or some other suitable database application may be used to manage the data.
- SQL Object Relational Data Schema
- FIG. 2 an exemplary representation of a machine in the example form of a computer system 200 within which a set of instructions may be executed to cause the machine to perform any one or more of the methodologies discussed herein.
- the system 200 may be used to implement the Document Retrieval System 104 of Figure 1 and/or components of that system, e.g.,
- the machine operates as a standalone device or may be connected (e.g., networked) to other machines.
- the machine may operate in the capacity of a server or a client machine in server-client network environment, or as a peer machine in a peer-to-peer (or distributed) network environment.
- the machine may comprise a server computer, a client computer, a personal computer (PC), a network router, switch or bridge, or any machine capable of executing a set of instructions (sequential or otherwise) that specify actions to be taken by that machine.
- PC personal computer
- the term "machine” shall also be taken to include any collection of machines that individually or jointly execute a set (or multiple sets) of instructions to perform any one or more of the methodologies discussed herein.
- the example computer system 200 includes a processor 202 (e.g., a central processing unit (CPU), a graphics processing unit (GPU), or both), a main memory 204 and a static memory 506, which communicate with each other via a bus 508.
- the computer system 200 may further include a video display unit 210, a keyboard or other input device 212, a cursor control device 214 (e.g., a mouse), a storage unit 216 (e.g., hard-disk drive), a signal generation device 218, and a network interface device 220.
- the storage unit 216 includes a machine-readable medium 222 on which is stored one or more sets of instructions (e.g., software 224) embodying any one or more of the methodologies or functions illustrated herein.
- the software 224 may also reside, completely or at least partially, within the main memory 204 and/or within the processor 202 during execution thereof by the computer system 200, the main memory 204 and the processor 202 also constituting machine -readable media.
- the software 224 may further be transmitted or received over a network 226 via the network interface device 220.
- machine-readable medium 222 is shown in an example embodiment to be a single medium, the term “machine-readable medium” should be taken to include a single medium or multiple media (e.g., a centralized or distributed database, and/or associated caches and servers) that store the one or more sets of instructions.
- the term “machine- readable medium” shall also be taken to include any medium that is capable of storing, encoding or carrying a set of instructions for execution by the machine and that cause the machine to perform any one or more of the methodologies of the present invention.
- the term “machine -readable medium” shall accordingly be taken to include, but not be limited to, solid-state memories, optical and magnetic media, and carrier wave signals.
- Argl Text "Anyway ZBB"s procedures were so cumbersome that everyone involved was crushed under a burden of marginalia;" Argl NER: NULL; Argl Dependency: ADVMOD POSS NSUBJ COP ADVMOD ROOT COMPLM NSUBJPASS PARTMOD AUXPASS CCOMP DET PREP UNDER PREP OF; Arg2 Text: A strategic review is fundamentally different; Arg2 NER: NULL; Arg2 Dependency: DET AMOD NSUBJ COP ADVMOD ROOT.
- Argl Text But the pool of federal emergency-relief funds already is running low because of the heavy costs of cleaning up Hurricane Hugo and Congress will be under pressure to allocate more money quickly; Argl NER: ORGANIZATON; Arg 1 Dependency: DET NSUBJ AMOD NN
- Combination was based on (1) unigram and bigram combined dependencies; (2) bigram dependencies; (3) NER; and (4) unigram and bigram texts. Ultimately, this is a very simple set of features - basically different combinations of text and dependencies. If NER is not included, macro-Fl is 41.08 which still outperforms Pitler et al. (2009) and Zhou et al. (2010) and would represent a favorable drop in feature processing complexity. System Feature Economic meets Zhou et al. (2009) using only (1) combined dependency bigrams; (2) individual dependency unigrams; and (3) text unigrams.
- COMPARISON .CONCESSION COMPARISON .CONCESSION
- EXPANSJON.ALTERNATIVE COMPARISON .CONCESSION
- COMPARISON and TEMPORAL relations performed comparatively better in our system at the Class level.
- EXPANSION had the most positively contributing features at 48%; followed by CONTINGENCY (40%), COMPARISON (33%) and TEMPORAL (21 %). Conversely, TEMPORAL had the highest proportion of features that negatively contributed at 73%; followed COMPARISON (63%), CONTINGENCY (57%) and EXPANSION (49%). For all Class level relations, 2-5%> of features did not contribute. [0060] Table 5 indicates that while different Class level features rely on a range of positively contributing features (21-48% of all dimensions), each Class relies on a very similar distribution of those dimensions with, for an individual Class classification, roughly 20cfo relying on combined dependencies (Comb. Dep.).
- Stop words appear to play an important role in the other relations as well: EXPANSION- from, has, DET (determiner); CONTINGENCY -you. is. these, that, can for, and COMPARISON - AUX, DET, CONJUNCTIVE OR.
- the role of stop words and the contribution in implicit relation prediction has been observed in Marcu and Echihabi (2002) and Blair-Goldensohn et al. (2007) - in particular, that removing them from the corpus hurts performance.
- Some text features reveal facts about the corpus, but will have weak generalizeability. For example, market, investors in CONTINGENCY, mr. in TEMPORAL and rose in EXPANSION.
- TEXT ARG1 DEP ARG2 prep CDEP abbrev was from TEXT ARG2 is dobj
- TEXT ARG2 mr TEXT ARG1 has TEXT ARG2 sell mark
- N is the number of training examples.
- C is the in-sample error. As N approaches infinity, only C contributes to the error. The is because with an infinite amount of data, everything is in-sample. It also makes sense because if you take the limit as N approaches infinity you're only left with C. Note also that the limit of E as N approaches infinity is C. So if we can calculate C, we know the theoretical error if we had an infinite amount of data (Note that if we get VC wrong, a different a will be learnt, but C will remain the same).
- the invention improves performance on a simple and easily implementable feature set for implicit rhetorical relation prediction in the PDTB.
- the feature engineering in accord with the invention was drastically reduced compared to prior systems and did not require any special processing on the corpus other than running of the dependency parser. Computationally, the system of the invention is very efficient in this respect.
- inventive concepts may be automatically or semi- automatically, i.e., with some degree of human intervention, performed.
- present invention is not to be limited in scope by the specific embodiments described herein. It is fully contemplated that other various embodiments of and modifications to the present invention, in addition to those described herein, will become apparent to those of ordinary skill in the art from the foregoing description and accompanying drawings. Thus, such other embodiments and modifications are intended to fall within the scope of the following appended claims.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Software Systems (AREA)
- Machine Translation (AREA)
- Document Processing Apparatus (AREA)
Abstract
Description
Claims
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
AU2014285073A AU2014285073B9 (en) | 2013-07-03 | 2014-07-03 | Method and system for simplifying implicit rhetorical relation prediction in large scale annotated corpus |
CA2917153A CA2917153C (en) | 2013-07-03 | 2014-07-03 | Method and system for simplifying implicit rhetorical relation prediction in large scale annotated corpus |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US201361842635P | 2013-07-03 | 2013-07-03 | |
US61/842,635 | 2013-07-03 |
Publications (2)
Publication Number | Publication Date |
---|---|
WO2015003143A2 true WO2015003143A2 (en) | 2015-01-08 |
WO2015003143A3 WO2015003143A3 (en) | 2015-05-14 |
Family
ID=52144292
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/US2014/045432 WO2015003143A2 (en) | 2013-07-03 | 2014-07-03 | Method and system for simplifying implicit rhetorical relation prediction in large scale annotated corpus |
Country Status (3)
Country | Link |
---|---|
AU (1) | AU2014285073B9 (en) |
CA (1) | CA2917153C (en) |
WO (1) | WO2015003143A2 (en) |
Cited By (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111149100A (en) * | 2017-09-28 | 2020-05-12 | 甲骨文国际公司 | Determining thesaurus interrelationships across documents based on named entity parsing and recognition |
CN113377915A (en) * | 2021-06-22 | 2021-09-10 | 厦门大学 | Dialogue chapter analysis method |
CN113407713A (en) * | 2020-10-22 | 2021-09-17 | 腾讯科技(深圳)有限公司 | Corpus mining method and apparatus based on active learning and electronic device |
CN113535973A (en) * | 2021-06-07 | 2021-10-22 | 中国科学院软件研究所 | Event relation extraction and language sentence relation analysis method and device based on knowledge mapping |
CN113553830A (en) * | 2021-08-11 | 2021-10-26 | 桂林电子科技大学 | Graph-based English text sentence language piece coherent analysis method |
US11782985B2 (en) | 2018-05-09 | 2023-10-10 | Oracle International Corporation | Constructing imaginary discourse trees to improve answering convergent questions |
US11809825B2 (en) | 2017-09-28 | 2023-11-07 | Oracle International Corporation | Management of a focused information sharing dialogue based on discourse trees |
US11880652B2 (en) | 2019-11-14 | 2024-01-23 | Oracle International Corporation | Detecting hypocrisy in text |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111209366B (en) * | 2019-10-10 | 2023-04-21 | 天津大学 | Implicit chapter relation recognition method of mutual excitation neural network based on TransS driving |
CN112257460B (en) * | 2020-09-25 | 2022-06-21 | 昆明理工大学 | Pivot-based Hanyue combined training neural machine translation method |
Family Cites Families (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5659766A (en) * | 1994-09-16 | 1997-08-19 | Xerox Corporation | Method and apparatus for inferring the topical content of a document based upon its lexical content without supervision |
AU2001261506A1 (en) * | 2000-05-11 | 2001-11-20 | University Of Southern California | Discourse parsing and summarization |
US7062561B1 (en) * | 2000-05-23 | 2006-06-13 | Richard Reisman | Method and apparatus for utilizing the social usage learned from multi-user feedback to improve resource identity signifier mapping |
US7127208B2 (en) * | 2002-01-23 | 2006-10-24 | Educational Testing Service | Automated annotation |
US7305336B2 (en) * | 2002-08-30 | 2007-12-04 | Fuji Xerox Co., Ltd. | System and method for summarization combining natural language generation with structural analysis |
-
2014
- 2014-07-03 CA CA2917153A patent/CA2917153C/en active Active
- 2014-07-03 WO PCT/US2014/045432 patent/WO2015003143A2/en active Application Filing
- 2014-07-03 AU AU2014285073A patent/AU2014285073B9/en active Active
Cited By (14)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111149100B (en) * | 2017-09-28 | 2023-08-29 | 甲骨文国际公司 | Determining a paraphrasing interrelationship across documents based on resolution and identification of named entities |
CN111149100A (en) * | 2017-09-28 | 2020-05-12 | 甲骨文国际公司 | Determining thesaurus interrelationships across documents based on named entity parsing and recognition |
US11809825B2 (en) | 2017-09-28 | 2023-11-07 | Oracle International Corporation | Management of a focused information sharing dialogue based on discourse trees |
US11797773B2 (en) | 2017-09-28 | 2023-10-24 | Oracle International Corporation | Navigating electronic documents using domain discourse trees |
US11782985B2 (en) | 2018-05-09 | 2023-10-10 | Oracle International Corporation | Constructing imaginary discourse trees to improve answering convergent questions |
US11880652B2 (en) | 2019-11-14 | 2024-01-23 | Oracle International Corporation | Detecting hypocrisy in text |
CN113407713B (en) * | 2020-10-22 | 2024-04-05 | 腾讯科技(深圳)有限公司 | Corpus mining method and device based on active learning and electronic equipment |
CN113407713A (en) * | 2020-10-22 | 2021-09-17 | 腾讯科技(深圳)有限公司 | Corpus mining method and apparatus based on active learning and electronic device |
CN113535973A (en) * | 2021-06-07 | 2021-10-22 | 中国科学院软件研究所 | Event relation extraction and language sentence relation analysis method and device based on knowledge mapping |
CN113535973B (en) * | 2021-06-07 | 2023-06-23 | 中国科学院软件研究所 | Event relation extraction and language-to-language relation analysis method and device based on knowledge mapping |
CN113377915B (en) * | 2021-06-22 | 2022-07-19 | 厦门大学 | Dialogue chapter analysis method |
CN113377915A (en) * | 2021-06-22 | 2021-09-10 | 厦门大学 | Dialogue chapter analysis method |
CN113553830B (en) * | 2021-08-11 | 2023-01-03 | 桂林电子科技大学 | Graph-based English text sentence language piece coherent analysis method |
CN113553830A (en) * | 2021-08-11 | 2021-10-26 | 桂林电子科技大学 | Graph-based English text sentence language piece coherent analysis method |
Also Published As
Publication number | Publication date |
---|---|
AU2014285073B9 (en) | 2017-04-06 |
WO2015003143A3 (en) | 2015-05-14 |
CA2917153A1 (en) | 2015-01-08 |
AU2014285073B2 (en) | 2016-11-03 |
AU2014285073A1 (en) | 2016-02-04 |
CA2917153C (en) | 2022-05-17 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US9355372B2 (en) | Method and system for simplifying implicit rhetorical relation prediction in large scale annotated corpus | |
AU2014285073B9 (en) | Method and system for simplifying implicit rhetorical relation prediction in large scale annotated corpus | |
US9317498B2 (en) | Systems and methods for generating summaries of documents | |
Yi et al. | Sentiment mining in WebFountain | |
Yeh et al. | Text summarization using a trainable summarizer and latent semantic analysis | |
Chali et al. | Query-focused multi-document summarization: Automatic data annotations and supervised learning approaches | |
Chen et al. | Towards robust unsupervised personal name disambiguation | |
CN107967290A (en) | A kind of knowledge mapping network establishing method and system, medium based on magnanimity scientific research data | |
Yalcin et al. | An external plagiarism detection system based on part-of-speech (POS) tag n-grams and word embedding | |
Zhang et al. | Enhancing keyphrase extraction from academic articles with their reference information | |
Devi et al. | A hybrid document features extraction with clustering based classification framework on large document sets | |
Zhang et al. | The use of dependency relation graph to enhance the term weighting in question retrieval | |
Jaradat et al. | Hybrid-based Arabic single-document text summarization approach using genatic algorithm | |
Laddha et al. | Aspect opinion expression and rating prediction via LDA–CRF hybrid | |
Fagan et al. | An introduction to textual econometrics | |
Sun et al. | Identifying, indexing, and ranking chemical formulae and chemical names in digital documents | |
You et al. | Joint learning-based heterogeneous graph attention network for timeline summarization | |
Sharma et al. | Diverse feature set based Keyphrase extraction and indexing techniques | |
Zhou et al. | Semantic Smoothing of Document Models for Agglomerative Clustering. | |
Mason | An n-gram based approach to the automatic classification of web pages by genre | |
Tahmasebi | Models and algorithms for automatic detection of language evolution: towards finding and interpreting of content in long-term archives | |
Brand et al. | N-gram representations for comment filtering | |
Xu et al. | Exploiting paper contents and citation links to identify and characterise specialisations | |
Sizov | Extraction-based automatic summarization: Theoretical and empirical investigation of summarization techniques | |
Ceylan | Investigating the extractive summarization of literary novels |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
ENP | Entry into the national phase |
Ref document number: 2917153 Country of ref document: CA |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
ENP | Entry into the national phase |
Ref document number: 2014285073 Country of ref document: AU Date of ref document: 20140703 Kind code of ref document: A |
|
121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 14820158 Country of ref document: EP Kind code of ref document: A2 |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 14820158 Country of ref document: EP Kind code of ref document: A2 |