Skip to content

Latest commit

 

History

History
67 lines (65 loc) · 4.94 KB

README.md

File metadata and controls

67 lines (65 loc) · 4.94 KB

2023 Google Pixel User Sentiment Monitoring

google-pixel-2023

Links

1. Crawler

  • 🗓 reported date:
  • 🌲 branch: crawler
  • 🗂️ The crawler to crawl the data from the Google Pixel forum.
  • 🔩 toolkits:

2. Pixel ABSA TestSet (PATS)

  • 🗓 reported date:
  • 🌲 branch: pats
  • 🗂️ Labeled data of the crawled data.
  • 🔩 toolkits:
  • The scripts inside convert the labeled data from label-studio format to the format that can be used by (1) bert-based models: RobertaABSA model and (2) text-to-text models: LLaMA.

3. BERT-Series: A Simple ABSA Baseline

4. LLM-Series: ABSA with ChatGPT

5. LLM-Series: Senti-LLaMA Experiments [to be updated]

6. Dialogue ABSA