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

Tweak Data Collection #141

Open
maxachis opened this issue Jan 25, 2025 · 0 comments
Open

Tweak Data Collection #141

maxachis opened this issue Jan 25, 2025 · 0 comments

Comments

@maxachis
Copy link
Collaborator

maxachis commented Jan 25, 2025

There are several possible ways we could tweak our data collection efforts to potentially be more efficacious for machine learning components. For example:

Add Bag-Of-Words data to Div Text Collection

A Bag-Of-Words model disregards word order and focuses solely on how many of which words are present. It would look something like this:

{"John":1,"likes":3,"to":2,"watch":2,"movies":2,"Mary":2,"too":1,"also":1,"football":1,"games":1};

This would enable us to balance data collection (especially for pages with more div content) by focusing on keywords rather than accounting for every single word sequence in the text. Presumably certain web pages for certain record types will be more likely to have certain keywords than others.

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