Skip to main content
Erschienen in: Vietnam Journal of Computer Science 1/2016

Open Access 01.02.2016 | Regular Paper

Algorithm of computing verbal relationships for generating Vietnamese paragraph of summarization from the logical expression of discourse representation structure

verfasst von: Trung Tran, Dang Tuan Nguyen

Erschienen in: Vietnam Journal of Computer Science | Ausgabe 1/2016

Aktivieren Sie unsere intelligente Suche, um passende Fachinhalte oder Patente zu finden.

search-config
loading …

Abstract

This paper presents an important phase of our new approach for summarizing the given Vietnamese paragraph. The central of this phase is an algorithm for computing verbal relationships in the process of generating the Vietnamese paragraph from the logical expression of discourse representation structure (DRS), which is the first-order logic expressions without explicit quantifiers, and represents the meaning as well as reflects the potential contexts of a given discourse or a sequence of sentences. By defining elements to describe the appropriate information in each predicate of the logical expression (or can be called “DRS-conditions”), the algorithm is based on in turn considering three consecutive predicates in a logical expression for determining: the relationship between the first and second sentence, the relationship between the second and third sentence, and the priority when comparing these two relationships. The evaluation achieves two given criteria: the semantic completeness of summarization, and the natural quality of new reduced paragraph.

1 Introduction

In general, the study of transforming a given paragraph to a new summary (Das and Martins [7], Lloret [20], Mani and Mayburi [21], Jezek and Steinberger [13], Jones [14, 15]) has to answer three important questions (Jones [14, 15]): (i) how to represent the meaning of the source paragraph; (ii) how to construct a computing representation form of the destination paragraph by transforming the source computing representation form; (iii) how to transform the destination computing representation form into the complete paragraph. These lead to two main approach directions: (i) extract some sentences which have highest benchmarks to produce the summary—this direction is called “extraction”; (ii) construct a summary based on understanding the meaning of the source paragraph—this direction is called “abstraction”.
Follow the idea of “abstraction”, this paper addresses an important problem in our new approach for summarizing the given Vietnamese paragraph having more than two simple sentences: generate the new reduced Vietnamese paragraph from the logical expression of discourse representation structure (DRS) (Kamp [16], Covington and Schmitz [5], Covington et al. [6], Blackburn and Bos [1])—under the form of expressions without explicit quantifiers in first-order logic (FOL). To limit the scope of this article, we assume that there were the methods for mapping the original paragraphs to the logical expressions encodings of their meanings (Zettlemoyer and Collins [34, 35]). Using the logical expression representing the semantic of the paragraph, our objective is to propose a solution for transforming this logical expression into a new reduced complete Vietnamese paragraph.
As an example, consider the following original Vietnamese paragraph consisting of four simple sentences:
Example 1
“Lan vui vẻ. Cô học cùng con trai. Nó khoái chí. Nó cao.”
(English: “Lan is happy. She studies with son. He is overjoyed. He takes high mark.”)
The logical expression representing the semantic of paragraph in Example 1 is illustrated in two forms:
  • DRS form:
[x,y,z]
lan (x)
vui_vẻ (x)
con_trai (y)
học_cùng (x,y)
khoái_chí (y)
điểm_cao (z)
đu’ọ’c (y,z)
  • FOL form:
\( \mathtt{\exists x \exists y\exists z[lan(x)\, \& }\)  vui_vẻ (x)&con_trai (y)& học_cùng (x,y)& khoái_chí (y)& điểm_cao (z)&  (y,z)].
With this logical expression, we transform into the new reduced Vietnamese paragraph as follows:
“Lan vui vẻ vì học cùng con trai. Con trai khoái chí vì cao.”
(English: “Lan is happy because of studying with son. The son is overjoyed because of taking high mark.”)
In the logical expression, in which two representation forms are equivalent, the DRS form represents the meaning as well as reflects the context change potential of the given discourse. The FOL form is used for expressing the semantic for DRS form. In the above case, the logical expression represents:
  • Instances “lan”, “con trai” (the son) and “điểm cao” (high mark) by predicates which associated with variables x, y and z: lan (x), con_trai (y), điểm_cao (z).
  • Actions and states of these instances through predicates which associated with variables x, y, z appropriately: vui_vẻ (x), học_cùng (x,y), khoái_chí (y), đu’ọ’c (y,z).
The considered objects in this research are complete logical expressions encoding the semantics of Vietnamese paragraphs.
The heart of the proposed solution is an algorithm that auto generates the new reduced Vietnamese paragraph from the logical expression. With the given requirement that the generated paragraph has to satisfy the universality in common Vietnamese communication, our algorithm in turn considers three consecutive predicates representing actions and states of instances. The algorithm compares two predicate pairs [predicate (1), predicate (2)] and [predicate (2), predicate (3)] in considered three predicates based on the sustainable priority factor which proposed by us. The pair having the higher priority will be used for generating the syntactic structure of a new Vietnamese sentence, then combined with lexicons for completing. The remaining predicate is handled in two ways: re-create the original Vietnamese sentence or combine consideration with next two predicates in the logical expression. The algorithm is performed based on our assumption that a paragraph has the natural quality if each sentence in this has the natural quality.
To evaluate the effectiveness of the generating solution in this study, we establish two criteria: (i) the first criteria is the semantic completeness—in the sense of the generated paragraph has the content which correctly summarizes the meaning of the source paragraph; (ii) the second criteria is the natural quality—in the sense of each sentence in the generated paragraph has the native form of Vietnamese usage.
The organization of this paper is as follows. Section 2 provides a literature review of abstraction summarization direction. Section 3 presents an overview of our works with the new approach based on abstraction direction. The main content in Sect. 4 is about the heart of our solution which is the algorithm of computing verbal relationships for generating the new reduced Vietnamese paragraph. Next, in Sect. 5, we describe the experiment and indicate some analysis according to the results. Finally, Sect. 6 concludes this paper and presents future research directions.

2 Abstraction summarization literature review

Generally, the methods in abstraction direction can be classified into two categories (Kasture et al. [17], Khan and Salim [18], Saranyamol and Sindhu [25]): (i) structured based in which the researcher tried to determine the most important content using some structures such as tree, template, ontology, ...; (ii) semantic based in which the authors introduced some methods in natural language generation (NLG) to make the semantic representation.

2.1 Structured-based approach

2.1.1 Tree-based method

Researchers following this method illustrated the content of given document using a dependency tree. This method is often applied for summarizing multi-documents.
Barzilay et al. [2] proposed a solution in which firstly they preprocessed the similar sentences in some news articles. Then, a theme intersection algorithm had been used for determining the common phrases which will be transferred to FUF/SURGE language generator so that the new summary sentences were created. Although using a language generator help for reducing repetitions and increasing fluency, there was lacking in the context in which similar sentences in different document appeared while determining the intersected phrase.
In another research, Barzilay and McKeown [3] worked on sentence fusion by integrating information in overlapping sentences. Firstly, they analyzed the sentences and illustrated by the dependency trees. They determined the centroid of these trees to build a main tree and then augmented with the sub-trees of other sentences. The main drawback of this approach is that a complete model to present the abstract representation of selected content was not proposed.

2.1.2 Template-based method

In this approach, the researcher built a template which is text snippets to represent the given documents and generate the summary. They applied rules in an Information Extraction system (Harabagiu and Lacatusu [12]) to extract information from multiple documents. This information was used to fill the template and then generate coherent, informative multi-document summaries. The limitation of this approach is that it requires the summary sentences that are already present in the source documents and cannot identify the similar and different information across multiple documents.

2.1.3 Ontology-based method

Applying ontology, especially fuzzy ontology, to improve the process of summarization is one of the most interesting method. This helps for handling the uncertain data and well summarizing documents on websites which have own knowledge structure. However, because the domain experts had to make a lot of effort to define dictionary and news corpus, up to now, this approach is limited to Chinese news (Lee et al. [19]).

2.1.4 Lead and body phrase method

Studies in this approach focused on rewriting the lead sentence using inserting and substituting phrases in the lead and body sentences which have same syntactic head chunk. Tanaka et al. [26] proposed a method following this approach in broadcast news. They determined the maximum phrases of each same chunk in the lead and body sentences. The substitution and insertion operations were applied to these phrase in order to revise the lead sentence. By using this method, they could find the semantically appropriate revisions. However, similar to other structure-based methods, it is the lack of a complete model.

2.1.5 Rule-based method

Genest and Lapalme [8] presented a method with three main modules: (i) information extraction determined several candidate rules for each aspect of verbs and nouns; (ii) content selection selected the best rule for each aspect; (iii) summary generation formed the output text using generation patterns. With this method, the researchers created summaries with greater information. On the other hand, they had to make a lot of effort to manually write all the rules and patterns.

2.2 Semantic-based approach

2.2.1 Multimodal semantic model

A framework was proposed by Greenbacker [10] for generating abstractive summary with three main steps: (i) they used ontology to build a semantic model representing the contents of multimodal documents; (ii) the metric rated the concepts in ontology with several factors such as the completeness of attributes, the number of relationships with other concepts, ...; (iii) the generator built the summary with the most important concepts. The idea of producing the abstract summary is the most important distribution of this framework, because it includes salient textual and graphical content. One point that needs to be deeply researched is that the evaluation for this framework is manually handled by human.

2.2.2 Information item-based method

Another research in multi-document abstraction summarization worked by Genest and Lapalme [9] focuses on generating the summary from the abstract representation of original documents called information item. They introduced a framework for summarizing with main modules: (i) information item retrieval module parsed source text and extracted subjects of verb and objects; (ii) sentence generation module creates a new sentence; (iii) sentence selection module evaluated the generated sentences generated with appropriate score; (iv) summary generation module combined highly scored generated sentences with information about dates and location to construct the whole summary.
Although the summary is short, coherent, information rich and less redundant, there are some limitations in this method: some information items which are difficult for creating meaningful and grammatical sentences can be eliminated; in information item retrieval module, if the parser could not parse correctly the syntactic tree, then the linguistic quality of summaries is low.

2.2.3 Semantic graph-based method

Moawad and Aref [22] constructed a semantic graph called rich semantic graph to represent the semantic of source document. This graph was then reduced using some heuristic rules and transformed to the abstractive summary. The output summary of this method could be concise, coherent and less redundant. However, this method lacked of knowledge about linguistic theories, then the summary may be not grammatically and naturally correct in applied languages.

3 Overview of paragraph summarization by generating reduced paragraph

Follow the idea of “abstraction” but with the approach which is to combine the knowledge and techniques in text understanding and representing, text generation (Reiter and Dale [23, 24]) as well as functional grammar linguistic theory (Cao [4], Halliday and Matthiessen [11]), we proposed in [30] a specification model called Verbal Relationship-based Computational Model (VRBCM) to formalize the main idea of our summarization solution. This model consists of four main components: The first three sets help for specifying understanding the meaning of the original paragraph—set of lexical information representations, set of inner relationships of each sentence, set of inter-sentential relationships between each pair of consecutive sentences; the last set helps for specifying generating the new paragraph—this set contains syntactic structures of sentences of the summary. The foundation of this model is the hypotheses about four types of inter-sentential relationships between each pair of consecutive sentences in the original paragraph: objective, cause, consequence, concurrence.
Implementing and applying model VRBCM, focusing on the phase of transforming the source representation form to summary, we based on considering objective and consequence inter-relationships between two sentences to propose in [2729, 33] methods and techniques to summarize some pair types of Vietnamese sentences having suitable characteristics.
At the phase of understanding the meaning of the source pair of Vietnamese sentences, we proposed in [31, 32] strategies for resolving the ambiguity when considering inter-anaphoric pronouns appearing in some pair types of Vietnamese sentences having special characteristics.

4 Generation of summarizing paragraphs

In this section, we present the heart of our solution which is the algorithm of computing verbal relationships for generating the new reduced Vietnamese paragraph. The input of the algorithm is predicates representing actions or states in the logical expression. The main idea of the algorithm is to consider, in turn, three consecutive predicates, determine the pair of predicates having the higher relationship priority and generate the syntactic structure of the new Vietnamese sentence based on the relationship of this pair. Thus, at a high level, the algorithm will involve the following three sub-problems:
  • Determine predicates representing actions or states.
  • Generate the syntactic structure of the new Vietnamese sentence based on the relationship of one pair of predicates.
  • Determine the relationship priority in comparison between two pairs of predicates.
In the remainder of this section, we describe an overall strategy for these three problems. Section 4.1 presents the characteristic structure of one predicate which is defined for this research and the algorithm for selecting predicates representing actions or states. In Sect. 4.2, we synthesize relationship types between two predicates representing actions or states based on considering the characteristic structure. Also in this section, corresponding to each relationship type, we present constructing the syntactic structure of the new Vietnamese sentence. Finally, in Sect. 4.3, we present handling the third problem and describe in general the algorithm for generating the new Vietnamese paragraph.

4.1 Predicate characteristic structure

In this research, we limit the consideration of action or state sentences. The verbs indicating actions or states belong to one of the four categories with meanings (based on the categorization in theory functional grammar [4, 11]):
  • The first category is called action “intransitive”. The verbs belonging to this category indicate an action which associates to only one actor.
  • The second category is called action “transitive”. The verbs belonging to this category indicate an action which associates to one actor and one goal.
  • The third category is called state “status”. The verbs belonging to this category indicate existing temporary status of a subject.
  • The forth category is called state “property”. The verbs belonging to this category indicate a property inside a subject.
Based on the above categorization, we define the characteristic structure of a predicate in the logical expression composing components in Fig. 1:
In this structure, each component takes value as follows:
  • Component S_Index taking the value as an index (represented by one bound variable) indicates the instance taking the subject role.
  • Component O_Index taking the value as an index (represented by one bound variable) indicates the instance taking the object role.
  • Component \(\mathtt{{1{st}}\_Cat}\) taking the value as an index (represented by one bound variable) indicates the category at the first level: object/action/state.
  • Component \(\mathtt{{2{nd}}\_Cat}\) taking the value as an index (represented by one bound variable) indicates the category at the second level: proper/common/intransitive/transitive/status/property.
As an example, consider the logical expression in Sect. 1. The predicates in this expression have the characteristic structure with components taking values as follows:
lan
:={S_Index \(\rightarrow \) x; O_Index; \(\mathtt{1}{} \mathtt{st}\_\mathtt{Cat}\rightarrow \) object; \(\mathtt{2}{} \mathtt{nd}\)_Cat \(\rightarrow \) proper}
vui_vẻ
:={S_Index \(\rightarrow \) x; O_Index; \(\mathtt{1}{} \mathtt{st}\)_Cat \(\rightarrow \) state; \(\mathtt{2}{} \mathtt{nd}\)_Cat \(\rightarrow \) status}
con_trai
:={S_Index \(\rightarrow \) y; O_Index; \(\mathtt{1}{} \mathtt{st}\)_Cat \(\rightarrow \) object; \(\mathtt{2}{} \mathtt{nd}\)_Cat \(\rightarrow \) common}
học_cùng
:={S_Index \(\rightarrow \) x; O_Index \(\rightarrow \) y; \(\mathtt{1}{} \mathtt{st}\)_Cat \(\rightarrow \) action; \(\mathtt{2}{} \mathtt{nd}\)_Cat \(\rightarrow \) transitive}
khoái_chí
:={S_Index \(\rightarrow \) y; O_Index; \(\mathtt{1}^{\mathtt{st}}\)_Cat \(\rightarrow \) state; \(\mathtt{2}{} \mathtt{nd}\)_Cat \(\rightarrow \) status}
điểm_cao
:={S_Index \(\rightarrow \) z; O_Index; \(\mathtt{1}{} \mathtt{st}\)_Cat \(\rightarrow \) object; \(\mathtt{2}{} \mathtt{nd}\)_Cat \(\rightarrow \) common}
:={S_Index \(\rightarrow \) y; O_Index \(\rightarrow \) z; \(\mathtt{1}{} \mathtt{st}\)_Cat \(\rightarrow \) action; \(\mathtt{2}\mathtt{nd}\)_Cat \(\rightarrow \) transitive}
We classify into two lists: O_List consists of predicates representing instances, AS_List consists of predicates representing actions or states. The main idea of this classification is based on the value of component \(\mathtt{1}{} \mathtt{st}\)_Cat in each predicate. The classification algorithm:
Apply Algorithm 1 for predicates in the logical expression in Fig. 1, we obtain the result with two lists O_List and AS_List:
  • O_List: lan, con_trai, điểm_cao.
  • AS_List: vui_vẻ, học_cùng,khoái_chí, .

