WO2002048951A1 - A document segmentation method - Google Patents

A document segmentation method Download PDF

Info

Publication number
WO2002048951A1
WO2002048951A1 PCT/US2001/043534 US0143534W WO0248951A1 WO 2002048951 A1 WO2002048951 A1 WO 2002048951A1 US 0143534 W US0143534 W US 0143534W WO 0248951 A1 WO0248951 A1 WO 0248951A1
Authority
WO
WIPO (PCT)
Prior art keywords
document
segment
vectors
vector
segments
Prior art date
Application number
PCT/US2001/043534
Other languages
French (fr)
Inventor
Takahiko Kawatani
Original Assignee
Hewlett-Packard Company
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Hewlett-Packard Company filed Critical Hewlett-Packard Company
Priority to US10/432,543 priority Critical patent/US7308138B2/en
Publication of WO2002048951A1 publication Critical patent/WO2002048951A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/268Morphological analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/279Recognition of textual entities
    • G06F40/284Lexical analysis, e.g. tokenisation or collocates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/279Recognition of textual entities
    • G06F40/289Phrasal analysis, e.g. finite state techniques or chunking

Definitions

  • the invention relates to a document segmentation method to divide the document into plural blocks by detecting segmentation points where topics of an input document is discontinuous.
  • the Hearst method is well known as one of document segmentation methods by detecting topic boundaries (the Hearst method can be seen in "Multi-paragraph segmentation of expository text" by M. A. Hearst in Proceedings of the 32nd Annual Meeting of Association for Computational Linguistics, pp. 9-16, 1994).
  • This method first defines certain size windows before and after one of topic boundary candidate points and obtains similarity about what terms appear in each window. If the obtained similarity is high, topic relatedness between the windows is high and the candidate point cannot be a boundary point. If the obtained similarity is low, cohesion between the windows is regarded low and the candidate point can be a boundary point. More specifically, the topic boundary candidate point is moved by regular intervals from the top to the end of the document, similarity value is obtained for each point, and then the point of which the obtained similarity value is minimal can be selected as the topic boundary.
  • the Hearst method compares the terms occurring in the windows defined before and after the candidate point in order to detect the topic discontinuity between the windows.
  • This method has the following shortcomings.
  • the first one is related to the window size. Since the window size is selected very arbitrarily, the distance between the topic boundaries, that is, the length of the topics tend to be longer when the selected window size is large, whereas the length of the topics tends to be shorter when the selected window size is small. Therefore, it is difficult to properly divide such documents containing many topics those of which length are different.
  • the second shortcoming is related to the method for detecting topic similarity between the windows before and after the candidate point.
  • a conventional method cannot obtain the similarity unless the same terms occur in both windows because it determines the similarity based on the commonality of terms between the windows. In reality, however, when one of a pair of terms that are relevant to each other in the document appears in first window and the other appears in second window, it is considered that the topic similarity exists between the windows. For example, if there is a sentence that has "Giants” and "Matsui” in an article about baseball, “Giants” and “Matsui” can be regarded as relevant terms. Therefore, if "Giants” appears in the first window and "Matsui" appears in the second window, it can be regarded that the topic similarity exists between these windows even if any other common terms are not contained in the windows. The conventional methods cannot detect such similarity because they focus on only the commonality of terms. Thus the conventional method has a problem related to accuracy of the topic similarity.
  • a segmentation methods comprises: detecting terms that occur in an input document; segmenting said input document into document segments, each segment being an appropriate sized chunk; generating document segment vectors with as their elements the values related to frequencies of said terms occurring in said document segments; calculating eigenvalues and eigenvectors of a square sum matrix of said document segment vectors; selecting basis vectors consisting a subspace from said eigenvectors to calculate the topic continuity of the document segments; calculating vectors whose m-th element value is the projection values of the each document segment vector onto said m-th basis vector; and determining segmentation points of said document based on the continuity of said projected vectors.
  • a segment vector is a vector whose elements take values determined based on frequencies of each of terms occurring in a document segment and represents a concept of the document segment.
  • the most natural unit for segmenting a document is a sentence.
  • the singular value decomposition process is applied to a set of document segment vectors to expand the set into eigenvalues and eigenvectors that are orthogonal each other. Since each eigenvector is represented by a combination of the terms, it represents a concept by itself. Since eigenvectors are determined inherently to the input document, the concept represented by each eigenvector can be called the eigenconcept. Each eigenvalue can be considered to represent the strength or the energy of the concept represented by the corresponding eigenvector.
  • a projection value of a document segment vector onto an eigenvector is the component that the concept represented by the document segment vector has in the corresponding eigenconcept direction, and the squared projection value represents the energy of such component.
  • the document segments whose concepts are similar with each other should have the similar values for the components in the direction of each eigenconcept.
  • the relatedness of each document segment to each eigenconcept is calculated based on the above-described projection values, then the continuity between each document segment is obtained in terms of the concept relatedness between them, and a point where the continuity is minimal is finally determined as a topic boundary
  • the topic continuity is obtained based on the projection values of each document segment vector onto each eigenvector.
  • Eigenvectors of a squared sum matrix has such characteristic that coefficients for the terms co-occurring in a document have the same sign and almost same values in the lower-dimensional eigenvectors. Accordingly, as long as one of a pair of terms ("Matsui" in the above example) co-occurring in a document appears in one of the concerned document segment and the other ("Giants” in the above example) appears in the other document segment, the projection values of the respective document segment vectors should have the relatedness even though both of the concerned document segments do not share any term. As the number of the pairs of such terms increases, the projection values become further close together. As a result, if eigenvectors are correctly selected or properly weighted, the similarity between the document segments can be correctly obtained and also a topic boundary can be properly determined even though the same topic does not continue long.
  • Figure 1 is a functional block diagram for one embodiment of the invention.
  • FIG. 2 is a functional block diagram for another embodiment of the invention.
  • Figure 1 schematically illustrates functional blocks of one embodiment of the invention. This embodiment may be implemented using a general- purpose computer as its hardware for executing some programs incorporating inventive features.
  • Figure 1 shows a term detection block 11 , a morphological analysis block
  • the term detection block 11 detects words and symbol sequences such as numerals from an input document. Words and symbol sequences are generally referred to as "terms" hereinafter. In case of English documents, it is easy to detect terms because in the English orthography terms are always written separately with blanks.
  • the morphological analysis block 12 then performs a morphological analysis such as assigning a part of speech to each of the terms. Then, the document segmentation block 13 segments the document into document segments.
  • the most fundamental segmentation unit for the document segmentation is a sentence.
  • it is easy to segment a document into sentences because a sentence usually ends with a period followed by at least one space.
  • Other segmentation methods may be used; for example, several sentences may be combined to form a document segment in a manner that all segments should contain the same number of the sentences, or a document may be segmented into segments in a manner that every segment should contain the same number of terms regardless of any boundary between sentences.
  • the document segment vector generation block 14 calculates the number of the dimensions for vectors to be generated from the terms that occur in the entire document and determines correspondences between each dimension and each term. It should be noted that it is not necessary to assign vector elements to all kinds of terms occurring in the document. For example, using a result of the process of assigning parts of speech, it is possible to use only the terms which have been judged as a noun or a verb in the process to generate document segment vector. Then, the document segment vector generation block 14 obtains kinds of the terms occurring in each document segment and occurrence frequencies of each kind of terms, then determines values of corresponding vector elements to generate document segment vectors. Conventional methods are also employed to give a weight to each element value.
  • a document is composed of N document segments, in which k kinds of terms occur.
  • s n represents the frequency value of terms s k in the n-th document segment or its weighted values, and T transpose.
  • the eigenvalue and eigenvector calculation block 16 calculates eigenvalues and eigenvectors of the matrix A.
  • ⁇ m and ⁇ m be the m-th eigenvector and eigenvalue of A, respectively.
  • ⁇ -i represents the most common direction throughout all sentence segment vectors because the sum of the squared projections of all sentence vectors onto ⁇ . is greater than that onto any other vector. Since ⁇ -i is the sum of the squared projections itself, it can be considered to represent the strength or energy of the concept that ⁇ represents.
  • ⁇ 2 is the axis that gives the largest sum of the squared projections under the constraint that ⁇ 2 is orthogonal to ⁇ -i.
  • the eigenvectors obtained as described above are used as the basis vectors for a subspace approximating a set of document segment vectors. If L eigenvectors are used, the dimension number of the subspace becomes L, which means that the concept of the input document has been expanded to L eigenconcepts that are orthogonal each other.
  • the subspace decision block 17 decides a value of L specifically. Given matrix A whose rank is R, the document would have R eigenconcepts since R eigenvectors can be obtained from the matrix A.
  • the subspace represents the central concept by a combination of L eigenconcepts among R eigenconcepts (namely R-L eigenconcepts are supposed to be discarded).
  • the basis vectors of the subspace comprises L eigenvectors.
  • the following expression may represent how much the central concept occupies relative to the original concept. This expression can be used as a criterion for actually determining the value of L.
  • the document segment vector projection block 18 calculates a projection value of each document segment vector onto the subspace.
  • p n (Pni,Pn2, " ,PnL.) T be a vector of s n after the projection.
  • the projection value p nrn onto the m-th basis vector can be given by the following equation:
  • the relatedness calculation block 19 calculates relatedness between each document segment and respective eigenconcept, or basis vector.
  • the following is one of methods for calculating such relatedness.
  • An average and a standard deviation of the projection values onto the m-th basis vector for all document segments can be obtained by the following equation: p m : Average of the projection values onto the m-th basis vector for all document segments ⁇ m : Standard deviation of the projection values onto the m-th basis vector for all document segments
  • TCnm be a variable indicating a positive relatedness of the n-th document segment with the m-th eigenconcept (basis vector)
  • v nn be a variable indicating a negative relatedness of the n-th document segment with the m-th eigenconcept (basis vector).
  • a and b are predetermined threshold values.
  • the former two terms in the equation above will take a value of 1 when the positive or negative relatedness starts from the n-th document segment and the latter two terms will take a value of 1 when the positive or negative relatedness ends at the (n-1)th document segment.
  • the topic boundary decision block 20 calculates h(n) for each n by following equation and obtains the maximal point of h(n):
  • the maximal point of h(n) is the point where the sum of the variations of the relatedness with L eigenconcepts (basis vector) becomes a maximum locally, so the head of the corresponding document segment is decided to be a topic boundary.
  • the document is segmented at topic boundaries.
  • projection values of the document segment vectors onto the basis vector have been used in order to calculate the relatedness between the document segments and the eigenconcept, squared projection values can be alternatively used to obtain the same result.
  • p n m is given by the following equation instead of the equation 3:
  • Figure 2 schematically illustrates functional blocks of another embodiment of the invention. This embodiment may be implemented by using a general-purpose computer as its hardware for executing some programs incorporating inventive features.
  • Figure 2 shows a term detection block 11 , a morphological analysis block 12, a document segmentation block 13, a document segment vector generation block 14, a square sum matrix calculation block 15, an eigenvalue and eigenvector calculation block 16, a subspace decision block 17, a document segment vector projection block 18, a topic continuity calculation block 29 and a minimum continuity point detection block 30. From block 11 to block 18 are same blocks as described in Figure 1.
  • the topic continuity calculation block 29 calculates projection vectors for all segment vectors between c document segments before the boundary point candidate and c document segments after the boundary point candidate onto the subspace to obtain the topic continuity between the document segments.
  • the number of the document segments before or after the boundary point candidate may not reach C. In this case, since all the documents existing before or after the point should be used, C represents the number of the documents existing there.
  • Equation 9 is an average of the cosign similarity values for all combinations between the project vectors of C document segments immediately before and after the n-th document segment.
  • the similarity based on the project vectors between the shorter document segments may have too great influence on the h(n).
  • Equation 10 is intended to decrease such influence.
  • the h(n) will take larger value if the topic continues before and after of the boundary point and it will take smaller value if the topic does discontinue there.
  • the minimum continuity point detection block 30 obtains the minimal point of h(n).
  • the minimal point of h(n) represents the minimal point of the continuity, that is, the maximal point of the discontinuity. Accordingly, the end of the corresponding document segment can be decided to be a topic boundary. Thus the document may be segmented at the topic boundary.

Abstract

The invention provides a document segmentation method of deleting segmentation points where a topic of an input document is discontinuous before and after the point to divide the document into plural blocks. According to the invention, terms that occur in an input document are detected (Fig. 1, 11). Each segment is an appropriate sized chunk. Document segment vectors (Fig 1, 14) are generated. Eigenvalues and eigenvectors of a square sum matrix of the document segment vectors are calculated (Fig. 1, 16). The basis vectors consisting a subspace from the eigenvectors are selected to calculate the topic continuity of the document segments. Projected vectors are calculated. Segmentation points of the document are determined based on the continuity of the projected vectors.

Description

A DOCUMENT SEGMENTATION METHOD
TECHNICAL FIELD
The invention relates to a document segmentation method to divide the document into plural blocks by detecting segmentation points where topics of an input document is discontinuous.
BACKGROUND OF THE INVENTION
The Hearst method is well known as one of document segmentation methods by detecting topic boundaries (the Hearst method can be seen in "Multi-paragraph segmentation of expository text" by M. A. Hearst in Proceedings of the 32nd Annual Meeting of Association for Computational Linguistics, pp. 9-16, 1994). This method first defines certain size windows before and after one of topic boundary candidate points and obtains similarity about what terms appear in each window. If the obtained similarity is high, topic relatedness between the windows is high and the candidate point cannot be a boundary point. If the obtained similarity is low, cohesion between the windows is regarded low and the candidate point can be a boundary point. More specifically, the topic boundary candidate point is moved by regular intervals from the top to the end of the document, similarity value is obtained for each point, and then the point of which the obtained similarity value is minimal can be selected as the topic boundary.
The Hearst method compares the terms occurring in the windows defined before and after the candidate point in order to detect the topic discontinuity between the windows. This method, however, has the following shortcomings. The first one is related to the window size. Since the window size is selected very arbitrarily, the distance between the topic boundaries, that is, the length of the topics tend to be longer when the selected window size is large, whereas the length of the topics tends to be shorter when the selected window size is small. Therefore, it is difficult to properly divide such documents containing many topics those of which length are different. The second shortcoming is related to the method for detecting topic similarity between the windows before and after the candidate point. A conventional method cannot obtain the similarity unless the same terms occur in both windows because it determines the similarity based on the commonality of terms between the windows. In reality, however, when one of a pair of terms that are relevant to each other in the document appears in first window and the other appears in second window, it is considered that the topic similarity exists between the windows. For example, if there is a sentence that has "Giants" and "Matsui" in an article about baseball, "Giants" and "Matsui" can be regarded as relevant terms. Therefore, if "Giants" appears in the first window and "Matsui" appears in the second window, it can be regarded that the topic similarity exists between these windows even if any other common terms are not contained in the windows. The conventional methods cannot detect such similarity because they focus on only the commonality of terms. Thus the conventional method has a problem related to accuracy of the topic similarity.
SUMMARY OF THE INVENTION
In order to solve the above-mentioned problem, a segmentation methods according to the invention comprises: detecting terms that occur in an input document; segmenting said input document into document segments, each segment being an appropriate sized chunk; generating document segment vectors with as their elements the values related to frequencies of said terms occurring in said document segments; calculating eigenvalues and eigenvectors of a square sum matrix of said document segment vectors; selecting basis vectors consisting a subspace from said eigenvectors to calculate the topic continuity of the document segments; calculating vectors whose m-th element value is the projection values of the each document segment vector onto said m-th basis vector; and determining segmentation points of said document based on the continuity of said projected vectors. A segment vector is a vector whose elements take values determined based on frequencies of each of terms occurring in a document segment and represents a concept of the document segment. The most natural unit for segmenting a document is a sentence. The singular value decomposition process is applied to a set of document segment vectors to expand the set into eigenvalues and eigenvectors that are orthogonal each other. Since each eigenvector is represented by a combination of the terms, it represents a concept by itself. Since eigenvectors are determined inherently to the input document, the concept represented by each eigenvector can be called the eigenconcept. Each eigenvalue can be considered to represent the strength or the energy of the concept represented by the corresponding eigenvector. A projection value of a document segment vector onto an eigenvector is the component that the concept represented by the document segment vector has in the corresponding eigenconcept direction, and the squared projection value represents the energy of such component. The document segments whose concepts are similar with each other should have the similar values for the components in the direction of each eigenconcept. Thus the relatedness of each document segment to each eigenconcept is calculated based on the above-described projection values, then the continuity between each document segment is obtained in terms of the concept relatedness between them, and a point where the continuity is minimal is finally determined as a topic boundary As described above, according to the invention, the topic continuity is obtained based on the projection values of each document segment vector onto each eigenvector. Eigenvectors of a squared sum matrix has such characteristic that coefficients for the terms co-occurring in a document have the same sign and almost same values in the lower-dimensional eigenvectors. Accordingly, as long as one of a pair of terms ("Matsui" in the above example) co-occurring in a document appears in one of the concerned document segment and the other ("Giants" in the above example) appears in the other document segment, the projection values of the respective document segment vectors should have the relatedness even though both of the concerned document segments do not share any term. As the number of the pairs of such terms increases, the projection values become further close together. As a result, if eigenvectors are correctly selected or properly weighted, the similarity between the document segments can be correctly obtained and also a topic boundary can be properly determined even though the same topic does not continue long.
BRIEF DESCRIPTION OF THE DRAWINGS
Figure 1 is a functional block diagram for one embodiment of the invention; and
Figure 2 is a functional block diagram for another embodiment of the invention.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS
Figure 1 schematically illustrates functional blocks of one embodiment of the invention. This embodiment may be implemented using a general- purpose computer as its hardware for executing some programs incorporating inventive features.
Figure 1 shows a term detection block 11 , a morphological analysis block
12, a document segmentation block 13, a document segment vector generation block 14, a square sum matrix calculation block 15, an eigenvalue and eigenvector calculation block 16, a subspace decision block 17, a document segment vector projection block 18, a relatedness calculation block 19 and a topic boundary decision block 20. English documents are used as an example in the following description of this embodiment.
First, the term detection block 11 detects words and symbol sequences such as numerals from an input document. Words and symbol sequences are generally referred to as "terms" hereinafter. In case of English documents, it is easy to detect terms because in the English orthography terms are always written separately with blanks. The morphological analysis block 12 then performs a morphological analysis such as assigning a part of speech to each of the terms. Then, the document segmentation block 13 segments the document into document segments.
The most fundamental segmentation unit for the document segmentation is a sentence. In case of English documents, it is easy to segment a document into sentences because a sentence usually ends with a period followed by at least one space. Other segmentation methods may be used; for example, several sentences may be combined to form a document segment in a manner that all segments should contain the same number of the sentences, or a document may be segmented into segments in a manner that every segment should contain the same number of terms regardless of any boundary between sentences.
The document segment vector generation block 14 calculates the number of the dimensions for vectors to be generated from the terms that occur in the entire document and determines correspondences between each dimension and each term. It should be noted that it is not necessary to assign vector elements to all kinds of terms occurring in the document. For example, using a result of the process of assigning parts of speech, it is possible to use only the terms which have been judged as a noun or a verb in the process to generate document segment vector. Then, the document segment vector generation block 14 obtains kinds of the terms occurring in each document segment and occurrence frequencies of each kind of terms, then determines values of corresponding vector elements to generate document segment vectors. Conventional methods are also employed to give a weight to each element value.
Here, assume that a document is composed of N document segments, in which k kinds of terms occur. Let
Figure imgf000006_0001
be the n-th document segment, where sn represents the frequency value of terms sk in the n-th document segment or its weighted values, and T transpose. Then, the square sum matrix calculation block 15 calculates a square sum matrix A = (Agb) of each document segment vector according to the following equation:
Σ N
A ab n=. l SnaSnb (1)
The eigenvalue and eigenvector calculation block 16 calculates eigenvalues and eigenvectors of the matrix A. Let Φm and λm be the m-th eigenvector and eigenvalue of A, respectively. Φ-i represents the most common direction throughout all sentence segment vectors because the sum of the squared projections of all sentence vectors onto Φ. is greater than that onto any other vector. Since λ-i is the sum of the squared projections itself, it can be considered to represent the strength or energy of the concept that Φ^ represents. Φ2 is the axis that gives the largest sum of the squared projections under the constraint that Φ2 is orthogonal to Φ-i. The same relationship holds for the higher order eigenvectors like Φ3 and so on. The eigenvectors obtained as described above are used as the basis vectors for a subspace approximating a set of document segment vectors. If L eigenvectors are used, the dimension number of the subspace becomes L, which means that the concept of the input document has been expanded to L eigenconcepts that are orthogonal each other.
The subspace decision block 17 then decides a value of L specifically. Given matrix A whose rank is R, the document would have R eigenconcepts since R eigenvectors can be obtained from the matrix A. The subspace represents the central concept by a combination of L eigenconcepts among R eigenconcepts (namely R-L eigenconcepts are supposed to be discarded). The basis vectors of the subspace comprises L eigenvectors. The following expression may represent how much the central concept occupies relative to the original concept. This expression can be used as a criterion for actually determining the value of L.
Figure imgf000007_0001
The detail of the calculation of eigenvalues and eigenvectors, and determination of a subspace are disclosed in the U.S patent application No. (docket number 40006173) titled "METHOD OF VECTOR ANALYSIS FOR A DOCUMENT", assigned to the assignee of this document, which is incorporated herein by reference.
The document segment vector projection block 18 calculates a projection value of each document segment vector onto the subspace. Let pn=(Pni,Pn2,",PnL.)T be a vector of sn after the projection. The projection value pnrn onto the m-th basis vector can be given by the following equation:
Figure imgf000007_0002
The relatedness calculation block 19 calculates relatedness between each document segment and respective eigenconcept, or basis vector. The following is one of methods for calculating such relatedness. An average and a standard deviation of the projection values onto the m-th basis vector for all document segments can be obtained by the following equation: pm : Average of the projection values onto the m-th basis vector for all document segments σm : Standard deviation of the projection values onto the m-th basis vector for all document segments
Figure imgf000008_0001
Let TCnm be a variable indicating a positive relatedness of the n-th document segment with the m-th eigenconcept (basis vector), and let vnn. be a variable indicating a negative relatedness of the n-th document segment with the m-th eigenconcept (basis vector). These variables can be defined as follows:
Figure imgf000008_0002
else ftnm — 0
ψnm -Pm)l<τm < b then vnm = 1
else „m — 0 In the definition above, a and b are predetermined threshold values. Assume a function hm(n) represents the extent to which the relatedness of ■ the n-th document segment with the m-th eigenconcept is different from the relatedness of the (n-1)th document segment with the m-th basis, that function can be defined as follows: K in) = πnm (l - πn_lm ) + vnm (l - vn_ n ) + (πnm - l)πn_ n + (vnm - \yvn_ n (6) The former two terms in the equation above will take a value of 1 when the positive or negative relatedness starts from the n-th document segment and the latter two terms will take a value of 1 when the positive or negative relatedness ends at the (n-1)th document segment. In other words, the function hm(n) will take 0 when the topic related to the m-th eigenconcept continues and hm(n) will take non zero value when the topics stops or ends. The topic boundary decision block 20 calculates h(n) for each n by following equation and obtains the maximal point of h(n):
Figure imgf000009_0001
The maximal point of h(n) is the point where the sum of the variations of the relatedness with L eigenconcepts (basis vector) becomes a maximum locally, so the head of the corresponding document segment is decided to be a topic boundary. Thus the document is segmented at topic boundaries. In the above-mentioned embodiment, although projection values of the document segment vectors onto the basis vector have been used in order to calculate the relatedness between the document segments and the eigenconcept, squared projection values can be alternatively used to obtain the same result. In this case, pnm is given by the following equation instead of the equation 3:
Figure imgf000009_0002
Figure 2 schematically illustrates functional blocks of another embodiment of the invention. This embodiment may be implemented by using a general-purpose computer as its hardware for executing some programs incorporating inventive features.
Figure 2 shows a term detection block 11 , a morphological analysis block 12, a document segmentation block 13, a document segment vector generation block 14, a square sum matrix calculation block 15, an eigenvalue and eigenvector calculation block 16, a subspace decision block 17, a document segment vector projection block 18, a topic continuity calculation block 29 and a minimum continuity point detection block 30. From block 11 to block 18 are same blocks as described in Figure 1.
When the point immediately after the n-th document segment is decided as the boundary point candidate, the topic continuity calculation block 29 calculates projection vectors for all segment vectors between c document segments before the boundary point candidate and c document segments after the boundary point candidate onto the subspace to obtain the topic continuity between the document segments. Around the head or bottom of the concerned document, the number of the document segments before or after the boundary point candidate may not reach C. In this case, since all the documents existing before or after the point should be used, C represents the number of the documents existing there. Here, let Pn=(Pni,Pn2,..,PnL.) be a projection vector of the n-th document segment sn to the subspace, then the projection value pπm onto the m-th basis vector can be given by the above-presented equation 8. Then, the continuity h(n) is calculated using the following equations:
Kn =
Figure imgf000010_0001
l n+i Pn-j+ι W Ql (9)
Figure imgf000010_0002
where || || represents norms, and pn+i P„-j+i represents an inner product defined in the following equation:
T T
Pn+i Pn-j+i ~ ^m=lPn+i,mPn-j+I,m (11) where Pn+/,m represents the m-th component of vector p„+i . Equation 9 is an average of the cosign similarity values for all combinations between the project vectors of C document segments immediately before and after the n-th document segment. In the equation 9, the similarity based on the project vectors between the shorter document segments may have too great influence on the h(n). Equation 10 is intended to decrease such influence. In both equations, the h(n) will take larger value if the topic continues before and after of the boundary point and it will take smaller value if the topic does discontinue there.
The minimum continuity point detection block 30 obtains the minimal point of h(n). The minimal point of h(n) represents the minimal point of the continuity, that is, the maximal point of the discontinuity. Accordingly, the end of the corresponding document segment can be decided to be a topic boundary. Thus the document may be segmented at the topic boundary.
Although projection values of the document segment vectors onto the basis vectors have been used in order to calculate relatedness between the document segments and the eigenconcept in the above-described embodiment, squared projection values can be alternatively used to obtain the same result. In this case, pnrn is given by the equation (8) instead of the equation (3).
Taking an actual English document as an experimental example, composed by 58 document segments (sentences), with 44 noun terms occurring at least twice in the document, it has been observed that the document segmentation result according to the invention in either Figure 1 or Figure 2 matches best with human perception and in particular the portions in which topic changes are confirmed by human are extracted as topic boundaries by the inventive method. Thus, according to the invention, the precision in detecting topic boundaries is improved because the change of the concept of each sentence is obtained to detect the topic boundary.

Claims

What is claimed is:
1. A method for segmenting a given input document, comprising: detecting terms that occur in said input document; segmenting said input document into document segments, each segment being an appropriately sized chunk; generating document segment vectors with as their elements the values related to the frequencies of said terms occurring in said document segments; calculating eigenvalues and eigenvectors of a square sum matrix of said document segment vectors; selecting a basis vector consisting a subspace from said eigenvectors to calculate the topic continuity of the document segments; calculating vectors with as the elements the values corresponding to the projection values of the each document segment vector onto said basis vectors; and determining segmentation points of said document based on the continuity of said projected vectors.
2. The method as claimed in claim 1 , wherein when said input document in which K terms occur is divided into N document segments, said square sum matrix is calculated by the following equation; ι_V
A ab n^ na nb where sni represents values corresponding to the occurrence frequency of the i-th term in the n-th document segment and the n-th document segment vector sn (n=1 ,...,N) is represented by (snι,sn2,---,Snk)τ
3. The method as claimed in claim 1 , wherein when πnm represents a variable indicating positive relatedness of the n-th document segment with the m-th basis vector and vnm represents a variable indicating negative
relatedness of the n-th document segment with the m-th basis vector, 7 nm and nm are defined using the following equation;
Figure imgf000013_0001
else πnm = 0
Figure imgf000013_0002
else Vnm = where pnm represents a projection value or a squared projection value of the n-th document segment onto the m-th basis vector, pm represents the average of pn over all of the document segments and σm represents the standard deviation of pnm over all of the document segments.
4. The method as claimed in claim 3, wherein the function hm(n), which indicates the extent of which the relatedness of the n-th document segment with the m-th basis vector is different from the relatedness of the (n-1)th document segment with the m-th basis vector, is defined using the following equation;
K W = πnm (l - πn-Xm ) + Vnm i1 ~ Vn-l,n ) + {^ nm ~ ^ n-Xm + (* 'nm ~ fyn- \m
the h(n) is calculated for each n by the following equation; n) = ∑L m=ιhm(n) and then the document segmentation point is determined based on the maximal point of the calculated h(n).
5. The method as claimed in claim 1 , wherein the topic continuity before and after a segmentation point candidate is calculated from all combinations of the projection vectors of a certain number of the document segment vectors immediately before said segmentation point candidate onto said subspace with the projection vectors of a certain number of the document segment vectors immediately after said segmentation point candidate onto said subspace.
6. The method as claimed in claim 5, wherein when the point immediately after the document segment n is said segmentation point candidate and the inner product between the vectors pn+: and pn+J-1 is defined as the following equation;
T _ v^£
Pn+ι Pn-j+i / .„- ] Pn+ι.mPn- ι+I.m where L represents the order number of the subspace and
Figure imgf000014_0001
the projection vector of the document segment vector n onto the subspace, and the function h(n) representing the topic continuity is calculated by;
Figure imgf000014_0002
or
Figure imgf000014_0003
where C represents number of the document segments to be processed before and after said segmentation point candidate and || | denotes norm.
7. The method as claimed in claim 5, wherein said document segmentation point is determined based on the maximal point of said h(n).
PCT/US2001/043534 2000-12-12 2001-11-16 A document segmentation method WO2002048951A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US10/432,543 US7308138B2 (en) 2000-12-12 2001-11-16 Document segmentation method

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2000378015A JP2002197083A (en) 2000-12-12 2000-12-12 Document segmentation method
JP2000-378015 2000-12-12

Publications (1)

Publication Number Publication Date
WO2002048951A1 true WO2002048951A1 (en) 2002-06-20

Family

ID=18846658

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2001/043534 WO2002048951A1 (en) 2000-12-12 2001-11-16 A document segmentation method

Country Status (2)

Country Link
JP (1) JP2002197083A (en)
WO (1) WO2002048951A1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1378838A2 (en) * 2002-07-04 2004-01-07 Hewlett-Packard Development Company Evaluating distinctiveness of document
AU2010241249B2 (en) * 2003-07-30 2011-07-14 Google Inc. Methods and systems for determining a meaning of a document to match the document to content
CN102760336A (en) * 2011-04-25 2012-10-31 东芝泰格有限公司 Display input apparatus

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5084297B2 (en) * 2007-02-21 2012-11-28 株式会社野村総合研究所 Conversation analyzer and conversation analysis program
JP5265445B2 (en) * 2009-04-28 2013-08-14 日本放送協会 Topic boundary detection device and computer program

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5583956A (en) * 1993-01-12 1996-12-10 The Board Of Trustees Of The Leland Stanford Junior University Estimation of skew angle in text image
US5761685A (en) * 1990-12-14 1998-06-02 Hutson; William H. Method and system for real-time information analysis of textual material
US5794178A (en) * 1993-09-20 1998-08-11 Hnc Software, Inc. Visualization of information using graphical representations of context vector based relationships and attributes

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5761685A (en) * 1990-12-14 1998-06-02 Hutson; William H. Method and system for real-time information analysis of textual material
US5583956A (en) * 1993-01-12 1996-12-10 The Board Of Trustees Of The Leland Stanford Junior University Estimation of skew angle in text image
US5794178A (en) * 1993-09-20 1998-08-11 Hnc Software, Inc. Visualization of information using graphical representations of context vector based relationships and attributes

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1378838A2 (en) * 2002-07-04 2004-01-07 Hewlett-Packard Development Company Evaluating distinctiveness of document
EP1378838A3 (en) * 2002-07-04 2005-10-26 Hewlett-Packard Development Company Evaluating distinctiveness of document
CN1495644B (en) * 2002-07-04 2010-05-26 惠普开发有限公司 Method for evaluation of specific characteristics of file
AU2010241249B2 (en) * 2003-07-30 2011-07-14 Google Inc. Methods and systems for determining a meaning of a document to match the document to content
CN102760336A (en) * 2011-04-25 2012-10-31 东芝泰格有限公司 Display input apparatus

Also Published As

Publication number Publication date
JP2002197083A (en) 2002-07-12

Similar Documents

Publication Publication Date Title
Biemann Unsupervised part-of-speech tagging employing efficient graph clustering
JP3114703B2 (en) Bilingual sentence search device
KR101715118B1 (en) Deep Learning Encoding Device and Method for Sentiment Classification of Document
CN108268668B (en) Topic diversity-based text data viewpoint abstract mining method
EP1336174A2 (en) Method of vector analysis for a document
JP2018077850A (en) Word normalization method, word normalization device, machine translation method, and machine translation device
KR102217248B1 (en) Feature extraction and learning method for summarizing text documents
CN110210041B (en) Inter-translation sentence alignment method, device and equipment
Shafiei et al. Document representation and dimension reduction for text clustering
De la Peña Sarracén et al. Automatic text summarization based on betweenness centrality
US20050171759A1 (en) Text generation method and text generation device
Garmastewira et al. Summarizing Indonesian news articles using graph convolutional network
WO2002048951A1 (en) A document segmentation method
CN109241272B (en) Chinese text abstract generation method, computer readable storage medium and computer equipment
US7308138B2 (en) Document segmentation method
Holden et al. Hand movement classification using an adaptive fuzzy expert system
Kozareva et al. ProSeqo: Projection sequence networks for on-device text classification
US7225120B2 (en) Method of extracting important terms, phrases, and sentences
Liu et al. Hybrid models for sentence readability assessment
KR102540665B1 (en) Apparatus and method extracting core sentence based on korean language model
JP4349480B2 (en) Important phrase / sentence extraction method and apparatus
CN112989816B (en) Text content quality evaluation method and system
Shinde et al. Techniques and Research in Text Summarization-A Survey
KR102354898B1 (en) Vocabulary list generation method and device for Korean based neural network language model
Cranganu-Cretu et al. Automatic text summarizing based on sentence extraction: A statistical approach

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): CN US

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
WWE Wipo information: entry into national phase

Ref document number: 10432543

Country of ref document: US

122 Ep: pct application non-entry in european phase