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

Design following recommendation mechanism #84

Open
yoavartzi opened this issue Jan 2, 2024 · 1 comment
Open

Design following recommendation mechanism #84

yoavartzi opened this issue Jan 2, 2024 · 1 comment
Labels
design Pre-implementation design work

Comments

@yoavartzi
Copy link
Member

yoavartzi commented Jan 2, 2024

We need a mechanism to recommend users to follow.

Some options:

  1. Given semantic scholar link, try to get the most related users from our exiting user base.
  2. If we can compute a user embedding based on their past research, we can return the nearest neighbors.

Need to study the Semantic Scholar API. They compute citing and cited authors. If we have can get these, we can intersect them with our user pool, and identify users to recommend.

@yoavartzi yoavartzi added the enhancement New feature or request label Jan 2, 2024
@yoavartzi yoavartzi changed the title Following recommendation mechanism Design following recommendation mechanism Jan 11, 2024
@yoavartzi
Copy link
Member Author

After the design, we should create issues to implement it under the current milestone.

@yoavartzi yoavartzi added design Pre-implementation design work and removed enhancement New feature or request labels Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design Pre-implementation design work
Projects
Status: No status
Development

No branches or pull requests

1 participant