kevinscaria commited on
Commit
5ae9b3b
1 Parent(s): 8787a2b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -13,9 +13,9 @@ pipeline_tag: text2text-generation
13
 
14
  # ate_tk-instruct-base-def-pos-neg-neut-combined
15
  This model is finetuned for the Aspect Term Extraction (ATE) subtask. The finetuning was carried out by adding prompts of the form:
16
- - definition + 2 positive examples + 2 negative examples + 2 neutral examples.
17
 
18
- The prompt is prepended onto each input review. It is important to note that **this model output was finetuned on samples from both laptops and restaurants domains.**
19
  The code for the official implementation of the paper [**InstructABSA: Instruction Learning for Aspect Based Sentiment Analysis**](https://arxiv.org/abs/2302.08624) can be
20
  found [here](https://github.com/kevinscaria/InstructABSA).
21
 
 
13
 
14
  # ate_tk-instruct-base-def-pos-neg-neut-combined
15
  This model is finetuned for the Aspect Term Extraction (ATE) subtask. The finetuning was carried out by adding prompts of the form:
16
+ - definition + 2 positive examples
17
 
18
+ The prompt is prepended onto each input review. It is important to note that **this model output was finetuned on samples from the restaurants domains.**
19
  The code for the official implementation of the paper [**InstructABSA: Instruction Learning for Aspect Based Sentiment Analysis**](https://arxiv.org/abs/2302.08624) can be
20
  found [here](https://github.com/kevinscaria/InstructABSA).
21