andrewzamai commited on
Commit
b106941
·
verified ·
1 Parent(s): ff5c91a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -9
README.md CHANGED
@@ -54,16 +54,13 @@ Instructed on a reduced number of samples, it is designed to tackle never-seen-b
54
  .content {
55
  padding: 5px;
56
  }
57
- .definition, .guidelines {
58
  padding: 5px;
59
  border-radius: 10px; /* Rounded borders for definition and guidelines */
60
  }
61
  .definition {
62
  background-color: #ffc773;
63
  }
64
- .guidelines {
65
- background-color: #73d7ff;
66
- }
67
  .footer {
68
  background-color: black;
69
  color: white;
@@ -86,12 +83,8 @@ Instructed on a reduced number of samples, it is designed to tackle never-seen-b
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>
92
- </div>
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>
 
54
  .content {
55
  padding: 5px;
56
  }
57
+ .definition, {
58
  padding: 5px;
59
  border-radius: 10px; /* Rounded borders for definition and guidelines */
60
  }
61
  .definition {
62
  background-color: #ffc773;
63
  }
 
 
 
64
  .footer {
65
  background-color: black;
66
  color: white;
 
83
  """</p>
84
  <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>
85
  <p>To help you, here are dedicated Definition and Guidelines for each entity tag.</p>
 
86
  <div class="definition">
87
+ <p>{\n<b>"TASK":</b>{\n "Definition": ,\n "Guidelines": \n}.</p>
 
 
 
88
  </div>
89
  <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>
90
  <p><b><|eot_id|><|start_header_id|>assistant<|end_header_id|></b></p>