Question: Sequential Sentence Classification with Transformer Models Objective: Your primary objective is to develop a Transformer - based model that can accurately classify sentences according to
Sequential Sentence Classification with Transformer Models
Objective:
Your primary objective is to develop a Transformerbased model that can accurately classify sentences according to their role in the structure of biomedical research paper abstracts eg objective, methods, results, conclusions
Dataset:
Source: PubMed k RCT dataset
Description: This dataset includes abstracts from randomized controlled trials, with sentences labeled according to their sequential role in the abstract
Access: The dataset can be downloaded from the 'Files' section in a folder named 'Project Files'.
Requirements:
Data Preparation: Load and preprocess the data, ensuring the model can effectively process it This includes tokenization, handling of special tokens, and batch preparation.
Model Implementation:
o Implement a Transformer model for sentence classification. You may use preexisting models like BERT, GPT or develop your own variant.
o Finetune the model on the dataset, ensuring it is appropriately adjusted to the task of classifying sentences in biomedical abstracts
Evaluation:
o Evaluate the model using appropriate metrics such as accuracy, F score, and confusion matrix.
o Analyze the model's performance, highlighting its strengths and weaknesses in different classification categories.
Discussion:
o Discuss how the Transformer architecture benefits the task of sequential sentence classification.
o Compare its performance against a baseline model, such as a simple RNN or LSTM
Report:
o Include a comprehensive report detailing your methods, code, experiments, results, and discussions.
o The report should clearly articulate the reasoning behind your model choice and parameter settings.
Deliverables:
Code: Ensure the code is wellcommented and organized.
Report: A detailed written report that describes your methodology, findings, and analysis of the results.
Evaluation Criteria:
Model Accuracy and Robustness: How well does your model perform across different classes and abstracts
Quality of Presentation and Report: Organization, clarity, and professionalism of the written report.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
