Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide recent advances on application CoT for Sentiment Analysis #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,10 @@ If you want to contribute to this list (please do), send me a pull request or co

### Language Models

* [Reasoning Implicit Sentiment with Chain-of-Thought Prompting](https://aclanthology.org/2023.acl-short.101.pdf) --
attempt of employing *reasoning* in implicit sentiment analysis, which assumes exploit Chain-of-Thoughts (CoT) in a
form of so called Three-hop Reasoning (THOR) framework to mimic the human-like reasoning process in Sentiment Analysis.

* [Sentiment Analysis in the Era of Large Language Models: A Reality Check](https://arxiv.org/pdf/2305.15005.pdf) --
authors evaluate performance across 13 tasks on 26 datasets and compare the large language models (LLMs) such as ChatGPT
with the results against small language models (SLMs) trained on domain-specific datasets,
Expand Down