Skip to content
Snippets Groups Projects
Unverified Commit 96957913 authored by Siraj R Aizlewood's avatar Siraj R Aizlewood
Browse files

Created Folders and Files

parent ad2322a6
No related branches found
No related tags found
No related merge requests found
"""
cav_sim stands for "cumulative average vector similarity", as in this code the cumulative average of the embedding vectors are compared to the next embedding vector.
"""
\ No newline at end of file
"""
Called "consecutive sim" because we check the similarities of consecutive document embeddings (compare ith to i+1th document embedding).
"""
\ No newline at end of file
"""
Called "cumulative sim" because we check the similarities of the embeddings of cumulative concatenated documents with the next document.
"""
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment