Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

customize content processing #36

Open
Vandivier opened this issue Jul 2, 2023 · 1 comment
Open

customize content processing #36

Vandivier opened this issue Jul 2, 2023 · 1 comment

Comments

@Vandivier
Copy link
Owner

we have many variants per abstract content (post rect concern, see #22 )

there are a multiple ways to process this:

  1. shallow variant tracing (default): we consider the content under an abstract to be duplicative: the algorithm only looks at the top-performing variant under an abstract
  2. allowlisted deep tracing: a TIMC can manually select one or more variants under an abstract, and the abstract itself, for inclusion or exclusion. Selection is respected, and when no selection is made we fall back to shallow variant tracing
  3. full variant tracing: the processing algorithm looks at every variant and does internal deduplication
  4. full tracing: the processing algorithm looks at every variant and the abstract public data
@Vandivier
Copy link
Owner Author

we can also mark whole abstract content for inclusion or exclusion, or apply a performance filter on them, so that a variant will not be processed even if it is the best under an abstract but it is still not good enough for our rect-level bar. we can also include or exclude by tag, so that some very high performing videos might be excluded because they are comedy rather than instruction videos, for example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant