kevinscaria commited on
Commit
8a4e0f9
·
1 Parent(s): cc0b3b4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,7 +15,7 @@ pipeline_tag: text2text-generation
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 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
 
 
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 laptops 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