4.2 Predicate relationships and sentence structure generation

The main content of this section is to present establishing the assumption about relationship types between two predicates representing actions or states. Therefrom, we present generated syntactic structures of new Vietnamese sentences suitable for each relationship type. The main idea for implementing is based on the verbal categorization in Sect. 4.1.
An important requirement in this study is that the generated paragraph has to satisfy the universality in common Vietnamese communication. We accept that in order to meet this requirement, each generated Vietnamese sentence has to satisfy the universality. Generating the new sentence having this characteristic needs to be based on considering relationships in a certain context between two original sentences. In this research, our solution is to establish an order priority for considering predicates representing actions or states. Therefrom, we propose relationship types between pairs of predicates which represent relationships between original pairs of sentences.
According to categorizing verbs indicating actions or states in Sect. 4.1, we assume a considering order priority. The basis for establishing the assumption is based on the sustainable level in the context: if the sustainable level is longer, then the considering priority is lower. Concretely, the order priority of each verbal category is as follows:
  • Verbs indicating state status take the highest considering priority is (1).
  • Next, verbs indicating action intransitive and action transitive in turn take the considering priority are (2) and (3).
  • Lastly, verbs indicating state property take the lowest considering priority is (4).
Consider each pair of predicates representing actions or states \((\hbox {Pas}_{i}\)\(\hbox {Pas}_{j})\), there are four relationship types when comparing the priority of \(\hbox {Pas}_{i}\) and \(\hbox {Pas}_{j}\):
(i)
\(\hbox {Pas}_{i}\) having priority (2) is performed so that can perform \(\hbox {Pas}_{j}\) having priority (2) or (3);
 
(ii)
\(\hbox {Pas}_{j}\) having the lower priority takes the role as a cause of \(\hbox {Pas}_{i}\);
 
(iii)
\(\hbox {Pas}_{j}\) having the higher priority takes the role as consequence of \(\hbox {Pas}_{i}\);
 
(iv)
\(\hbox {Pas}_{i}\) and \(\hbox {Pas}_{j}\) occur simultaneously if have the equal priority.
 
In Table 1, we synthesize all cases of these four relationship types:
Table 1
Classify relationship types for each pair of predicates
Type
Meaning
Priority of \(\hbox {Pas}_{i}\)
Priority of \(\hbox {Pas}_{j}\)
i
\(\hbox {Pas}_{i}\) is performed so that can perform \(\hbox {Pas}_{j}\)
(2)
(2)
(2)
(3)
ii
\(\hbox {Pas}_{j}\) is the cause of \(\hbox {Pas}_{i}\)
(1)
(4)
(1)
(2)
(1)
(3)
(2)
(4)
(3)
(4)
iii
\(\hbox {Pas}_{j}\) is the consequence of \(\hbox {Pas}_{i}\)
(4)
(1)
(4)
(2)
(4)
(3)
(2)
(1)
(3)
(1)
(3)
(2)
iv
\(\hbox {Pas}_{i}\) and \(\hbox {Pas}_{j}\) occur simultaneously
(4)
(4)
(1)
(1)
(3)
(3)
We generate the syntactic structure of the new reduced Vietnamese sentence for each pair of predicates representing actions or states \((\hbox {Pas}_{i}\)\(\hbox {Pas}_{j})\) based on each relationship type in Table 1. The main idea for implementing consists of the following main steps:
  • Step 1 In turn determine predicates representing instances which have the relationship with each predicate \(\hbox {Pas}_{i}\) and \(\hbox {Pas}_{j}\). The relationship here is understood that component S_Index in the predicate indicating instance takes the value which is identical with the value of component S_Index or O_Index of \(\hbox {Pas}_{i}\) or \(\hbox {Pas}_{j}\). Therefrom, construct two syntactic structures according to \(\hbox {Pas}_{i}\) and \(\hbox {Pas}_{j}\). Each this syntactic structure is the structure of one sentence in the source paragraph and belongs to one of two form:
    • Case 1 Component \(\mathtt{{2{nd}}\_Cat}\) of predicate representing action or state Pas takes value “transitive”. There are two predicates representing instance which are Po1(x) and Po2(y) which have the relationship with Pas. The structure form is:
      $$\begin{aligned} \mathtt{Form}{\_}{} \mathtt{1} := \mathtt{{Po1 (x)}} + \mathtt{{Pas (x,y)}} + \mathtt{{Po2 (y)}} \end{aligned}$$
    • Case 2 Component \(\mathtt{2}\mathtt{nd}\)_Cat of predicate representing action or state Pas takes other values. There is one predicate representing instance which is Po1(x) which have the relationship with Pas. The structure form is:
      $$\begin{aligned} \mathtt{Form}{\_}{} \mathtt{2} := \mathtt{{Po1 (x)}} + \mathtt{{Pas (x,y)}}. \end{aligned}$$
  • Step 2 Merge two syntactic structures according to \(\hbox {Pas}_{i}\) and \(\hbox {Pas}_{j}\) to construct the syntactic structure of the new reduced Vietnamese sentence. The merging rule consists of the following steps:
    • Step 2.1 Add elements in the syntactic structure according to \(\hbox {Pas}_{i}\) into the new structure.
    • Step 2.2 Add the relationship factor belonging to one of relationship types in Table 1 into the new structure.
    • Step 2.3 Determine the context is active or passive voice for the syntactic structure according to \(\hbox {Pas}_{j}\).
    • Step 2.4 Add elements in the syntactic structure according to \(\hbox {Pas}_{j}\) into the new structure.
Perform step 1 and step 2, we synthesize syntactic structure forms of new Vietnamese sentences according to each relationship type in Table 1:
  • Relationship type \(\langle \hbox {i}\rangle \) (Table 2)
Table 2
The syntactic structure of the new reduced Vietnamese sentence according to relationship type \(\langle \hbox {i}\rangle \)
Priority of \(\hbox {Pas}_{i}\)
Priority of \(\hbox {Pas}_{j}\)
Syntactic structure
(2)
(2)
\(\mathtt{{[Po1]}} + [\mathtt{Pas}_\mathtt{i}] + \langle \mathtt{i}\rangle + [\mathtt{Pas}_\mathtt{j}]\)
(2)
(3)
\([\mathtt{{Po1}}] + [\mathtt{Pas}_\mathtt{i}]+ \langle \mathtt{i}\rangle + [\mathtt{{Pas}_ j}] + [\mathtt{{Po2}}]\)
\([\mathtt{{Po1}}] + [\mathtt{Pas}_\mathtt{i}] + \langle \mathtt{i}\rangle + ``{} \mathtt{is}\hbox {''} [\mathtt{Pas}_\mathtt{j}] +``{} \mathtt{by}\hbox {''} + [\mathtt{{Po2}}]\)
  • Relationship type \(\langle \hbox {ii}\rangle \) (Table 8)
