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

Research Topic Prediction using DL #986

Closed
SimranShaikh20 opened this issue Nov 10, 2024 · 9 comments · Fixed by #988
Closed

Research Topic Prediction using DL #986

SimranShaikh20 opened this issue Nov 10, 2024 · 9 comments · Fixed by #988
Assignees
Labels
gssoc-ext level 2 Level 2 for GSSOC Status: Assigned Assigned issue.

Comments

@SimranShaikh20
Copy link
Contributor

Key points - A research-topic prediction model transforms how researchers access and discover knowledge, enabling rapid, relevant insights and fostering interdisciplinary innovation.

Problem Statement
Researchers have access to large online archives of scientific articles. As a consequence, finding relevant articles has become more difficult. Tagging or topic modelling provides a way to give token of identification to research articles which facilitates recommendation and search process.

Given the abstract and title for a set of research articles, predict the topics for each article included in the test set.
The research article abstracts and titles will sourced from the following 6 topics:

The goal is to build a model that can predict topics for each article. Each article is represented by its title and abstract, and the model should classify it into one or more relevant topics from a predefined set of six fields.

Computer Science
Physics
Mathematics
Statistics
Quantitative Biology
Quantitative Finance

@abhisheks008 assign me this issue !

Copy link

Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊

@abhisheks008
Copy link
Owner

What are the deep learning models you are planning to perform here?
@SimranShaikh20

@SimranShaikh20
Copy link
Contributor Author

SimranShaikh20 commented Nov 10, 2024

@abhisheks008
model name - MultiOutputClassifier with a LinearSVC
MultiOutputClassifier: This is a wrapper that allows you to fit one classifier (in this case, LinearSVC) for each output label. It essentially creates a separate instance of the classifier for each label you want to predict.

LinearSVC: This is a linear Support Vector Classifier that is used for classification tasks. It finds the optimal hyperplane that separates the classes in the feature space.

@abhisheks008
Copy link
Owner

Push the code ASAP for review.
@SimranShaikh20

@SimranShaikh20
Copy link
Contributor Author

yeah sure

@abhisheks008 abhisheks008 changed the title Research-topic-Prediction Research Topic Prediction using DL Nov 10, 2024
@abhisheks008
Copy link
Owner

yeah sure

Updated the issue/project folder name. Please follow the same

@SimranShaikh20
Copy link
Contributor Author

yeah sure

Updated the issue/project folder name. Please follow the same

yeah i will make sure about it

can you pls share you email id for further communication ?

@abhisheks008
Copy link
Owner

yeah sure

Updated the issue/project folder name. Please follow the same

yeah i will make sure about it

can you pls share you email id for further communication ?

It's there in my GitHub profile.

abhisheks008 added a commit that referenced this issue Nov 10, 2024
Research Topic Prediction using DL #986
Copy link

Hello @SimranShaikh20! Your issue #986 has been closed. Thank you for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc-ext level 2 Level 2 for GSSOC Status: Assigned Assigned issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants