[go: nahoru, domu]

Jump to content

User:SergioJimenez/sandbox

From Wikipedia, the free encyclopedia

The soft cardinality[1], as the classic set cardinality, is a measure of "the number of elements of a set" but considering the similarities among its elements. The idea is to make a "soft" count of the elements where elements that have similarities with others contribute less to the soft cardinality than pretty differentiated elements. Thus, the soft cardinality of a set A, whose elements are barely identical, should be lower than the soft cardinality of a set B with the same number of elements but, whose elements are mostly different. For instance, the set A={horse, donkey, zebra} should have a lower soft cardinality than the set B={horse, bee, snake}.

While the classic set cardinality returns a natural number (), the soft cardinality returns a real number that measures the amount of "different" elements in a set. This measure is "soft" in comparison to the classic set cardinality because the cardinality of a set A having n slightly different elements is n but its soft cardinality is larger but close to 1.

The soft cardinality requires a notion of similarity among the elements of the set. This notion is usually provided by a binary inter-element similarity function that returns scores in [0,1] interval, having 1 as the maximum similarity level and 0 the minimum. Clearly, if that function returns 1 only for identical elements and 0 otherwise, the classic and soft cardinalities become equivalent.

The soft cardinality of a set A is usually denoted | A |', with a vertical bar on each side and an apostrophe to differentiate it from the classic cardinality. A subscript that indicates the used inter-element similarity is also used to differentiate soft cardinalities that uses different similarities, i.e. .

Definition[edit]

The soft cardinality of a set is the cardinality of the union of its elements treated (themselves) as sets. Thus, for a set , the soft cardinality of is:

This definition implies that the elements of can be divided in sub-elements, which in most of the cases is not possible. Alternatively, a pairwise similarity function that compares two elements can be used to approximate the soft cardinality by the following expression:

 ;

The similarity function sim should return values in [0,1] interval and satisfy at least for any x. The parameter p controls the "softness" of this cardinality; if then . Similarly, if then . For most applications should work or it can be adjusted for optimizing the performance of the task at hand. Besides, this approach also fulfills the requirement that when sim(x,y) is a crisp function, which returns 1 only for identical pairs and 0 otherwise, the soft cardinality behaves as the classic set cardinality.

Example[edit]

Let A={horse, zebra, donkey} be a set.

Lets assume the following pairwise similarities among the elements of A.

horse zebra donkey
horse 1.00 0.77 0.83
zebra 0.77 1.00 0.95
donkey 0.83 0.95 1.00

The soft cardinality of A using p=1 is:

This result can be interpreted by saying that set A has basically 1 element and 0.12 additional elements. Thus, the soft cardinality can be also interpreted as the amount of non-redundant information in a set measured in "elements" units.

Comparing Sets[edit]

Given the set-based definition for the soft cardinality, it is possible to compare two sets and by:


Weighted Soft Cardinality[edit]

Hierarchical Set Comparison[edit]

The soft cardinality is a measure used for building similarity functions. In turn, the soft cardinality is based in an inter-element similarity function. This recursive relation can be exploited to build similarity functions for objects with a compositional hierarchical structure, e.g. documents are composed of paragraphs, paragraphs of sentences and so on. Both similarity scores and element weights propagate from the lowest recursion levels to the top.

Example[edit]

Lets assume a word-to-word similarity function such as the Jaro-Winkler measure, a term (word) weighting function such as the inverse document frequency, and the required splitter and tokenizer functions for dividing documents into paragraphs, paragraphs into sentences and so on. Then, the soft cardinality in combination with a cardinality-based resemblance coefficient such as the Dice's index can be used to build a document similarity function as follows (in this example subindices w,p,s and d in similarity and weighting functions mean respectively word, sentence, paragraph and document):

The similarity function between two words and is:

The weight for a word is:

The similarity function between two sentences and is:

The weight for a sentence came from the aggregation of its words weights by the soft cardinality:

The similarity function between two paragraphs and is:

Similarly to sentence weights, the paragraph weights came from the soft cardinality at sentence level:

Finally, the similarity between two documents and is:

Aplications[edit]

See also[edit]

Notes[edit]

  1. ^ Sergio Jimenez, Fabio Gonzalez, Alexander Gelbukh (2010). "Text Comparison Using Soft Cardinality". String Processing and Information Retrieval in Lecture Notes in Computer Science. 6393 (4): 297–302.{{cite journal}}: CS1 maint: multiple names: authors list (link)