Table 3
The syntactic structure of the new reduced Vietnamese sentence according to relationship type \(\langle \hbox {iii}\rangle \)
Priority of \(\hbox {Pas}_{i}\)
Priority of \(\hbox {Pas}_{j}\)
Syntactic structure
(4)
(1)
\([\mathtt{{Po1}}] + [\mathtt{Pas}_\mathtt{i}] +\langle \mathtt{iii}\rangle + [\mathtt{Pas}_\mathtt{j}]\)
(4)
(2)
\([\mathtt{{Po1}}] + [\mathtt{Pas}_\mathtt{i}] + \langle \mathtt{iii}\rangle + [\mathtt{Pas}_\mathtt{j}]\)
(4)
(3)
\([\mathtt{{Po1}}] + [\mathtt{Pas}_\mathtt{i}] + \langle \mathtt{iii}\rangle + [\mathtt{Pas}_\mathtt{j}] + [\mathtt{{Po2}}]\)
\([\mathtt{{Po1}}] + [\mathtt{Pas}_\mathtt{i}] +\langle \mathtt{iii}\rangle + ``{} \mathtt{is}\hbox {''} + [\mathtt{Pas}_\mathtt{j}]+ ``{} \mathtt{by}\hbox {''} + [\mathtt{{Po2}}]\)
(2)
(1)
\([\mathtt{{Po1}}] + [\mathtt{Pas}_\mathtt{i}] + \langle \mathtt{iii}\rangle + [\mathtt{Pas}_\mathtt{j}]\)
(3)
(1)
\([\mathtt{{Po1}}] + [\mathtt{Pas}_\mathtt{i}] + [\mathtt{{Po2}}] + \langle \mathtt{iii}\rangle + [\mathtt{Pas}_\mathtt{j}]\)
\([\mathtt{{Po1}}] + [\mathtt{Pas}_\mathtt{i}] + [\mathtt{{Po2}}] + \langle \mathtt{iii}\rangle + [\mathtt{{Po2}}]+[\mathtt{Pas}_\mathtt{j}]\)
(3)
(2)
\([\mathtt{{Po1}}] + [\mathtt{Pas}_\mathtt{i}] + [\mathtt{{Po2}}]+ \langle \mathtt{iii}\rangle + [\mathtt{Pas}_\mathtt{j}]\)
\([\mathtt{{Po1}}] + [\mathtt{Pas}_\mathtt{i}] + [\mathtt{{Po2}}] + \langle \mathtt{iii}\rangle + [\mathtt{{Po2}}] + [\mathtt{Pas}_\mathtt{j}]\)
  • Relationship type \(\langle \hbox {iii}\rangle \) (Table 3)
Table 4
The syntactic structure of the new reduced Vietnamese sentence according to relationship type \(\langle \hbox {iv}\rangle \)
Priority of \(\hbox {Pas}_{i}\)
Priority of \(\hbox {Pas}_{j}\)
Syntactic structure
(4)
(4)
\([\mathtt{{Po1}}] + [\mathtt{Pas}_\mathtt{i}] + \langle \mathtt{iv}\rangle + [\mathtt{Pas}_\mathtt{j}]\)
(1)
(1)
\([\mathtt{{Po1}}] + [\mathtt{Pas}_\mathtt{i}] + \langle \mathtt{iv}\rangle + [\mathtt{Pas}_\mathtt{j}]\)
(3)
(3)
\([\mathtt{{Po1}}] + [\mathtt{Pas}_\mathtt{i}] + [\mathtt{{Po2}}] + \langle \mathtt{iv}\rangle + [\mathtt{Pas}_\mathtt{j}]+ [\mathtt{{Po3}}]\)
\([\mathtt{{Po1}}] + [\mathtt{Pas}_\mathtt{i}] + [\mathtt{{Po2}}]+ \langle \mathtt{iv}\rangle + ``{} \mathtt{is}\hbox {''} +[\mathtt{Pas}_\mathtt{j}] + ``{} \mathtt{by}\hbox {''} + [\mathtt{{Po3}}]\)
\([\mathtt{{Po1}}] + [\mathtt{Pas}_\mathtt{i}] + [\mathtt{{Po2}}] + \langle \mathtt{iv}\rangle + [\mathtt{{Po2}}] + [\mathtt{Pas}_\mathtt{j}] + [\mathtt{{Po3}}]\)
\([\mathtt{{Po1}}] + [\mathtt{Pas}_\mathtt{i}] + [\mathtt{{Po2}}] + \langle \mathtt{iv}\rangle + [\mathtt{{Po2}}] + ``{} \mathtt{is}\hbox {''} + [\mathtt{Pas}_\mathtt{j}] + ``{} \mathtt{by}\hbox {''} + [\mathtt{{Po3}}]\)
\([\mathtt{{Po1}}] + [\mathtt{Pas}_\mathtt{i}] + \langle \mathtt{iv}\rangle + [\mathtt{Pas}_\mathtt{j}] + [\mathtt{{Po2}}]\)
\([\mathtt{{Po1}}] + [\mathtt{Pas}_\mathtt{i}] + \langle \mathtt{iv}\rangle + ``{} \mathtt{is}\hbox {''} + [\mathtt{Pas}_\mathtt{j}] + ``{} \mathtt{by}\hbox {''} + [\mathtt{{Po2}}]\)
  • Relationship type \(\langle \hbox {iv}\rangle \) (Table 4).
Table 5
The priority of \((\hbox {Pas}_{{i-1}}\)\(\hbox {Pas}_{i})\) is higher than the priority of \((\hbox {Pas}_{i}\)\(\hbox {Pas}_{{i+1}}\))
Case
Priority of \(\hbox {Pas}_{{i-1}}\)
Priority of \(\hbox {Pas}_{i}\)
Priority of \(\hbox {Pas}_{{i+1}}\)
1
\((X) = (1)\)
(Y)
\((Z) > (X)\)
2
\((X) = (2)\)
(Y)
\((Z) > (X)\)
3
\((X) = (3)\)
(Y)
\((Z) > (X)\)
Table 6
The priority of \((\hbox {Pas}_{{i-1}}\)\(\hbox {Pas}_{i})\) is lower than the priority of \((\hbox {Pas}_{i}\)\(\hbox {Pas}_{{i+1}}\))
Case
Priority of \(\hbox {Pas}_{{i-1}}\)
Priority of \(\hbox {Pas}_{i}\)
Priority of \(\hbox {Pas}_{{i+1}}\)
1
\((X) = (4)\)
(Y)
\((Z) < (X)\)
2
\((X) = (3)\)
(Y)
\((Z) < (X)\)
3
\((X) = (2)\)
(Y)
\((Z) < (X)\)

4.3 The Vietnamese paragraph generation algorithm

The algorithm for generating the new reduced Vietnamese paragraph takes the input as two lists: AS_List contains predicates representing actions or states and O_List contains predicates representing instances (described in Sect. 4.1). The output of the algorithm is an ordered list S_StructureList containing syntactic structures of sentences in the new paragraph.
At all stages, the algorithm considers three consecutive predicates \((\hbox {Pas}_{{i-1}}, \hbox {Pas}_{i}, \hbox {Pas}_{{i+1}})\) in AS_List. The algorithm compares the priority between two pairs \((\hbox {Pas}_{{i-1}}\)\(\hbox {Pas}_{i})\) and \((\hbox {Pas}_{i}\)\(\hbox {Pas}_{{i+1}})\) and generates the syntactic structure of the new Vietnamese sentence for the pair having higher priority. With the remaining predicate, the algorithm performs one of two ways: (i) construct the syntactic structure according to this predicate—is the structure of one sentence in the original paragraph; or (ii) consider this predicate with two next predicates in AS_List.
Based on classifying relationship types in Table 1, we determine priority cases between two pairs \((\hbox {Pas}_{{i-1}}\)\(\hbox {Pas}_{{i}})\) and \((\hbox {Pas}_{i}\)\(\hbox {Pas}_{{i+1}})\) as follows [in which (X), (Y), (Z), respectively, indicate the priority of \(\hbox {Pas}_{{i-1}}, \hbox {Pas}_{i}, \hbox {Pas}_{{i+1}}\)]:
  • The priority of \((\hbox {Pas}_{{i-1}}\)\(\hbox {Pas}_{i})\) is higher than the priority of \((\hbox {Pas}_{i}\)\(\hbox {Pas}_{i+1})\) (Table 5)
  • Two priorities are equal (Table 7)
  • The priority of \((\hbox {Pas}_{{i-1}}\)\(\hbox {Pas}_{i})\) is lower than the priority of \((\hbox {Pas}_{i}\)\(\hbox {Pas}_{{i+1}})\) (Table 6).
The algorithm for generating S_StructureList concretely as follows:
In Algorithm 2, there are three important functions:
  • Function \(\mathtt {check\_inter-sentential\_anapho}{} \mathtt{ric\_pronoun}(\mathtt{P}_{\mathtt{x}}, \mathtt{P}_\mathtt{y})\) is performed to examine the inter-sentential anaphoric pronoun relationship between two sentences. This function returns TRUE if there is one in four cases:
    • Component S_Index in \(\mathtt{P}_\mathtt{x}\) takes the value which is identical with the value of component S_Index in \(\mathtt{P}_{\mathtt{y}}\).
    • Component S_Index in \(\mathtt{P}_\mathtt{x}\) takes the value which is identical with the value of component O_Index in \(\mathtt{P}_\mathtt{y}\).
    • Component O_Index in \(\mathtt{P}_\mathtt{x}\) takes the value which is identical with the value of component S_Index in \(\mathtt{P}_\mathtt{y}\).
    • Component O_Index in \(\mathtt{P}_\mathtt{x}\) takes the value which is identical with the value of component O_Index in \(\mathtt{P}_\mathtt{y}\).
  • Function \(\mathtt{summarize}(\mathtt{P}_\mathtt{x}, \mathtt{P_y})\) generates the syntactic structure of the new Vietnamese sentence for pair of predicates \({P}_{x}\), \({P}_{y}\).
  • Function re_create(\(\mathtt{P}_\mathtt{x})\) constructs the syntactic structure according to predicate \({P}_{x}\).
To complete the new reduced Vietnamese paragraph, we replace syntactic structures by appropriate lexicon set with the following general algorithm:
In this research, we use the Vietnamese lexicon set suitable for each relationship type in Table 1 as follows:
  • Relationship type \(\langle \hbox {i}\rangle \): “để” (English: for).
  • Relationship type \(\langle \hbox {ii}\rangle \): “vì” (English: because/because of).
  • Relationship type \(\langle \hbox {iii}\rangle \): “nên” (English: so).
  • Relationship type \(\langle \hbox {iv}\rangle \): “và” (English: and).
Apply Algorithm 2 for O_List and AS_List containing predicates of the logical expression in Sect. 1 (described in Sect. 4.1) as follows:
  • \(n = \vert \) AS_List \(\vert \rightarrow \) 4;
  • \(i = 2 < n\);
    • Consider three predicates:
      • \({P}_{1} =\) vui_vẻ (x, state, status)
      • \({P}_{2} =\) học_cúng (x, y, action, transitive)
      • \({P}_{3} =\) khoái_chí (y, state, status).
    • Check inter-sentential anaphoric pronoun:
      • C_IAP_1 \(=\) TRUE because component S_Index in \({P}_{1}\) takes the value which is identical with the value of component S_Index in \({P}_{2}\).
      • C_IAP_2 \(=\) TRUE because component O_Index in \({P}_{2}\) takes the value which is identical with the value of component S_Index in \({P}_{3}\).
    Table 7
    Two priorities are equal
    Case
    Priority of \(\hbox {Pas}_{{i-1}}\)
    Priority of \(\hbox {Pas}_{i}\)
    Priority of \(\hbox {Pas}_{{i+1}}\)
    1
    (X)
    (Y)
    \((Z) = (X)\)
    Table 8
    The syntactic structure of the new reduced Vietnamese sentence according to relationship type \(\langle \hbox {ii}\rangle \)
    Priority of \(\hbox {Pas}_{i}\)
    Priority of \(\hbox {Pas}_{j}\)
    Syntactic structure
    (1)
    (4)
    \(\mathtt{{[Po1]}} + [\mathtt{Pas}_\mathtt{i}] + \langle \mathtt{ii}\rangle +[\mathtt{Pas}_\mathtt{j}]\)
    (1)
    (2)
    \([\mathtt{{Po1}}] + [\mathtt{Pas}_\mathtt{i}]+\langle \mathtt{ii}\rangle + [\mathtt{Pas}_\mathtt{j}]\)
    (1)
    (3)
    \([\mathtt{{Po1}}] + [\mathtt{Pas}_\mathtt{i}] + \langle \mathtt{ii}\rangle + [\mathtt{Pas}_\mathtt{j}]+[\mathtt{{Po2}}]\)
    \([\mathtt{{Po1}}] +[\mathtt{Pas}_\mathtt{i}] +\langle \mathtt{ii}\rangle + ``{} \mathtt{is}\hbox {''} [\mathtt{Pas}_\mathtt{j}] + ``{} \mathtt{by}\hbox {''} + [\mathtt{{Po2}}]\)
    (2)
    (4)
    \([\mathtt{{Po1}}] + [\mathtt{Pas}_\mathtt{i}] + \langle \mathtt{ii}\rangle + [\mathtt{Pas}_\mathtt{j}]\)
    (3)
    (4)
    \([\mathtt{{Po1}}] + [\mathtt{Pas}_\mathtt{i}] + [\mathtt{{Po2}}]+ \langle \mathtt{ii}\rangle + [\mathtt{Pas}_\mathtt{j}]\)
    \([\mathtt{{Po1}}] + [\mathtt{Pas}_\mathtt{i}] + [\mathtt{{Po2}}] + \langle \mathtt{ii}\rangle + [\mathtt{{Po2}}]+[\mathtt{Pas}_\mathtt{j}]\)
    Table 9
    The testing results
    Case
    Number
    /No1
    /No2
    /No3
    The number (No1) of logical expressions
    500
       
    The number (No2) of new reduced paragraphs
    428
    0.856
      
    The number (No3) of new reduced paragraphs satisfying mark 1 of the first criteria
    397
    0.794
    0.928
     
    The number (No4) of new reduced paragraphs satisfying mark 1 of the second criteria
    136
     
    0.318
    0.343
    The number (No5) of new reduced paragraphs satisfying mark 2 of the second criteria
    234
     
    0.547
    0.589
    • According to Table 7: level_priority(\({P}_{1}\), \({P}_{2}) =\) level_priority(\({P}_{2}\), \({P}_{3})\).
    • new_structure \(=\) summarize(\({P}_{1}\), \({P}_{2})\).
      • According to Table 8: new_structure \(=\) [lan (x)]+[vui_vẻ(v)] + \(\mathtt{<}\) ii \(\mathtt{>}\) + [học_ cùng (x, y)] + [con_trai (y)].
    • Put new_structure into S_StructureList;
    • \(i = i + 2 \rightarrow 4\);
  • \(i = 4 = n\);
    • Consider two predicates:
      • \({P}_{3} =\) khoái_chí (y, state, status)
      • \({P}_{4} =\) (y, z, action, transitive).
    • Check inter-sentential anaphoric pronoun:
      • C_IAP \(=\) TRUE because component S_Index in \({P}_{3}\) takes the value which is identical with the value of component S_Index in \({P}_{4}\).
    • new_structure \(=\) summarize(\({P}_{3}\), \({P}_{4})\).
      • According to Table 8: structure \(=\) [con_trai (y)] + [khoái_chí (y)] + \( \mathtt{<}\) ii \(\mathtt{>}\) + [đu’ọ’c (y, z)] + [điểm_cao(z)].
    • Put new_structure into S_StructureList;
  • Apply Algorithm 3, we obtain the result is the new reduced Vietnamese paragraph:
“Lan vui vẻ vì học cùng con trai. Con trai khoái chí vì cao.
(English: “Lan is happy because of studying with the son. The son is overjoyed because of taking high mark.”).

5 Experiment and analysis

To perform the experiment and evaluate the success rate, we establish two criteria with concrete marks:
  • The first criterion is the semantic correctness with two marks: 1—correctness; 0—not correctness. This criterion is evaluated based on manually considering that the new reduced paragraph correctly summarizes the meaning of the original paragraph or not.
  • The second criteria are the universality in Vietnamese with three marks: 2—universality if every sentences in the new reduced paragraph have the universality; 1—acceptable if there is one sentence in the new reduced paragraph which does not totally have the universality; 0—do not have the universality when there are two or more sentences which do not have the universality.
Based on these two criteria, we built the testing data set consisting of Vietnamese paragraphs according to the rule with the following points:
  • Each paragraph is composed of 3–5 Vietnamese sentences having simple structure.
  • If there are three or more consecutive sentences in which each pair of sentences does not have the inter-sentential anaphoric pronoun relationship, then the paragraph is fairly trivial to summary. Therefore, we require at least at the second and the forth sentence there are the occurrences of the anaphoric pronouns.
With the above rule, we collected 500 Vietnamese paragraphs and constructed 500 logical expressions for testing. The results are presented in Table 9 as follows:
Analyzing the results in Table 9, we see that
  • With the central is Algorithm 2, the solution showed the effectiveness in generating new reduced paragraphs which satisfy the above criteria.
  • There are some limitations with causes:
    • Because there is no additional factor showing the context about space and time in which the fact happened, therefore, we determined the inter-sentential relationships based on the assumption in Sect. 2.2. This leads to the generated paragraph may not have totally semantic correctness or universality in a reality context.
    • In some logical expressions, there are predicates representing actions or states which have component S_Index or O_Index taking the value which does not indicate the correct object. This leads to cannot generate or the new generated paragraph does not have the semantic correctness.
These limitations will become our main objectives in the next researches.

6 Discussion and conclusion

