gamingflexer commited on
Commit
a70510f
1 Parent(s): c498106

2 new prompts added

Browse files
Files changed (1) hide show
  1. src/prompts/templates.py +24 -1
src/prompts/templates.py CHANGED
@@ -38,4 +38,27 @@ In the References below there are many papers. Extract their titles, authors, an
38
  References: {refs}
39
 
40
  Title: """
41
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  References: {refs}
39
 
40
  Title: """
41
+ }
42
+
43
+ prompt_unquiness_para = """
44
+ You are Plagarism researcher, and we have a dataset of all arxiv papers in vector format.
45
+ Given title as {title} and summary as {summary}.
46
+ paragrphs are - {text}
47
+
48
+ 1. Understand the paper
49
+ 2. As a Plagarism researcher your job is to find the paragrphs which are unique and are may not present in any other paper.
50
+ 3. So we can use those paragrphs to find the unique papers.
51
+
52
+ So help and return it in a format 'data':['para','para','para']. Only provide the response in a JSON FORMAT. no extra explanation is needed.
53
+ """
54
+
55
+ google_search_titles = """
56
+ You are Plagarism researcher and you want to find the most relevant papers for your research.
57
+ GIven title as {title} and summary as {summary}.
58
+
59
+ 1. Understand the topics mentioned inside the paper
60
+ 2. As a researcher your job is to find the most relevant papers from google search regarding the topics
61
+ 3. After understanding the topics amd summary you can to think about the titles which can be searched on google to get the papers which have implmeneted or are the most similar things.
62
+
63
+ So help me generate the titles to search on google and return it in a format 'data':['title1','title2','title3']. Only provide the response in a JSON FORMAT. no extra explanation is needed.
64
+ """