bhaskartripathi commited on
Commit
3034c72
1 Parent(s): 241e0dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -4
app.py CHANGED
@@ -208,13 +208,17 @@ def generate_answer_text_davinci_003(question,openAI_key):
208
 
209
  # pre-defined questions
210
  questions = [
211
- "what did the study be-60",
212
- "what are the methods used in this study?",
213
  "what are the methodologies used in this study?",
 
 
 
214
  "what are the main findings of the study?",
215
  "what are the main results of the study?",
216
- "what is the contribution of this study?",
217
- "what is the conclusion of this study?",
 
 
218
  ]
219
 
220
  recommender = SemanticSearch()
 
208
 
209
  # pre-defined questions
210
  questions = [
211
+ "what did the study investigate?",
 
212
  "what are the methodologies used in this study?",
213
+ "what are the data intervals used in this study? Give me the start dates and end dates?",
214
+ "what are the main limitations of this study?",
215
+ "what are the main shortcomings of this study?",
216
  "what are the main findings of the study?",
217
  "what are the main results of the study?",
218
+ "what are the input features used in this study?",
219
+ "what is the dependent variable in this study?",
220
+ "what are the main contributions of this study?",
221
+ "what is the conclusion of this paper?",
222
  ]
223
 
224
  recommender = SemanticSearch()