Papers by Yinhao Bai
Uncertainty-Aware Unlikelihood Learning Improves Generative Aspect Sentiment Quad Prediction (2023.findings-acl)
Copied to clipboard
| Challenge: | Existing studies focus on what to generate but ignore what not to generate . a template-agnostic method boosts original learning and reduces mistakes simultaneously . |
| Approach: | They propose a template-agnostic method to control the token-level generation . they introduce Monte Carlo dropout to understand the built-in uncertainty of pre-trained language models . |
| Outcome: | The proposed method boosts original learning and reduces mistakes simultaneously on four public datasets. |
Classical Sequence Match Is a Competitive Few-Shot One-Class Learner (2022.coling-1)
Copied to clipboard
| Challenge: | Existing models that use transformers are unable to learn new knowledge in the few-shot scenarios. |
| Approach: | They propose a few-shot one-class problem which takes a known sample as a reference to detect whether an unknown instance belongs to the same class. |
| Outcome: | The proposed method significantly outperforms transformer models under meta-learning and fine-tuning. |
Improving Aspect Sentiment Quad Prediction via Template-Order Data Augmentation (2022.emnlp-main)
Copied to clipboard
| Challenge: | Recent work on aspect sentiment quad prediction (ASQP) uses a template to extract aspect quadruplets from review sentences. |
| Approach: | They propose to use a pre-trained language model to select proper orders from a template order perspective to improve aspect sentiment quad prediction. |
| Outcome: | The proposed method outperforms state-of-the-art methods significantly in low-resource settings. |
Is Compound Aspect-Based Sentiment Analysis Addressed by LLMs? (2024.findings-emnlp)
Copied to clipboard
| Challenge: | Aspect-based sentiment analysis (ABSA) aims to predict aspect-based elements from text . large language models (LLMs) have impressive abilities in handling human instructions . |
| Approach: | They propose a framework to evaluate LLMs' ability to handle complex ABSA tasks . they use constrained prompts to automatically organize the returned predictions . |
| Outcome: | The proposed framework outperforms supervised methods in some cases, but it is still lacking in other areas. |
SLIM: Subtrajectory-Level Elimination for More Effective Reasoning (2025.findings-emnlp)
Copied to clipboard
Xifeng Yao, Chengyuan Ma, Dongyu Lang, Yinhao Ni, Zhiwei Xu, Huarui Xie, Zihao Chen, Guang Shen, Dandan Tu, Yi Bai, Changzheng Zhang
| Challenge: | Notable examples include OpenAI’s o1/o3/o4 series and DeepSeek-R1 . |
| Approach: | They develop a framework to identify suboptimal subtrajectories based on human-established criteria . they also use a sampling algorithm to select data whose reasoning process is free from suboptimally subtravertories to the highest degree . |
| Outcome: | The proposed method reduces the number of suboptimal subtrajectories by 25.9% during the inference process. |
BvSP: Broad-view Soft Prompting for Few-Shot Aspect Sentiment Quad Prediction (2024.acl-long)
Copied to clipboard
| Challenge: | Aspect sentiment quad prediction aims to predict aspects due to distinct data distribution. |
| Approach: | They propose a method that aggregates multiple templates with a broader view . they first construct a few-shot ASQP dataset that contains richer categories . |
| Outcome: | The proposed method outperforms the state-of-the-art methods under four few-shot settings and other public datasets. |