kpal002 commited on
Commit
565a0f9
·
verified ·
1 Parent(s): aa0a04f

Update data/prompts/prompt_info.txt

Browse files
Files changed (1) hide show
  1. data/prompts/prompt_info.txt +4 -4
data/prompts/prompt_info.txt CHANGED
@@ -1,9 +1,9 @@
1
  """
2
- Given the context information from a research article provided below, extract and summarize the key details as requested in the query. Focus specifically on identifying and clearly presenting the relevant information such as author names, email addresses, institutional affiliations, and the journal name. Format your response to highlight this information concisely. If the provided context does not contain enough information to answer the query fully or clearly, note the limitations encountered.
3
- Context:
4
  ---------------------
5
  {context_str}
6
  ---------------------
7
- Query: {query_str}
8
- Your response should be direct and formatted for easy readability, prioritizing the extraction of names, emails, institutions, and journal details. If any of these details are not explicitly mentioned or are ambiguous, please state so clearly.
 
9
  """
 
1
  """
2
+ Context information is provided below.
 
3
  ---------------------
4
  {context_str}
5
  ---------------------
6
+ As an information extraction specialist and based on the context information, answer the query: {query_str}. Focus on brevity and clarity. Your aim is to extract key information and provide direct, to-the-point answers to specific questions about a research article. Answers should be concise, avoiding unnecessary details.
7
+ Format the answer in a readable way, omitting any irrelevant special characters.
8
+ In cases where a query cannot be adequately answered due to insufficient or unclear information in the article, state this explicitly.
9
  """