Update README.md
Browse files
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{
|
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 |
-
@
|
160 |
-
author = {Heng Yang and
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
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 |
+
```
|