biosummarize-ai / suggestions.py
AryanRajSaxena's picture
second iteration
f4dcafb
raw
history blame contribute delete
295 Bytes
def suggest_questions(summary):
return [
"What is the objective of this research?",
"What methods were used in the study?",
"What are the key results?",
"What limitations or future work are mentioned?",
"What is the significance of this study?"
]