gauneg commited on
Commit
df83ab7
·
verified ·
1 Parent(s): a83d7cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -7,6 +7,10 @@ base_model:
7
  library_name: transformers
8
  ---
9
 
 
 
 
 
10
  This model requires custom code as it uses GridTaggingScheme to predict the labels on the input. For the convenience,
11
  the custom code and model architecture has been included with the model.
12
 
 
7
  library_name: transformers
8
  ---
9
 
10
+ This work is based on [Grid Tagging Scheme for Aspect-oriented Fine-grained Opinion Extraction](https://aclanthology.org/2020.findings-emnlp.234/).The code from
11
+ their [github repository](https://github.com/NJUNLP/GTS) was also utilized along with their dataset.
12
+
13
+
14
  This model requires custom code as it uses GridTaggingScheme to predict the labels on the input. For the convenience,
15
  the custom code and model architecture has been included with the model.
16