WO2020227970A1 - Systems and methods for generating abstractive text summarization - Google Patents
Systems and methods for generating abstractive text summarization Download PDFInfo
- Publication number
- WO2020227970A1 WO2020227970A1 PCT/CN2019/087036 CN2019087036W WO2020227970A1 WO 2020227970 A1 WO2020227970 A1 WO 2020227970A1 CN 2019087036 W CN2019087036 W CN 2019087036W WO 2020227970 A1 WO2020227970 A1 WO 2020227970A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- document
- information
- generating
- syntactic
- word
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/20—Natural language analysis
- G06F40/205—Parsing
- G06F40/211—Syntactic parsing, e.g. based on context-free grammar [CFG] or unification grammars
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/40—Processing or translation of natural language
- G06F40/55—Rule-based translation
- G06F40/56—Natural language generation
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; 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/34—Browsing; Visualisation therefor
- G06F16/345—Summarisation for human users
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/93—Document management systems
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/20—Natural language analysis
- G06F40/205—Parsing
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/20—Natural language analysis
- G06F40/279—Recognition of textual entities
- G06F40/284—Lexical analysis, e.g. tokenisation or collocates
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/044—Recurrent networks, e.g. Hopfield networks
- G06N3/0442—Recurrent networks, e.g. Hopfield networks characterised by memory or gating, e.g. long short-term memory [LSTM] or gated recurrent units [GRU]
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/045—Combinations of networks
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/045—Combinations of networks
- G06N3/0455—Auto-encoder networks; Encoder-decoder networks
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/08—Learning methods
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/08—Learning methods
- G06N3/09—Supervised learning
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N7/00—Computing arrangements based on specific mathematical models
- G06N7/01—Probabilistic graphical models, e.g. probabilistic networks
Definitions
- the present disclosure relates to systems and methods for generating text summarization, and more particularly to systems and methods for generating abstractive text summarization utilizing syntactic information and dynamically selected salient information.
- Text summarization aims to automatically generate a summary consisting of main information of a source text.
- the summary may be in the form of a headline or a short passage.
- Text summarization is often performed as part of Natural Language Processing (NLP) and Information Retrieval (IR) .
- NLP Natural Language Processing
- IR Information Retrieval
- Extractive text summarization methods produce summaries by extracting sentences or tokens from the source text, which can produce grammatically correct summaries and preserve the meaning of the source text.
- extractive methods rely heavily on the text in source documents and the extracted sentences may contain redundant information or have poor readability.
- Abstractive text summarization methods produce summaries by generating novel sentences or tokens that may not appear in the source documents. Compared to the extractive counterparts, abstractive methods are more difficult to implement because they need to address problems such as semantic representation and natural language generation.
- Seq2Seq sequence-to-sequence
- inventions of the disclosure provide a system for generating text summarization.
- the system may include at least one processor and at least one non-transitory memory storing instructions that, when executed by the processor, cause the system to perform operations.
- the operations may include generating a document representation of a document.
- the document representation may include syntactic information.
- the operations may also include extracting salient information based on the document representation.
- the operations may further include generating a summary of the document based on the syntactic information and the salient information.
- inventions of the disclosure provide a method for generating text summarization.
- the method may include generating a document representation of a document.
- the document representation may include syntactic information.
- the method may also include extracting salient information based on the document representation.
- the method may further include generating a summary of the document based on the syntactic information and the salient information.
- embodiments of the disclosure provide a non-transitory computer-readable medium having instructions stored thereon that, when executed by one or more processors, causes the one or more processors to perform operations.
- the operations may include generating a document representation of a document.
- the document representation may include syntactic information.
- the operations may also include extracting salient information based on the document representation.
- the operations may further include generating a summary of the document based on the syntactic information and the salient information.
- FIG. 1 illustrates a block diagram of an exemplary system for generating text summarization, consistent with some disclosed embodiments.
- FIG. 2 illustrates an exemplary work flow for generating text summarization, consistent with some disclosed embodiments.
- FIG. 3 illustrates a flowchart of an exemplary method for generating text summarization, consistent with some disclosed embodiments.
- FIG. 4 illustrates an exemplary document and its target summary.
- FIG. 5 illustrates an exemplary parsing tree, consistent with some disclosed embodiments.
- FIG. 6 illustrates exemplary dynamic selection results, consistent with some disclosed embodiments.
- Embodiments of the present disclosure provide a novel syntactic and selective encoding model for abstractive summarization (SSEMAS) .
- the model is configured to learn syntactic and salient information from a source document for text summarization.
- embodiments disclosed herein improve the accuracy of generated summaries and reduce or avoid issues such as word redundancy.
- Embodiments of the disclosure incorporate syntactic information such as parsing trees containing structured linguistic information into an encoder sequence to learn more effective sentence representation.
- a dynamic selective encoding mechanism is adopted to control the salient information flow from the encoder to the decoder during decoding process, which improves word prediction and reduce word repetition.
- an improved pointer-generator network having a syntactic attention layer is used to select salient words from relevant portions of the source document.
- the selection of salient words can be coupled with a word generation mechanism, controlled by a switch probability, to handle out-of-vocabulary (OOV) problems and to further enhance the accuracy and readability of the generated summary.
- OOV out-of-vocabulary
- FIG. 1 illustrates a block diagram of an exemplary system 100 for generating text summarization.
- System 100 may include a memory 130 configured to store computer instructions that, when executed by at least one processor, can cause system 100 to perform various operations disclosed herein.
- Memory 130 may be any non-transitory type of mass storage, such as volatile or non-volatile, magnetic, semiconductor-based, tape-based, optical, removable, non-removable, or other type of storage device or tangible computer-readable medium including, but not limited to, a ROM, a flash memory, a dynamic RAM, and a static RAM.
- System 100 may further include a processor 110 configured to perform the operations in accordance with the instructions stored in memory 130.
- processor 110 may include any appropriate type of general-purpose or special-purpose microprocessor, digital signal processor, microcontroller, or the like.
- Processor 110 may be configured as a separate processor module dedicated to performing one or more specific operations.
- processor 110 may be configured as a shared processor module for performing other operations unrelated to the one or more specific operations disclosed herein.
- processor 110 may include multiple modules, such as a syntactic parser 112, an encoder 114, a dynamic selective gate 116, a pointer-generator network 118, and the like.
- modules can be hardware units (e.g., portions of an integrated circuit) of processor 110 designed for use with other components or to execute part of a program or software codes stored on memory 130.
- FIG. 1 shows modules 112-118 all within one processor 110, it is contemplated that these modules may be distributed among multiple processors located closely or remotely with each other.
- System 100 may also include a communication interface 120 configured to communicate information between system 100 and other devices or systems.
- communication interface 120 may include an integrated services digital network (ISDN) card, a cable modem, a satellite modem, or a modem to provide a data communication connection.
- ISDN integrated services digital network
- communication interface 120 may include a local area network (LAN) card to provide a data communication connection to a compatible LAN.
- LAN local area network
- communication interface 120 may include a high-speed network adapter such as a fiber optic network adaptor, 10G Ethernet adaptor, or the like.
- Wireless links can also be implemented by communication interface 120.
- communication interface 120 can send and receive electrical, electromagnetic or optical signals that carry digital data streams representing various types of information via a network.
- the network can typically include a cellular communication network, a Wireless Local Area Network (WLAN) , a Wide Area Network (WAN) , or the like.
- WLAN Wireless Local Area Network
- WAN Wide Area Network
- communication interface 120 may communicate with a database 150 to exchange information related to text summarization.
- Database 150 may include any appropriate type of database, such as a computer system installed with a database management software.
- Database 150 may store source documents, summaries generated by system 100, training data, or any data related to text summarization.
- communication interface 120 may communicate with an output device, such as a display 160.
- Display 160 may include a display device such as a Liquid Crystal Display (LCD) , a Light Emitting Diode Display (LED) , a plasma display, or any other type of display, and provide a Graphical User Interface (GUI) presented on the display for user input and data depiction.
- GUI Graphical User Interface
- the content of a source document or a summary of the source document generated by system 110 may be displayed on display 160.
- communication interface 120 may communicate with a terminal device 170.
- Terminal device 170 may include any suitable device that can interact with a user.
- terminal device 170 may include a desktop computer, a laptop computer, a smart phone, a tablet, a wearable device, or any kind of device having computational capability sufficient to support processing of text content.
- communication interface 120 may receive a source document 180 (also referred to as a “document” ) from a first device/system and send a summary 190 to a second device/system.
- the first and second device/system may or may not be the same.
- system 100 may be configured as a text summarization service provider that generates summary 190 based on document 180.
- document 180 may be an article, a news report, a book chapter, or any type of text consisting of multiple text units.
- a text unit may be a sentence, a passage, a paragraph, or any appropriate structural division of a text document.
- System 100 may process document 180 and generate summary 190 containing main or important information of document 180.
- Summary 190 is shorter than document 180.
- summary 190 may contain few words than document 180.
- the words in summary 190 may or may not be present in document 180.
- certain words may be selected from document 180, other words may be generated from a vocabulary database based on analyzing the content of document 180.
- processor 110 may be configured to receive document 180 through communication interface 120. After receiving document 180, processor 110 may, using one or more modules such as 112-118, process document 180 to generate summary 190, which may be stored in memory 130 and/or sent to other devices/systems such as database 150, display 160, and terminal device 170.
- An exemplary work flow of processing document 180 is illustrated in FIG. 2. In the following, modules 112-118 of processor 110 will be described in connection with the work flow shown in FIG. 2.
- Processor 110 may obtain syntactic information from document 180.
- syntactic parser 112 may be configured to generate a parsing tree for each sentence in document 180. Each parsing tree can be serialized as a sequence. Sequences of the sentences may be concatenated and fed into a unified neural network encoder, such as encoder 114, to generate a document representation. In this way, the document representation can capture not only the semantic information of the sentences, but also the syntactic information (e.g., linguistic structure information) from corresponding parsing trees.
- syntactic information e.g., linguistic structure information
- An exemplary parsing tree 210 is shown in FIG. 2.
- Each parsing tree can be serialized using, for example, a depth-first traversal method, into a sequence of tokens: where k i is the number of tokens in the ith serialized parsing tree. Note that the token e i, v is not necessarily a word.
- parsing tree 210 contains leaf nodes (e.g., “Marry, ” “hates, ” and “Lucy” ) and non-leaf nodes (e.g., “NP, ” “NN, ” etc. ) .
- a leaf note may represent a word
- a non-leaf node may represent a syntactic label including, for example, a phrase label, a part-of-speech (POS) tag, etc.
- POS part-of-speech
- Encoder 114 may then be applied to the concatenated sequences of tokens to generate the document representation.
- a bidirectional long short-term memory (BiLSTM) may be implemented as encoder 114.
- the BiLSTM may include a forward LSTM which reads document sequence d from e 1 to e m .
- the BiLSTM may also include a backward LSTM which reads document sequence d from e m to e 1 , according to the following equations:
- x j is the distributed representation of token e j by embedding matrix W e , which is shared by both words and syntactic labels.
- a source word representation h j can be obtained by concatenating forward hidden state with backward hidden state The last forward hidden state and the first backward hidden state can be concatenated to obtain the document representation
- encoder 114 may pass annotation vectors of words (e.g., “Mary” -h 3 , “hates” -h 6 , “Lucy” -h 9 ) to a decoder. Encoder 114 may also concatenate annotation vectors of syntactic labels (e.g., “NP” -h 1 , “VP” -h 4 , “NNP” -h 8 , etc. ) as a syntactic vector s v by, for example, maxpooling. Syntactic vector s v may be fed into pointer-generator network 118 to select salient information of source document 180.
- syntactic labels e.g., “NP” -h 1 , “VP” -h 4 , “NNP” -h 8 , etc.
- dynamic selective gate 116 may be configured to extract salient information and keep the salient information flow from encoder 114 to every state of decoder 220. Parameters of dynamic selective gate 116 may be determined based on document 180 and the current decoding state, considering that the salient information for current decoding step t should be relevant to the source document 180 and currently generated words.
- parameters of dynamic selective gate 116 may be determined based on text already generated in summary 190, thereby taking into account the decisions made in previous decoding steps. In this way, selecting of the same information may be avoided, preventing the generation of repetitive words.
- dynamic selective gate dGate t, j can be calculated from document representation dv, current decoder state s t , and previously selected encoder word state
- document sequence word vectors at current decoding time step t can be obtained according to the following equations:
- Document sequence word vectors may contain salient information extracted by dynamic selective gate 116. may be fed into an attention layer 230 (shown in FIG. 2) to generate target words to form summary 190.
- pointer-generator network 118 may be used, which allows both selecting (e.g., copying) words from source document 180 via “pointing” and “generating” new words from the vocabulary database.
- Embodiments of the present disclosure combine the pointer-generator technique with syntactic attention (e.g., via attention layer 230) that copies salient words in semantic and syntactic aspects to generate accurate summarization of document 180.
- word embedding of previously generated word w t-1 and a previous context vector c t-1 may be used to compute the new decoder state s t .
- the syntactic attention represents the importance score of the currently selected encoder hidden state and is normalized to obtain the current context vector c t by weighted sum, as follows:
- W a , U a , V a , and b a are learnable parameters.
- Context vector c t and current decoder state s t may be concatenated to pass two linear layers and predict the next word with a softmax layer:
- Pointer-generator network 118 may determine a switch probability P gen for decoding time step t based on context vector c t , decoder state s t , and decoder word x t .
- pointer-generator network 118 may determine whether to generate a word according to P vocab from the vocabulary database or to select/copy a word from document 180 by the current syntactic attention a t .
- the word probability distribution P (w) over the source document 180 and the vocabulary database is:
- pointer-generator network 118 may determine a word of summary 190 by either selecting the word from document 180 or generating the word based on the vocabulary database.
- learnable parameters such as W s , U s , V s , b s , W a , U a , V a , b a , and b g , can be trained using a training dataset.
- a loss function may be defined to maximize the output summary probability given an input document (e.g., document 180) .
- the loss function can be defined as a negative log-likelihood loss function:
- y is the corresponding reference summary (e.g., provided as the target result) .
- a coverage mechanism is used, which adds a coverage vector to the attention layer 230. Accordingly, a coverage loss penalizing repeated selection of identical encoder information may be added to the loss function:
- Loss function defined in equation (15) may be minimized in the model training process.
- FIG. 3 illustrates a flowchart of an exemplary method 300 for generating text summarization based on syntactic and salient information.
- method 300 may be implemented by system 100 that includes, among other things, memory 120 and processor 110 that performs various operations using one or more modules 112-118. It is to be appreciated that some of the steps may be optional to perform the disclosure provided herein, and that some steps may be inserted in the flowchart of method 300 that are consistent with other embodiments according to the current disclosure. Further, some of the steps may be performed simultaneously, or in an order different from that shown in FIG. 3.
- processor 110 of system 100 may receive a document, such as document 180, for text summarization.
- processor 110 may receive document 180 through communication interface 120.
- processor 110 may, using syntactic parser 112, generate parsing trees (e.g., parsing tree 210 shown in FIG. 2) for text units (e.g., sentences) in document 180.
- parsing trees e.g., parsing tree 210 shown in FIG. 2
- Each parsing tree may contain words as well as syntactic information, such as structural labels indicating the linguistic structure of the corresponding sentence.
- processor 110 may serialize the parsing trees into sequences of tokens (e.g., For example, a depth-first traversal method may be used to serialize the parsing trees.
- processor 110 may encode the concatenated sequences to generate a document representation.
- encoder 114 may be applied to the concatenated sequences of tokens to generate the document representation.
- a BiLSTM may be implemented as the encoder that includes a forward LSTM and a backward LSTM According to equations (1) - (3) , the document representation can be generated.
- processor 110 may apply dynamic selective gate 116 to extract salient information from document 180 to handle the OOV problem.
- Parameters of dynamic selective gate 116 may be determined based on document 180 and the current decoding state.
- parameters of dynamic selective gate 116 may be determined based on text already generated in summary 190, thereby taking into account the decisions made in previous decoding steps. For example, parameters of dynamic selective gate 116 may be determined according to equations (4) - (5) .
- Application of dynamic selective gate 116 can be implemented according to equation (6) .
- Document sequence word vectors may be obtained after applying dynamic selective gate 116. may contain salient information extracted by dynamic selective gate 116.
- processor 110 may, using pointer-generator network 118, determine a switch probability P gen (e.g., according to equation (12) ) .
- Switch probability P gen may be used to determine whether to generate a word from the vocabulary database or to select/copy a word from document 180.
- processor 110 may, using pointer-generator network 118, determine a word of summary 190 based on the switch probability P gen .
- word probability distribution P (w) may be determined based on equation (13) .
- pointer-generator network 118 may determine a word of summary 190 by either selecting the word from document 180 or generating the word based on the vocabulary database.
- FIG. 4 illustrate a sample text 410 (e.g., a form of document 180) and a target summary 420 (e.g., provided as part of a training dataset to serve as the reference for training) .
- text 410 may be used as an input to system 100.
- the output of system 100 may be compared against target summary 420 to adjust one or more learnable parameters.
- FIG. 5 illustrates an exemplary parsing tree 500.
- parsing tree 500 may include words as the leaf notes, as well as syntactic labels on the non-leaf notes.
- parsing tree 500 contains sentence structural information: branches 510 indicate that “the 300,000 applicants” is a noun phrase; branches 520 indicate 510 that “applied to ...ceremony” is an attributive clause of the noun phrase “the 300,000 applicants. ”
- processor 110 can generate a summary 530 that substantially matches the target summary 420.
- FIG. 6 illustrates exemplary dynamic selection results after applying dynamic selective gate 116.
- the weight of each candidate word is indicated by the corresponding gray scale, with darker shades indicating heavier weights.
- FIG. 6 shows that dynamic selective gate 116 can select the most important information from text 410 in every decoding step (t 1 ...t 6 ) .
- dynamic selective gate 116 filters out nonessential words such as “the, ” “is, ” and “he, ” and selects the salient words (e.g., “vit” “jedlicka” ) to help the attention layer (e.g., 230) to generate the most important word (e.g., “vit” ) .
- words that are not present in the vocabulary database can be selected from source text 410 to copied to the generated summary.
- the weight of the words already selected in previous steps e.g., “vit” in time step t 1
- time steps e.g., in time step t 2 the weight of “vit” is significantly decreased
- the computer-readable medium may include volatile or non-volatile, magnetic, semiconductor-based, tape-based, optical, removable, non-removable, or other types of computer-readable medium or computer-readable storage devices.
- the computer-readable medium may be the storage device or the memory module having the computer instructions stored thereon, as disclosed.
- the computer-readable medium may be a disc, a flash drive, or a solid-state drive having the computer instructions stored thereon.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- Artificial Intelligence (AREA)
- Computational Linguistics (AREA)
- General Health & Medical Sciences (AREA)
- Health & Medical Sciences (AREA)
- Data Mining & Analysis (AREA)
- Computing Systems (AREA)
- Mathematical Physics (AREA)
- Software Systems (AREA)
- Evolutionary Computation (AREA)
- Biophysics (AREA)
- Biomedical Technology (AREA)
- Life Sciences & Earth Sciences (AREA)
- Molecular Biology (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Databases & Information Systems (AREA)
- General Business, Economics & Management (AREA)
- Business, Economics & Management (AREA)
- Algebra (AREA)
- Pure & Applied Mathematics (AREA)
- Mathematical Optimization (AREA)
- Mathematical Analysis (AREA)
- Computational Mathematics (AREA)
- Probability & Statistics with Applications (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Machine Translation (AREA)
Abstract
Embodiments of the disclosure provide systems and methods for generating text summarization. An exemplary system may include a processor and a non-transitory memory storing instructions that, when executed by the processor, cause the system to perform the various operations. The operations may include generating a document representation of a document. The document representation may include syntactic information. The operations may also include extracting salient information based on the document representation. The operations may further include generating a summary of the document based on the syntactic information and the salient information.
Description
The present disclosure relates to systems and methods for generating text summarization, and more particularly to systems and methods for generating abstractive text summarization utilizing syntactic information and dynamically selected salient information.
Text summarization aims to automatically generate a summary consisting of main information of a source text. The summary may be in the form of a headline or a short passage. Text summarization is often performed as part of Natural Language Processing (NLP) and Information Retrieval (IR) .
Existing approaches for text summarization are divided into two major types: extractive and abstractive. Extractive text summarization methods produce summaries by extracting sentences or tokens from the source text, which can produce grammatically correct summaries and preserve the meaning of the source text. However, these extractive methods rely heavily on the text in source documents and the extracted sentences may contain redundant information or have poor readability. Abstractive text summarization methods produce summaries by generating novel sentences or tokens that may not appear in the source documents. Compared to the extractive counterparts, abstractive methods are more difficult to implement because they need to address problems such as semantic representation and natural language generation.
Recent developments on neural networks have seen application of a sequence-to-sequence (Seq2Seq) technique, originally developed for machine translation, to abstractive text summarization. While achieving tremendous success in machine translation, adopting the Seq2Seq approach in text summarization faces certain obstacles due to the intrinsic differences between these two applications. Unlike machine translation, in which the objective is to capture all the semantic details from the source text, text summarization focuses on salient text information. As a result, it is difficult for a Seq2Seq-based model to generate summaries containing primarily salient information, and the generated text may also be susceptible to repetition issues. In addition, existing methods often ignore syntactic information of the source text, which may play an important role in constructing an accurate summary.
To address the above problems, there is a need for more advanced systems and methods for generating text summaries based on syntactic information and dynamically selected salient information.
SUMMARY
In one aspect, embodiments of the disclosure provide a system for generating text summarization. The system may include at least one processor and at least one non-transitory memory storing instructions that, when executed by the processor, cause the system to perform operations. The operations may include generating a document representation of a document. The document representation may include syntactic information. The operations may also include extracting salient information based on the document representation. The operations may further include generating a summary of the document based on the syntactic information and the salient information.
In another aspect, embodiments of the disclosure provide a method for generating text summarization. The method may include generating a document representation of a document. The document representation may include syntactic information. The method may also include extracting salient information based on the document representation. The method may further include generating a summary of the document based on the syntactic information and the salient information.
In a further aspect, embodiments of the disclosure provide a non-transitory computer-readable medium having instructions stored thereon that, when executed by one or more processors, causes the one or more processors to perform operations. The operations may include generating a document representation of a document. The document representation may include syntactic information. The operations may also include extracting salient information based on the document representation. The operations may further include generating a summary of the document based on the syntactic information and the salient information.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the invention, as claimed.
FIG. 1 illustrates a block diagram of an exemplary system for generating text summarization, consistent with some disclosed embodiments.
FIG. 2 illustrates an exemplary work flow for generating text summarization, consistent with some disclosed embodiments.
FIG. 3 illustrates a flowchart of an exemplary method for generating text summarization, consistent with some disclosed embodiments.
FIG. 4 illustrates an exemplary document and its target summary.
FIG. 5 illustrates an exemplary parsing tree, consistent with some disclosed embodiments.
FIG. 6 illustrates exemplary dynamic selection results, consistent with some disclosed embodiments.
Reference will now be made in detail to the exemplary embodiments, examples of which are illustrated in the accompanying drawings. Wherever possible, the same reference numbers will be used throughout the drawings to refer to the same or like parts.
Embodiments of the present disclosure provide a novel syntactic and selective encoding model for abstractive summarization (SSEMAS) . The model is configured to learn syntactic and salient information from a source document for text summarization. Compared to other Seq2Seq-based methods that ignore the syntactic information, embodiments disclosed herein improve the accuracy of generated summaries and reduce or avoid issues such as word redundancy. Embodiments of the disclosure incorporate syntactic information such as parsing trees containing structured linguistic information into an encoder sequence to learn more effective sentence representation. In some embodiments, a dynamic selective encoding mechanism is adopted to control the salient information flow from the encoder to the decoder during decoding process, which improves word prediction and reduce word repetition. In some embodiments, an improved pointer-generator network having a syntactic attention layer is used to select salient words from relevant portions of the source document. The selection of salient words can be coupled with a word generation mechanism, controlled by a switch probability, to handle out-of-vocabulary (OOV) problems and to further enhance the accuracy and readability of the generated summary.
FIG. 1 illustrates a block diagram of an exemplary system 100 for generating text summarization. System 100 may include a memory 130 configured to store computer instructions that, when executed by at least one processor, can cause system 100 to perform various operations disclosed herein. Memory 130 may be any non-transitory type of mass storage, such as volatile or non-volatile, magnetic, semiconductor-based, tape-based, optical, removable, non-removable, or other type of storage device or tangible computer-readable medium including, but not limited to, a ROM, a flash memory, a dynamic RAM, and a static RAM.
In some embodiments, communication interface 120 may communicate with a database 150 to exchange information related to text summarization. Database 150 may include any appropriate type of database, such as a computer system installed with a database management software. Database 150 may store source documents, summaries generated by system 100, training data, or any data related to text summarization.
In some embodiments, communication interface 120 may communicate with an output device, such as a display 160. Display 160 may include a display device such as a Liquid Crystal Display (LCD) , a Light Emitting Diode Display (LED) , a plasma display, or any other type of display, and provide a Graphical User Interface (GUI) presented on the display for user input and data depiction. For example, the content of a source document or a summary of the source document generated by system 110 may be displayed on display 160.
In some embodiments, communication interface 120 may communicate with a terminal device 170. Terminal device 170 may include any suitable device that can interact with a user. For example, terminal device 170 may include a desktop computer, a laptop computer, a smart phone, a tablet, a wearable device, or any kind of device having computational capability sufficient to support processing of text content.
Regardless of which devices or systems are coupled to communication interface 120, communication interface 120 may receive a source document 180 (also referred to as a “document” ) from a first device/system and send a summary 190 to a second device/system. The first and second device/system may or may not be the same. Functionally, system 100 may be configured as a text summarization service provider that generates summary 190 based on document 180. For example, document 180 may be an article, a news report, a book chapter, or any type of text consisting of multiple text units. A text unit may be a sentence, a passage, a paragraph, or any appropriate structural division of a text document. System 100 may process document 180 and generate summary 190 containing main or important information of document 180. Summary 190 is shorter than document 180. For example, summary 190 may contain few words than document 180. The words in summary 190 may or may not be present in document 180. For example, certain words may be selected from document 180, other words may be generated from a vocabulary database based on analyzing the content of document 180.
Consistent with the disclosed embodiments, processor 110 may be configured to receive document 180 through communication interface 120. After receiving document 180, processor 110 may, using one or more modules such as 112-118, process document 180 to generate summary 190, which may be stored in memory 130 and/or sent to other devices/systems such as database 150, display 160, and terminal device 170. An exemplary work flow of processing document 180 is illustrated in FIG. 2. In the following, modules 112-118 of processor 110 will be described in connection with the work flow shown in FIG. 2.
Specifically, assume that document 180 (d) can be denoted as a sequence of text units such as sentences (s) : d = <s
1, s
2, ..., s
n>, where n is the number of sentences in document 180, then for each sentence s
i, syntactic parser 112 can be applied to generate a parsing tree l
i. An exemplary parsing tree 210 is shown in FIG. 2. Each parsing tree can be serialized using, for example, a depth-first traversal method, into a sequence of tokens:
where k
i is the number of tokens in the ith serialized parsing tree. Note that the token e
i, v is not necessarily a word. For example, referring to FIG. 2, parsing tree 210 contains leaf nodes (e.g., “Marry, ” “hates, ” and “Lucy” ) and non-leaf nodes (e.g., “NP, ” “NN, ” etc. ) . A leaf note may represent a word, while a non-leaf node may represent a syntactic label including, for example, a phrase label, a part-of-speech (POS) tag, etc. For instance, “NP” means “Noun phrase, ” “VP” means “Verb phrase, ” “NN” means “Noun, singular or mass, ” “VBZ” means “Verb, 3
rd person singular present, ” etc.
The serialized sequences of tokens may be concatenated into a long sequence d = <e
1,e
2, ..., e
m>, where m is the total number of tokens from all parsing trees m = ∑
ik
i. Encoder 114 may then be applied to the concatenated sequences of tokens to generate the document representation. For example, a bidirectional long short-term memory (BiLSTM) may be implemented as encoder 114. The BiLSTM may include a forward LSTM
which reads document sequence d from e
1 to e
m. In addition, the BiLSTM may also include a backward LSTM
which reads document sequence d from e
m to e
1, according to the following equations:
x
j = W
ee
j, j∈ {1, .., m} (1)
where x
j is the distributed representation of token e
j by embedding matrix W
e, which is shared by both words and syntactic labels. A source word representation h
j can be obtained by concatenating forward hidden state
with backward hidden state
The last forward hidden state
and the first backward hidden state
can be concatenated to obtain the document representation
As shown in FIG. 2, encoder 114 may pass annotation vectors of words (e.g., “Mary” -h
3, “hates” -h
6, “Lucy” -h
9) to a decoder. Encoder 114 may also concatenate annotation vectors of syntactic labels (e.g., “NP” -h
1, “VP” -h
4, “NNP” -h
8, etc. ) as a syntactic vector s
v by, for example, maxpooling. Syntactic vector s
v may be fed into pointer-generator network 118 to select salient information of source document 180.
Unlike machine translation, in which generation of output needs to keep all information of input in every decoding time step, in abstractive summarization it is more important to keep the salient information and remove inessential information of the input to improve efficiency. Embodiments of the disclosure provide a novel dynamic selective mechanism to model the dynamic generation process of the target words in summary 190. For example, dynamic selective gate 116 may be configured to extract salient information and keep the salient information flow from encoder 114 to every state of decoder 220. Parameters of dynamic selective gate 116 may be determined based on document 180 and the current decoding state, considering that the salient information for current decoding step t should be relevant to the source document 180 and currently generated words. In addition, to address the repetition issue common to traditional Seq2Seq framework methods, parameters of dynamic selective gate 116 may be determined based on text already generated in summary 190, thereby taking into account the decisions made in previous decoding steps. In this way, selecting of the same information may be avoided, preventing the generation of repetitive words.
In some embodiments, for every word in each decoding time step t, dynamic selective gate dGate
t, j can be calculated from document representation dv, current decoder state s
t, and previously selected encoder word state
After applying dynamic selective gate dGate
t, document sequence word vectors
at current decoding time step t can be obtained according to the following equations:
where vector W
s, U
s, V
s, and b
s are learnable parameters, σ is the sigmoid function, h
j is the jth token hidden state of the BiLSTM encoder, and ⊙ is element-wise multiplication. Document sequence word vectors
may contain salient information extracted by dynamic selective gate 116.
may be fed into an attention layer 230 (shown in FIG. 2) to generate target words to form summary 190.
The salient information of document 180, such as key words and name entities, are often unavailable in a vocabulary database used for generating abstractive summaries. To handle such OOV problems, pointer-generator network 118 may be used, which allows both selecting (e.g., copying) words from source document 180 via “pointing” and “generating” new words from the vocabulary database. Embodiments of the present disclosure combine the pointer-generator technique with syntactic attention (e.g., via attention layer 230) that copies salient words in semantic and syntactic aspects to generate accurate summarization of document 180.
In some embodiments, at each decoding time step t, word embedding of previously generated word w
t-1 and a previous context vector c
t-1 may be used to compute the new decoder state s
t. A syntactic attention distribution a
t = {a
t, 1, a
t, 2, ..., a
t, m} can be calculated base on the current decoder state s
t, the currently selected encoder hidden state
and document structural vectors sv. The syntactic attention represents the importance score of the currently selected encoder hidden state
and is normalized to obtain the current context vector c
t by weighted sum, as follows:
s
t = LSTM (w
t-1, c
t-1, s
t-1) (7)
a
t = softmax (e
t) (9)
where W
a, U
a, V
a, and b
a are learnable parameters.
Context vector c
t and current decoder state s
t may be concatenated to pass two linear layers and predict the next word with a softmax layer:
P
vocab = softmax (V
v (W
v [c
t, s
t] +b
w) +b
v) (11).
Pointer-generator network 118 may determine a switch probability P
gen for decoding time step t based on context vector c
t, decoder state s
t, and decoder word x
t.
Based on the switch probability P
gen, pointer-generator network 118 may determine whether to generate a word according to P
vocab from the vocabulary database or to select/copy a word from document 180 by the current syntactic attention a
t. The word probability distribution P (w) over the source document 180 and the vocabulary database is:
where
and scalar b
g are learnable parameters and σ is the sigmoid function. Based on the word probability distribution (illustrated as 230 in FIG. 2) , pointer-generator network 118 may determine a word of summary 190 by either selecting the word from document 180 or generating the word based on the vocabulary database.
In some embodiments, learnable parameters, such as W
s, U
s, V
s, b
s, W
a, U
a, V
a, b
a,
and b
g, can be trained using a training dataset. For example, a loss function may be defined to maximize the output summary probability given an input document (e.g., document 180) . In some embodiments, the loss function can be defined as a negative log-likelihood loss function:
where D represents all documents in the training dataset, d is a document having a concatenated sentence sequence d = {e
1, e
2, ..., e
m} , y is the corresponding reference summary (e.g., provided as the target result) . In some embodiments, to handle the repetition problem, a coverage mechanism is used, which adds a coverage vector
to the attention layer 230. Accordingly, a coverage loss penalizing repeated selection of identical encoder information may be added to the loss function:
Loss function defined in equation (15) may be minimized in the model training process.
FIG. 3 illustrates a flowchart of an exemplary method 300 for generating text summarization based on syntactic and salient information. In some embodiments, method 300 may be implemented by system 100 that includes, among other things, memory 120 and processor 110 that performs various operations using one or more modules 112-118. It is to be appreciated that some of the steps may be optional to perform the disclosure provided herein, and that some steps may be inserted in the flowchart of method 300 that are consistent with other embodiments according to the current disclosure. Further, some of the steps may be performed simultaneously, or in an order different from that shown in FIG. 3.
In step 310, processor 110 of system 100 may receive a document, such as document 180, for text summarization. For example, processor 110 may receive document 180 through communication interface 120.
In step 320, processor 110 may, using syntactic parser 112, generate parsing trees (e.g., parsing tree 210 shown in FIG. 2) for text units (e.g., sentences) in document 180. Each parsing tree may contain words as well as syntactic information, such as structural labels indicating the linguistic structure of the corresponding sentence.
In step 330, processor 110 may serialize the parsing trees into sequences of tokens (e.g.,
For example, a depth-first traversal method may be used to serialize the parsing trees.
In step 340, processor 110 may concatenate the sequences into a long sequence (e.g., d = <e
1, e
2, ..., e
m> ) that includes both words and syntactic labels of all the sentences in the document.
In step 350, processor 110 may encode the concatenated sequences to generate a document representation. For example, encoder 114 may be applied to the concatenated sequences of tokens to generate the document representation. In some embodiments, a BiLSTM may be implemented as the encoder that includes a forward LSTM
and a backward LSTM
According to equations (1) - (3) , the document representation
can be generated.
In step 360, processor 110 may apply dynamic selective gate 116 to extract salient information from document 180 to handle the OOV problem. Parameters of dynamic selective gate 116 may be determined based on document 180 and the current decoding state. In addition, to address the repetition issue common to traditional Seq2Seq framework methods, parameters of dynamic selective gate 116 may be determined based on text already generated in summary 190, thereby taking into account the decisions made in previous decoding steps. For example, parameters of dynamic selective gate 116 may be determined according to equations (4) - (5) . Application of dynamic selective gate 116 can be implemented according to equation (6) . Document sequence word vectors
may be obtained after applying dynamic selective gate 116.
may contain salient information extracted by dynamic selective gate 116.
In step 370, processor 110 may, using pointer-generator network 118, determine a switch probability P
gen (e.g., according to equation (12) ) . Switch probability P
gen may be used to determine whether to generate a word from the vocabulary database or to select/copy a word from document 180.
In step 380, processor 110 may, using pointer-generator network 118, determine a word of summary 190 based on the switch probability P
gen. For example, word probability distribution P (w) may be determined based on equation (13) . Based on the word probability distribution, pointer-generator network 118 may determine a word of summary 190 by either selecting the word from document 180 or generating the word based on the vocabulary database.
FIG. 4 illustrate a sample text 410 (e.g., a form of document 180) and a target summary 420 (e.g., provided as part of a training dataset to serve as the reference for training) . During the training process, text 410 may be used as an input to system 100. The output of system 100 may be compared against target summary 420 to adjust one or more learnable parameters.
FIG. 5 illustrates an exemplary parsing tree 500. As shown in FIG. 5, parsing tree 500 may include words as the leaf notes, as well as syntactic labels on the non-leaf notes. For example, parsing tree 500 contains sentence structural information: branches 510 indicate that “the 300,000 applicants” is a noun phrase; branches 520 indicate 510 that “applied to …ceremony” is an attributive clause of the noun phrase “the 300,000 applicants. ” Based on the syntactic information, processor 110 can generate a summary 530 that substantially matches the target summary 420.
FIG. 6, illustrates exemplary dynamic selection results after applying dynamic selective gate 116. As shown in FIG. 6, the weight of each candidate word is indicated by the corresponding gray scale, with darker shades indicating heavier weights. FIG. 6 shows that dynamic selective gate 116 can select the most important information from text 410 in every decoding step (t
1…t
6) . For example, at decoding step t
1, dynamic selective gate 116 filters out nonessential words such as “the, ” “is, ” and “he, ” and selects the salient words (e.g., “vit” “jedlicka” ) to help the attention layer (e.g., 230) to generate the most important word (e.g., “vit” ) . Moreover, words that are not present in the vocabulary database (e.g., “vit” “jedlicka” ) can be selected from source text 410 to copied to the generated summary. Further, the weight of the words already selected in previous steps (e.g., “vit” in time step t
1) are decreased in the following time steps (e.g., in time step t
2 the weight of “vit” is significantly decreased) . Therefore, the word repetition problem can be alleviated or even avoided.
Another aspect of the disclosure is directed to a non-transitory computer-readable medium storing instructions which, when executed, cause one or more processors to perform the methods, as discussed above. The computer-readable medium may include volatile or non-volatile, magnetic, semiconductor-based, tape-based, optical, removable, non-removable, or other types of computer-readable medium or computer-readable storage devices. For example, the computer-readable medium may be the storage device or the memory module having the computer instructions stored thereon, as disclosed. The computer-readable medium may be a disc, a flash drive, or a solid-state drive having the computer instructions stored thereon.
It will be apparent to those skilled in the art that various modifications and variations can be made to the disclosed system and related methods. Other embodiments will be apparent to those skilled in the art from consideration of the specification and practice of the disclosed system and related methods.
It is intended that the specification and examples be considered as exemplary only, with a true scope being indicated by the following claims and their equivalents.
Claims (20)
- A system for generating text summarization, comprising:at least one processor; andat least one non-transitory memory storing instructions that, when executed by the at least one processor, cause the system to perform operations comprising:generating a document representation of a document, the document representation comprising syntactic information;extracting salient information based on the document representation; andgenerating a summary of the document based on the syntactic information and the salient information.
- The system of claim 1, wherein the operations comprise:generating, by a syntactic parser, parsing trees for multiple text units in the document, the parsing trees comprising structural labels of the text units.
- The system of claim 2, wherein the operations comprise:serializing each parsing tree into a sequence of tokens; andconcatenating the sequences of tokens.
- The system of claim 3, wherein the operations comprise:applying an encoder to the concatenated sequences of tokens to generate the document representation.
- The system of claim 4, wherein the encoder comprises a bidirectional long short-term memory (BiLSTM) .
- The system of claim 1, wherein the operations comprise:applying a dynamic selective gate to the document representation to extract the salient information.
- The system of claim 6, wherein the operations comprise:determining the dynamic selective gate based on text already generated in the summary.
- The system of claim 1, wherein the operations comprise:determining, by a pointer-generator network, a switch probability based on context information; anddetermining, based on the switch probability, a word of the summary by selecting the word from the document or generating the word based on a vocabulary database.
- The system of claim 8, wherein the operations comprise:determining, by the pointer-generator network, the context information based on the syntactic information.
- The system of claim 1, wherein the operations comprise:minimizing a loss function comprising a coverage loss penalizing repeated selection of identical encoder information.
- A method for generating text summarization, comprising:generating a document representation of a document, the document representation comprising syntactic information;extracting salient information based on the document representation; andgenerating a summary of the document based on the syntactic information and the salient information.
- The method of claim 11, comprising:generating, by a syntactic parser, parsing trees for multiple text units in the document, the parsing trees comprising structural labels of the text units.
- The method of claim 12, comprising:serializing each parsing tree into a sequence of tokens; andconcatenating the sequences of tokens
- The method of claim 13, comprising:applying an encoder to the concatenated sequences of tokens to generate the document representation.
- The method of claim 11, comprising:applying a dynamic selective gate to the document representation to extract the salient information.
- The method of claim 15, comprising:determining the dynamic selective gate based on text already generated in the summary.
- The method of claim 11, comprising:determining, by a pointer-generator network, a switch probability based on context information; anddetermining, based on the switch probability, a word of the summary by selecting the word from the document or generating the word based on a vocabulary database.
- The method of claim 17, comprising:determining, by the pointer-generator network, the context information based on the syntactic information.
- The method of claim 11, comprising:minimizing a loss function comprising a coverage loss penalizing repeated selection of identical encoder information.
- A non-transitory computer-readable medium having instructions stored thereon that, whenexecuted by one or more processors, causes the one or more processors to perform a method for generating text summarization, the method comprising:generating a document representation of a document, the document representation comprising syntactic information;extracting salient information based on the document representation; andgenerating a summary of the document based on the syntactic information and the salient information.
Priority Applications (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/CN2019/087036 WO2020227970A1 (en) | 2019-05-15 | 2019-05-15 | Systems and methods for generating abstractive text summarization |
| CN201980096324.0A CN113811870A (en) | 2019-05-15 | 2019-05-15 | System and method for generating abstract text excerpts |
| US17/014,240 US20200401764A1 (en) | 2019-05-15 | 2020-09-08 | Systems and methods for generating abstractive text summarization |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/CN2019/087036 WO2020227970A1 (en) | 2019-05-15 | 2019-05-15 | Systems and methods for generating abstractive text summarization |
Related Child Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US17/014,240 Continuation US20200401764A1 (en) | 2019-05-15 | 2020-09-08 | Systems and methods for generating abstractive text summarization |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2020227970A1 true WO2020227970A1 (en) | 2020-11-19 |
Family
ID=73289954
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2019/087036 Ceased WO2020227970A1 (en) | 2019-05-15 | 2019-05-15 | Systems and methods for generating abstractive text summarization |
Country Status (3)
| Country | Link |
|---|---|
| US (1) | US20200401764A1 (en) |
| CN (1) | CN113811870A (en) |
| WO (1) | WO2020227970A1 (en) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN113673241A (en) * | 2021-08-03 | 2021-11-19 | 之江实验室 | Text abstract generation framework and method based on example learning |
Families Citing this family (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US10997369B1 (en) * | 2020-09-15 | 2021-05-04 | Cognism Limited | Systems and methods to generate sequential communication action templates by modelling communication chains and optimizing for a quantified objective |
| CN113111663B (en) * | 2021-04-28 | 2024-09-06 | 东南大学 | A summary generation method integrating key information |
| CN114281982B (en) * | 2021-12-29 | 2023-06-13 | 中山大学 | Book propaganda abstract generation method and system adopting multi-mode fusion technology |
| CN115906768B (en) * | 2023-01-04 | 2023-05-05 | 深圳市迪博企业风险管理技术有限公司 | Enterprise informatization data compliance assessment method, system and readable storage medium |
| CN118840078B (en) * | 2024-08-12 | 2026-04-17 | 杭州雷数科技有限公司 | Configurable device workflow management method |
Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20080109425A1 (en) * | 2006-11-02 | 2008-05-08 | Microsoft Corporation | Document summarization by maximizing informative content words |
| CN104536950A (en) * | 2014-12-11 | 2015-04-22 | 北京百度网讯科技有限公司 | Text summarization generating method and device |
| US20170060826A1 (en) * | 2015-08-26 | 2017-03-02 | Subrata Das | Automatic Sentence And Clause Level Topic Extraction And Text Summarization |
| CN107193795A (en) * | 2016-03-15 | 2017-09-22 | 北京北信源软件股份有限公司 | A kind of instant messaging new message notification method based on content |
| CN108319668A (en) * | 2018-01-23 | 2018-07-24 | 义语智能科技(上海)有限公司 | Generate the method and apparatus of text snippet |
| CN108519890A (en) * | 2018-04-08 | 2018-09-11 | 武汉大学 | A Robust Code Summarization Method Based on Self-Attention Mechanism |
Family Cites Families (10)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US8335754B2 (en) * | 2009-03-06 | 2012-12-18 | Tagged, Inc. | Representing a document using a semantic structure |
| US9514109B2 (en) * | 2012-01-12 | 2016-12-06 | Educational Testing Service | Computer-implemented systems and methods for scoring of spoken responses based on part of speech patterns |
| ES2993023T3 (en) * | 2015-02-19 | 2024-12-20 | Digital Reasoning Systems Inc | Systems and methods for neural language modeling |
| US11068658B2 (en) * | 2016-12-07 | 2021-07-20 | Disney Enterprises, Inc. | Dynamic word embeddings |
| US11170158B2 (en) * | 2018-03-08 | 2021-11-09 | Adobe Inc. | Abstractive summarization of long documents using deep learning |
| CN108509413A (en) * | 2018-03-08 | 2018-09-07 | 平安科技(深圳)有限公司 | Digest extraction method, device, computer equipment and storage medium |
| US20200159863A1 (en) * | 2018-11-20 | 2020-05-21 | Sap Se | Memory networks for fine-grain opinion mining |
| US11182559B2 (en) * | 2019-03-26 | 2021-11-23 | Siemens Aktiengesellschaft | System and method for natural language processing |
| US11416689B2 (en) * | 2019-03-28 | 2022-08-16 | Siemens Aktiengesellschaft | System and method for natural language processing with a multinominal topic model |
| CN110069624B (en) * | 2019-04-28 | 2021-05-04 | 北京小米智能科技有限公司 | Text processing method and device |
-
2019
- 2019-05-15 WO PCT/CN2019/087036 patent/WO2020227970A1/en not_active Ceased
- 2019-05-15 CN CN201980096324.0A patent/CN113811870A/en active Pending
-
2020
- 2020-09-08 US US17/014,240 patent/US20200401764A1/en not_active Abandoned
Patent Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20080109425A1 (en) * | 2006-11-02 | 2008-05-08 | Microsoft Corporation | Document summarization by maximizing informative content words |
| CN104536950A (en) * | 2014-12-11 | 2015-04-22 | 北京百度网讯科技有限公司 | Text summarization generating method and device |
| US20170060826A1 (en) * | 2015-08-26 | 2017-03-02 | Subrata Das | Automatic Sentence And Clause Level Topic Extraction And Text Summarization |
| CN107193795A (en) * | 2016-03-15 | 2017-09-22 | 北京北信源软件股份有限公司 | A kind of instant messaging new message notification method based on content |
| CN108319668A (en) * | 2018-01-23 | 2018-07-24 | 义语智能科技(上海)有限公司 | Generate the method and apparatus of text snippet |
| CN108519890A (en) * | 2018-04-08 | 2018-09-11 | 武汉大学 | A Robust Code Summarization Method Based on Self-Attention Mechanism |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN113673241A (en) * | 2021-08-03 | 2021-11-19 | 之江实验室 | Text abstract generation framework and method based on example learning |
| CN113673241B (en) * | 2021-08-03 | 2024-04-09 | 之江实验室 | A framework system and method for text summarization generation based on example learning |
Also Published As
| Publication number | Publication date |
|---|---|
| CN113811870A (en) | 2021-12-17 |
| US20200401764A1 (en) | 2020-12-24 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| WO2020227970A1 (en) | Systems and methods for generating abstractive text summarization | |
| US11893345B2 (en) | Inducing rich interaction structures between words for document-level event argument extraction | |
| CN113434664B (en) | Text abstract generation method, device, medium and electronic equipment | |
| US11151177B2 (en) | Search method and apparatus based on artificial intelligence | |
| US20220198327A1 (en) | Method, apparatus, device and storage medium for training dialogue understanding model | |
| US20210390271A1 (en) | Neural machine translation systems | |
| US10650102B2 (en) | Method and apparatus for generating parallel text in same language | |
| US12153619B2 (en) | Generative prompt expansion for image generation | |
| Zolotareva et al. | Abstractive Text Summarization using Transfer Learning. | |
| CN113987169A (en) | Text abstract generation method, device and equipment based on semantic block and storage medium | |
| US11551437B2 (en) | Collaborative information extraction | |
| US20230244704A1 (en) | Sequenced data processing method and device, and text processing method and device | |
| US11709893B2 (en) | Search method, electronic device and storage medium | |
| US11194974B2 (en) | Teaching syntax by adversarial distraction | |
| Moeng et al. | Canonical and surface morphological segmentation for Nguni languages | |
| CN113051894A (en) | Text error correction method and device | |
| Wu et al. | Finding better subword segmentation for neural machine translation | |
| CN115114419A (en) | Question and answer processing method and device, electronic equipment and computer readable medium | |
| CN113486659B (en) | Text matching method, device, computer equipment and storage medium | |
| KR102550340B1 (en) | Chapter-level text translation method and device | |
| CN115994522A (en) | Text processing method, article generating method and text processing model training method | |
| CN115775000A (en) | Method and device for realizing automatic question answering | |
| CN113761143A (en) | Method, apparatus, apparatus and medium for determining answers to user questions | |
| CN116434752B (en) | Speech recognition error correction method and device | |
| CN111241843B (en) | Semantic relation inference system and method based on composite neural network |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 19928688 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 19928688 Country of ref document: EP Kind code of ref document: A1 |


