andrewzamai commited on
Commit
93a422a
·
verified ·
1 Parent(s): 93097e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -84,7 +84,8 @@ Instructed on a reduced number of samples, it is designed to tackle never-seen-b
84
  <p>"""<br>
85
  {input text}<br>
86
  """</p>
87
- <p><b>Instruction:</b> Extract the entities of type <b>{NEs_list}</b> from the text chunk you have read. Be aware that not all of these entities are necessarily present. Do not extract entities that do not exist in the text, return an empty list for that tag. Ensure each entity is assigned to only one appropriate class.</p>
 
88
  <p>You are given a <b>DEFINITION</b> and some <b>GUIDELINES</b>.</p>
89
  <div class="definition">
90
  <p><b>DEFINITION:</b> <b>DATE</b> refers to specific points in time, including days, months, years, and relative time expressions like 'Week 2'.</p>
@@ -92,7 +93,7 @@ Instructed on a reduced number of samples, it is designed to tackle never-seen-b
92
  <div class="guidelines">
93
  <p><b>GUIDELINES:</b> Avoid labeling non-specific time references like 'recently' or 'soon'. Exercise caution with ambiguous terms like 'May' (month or verb) and 'Wednesday Adams' (person's name which includes a day of the week).</p>
94
  </div>
95
- <p>Return a JSON list of instances of this Named Entity type (for example [\"text_span_1\", \"text_span_2\"]. Return an empty list [] if no instances are present. Return only the JSON list, no further motivations or introduction to the answer.</p>
96
  <p><b><|eot_id|><|start_header_id|>assistant<|end_header_id|></b></p>
97
  </div>
98
  <div class="footer"></div>
 
84
  <p>"""<br>
85
  {input text}<br>
86
  """</p>
87
+ <p><b>Instruction:</b> Extract the entities of type <b>[NEs_list]</b> from the text chunk you have read. Be aware that not all of these entities are necessarily present. Do not extract entities that do not exist in the text, return an empty list for that tag. Ensure each entity is assigned to only one appropriate class.</p>
88
+ <p>To help you, here are dedicated Definition and Guidelines for each entity tag.</p>
89
  <p>You are given a <b>DEFINITION</b> and some <b>GUIDELINES</b>.</p>
90
  <div class="definition">
91
  <p><b>DEFINITION:</b> <b>DATE</b> refers to specific points in time, including days, months, years, and relative time expressions like 'Week 2'.</p>
 
93
  <div class="guidelines">
94
  <p><b>GUIDELINES:</b> Avoid labeling non-specific time references like 'recently' or 'soon'. Exercise caution with ambiguous terms like 'May' (month or verb) and 'Wednesday Adams' (person's name which includes a day of the week).</p>
95
  </div>
96
+ <p>Return only a JSON object. The JSON should strictly follow this format: {expected_json_format}. DO NOT output anything else, just the JSON itself.</p>
97
  <p><b><|eot_id|><|start_header_id|>assistant<|end_header_id|></b></p>
98
  </div>
99
  <div class="footer"></div>