yangheng commited on
Commit
48c3ead
·
verified ·
1 Parent(s): 3a36345

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -9
README.md CHANGED
@@ -146,7 +146,7 @@ If you use this model in your research or application, please cite the foundatio
146
  ### BibTeX Citation
147
 
148
  ```bibtex
149
- @inproceedings{DBLP:conf/cikm/0008ZL23,
150
  author = {Heng Yang and Chen Zhang and Ke Li},
151
  title = {PyABSA: {A} Modularized Framework for Reproducible Aspect-based Sentiment Analysis},
152
  booktitle = {Proceedings of the 32nd {ACM} International Conference on Information and Knowledge Management, {CIKM} 2023},
@@ -156,11 +156,20 @@ If you use this model in your research or application, please cite the foundatio
156
  doi = {10.1145/3583780.3614752}
157
  }
158
 
159
- @article{YangZMT21,
160
- author = {Heng Yang and Biqing Zeng and Mayi Xu and Tianxing Wang},
161
- title = {Back to Reality: Leveraging Pattern-driven Modeling to Enable Affordable Sentiment Dependency Learning},
162
- journal = {CoRR},
163
- volume = {abs/2110.08604},
164
- year = {2021},
165
- url = {https://arxiv.org/abs/2110.08604},
166
- }
 
 
 
 
 
 
 
 
 
 
146
  ### BibTeX Citation
147
 
148
  ```bibtex
149
+ @inproceedings{YangCL23PyABSA,
150
  author = {Heng Yang and Chen Zhang and Ke Li},
151
  title = {PyABSA: {A} Modularized Framework for Reproducible Aspect-based Sentiment Analysis},
152
  booktitle = {Proceedings of the 32nd {ACM} International Conference on Information and Knowledge Management, {CIKM} 2023},
 
156
  doi = {10.1145/3583780.3614752}
157
  }
158
 
159
+ @inproceedings{YangL24LCF/LCA,
160
+ author = {Heng Yang and
161
+ Ke Li},
162
+ editor = {Yvette Graham and
163
+ Matthew Purver},
164
+ title = {Modeling Aspect Sentiment Coherency via Local Sentiment Aggregation},
165
+ booktitle = {Findings of the Association for Computational Linguistics: {EACL}
166
+ 2024, St. Julian's, Malta, March 17-22, 2024},
167
+ pages = {182--195},
168
+ publisher = {Association for Computational Linguistics},
169
+ year = {2024},
170
+ url = {https://aclanthology.org/2024.findings-eacl.13},
171
+ timestamp = {Tue, 23 Jul 2024 08:21:59 +0200},
172
+ biburl = {https://dblp.org/rec/conf/eacl/YangL24.bib},
173
+ bibsource = {dblp computer science bibliography, https://dblp.org}
174
+ }
175
+ ```