In this paper, we presented the algorithm of generating the new reduced Vietnamese paragraph from the logical expression of DRS encoding the semantics of the source paragraph. This algorithm computes the verbal relationships between related sentences, based on the proposed assumptions. The experiment shows that the quality of new summarization paragraphs is enhanced and considerably conformable to Vietnamese native speakers.
We also pointed out some limitations of this solution. These limitations will be studied and overcome in future researches, focused on following main points: consider paragraphs having more complex structure, and try to find other assumptions which are more universal in Vietnamese.
Open AccessThis article is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://​creativecommons.​org/​licenses/​by/​4.​0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made.
Literatur
1.
Zurück zum Zitat Blackburn, P., Bos, J.: Representation and Inference for Natural Language—Volume II: Working with Discourse Representation Structures. Department of Computational Linguistics, University of Saarland, Saarbrücken (1999) Blackburn, P., Bos, J.: Representation and Inference for Natural Language—Volume II: Working with Discourse Representation Structures. Department of Computational Linguistics, University of Saarland, Saarbrücken (1999)
2.
Zurück zum Zitat Barzilay, R., et al.: Information fusion in the context of multi-document summarization. In: Proceedings of the 37th Annual Meeting of the Association for Computational Linguistics on Computational Linguistics, pp. 550–557 (1999) Barzilay, R., et al.: Information fusion in the context of multi-document summarization. In: Proceedings of the 37th Annual Meeting of the Association for Computational Linguistics on Computational Linguistics, pp. 550–557 (1999)
3.
Zurück zum Zitat Barzilay, R., McKeown, K.R.: Sentence fusion for multidocument news summarization. Comput. Linguist. 31, 297–328 (2005)CrossRef Barzilay, R., McKeown, K.R.: Sentence fusion for multidocument news summarization. Comput. Linguist. 31, 297–328 (2005)CrossRef
5.
Zurück zum Zitat Covington M.A., Schmitz, N.: An Implementation of Discourse Representation Theory. ACMC Research Report Number: 01-0023. Advanced Computational Methods Center, The University of Georgia, Athens (1989) Covington M.A., Schmitz, N.: An Implementation of Discourse Representation Theory. ACMC Research Report Number: 01-0023. Advanced Computational Methods Center, The University of Georgia, Athens (1989)
6.
Zurück zum Zitat Covington, M.A., Nute, D., Schmitz, N., Goodman, D.: From English to Prolog Via Discourse Representation Theory. ACMC Research Report Number: 01-0024. Advanced Computational Methods Center, University of Georgia, Athens (1988) Covington, M.A., Nute, D., Schmitz, N., Goodman, D.: From English to Prolog Via Discourse Representation Theory. ACMC Research Report Number: 01-0024. Advanced Computational Methods Center, University of Georgia, Athens (1988)
7.
Zurück zum Zitat Das, D., Martins, A.F.T.: A Survey on Automatic Text Summarization. Language Technologies Institute, Carnegie Mellon University, Pittsburgh (2007) Das, D., Martins, A.F.T.: A Survey on Automatic Text Summarization. Language Technologies Institute, Carnegie Mellon University, Pittsburgh (2007)
8.
Zurück zum Zitat Genest, P.E., Lapalme, G.: Fully abstractive approach to guided summarization. In: Proceedings of the 50th Annual Meeting of the Association for Computational Linguistics: Short Papers, vol. 2, pp. 354–358 (2012) Genest, P.E., Lapalme, G.: Fully abstractive approach to guided summarization. In: Proceedings of the 50th Annual Meeting of the Association for Computational Linguistics: Short Papers, vol. 2, pp. 354–358 (2012)
9.
Zurück zum Zitat Genest, P.E., Lapalme, G.: Framework for abstractive summarization using text-to-text generation. In: Proceedings of the Workshop on Monolingual Text-To-Text Generation, pp. 64–73 (2011) Genest, P.E., Lapalme, G.: Framework for abstractive summarization using text-to-text generation. In: Proceedings of the Workshop on Monolingual Text-To-Text Generation, pp. 64–73 (2011)
10.
Zurück zum Zitat Greenbacker, C.F.: Towards a framework for abstractive summarization of multimodal documents. ACL HLT 2011, 75 (2011) Greenbacker, C.F.: Towards a framework for abstractive summarization of multimodal documents. ACL HLT 2011, 75 (2011)
11.
Zurück zum Zitat Halliday, M.A.K., Matthiessen, C.M.I.M.: An Introduction to Functional Grammar, 3rd edn. Hodder Arnold, London (2004) Halliday, M.A.K., Matthiessen, C.M.I.M.: An Introduction to Functional Grammar, 3rd edn. Hodder Arnold, London (2004)
12.
Zurück zum Zitat Harabagiu, S.M., Lacatusu, F.: Generating single and multi-document summaries with gistexter. In: Document Understanding Conferences (2002) Harabagiu, S.M., Lacatusu, F.: Generating single and multi-document summaries with gistexter. In: Document Understanding Conferences (2002)
13.
Zurück zum Zitat Jezek, K., Steinberger, J.: Automatic text summarization. In: Snasel, V. (ed.): Znalosti 2008, ISBN 978-80-227-2827-0, FIIT STU Brarislava, Ustav Informatiky a softveroveho inzinierstva, pp. 1–12 (2008) Jezek, K., Steinberger, J.: Automatic text summarization. In: Snasel, V. (ed.): Znalosti 2008, ISBN 978-80-227-2827-0, FIIT STU Brarislava, Ustav Informatiky a softveroveho inzinierstva, pp. 1–12 (2008)
14.
Zurück zum Zitat Jones, K.S.: Automatic summarizing: factors and directions. In: Mani, I., Marbury, M. (eds.): Advances in Automatic Text Summarization. MIT Press, Cambridge (1999) Jones, K.S.: Automatic summarizing: factors and directions. In: Mani, I., Marbury, M. (eds.): Advances in Automatic Text Summarization. MIT Press, Cambridge (1999)
15.
Zurück zum Zitat Jones, K.S.: Automatic Summarising: A Review and Discussion of the State of the Art. Technical Report 679. Computer Laboratory, University of Cambridge, Cambridge (2007) Jones, K.S.: Automatic Summarising: A Review and Discussion of the State of the Art. Technical Report 679. Computer Laboratory, University of Cambridge, Cambridge (2007)
16.
Zurück zum Zitat Kamp, H.: A theory of truth and semantic representation. In: Groenendijk, J., Janssen, T.M.V., Stokhof, M. (eds.): Formal Methods in the Study of Language, Part 1. Mathematical Centre Tracts. Mathematical Centre Tracts, pp. 277–322 (1981) Kamp, H.: A theory of truth and semantic representation. In: Groenendijk, J., Janssen, T.M.V., Stokhof, M. (eds.): Formal Methods in the Study of Language, Part 1. Mathematical Centre Tracts. Mathematical Centre Tracts, pp. 277–322 (1981)
17.
Zurück zum Zitat Kasture, N.R., Yargal, N., Singh, N.N., Kulkarni, N., Mathur, V.: A survey on methods of abstractive text summarization. Int. J. Res. Merg. Sci. Technol. 1(6), 53–57 (2014) Kasture, N.R., Yargal, N., Singh, N.N., Kulkarni, N., Mathur, V.: A survey on methods of abstractive text summarization. Int. J. Res. Merg. Sci. Technol. 1(6), 53–57 (2014)
18.
Zurück zum Zitat Khan, A., Salim, N.: A review on abstractive summarization methods. J. Theor. Appl. Inf. Technol. 59(1), 64–72 (2014) Khan, A., Salim, N.: A review on abstractive summarization methods. J. Theor. Appl. Inf. Technol. 59(1), 64–72 (2014)
19.
Zurück zum Zitat Lee, C.S., et al.: A fuzzy ontology and its application to news summarization. IEEE Trans. Syst. Man Cybern. Part B Cybern. 35, 859–880 (2005)CrossRef Lee, C.S., et al.: A fuzzy ontology and its application to news summarization. IEEE Trans. Syst. Man Cybern. Part B Cybern. 35, 859–880 (2005)CrossRef
20.
Zurück zum Zitat Lloret, E.: Text summarization: an overview. In: Paper Supported by the Spanish Government Under the Project TEXT-MESS (TIN2006-15265-C06-01) (2008) Lloret, E.: Text summarization: an overview. In: Paper Supported by the Spanish Government Under the Project TEXT-MESS (TIN2006-15265-C06-01) (2008)
21.
Zurück zum Zitat Mani, I., Maybury, M.T.: Advances in Automatic Text Summarization. MIT Press, Cambridge (1999) Mani, I., Maybury, M.T.: Advances in Automatic Text Summarization. MIT Press, Cambridge (1999)
22.
Zurück zum Zitat Moawad, I.F., Aref, M.: Semantic graph reduction approach for abstractive text summarization. In: Seventh International Conference on Computer Engineering and Systems (ICCES), pp. 132–138 (2012) Moawad, I.F., Aref, M.: Semantic graph reduction approach for abstractive text summarization. In: Seventh International Conference on Computer Engineering and Systems (ICCES), pp. 132–138 (2012)
23.
Zurück zum Zitat Reiter, E., Dale, R.: Building Natural Language Generation System. Cambridge University Press, Cambridge (1997) Reiter, E., Dale, R.: Building Natural Language Generation System. Cambridge University Press, Cambridge (1997)
24.
Zurück zum Zitat Reiter, E., Dale, R.: Building applied natural language generation systems. Nat. Lang. Eng. 3(1), 57–87 (1997)CrossRef Reiter, E., Dale, R.: Building applied natural language generation systems. Nat. Lang. Eng. 3(1), 57–87 (1997)CrossRef
25.
Zurück zum Zitat Saranyamol, C.S., Sindhu, L.: A survey on automatic text summarization. Int. J. Comput. Sci. Inf. Technol. 5(6), 7889–7893 (2014) Saranyamol, C.S., Sindhu, L.: A survey on automatic text summarization. Int. J. Comput. Sci. Inf. Technol. 5(6), 7889–7893 (2014)
26.
Zurück zum Zitat Tanaka, H., et al.: Syntax-driven sentence revision for broadcast news summarization. In: Proceedings of the 2009 Workshop on Language Generation and Summarisation, pp. 39–47 (2009) Tanaka, H., et al.: Syntax-driven sentence revision for broadcast news summarization. In: Proceedings of the 2009 Workshop on Language Generation and Summarisation, pp. 39–47 (2009)
27.
Zurück zum Zitat Tran, T., Nguyen, D.T.: Merging two Vietnamese sentences related by inter-sentential anaphoric pronouns for summarizing. In: Proceedings of the 1st NAFOSTED Conference on Information and Computer Science (NICS’14), Hanoi, pp. 371–381 (2014) Tran, T., Nguyen, D.T.: Merging two Vietnamese sentences related by inter-sentential anaphoric pronouns for summarizing. In: Proceedings of the 1st NAFOSTED Conference on Information and Computer Science (NICS’14), Hanoi, pp. 371–381 (2014)
28.
Zurück zum Zitat Tran, T., Nguyen, D.T.: Improving techniques for summarizing the meaning of two Vietnamese sentences by adding a meaningful relationship between two actions. In: Proceedings of the 16th ACM International Conference on Information Integration and Web-based Applications and Services (iiWAS’14), Hanoi, pp. 484–488 (2014) Tran, T., Nguyen, D.T.: Improving techniques for summarizing the meaning of two Vietnamese sentences by adding a meaningful relationship between two actions. In: Proceedings of the 16th ACM International Conference on Information Integration and Web-based Applications and Services (iiWAS’14), Hanoi, pp. 484–488 (2014)
29.
Zurück zum Zitat Tran, T., Nguyen, D.T.: Enhancement of sentence-generation based summarization method by modelling inter-sentential consequent-relationships. In: Proceedings of the 16th ACM International Conference on Information Integration and Web-Based Applications and Services (iiWAS’14), Hanoi, pp. 302–309 (2014) Tran, T., Nguyen, D.T.: Enhancement of sentence-generation based summarization method by modelling inter-sentential consequent-relationships. In: Proceedings of the 16th ACM International Conference on Information Integration and Web-Based Applications and Services (iiWAS’14), Hanoi, pp. 302–309 (2014)
30.
Zurück zum Zitat Tran, T., Nguyen, D.T.: Specification model of paragraph summarization by verbal relationships: objective, cause, consequence, concurrence. In: Proceedings of the 2nd IEEE International Conference on Artificial Intelligence, Modelling and Simulation (AIMS’14), Madrid, pp. 205–210 (2014) Tran, T., Nguyen, D.T.: Specification model of paragraph summarization by verbal relationships: objective, cause, consequence, concurrence. In: Proceedings of the 2nd IEEE International Conference on Artificial Intelligence, Modelling and Simulation (AIMS’14), Madrid, pp. 205–210 (2014)
31.
Zurück zum Zitat Tran, T., Nguyen, D.T.: Semantic predicative analysis for resolving some cases of ambiguous referents of pronoun “Nó” in summarizing meaning of two Vietnamese sentences. In: Proceedings of the 17th UKSIM-AMSS International Conference on Modelling and Simulation (UKSIM’15), Cambridge, pp. 340–345 (2015) Tran, T., Nguyen, D.T.: Semantic predicative analysis for resolving some cases of ambiguous referents of pronoun “Nó” in summarizing meaning of two Vietnamese sentences. In: Proceedings of the 17th UKSIM-AMSS International Conference on Modelling and Simulation (UKSIM’15), Cambridge, pp. 340–345 (2015)
32.
Zurück zum Zitat Tran, T., Nguyen, D.T.: Combined method of analyzing anaphoric pronouns and inter-sentential relationships between transitive verbs for enhancing pairs of sentences summarization. In: Silhavy, R. (eds.): Proceedings of the 4th Computer Science On-line Conference (CSOC’15)—Vol 1: Artificial Intelligence Perspectives and Applications. Advances in Intelligent Systems and Computing, vol. 347, pp. 67–77. Faculty of Applied Informatics, Tomas Bata University in Zlin, Czech Republic (2015) Tran, T., Nguyen, D.T.: Combined method of analyzing anaphoric pronouns and inter-sentential relationships between transitive verbs for enhancing pairs of sentences summarization. In: Silhavy, R. (eds.): Proceedings of the 4th Computer Science On-line Conference (CSOC’15)—Vol 1: Artificial Intelligence Perspectives and Applications. Advances in Intelligent Systems and Computing, vol. 347, pp. 67–77. Faculty of Applied Informatics, Tomas Bata University in Zlin, Czech Republic (2015)
33.
Zurück zum Zitat Tran, T., Nguyen, D.T.: Modelling consequence relationships between two action, state or process Vietnamese sentences for improving the quality of new meaning-summarizing sentence. Int. J. Pervasive Comput. Commun. 11(2), 169–190 (2015). (Emerald Group Publishing Limited. ISBN 1742-7371) Tran, T., Nguyen, D.T.: Modelling consequence relationships between two action, state or process Vietnamese sentences for improving the quality of new meaning-summarizing sentence. Int. J. Pervasive Comput. Commun. 11(2), 169–190 (2015). (Emerald Group Publishing Limited. ISBN 1742-7371)
34.
Zurück zum Zitat Zettlemoyer, L.S., Collins, M.: Learning to map sentences to logical form: structured classification with probabilistic categorial grammars. In: Proceedings of the 21st Conference on Uncertainty in Artificial Intelligence (UAI’05), pp. 658–666 (2005) Zettlemoyer, L.S., Collins, M.: Learning to map sentences to logical form: structured classification with probabilistic categorial grammars. In: Proceedings of the 21st Conference on Uncertainty in Artificial Intelligence (UAI’05), pp. 658–666 (2005)
35.
Zurück zum Zitat Zettlemoyer, L.S., Collins, M.: Online learning of relaxed CCG grammars for parsing to logical form. In: Proceedings of the 2007 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning (EMNLP-CoNLL’07), pp. 678–687 (2007) Zettlemoyer, L.S., Collins, M.: Online learning of relaxed CCG grammars for parsing to logical form. In: Proceedings of the 2007 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning (EMNLP-CoNLL’07), pp. 678–687 (2007)
36.
Zurück zum Zitat Covington, M.A.: GULP 4: An Extension of Prolog for Unification Based Grammar. Research Report Number: AI-1994-06. Artificial Intelligence Center, The University of Georgia, USA (2007) Covington, M.A.: GULP 4: An Extension of Prolog for Unification Based Grammar. Research Report Number: AI-1994-06. Artificial Intelligence Center, The University of Georgia, USA (2007)
37.
Zurück zum Zitat Gupta, V., Lehal, G.S.: A survey of text summarization extractive techniques. J. Emerg. Technol. Web Intel. 2(3), 258–268 (2010) Gupta, V., Lehal, G.S.: A survey of text summarization extractive techniques. J. Emerg. Technol. Web Intel. 2(3), 258–268 (2010)
38.
Zurück zum Zitat Le, H.T., Le, T.M.: An approach to abstractive text summarization. In: Proceedings of the 5th International Conference of Soft Computing and Pattern Recognition (SoCPaR’13), Hanoi, pp. 372–377 (2013) Le, H.T., Le, T.M.: An approach to abstractive text summarization. In: Proceedings of the 5th International Conference of Soft Computing and Pattern Recognition (SoCPaR’13), Hanoi, pp. 372–377 (2013)
39.
Zurück zum Zitat Le, H.T., Sam, R.C., Nguyen, P.T.: Extracting phrases in Vietnamese document for summary generation. In: Proceedings of International Conference on Asian Language Processing (IALP), Harbin, pp. 207–210 (2010) Le, H.T., Sam, R.C., Nguyen, P.T.: Extracting phrases in Vietnamese document for summary generation. In: Proceedings of International Conference on Asian Language Processing (IALP), Harbin, pp. 207–210 (2010)
40.
Zurück zum Zitat Tran, T., Nguyen, D.T.: Improve effectiveness resolving some inter-sentential anaphoric pronouns indicating human objects in Vietnamese paragraphs using finding heuristics with priority. In: Proceedings of the 10th IEEE RIVF International Conference on Computing and Communication Technologies–Research, Innovation, and Vision for the Future (RIVF’13), Hanoi, pp. 109–114 (2013) Tran, T., Nguyen, D.T.: Improve effectiveness resolving some inter-sentential anaphoric pronouns indicating human objects in Vietnamese paragraphs using finding heuristics with priority. In: Proceedings of the 10th IEEE RIVF International Conference on Computing and Communication Technologies–Research, Innovation, and Vision for the Future (RIVF’13), Hanoi, pp. 109–114 (2013)
41.
Zurück zum Zitat Tran, T., Nguyen, D.T.: A solution for resolving inter-sentential anaphoric pronouns forVietnamese paragraphs composing two single sentences. In: Proceedings of the 5th International Conference of Soft Computing and Pattern Recognition (SoCPaR’13), Hanoi, pp. 172–177 (2013) Tran, T., Nguyen, D.T.: A solution for resolving inter-sentential anaphoric pronouns forVietnamese paragraphs composing two single sentences. In: Proceedings of the 5th International Conference of Soft Computing and Pattern Recognition (SoCPaR’13), Hanoi, pp. 172–177 (2013)
42.
Zurück zum Zitat Tran, T., Nguyen, D.T.: Implementation of a discourse representation based approach for summarization of Vietnamese text paragraphs. In: Proceedings of the 3rd Asian Conference on Information Systems (ACIS’14), Nha Trang, pp. 275–282 (2014) Tran, T., Nguyen, D.T.: Implementation of a discourse representation based approach for summarization of Vietnamese text paragraphs. In: Proceedings of the 3rd Asian Conference on Information Systems (ACIS’14), Nha Trang, pp. 275–282 (2014)
Metadaten
Titel
Algorithm of computing verbal relationships for generating Vietnamese paragraph of summarization from the logical expression of discourse representation structure
verfasst von
Trung Tran
Dang Tuan Nguyen
Publikationsdatum
01.02.2016
Verlag
Springer Berlin Heidelberg
Erschienen in
Vietnam Journal of Computer Science / Ausgabe 1/2016
Print ISSN: 2196-8888
Elektronische ISSN: 2196-8896
DOI
https://doi.org/10.1007/s40595-015-0053-x

Weitere Artikel der Ausgabe 1/2016

Vietnam Journal of Computer Science 1/2016 Zur Ausgabe

Editorial

Editorial

Premium Partner