← Search

Hsin-Hsi Chen

21 accepted papers

2025

Do Before You Judge: Self-Reference as a Pathway to Better LLM Evaluation

EMNLP 2025

LLM-as-Judge frameworks are increasingly popular for AI evaluation, yet research findings on the relationship between models’ generation and judgment abilities remain inconsistent. We investigate this relationship through systematic dataset- and instance-level analyses across 11 models and 21 divers

Cited by 0SourcePDFScholar
2025

GADFA: Generator-Assisted Decision-Focused Approach for Opinion Expressing Timing Identification

COLING 2025main

The advancement of text generation models has granted us the capability to produce coherent and convincing text on demand. Yet, in real-life circumstances, individuals do not continuously generate text or voice their opinions. For instance, consumers pen product reviews after weighing the merits and…

Cited by 0SourcePDFScholar
2025

MESAQA: A Dataset for Multi-Span Contextual and Evidence-Grounded Question Answering

COLING 2025main

We introduce MESAQA, a novel dataset focusing on multi-span contextual understanding question answering (QA).Unlike traditional single-span QA systems, questions in our dataset consider information from multiple spans within the context document. MESAQA supports evidence-grounded QA, demanding the m…

2025

Self-Augmented Preference Alignment for Sycophancy Reduction in LLMs

EMNLP 2025

Sycophancy causes models to produce answers that cater to user expectations rather than providing truthful responses. Sycophantic behavior in models can erode user trust by creating a perception of dishonesty or bias. This lack of authenticity may lead users to question the reliability and objectivi

2025

TimelyMed: AI-Driven Clinical Course Attribution and Temporal Mapping for Psychiatric Medical Records

IJCAI 2025

Timely understanding of a patient’s clinical course is crucial for effective treatment. Extracting course-related information, such as temporal and medical events, from unstructured medical records is both challenging and time-consuming, especially when relying on manual identification by physicians

2024

Argument-Based Sentiment Analysis on Forward-Looking Statements

ACL 2024findings

This paper introduces a novel approach to analyzing the forward-looking statements in equity research reports by integrating argument mining with sentiment analysis. Recognizing the limitations of traditional models in capturing the nuances of future-oriented analysis, we propose a refined categoriz…

2024

Induct-Learn: Short Phrase Prompting with Instruction Induction

EMNLP 2024main

Large Language Models (LLMs) have demonstrated capability in “instruction induction,” generating instructions from demonstrations (input-output pairs). However, existing methods often rely on large datasets or numerous examples, which is impractical and costly in real-world scenarios. In this work,…

2024

Learning Strategies for Robust Argument Mining: An Analysis of Variations in Language and Domain

COLING 2024main

Argument mining has typically been researched for specific corpora belonging to concrete languages and domains independently in each research work. Human argumentation, however, has domain- and language-dependent linguistic features that determine the content and structure of arguments. Also, when d…

Cited by 3SourcePDFScholar
2024

NumHG: A Dataset for Number-Focused Headline Generation

COLING 2024main

Headline generation, a key task in abstractive summarization, strives to condense a full-length article into a succinct, single line of text. Notably, while contemporary encoder-decoder models excel based on the ROUGE metric, they often falter when it comes to the precise generation of numerals in h…

2024

Unveiling Selection Biases: Exploring Order and Token Sensitivity in Large Language Models

ACL 2024findings

In this paper, we investigate the phenomena of “selection biases” in Large Language Models (LLMs), focusing on problems where models are tasked with choosing the optimal option from an ordered sequence. We delve into biases related to option order and token usage, which significantly impact LLMs’ de…

Cited by 19SourcePDFScholar
2023

Fidelity-Enriched Contrastive Search: Reconciling the Faithfulness-Diversity Trade-Off in Text Generation

EMNLP 2023short main

In this paper, we address the hallucination problem commonly found in natural language generation tasks. Language models often generate fluent and convincing content but can lack consistency with the provided source, resulting in potential inaccuracies. We propose a new decoding method called Fideli…

Cited by 0SourcecodeScholar
2023

Self-ICL: Zero-Shot In-Context Learning with Self-Generated Demonstrations

EMNLP 2023long main

Large language models (LLMs) have exhibited striking in-context learning (ICL) ability to adapt to target tasks with a few input-output demonstrations. For better ICL, different methods are proposed to select representative demonstrations from existing training corpora. However, such settings are no…

Cited by 0SourcecodeScholar
2023

ZARA: Improving Few-Shot Self-Rationalization for Small Language Models

EMNLP 2023long findings

Language models (LMs) that jointly generate end-task answers as well as free-text rationales are known as self-rationalization models. Recent works demonstrate great performance gain for self-rationalization by few-shot prompting LMs with rationale-augmented exemplars. However, the ability to benefi…

Cited by 0SourcecodeScholar
2022

Learning to Generate Explanation from e-Hospital Services for Medical Suggestion

COLING 2022main

Explaining the reasoning of neural models has attracted attention in recent years. Providing highly-accessible and comprehensible explanations in natural language is useful for humans to understand model’s prediction results. In this work, we present a pilot study to investigate explanation generati…

2022

SEEN: Structured Event Enhancement Network for Explainable Need Detection of Information Recall Assistance

EMNLP 2022main

When recalling life experiences, people often forget or confuse life events, which necessitates information recall services. Previous work on information recall focuses on providing such assistance reactively, i.e., by retrieving the life event of a given query. Proactively detecting the need for in…

2021

HARGAN: Heterogeneous Argument Attention Network for Persuasiveness Prediction

AAAI 2021technical

Argument structure elaborates the relation among claims and premises. Previous works in persuasiveness prediction do not consider this relation in their architectures. To take argument structure information into account, this paper proposes an approach to persuasiveness prediction with a novel gra…

2021

Semantics-Preserved Data Augmentation for Aspect-Based Sentiment Analysis

EMNLP 2021main

Both the issues of data deficiencies and semantic consistency are important for data augmentation. Most of previous methods address the first issue, but ignore the second one. In the cases of aspect-based sentiment analysis, violation of the above issues may change the aspect and sentiment polarity.…

Cited by 39SourcePDFScholar
2021

Unanswerable Question Correction in Question Answering over Personal Knowledge Base

AAAI 2021technical

People often encounter situations where they need to recall past experiences from their daily life. In this paper, we aim to construct a question answering system that enables human to query their past experiences over personal knowledge base. Previous works on knowledge base question answering focu…

Cited by 15SourcePDFScholar
2020

Heterogeneous Recycle Generation for Chinese Grammatical Error Correction

COLING 2020main

Most recent works in the field of grammatical error correction (GEC) rely on neural machine translation-based models. Although these models boast impressive performance, they require a massive amount of data to properly train. Furthermore, NMT-based systems treat GEC purely as a translation task and…