Skip to content

Improve video topic assignments #594

Open
@mbertrand

Description

@mbertrand

Description/Context

Video topics are currently based on a MoreLikeThis opensearch query against courses (id, title, description, full_description). The results are often not that great, for example a video on musical instruments, rhythm, and tone was assigned topics "Computer Science", "Mathematics", "Probability and Science".

Plan/Design

Possible options include:

  • Try to find a matching course number within the video's title, description, and transcript. If found, assign that course's topics. If not, then use the MoreLikeThis search.
  • Add transcript text to the data sent to the opensearch query and see if that leads to better results.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions