← Search

Yulan He

86 accepted papers

2026

Beyond Perplexity: Let the Reader Select Retrieval Summaries via Spectrum Projection Score

AAAI 2026technical

Large Language Models (LLMs) have shown improved generation performance through retrieval-augmented generation (RAG) following the retriever-reader paradigm, which supplements model inputs with externally retrieved knowledge. However, prior work often evaluates RAG holistically, assessing the retrie

Cited by 0SourcePDFScholar
2026

Causal Fine-Tuning under Latent Confounded Shift

ICML 2026poster

Adapting to latent confounded shift remains a core challenge in modern AI. This setting is driven by hidden variables that induce spurious correlations between inputs and outputs during training, leading models to rely on non-causal shortcuts. For example, a model may learn to treat metadata (e.g., …

Cited by 0SourceScholar
2026

Detecting Contextual Hallucinations in Large Language Models with Frequency-Aware Attention

ICML 2026poster

Hallucination detection is critical for ensuring the reliability of large language models (LLMs) in context-based generation. Prior work has explored intrinsic signals available during generation, among which attention offers a direct view of grounding behavior. However, existing approaches typicall…

Cited by 0SourceScholar
2026

Hunt Instead of Wait: Evaluating Deep Data Research on Large Language Models

ICML 2026poster

The agency expected of Agentic Large Language Models goes beyond answering correctly, requiring autonomy to set goals and decide what to explore. We term this *investigatory intelligence*, distinguishing it from *executional intelligence*, which merely completes assigned tasks. Data Science provides…

Cited by 0SourceScholar
2026

Position: Self-Play Only Evolves When Self-Synthetic Pipeline Ensures Learnable Information Gain

ICML 2026poster

Large language models (LLMs) make it plausible to build systems that improve through self-evolving loops, but many existing proposals are better understood as self-play and often plateau quickly. A central failure mode is that the loop synthesises more data without increasing *learnable information*…

Cited by 0SourceScholar
2026

Pull Requests as a Training Signal for Repo-Level Code Editing

ICML 2026poster

Repository-level code editing requires models to understand complex dependencies and execute precise multi-file modifications across a large codebase. While recent gains on SWE-bench rely heavily on complex agent scaffolding, it remains unclear how much of this capability can be internalised via hig…

Cited by 0SourceScholar
2026

SSA: Sparse Sparse Attention by Aligning Full and Sparse Attention Outputs in Feature Space

ICML 2026poster

Sparse attention reduces the quadratic complexity of full self-attention but faces two challenges: (1) an attention gap, where applying sparse attention to full-attention-trained models causes performance degradation due to train-inference distribution mismatch, and (2) a capability gap, where model…

Cited by 0SourceScholar
2026

Stop the Flip-Flop: Context-Preserving Verification for Fast Revocable Diffusion Decoding

ICML 2026poster

Parallel diffusion decoding can accelerate diffusion language model inference by unmasking multiple tokens per step, but aggressive parallelism often harms quality. Revocable decoding mitigates this by rechecking earlier tokens, yet we observe that existing verification schemes frequently trigger fl…

Cited by 0SourceScholar
2026

When Thinking Backfires: Mechanistic Insights into Reason-induced Misalignment

ICLR 2026poster

With the growing accessibility and wide adoption of large language models, concerns about their safety and alignment with human values have become paramount. In this paper, we identify a concerning phenomenon: Reasoning-Induced Misalignment (RIM), in which misalignment emerges when reasoning capabil…

Cited by 0SourceScholar
2025

An Automated Explainable Educational Assessment System Built on LLMs

AAAI 2025technical

In this demo, we present AERA Chat, an automated and explainable educational assessment system designed for interactive and visual evaluations of student responses. This system leverages large language models (LLMs) to generate automated marking and rationale explanations, addressing the challenge o…

Cited by 0SourcePDFScholar
2025

Assessing the Reasoning Capabilities of LLMs in the context of Evidence-based Claim Verification

ACL 2025finding

Although LLMs have shown great performance on Mathematics and Coding related reasoning tasks, the reasoning capabilities of LLMs regarding other forms of reasoning are still an open problem. Here, we examine the issue of reasoning from the perspective of claim verification. We propose a framework de…

Cited by 0SourcePDFScholar
2025

Beyond Prompting: An Efficient Embedding Framework for Open-Domain Question Answering

ACL 2025long

Large language models (LLMs) have recently pushed open-domain question answering (ODQA) to new frontiers. However, prevailing retriever–reader pipelines often depend on multiple rounds of prompt-level instructions, leading to high computational overhead, instability, and suboptimal retrieval coverag…

Cited by 0SourcePDFScholar
2025

CODI: Compressing Chain-of-Thought into Continuous Space via Self-Distillation

EMNLP 2025

Chain-of-Thought (CoT) reasoning enhances Large Language Models (LLMs) by encouraging step-by-step reasoning in natural language. However, leveraging a latent continuous space for reasoning may offer benefits in terms of both efficiency and robustness. Prior implicit CoT methods attempt to bypass la

2025

COPR: Continual Human Preference Learning via Optimal Policy Regularization

ACL 2025finding

Reinforcement Learning from Human Feedback (RLHF) is effective for aligning Large Language Models (LLMs) with human preferences. However, RLHF’s complex process limits its ability to continually learn human feedback, making it impractical for real-world applications where the deployed model continuo…

Cited by 0SourcePDFScholar
2025

Cascading Large Language Models for Salient Event Graph Generation

NAACL 2025long

Generating event graphs from long documents is challenging due to the inherent complexity of multiple tasks involved such as detecting events, identifying their relationships, and reconciling unstructured input with structured graphs. Recent studies typically consider all events with equal importanc…

2025

Causal Prompting: Debiasing Large Language Model Prompting Based on Front-Door Adjustment

AAAI 2025technical

Despite the notable advancements of existing prompting methods, such as In-Context Learning and Chain-of-Thought for Large Language Models (LLMs), they still face challenges related to various biases. Traditional debiasing methods primarily focus on the model training stage, including approaches bas…

Cited by 16SourcePDFScholar
2025

Constrain Alignment with Sparse Autoencoders

ICML 2025poster

The alignment of large language models (LLMs) with human preferences remains a key challenge. While post-training techniques like Reinforcement Learning from Human Feedback (RLHF) and Direct Preference Optimization (DPO) have achieved notable success, they often experience computational inefficienci…

Cited by 0SourcePDFScholar
2025

Drift: Enhancing LLM Faithfulness in Rationale Generation via Dual-Reward Probabilistic Inference

ACL 2025long

As Large Language Models (LLMs) are increasingly applied to complex reasoning tasks, achieving both accurate task performance and faithful explanations becomes crucial. However, LLMs often generate unfaithful explanations, partly because they do not consistently adhere closely to the provided contex…

2025

EnigmaToM: Improve LLMs’ Theory-of-Mind Reasoning Capabilities with Neural Knowledge Base of Entity States

ACL 2025finding

Theory-of-Mind (ToM), the ability to infer others’ perceptions and mental states, is fundamental to human interaction but remains challenging for Large Language Models (LLMs). While existing ToM reasoning methods show promise with reasoning via perceptual perspective-taking, they often rely excessiv…

2025

Evaluating LLMs’ Assessment of Mixed-Context Hallucination Through the Lens of Summarization

ACL 2025finding

With the rapid development of large language models (LLMs), LLM-as-a-judge has emerged as a widely adopted approach for text quality evaluation, including hallucination evaluation. While previous studies have focused exclusively on single-context evaluation (e.g., discourse faithfulness or world fac…

2025

ExDDI: Explaining Drug-Drug Interaction Predictions with Natural Language

AAAI 2025technical

Predicting unknown drug-drug interactions (DDIs) is crucial for improving medication safety. Previous efforts in DDI prediction have typically focused on binary classification or predicting DDI categories, with the absence of explanatory insights that could enhance trust in these predictions. In thi…

2025

Explainable Depression Detection in Clinical Interviews with Personalized Retrieval-Augmented Generation

ACL 2025finding

Depression is a widespread mental health disorder, and clinical interviews are the gold standard for assessment. However, their reliance on scarce professionals highlights the need for automated detection. Current systems mainly employ black-box neural networks, which lack interpretability, which is…

Cited by 0SourcePDFScholar
2025

FIPO: Free-form Instruction-oriented Prompt Optimization with Preference Dataset and Modular Fine-tuning Schema

COLING 2025main

When carefully optimized by human experts, naive prompts can significantly enhance the task performance of large language models (LLMs). However, such expert-driven prompt optimizations are resource-intensive. To address this, some studies have proposed Automatic Prompt Optimization (APO), which ref…

2025

Hatevolution: What Static Benchmarks Don’t Tell Us

ACL 2025finding

Language changes over time, including in the hate speech domain, which evolves quickly following social dynamics and cultural shifts. While NLP research has investigated the impact of language evolution on model training and has proposed several solutions for it, its impact on model benchmarking rem…

2025

LASS: A Novel and Economical Data Augmentation Framework Based on Language Models for Debiasing Opinion Summarization

COLING 2025main

As more than 70% of reviews in the existing opinion summary data set are positive, current opinion summarization approaches are hesitant to generate negative summaries given the input of negative texts. To address such sentiment bias, a direct approach without the reliance on a specific structure is…

Cited by 0SourcePDFScholar
2025

LlmLink: Dual LLMs for Dynamic Entity Linking on Long Narratives with Collaborative Memorisation and Prompt Optimisation

COLING 2025main

We address the task of CoREFerence resolution (CoREF) in chunked long narratives. Existing approaches remain either focused on supervised fine-tuning or limited to one-off prediction, which poses a challenge where the context is long. We develop a dynamic approach to cope with this: by deploying dua…

2025

Modeling Subjectivity in Cognitive Appraisal with Language Models

EMNLP 2025

As the utilization of language models in interdisciplinary, human-centered studies grow, expectations of their capabilities continue to evolve. Beyond excelling at conventional tasks, models are now expected to perform well on user-centric measurements involving confidence and human (dis)agreement-

2025

NOVER: Incentive Training for Language Models via Verifier-Free Reinforcement Learning

EMNLP 2025

Recent advances, such as DeepSeek R1-Zero, highlight the effectiveness of incentive training, a reinforcement learning paradigm that computes rewards solely based on the final answer part of a language model’s output, thereby encouraging the generation of intermediate reasoning steps. However, these

2025

PECAN: LLM-Guided Dynamic Progress Control with Attention-Guided Hierarchical Weighted Graph for Long-Document QA

ACL 2025finding

Long-document QA presents challenges with large-scale text and long-distance dependencies. Recent advances in Large Language Models (LLMs) enable entire documents to be processed in a single pass. However, their computational cost is significantly high. Retrieval-Augmented Generation (RAG) methods s…

2025

PROPER: A Progressive Learning Framework for Personalized Large Language Models with Group-Level Adaptation

ACL 2025long

Personalized large language models (LLMs) aim to tailor their outputs to user preferences. Recent advances in parameter-efficient fine-tuning (PEFT) methods have highlighted the effectiveness of adapting population-level LLMs to personalized LLMs by fine-tuning user-specific parameters with user his…

2025

Position: LLMs Need a Bayesian Meta-Reasoning Framework for More Robust and Generalizable Reasoning

ICML 2025poster

Large language models (LLMs) excel in many reasoning tasks but continue to face significant challenges, such as lack of robustness in reasoning, struggling with cross-task generalization, and inefficiencies in scaling up reasoning capabilities. Current training paradigms, including next-token predi…

Cited by 0SourcePDFScholar
2025

RGAR: Recurrence Generation-augmented Retrieval for Factual-aware Medical Question Answering

EMNLP 2025

Medical question answering fundamentally relies on accurate clinical knowledge. The dominant paradigm, Retrieval-Augmented Generation (RAG), acquires expertise conceptual knowledge from large-scale medical corpus to guide general-purpose large language models (LLMs) in generating trustworthy answers

Cited by 0SourcePDFScholar
2025

Rehearse With User: Personalized Opinion Summarization via Role-Playing based on Large Language Models

ACL 2025finding

Personalized opinion summarization is crucial as it considers individual user interests while generating product summaries.Recent studies show that although large language models demonstrate powerful text summarization and evaluation capabilities without the need for training data, they face difficu…

Cited by 0SourcePDFScholar
2025

RoleMRC: A Fine-Grained Composite Benchmark for Role-Playing and Instruction-Following

ACL 2025finding

Role-playing is important for Large Language Models (LLMs) to follow diverse instructions while maintaining role identity and the role’s pre-defined ability limits. Existing role-playing datasets mostly contribute to controlling role style and knowledge boundaries, but overlook role-playing in instr…

2025

SCOPE: Optimizing Key-Value Cache Compression in Long-context Generation

ACL 2025long

Key-Value (KV) cache has become a bottleneck of LLMs for long-context generation. Despite the numerous efforts in this area, the optimization for the decoding phase is generally ignored. However, we believe such optimization is crucial, especially for long-output generation tasks based on the follow…

2025

Soft Reasoning: Navigating Solution Spaces in Large Language Models through Controlled Embedding Exploration

ICML 2025spotlight

Large Language Models (LLMs) struggle with complex reasoning due to limited diversity and inefficient search. We propose Soft Reasoning, an embedding-based search framework that optimises the embedding of the first token to guide generation. It combines (1) embedding perturbation for controlled expl…

Cited by 0SourcePDFScholar
2025

Sparse Activation Editing for Reliable Instruction Following in Narratives

EMNLP 2025

Complex narrative contexts often challenge language models’ ability to follow instructions, and existing benchmarks fail to capture these difficulties. To address this, we propose Concise-SAE, a training-free framework that improves instruction following by identifying and editing instruction-releva

2025

Two Heads Are Better Than One: Dual-Model Verbal Reflection at Inference-Time

EMNLP 2025

Although preference optimization methods have improved reasoning performance in Large Language Models (LLMs), they often lack transparency regarding why one reasoning outcome is preferred over another. This limitation is especially critical in Automated Student Answer Scoring (ASAS), where explainab

2025

WebWalker: Benchmarking LLMs in Web Traversal

ACL 2025long

Retrieval-augmented generation (RAG) demonstrates remarkable performance across tasks in open-domain question-answering. However, traditional search engines may retrieve shallow content, limiting the ability of LLMs to handle complex, multi-layered information. To address this, we introduce WebWalke…

2024

Addressing Order Sensitivity of In-Context Demonstration Examples in Causal Language Models

ACL 2024findings

In-context learning has become a popular paradigm in natural language processing. However, its performance can be significantly influenced by the order of in-context demonstration examples. In this paper, we found that causal language models (CausalLMs) are more sensitive to this order compared to p…

2024

CPPO: Continual Learning for Reinforcement Learning with Human Feedback

ICLR 2024poster

The approach of Reinforcement Learning from Human Feedback (RLHF) is widely used for enhancing pre-trained Language Models (LM), enabling them to better align with human preferences. Existing RLHF-based LMs however require complete retraining whenever new queries or feedback are introduced, as human…

Cited by 17SourcePDFScholar
2024

CWTM: Leveraging Contextualized Word Embeddings from BERT for Neural Topic Modeling

COLING 2024main

Most existing topic models rely on bag-of-words (BOW) representation, which limits their ability to capture word order information and leads to challenges with out-of-vocabulary (OOV) words in new documents. Contextualized word embeddings, however, show superiority in word sense disambiguation and e…

2024

Calibrating LLMs with Preference Optimization on Thought Trees for Generating Rationale in Science Question Scoring

EMNLP 2024finding

Generating rationales that justify scoring decisions has been a promising way to facilitate explainability in automated scoring systems. However, existing methods do not match the accuracy of classifier-based methods. Plus, the generated rationales often contain hallucinated information. To address…

2024

DrugWatch: A Comprehensive Multi-Source Data Visualisation Platform for Drug Safety Information

ACL 2024system demonstrations

Drug safety research is crucial for maintaining public health, often requiring comprehensive data support. However, the resources currently available to the public are limited and fail to provide a comprehensive understanding of the relationship between drugs and their side effects. This paper intro…

2024

Eliminating Biased Length Reliance of Direct Preference Optimization via Down-Sampled KL Divergence

EMNLP 2024main

Direct Preference Optimization (DPO) has emerged as a prominent algorithm for the direct and robust alignment of Large Language Models (LLMs) with human preferences, offering a more straightforward alternative to the complex Reinforcement Learning from Human Feedback (RLHF). Despite its promising ef…

2024

Encourage or Inhibit Monosemanticity? Revisit Monosemanticity from a Feature Decorrelation Perspective

EMNLP 2024main

To better interpret the intrinsic mechanism of large language models (LLMs), recent studies focus on monosemanticity on its basic units. A monosemantic neuron is dedicated to a single and specific concept, which forms a one-to-one correlation between neurons and concepts. Despite extensive research…

2024

Large Language Models Fall Short: Understanding Complex Relationships in Detective Narratives

ACL 2024findings

Existing datasets for narrative understanding often fail to represent the complexity and uncertainty of relationships in real-life social scenarios. To address this gap, we introduce a new benchmark, Conan, designed for extracting and analysing intricate character relation graphs from detective narr…

2024

Mirror: Multiple-perspective Self-Reflection Method for Knowledge-rich Reasoning

ACL 2024long

While Large language models (LLMs) have the capability to iteratively reflect on their own outputs, recent studies have observed their struggles with knowledge-rich problems without access to external resources. In addition to the inefficiency of LLMs in self-assessment, we also observe that LLMs st…

2024

NarrativePlay: An Automated System for Crafting Visual Worlds in Novels for Role-Playing

AAAI 2024technical

In this demo, we present NarrativePlay -- an innovative system enabling users to role-play a fictional character and interact with dynamically generated narrative environments. Unlike existing predefined sandbox approaches, NarrativePlay centres around the main storyline events extracted from the na…

2024

OpenToM: A Comprehensive Benchmark for Evaluating Theory-of-Mind Reasoning Capabilities of Large Language Models

ACL 2024long

Neural Theory-of-Mind (N-ToM), machine’s ability to understand and keep track of the mental states of others, is pivotal in developing socially intelligent agents. However, prevalent N-ToM benchmarks have several shortcomings, including the presence of ambiguous and artificial narratives, absence of…

2024

Opinions Are Not Always Positive: Debiasing Opinion Summarization with Model-Specific and Model-Agnostic Methods

COLING 2024main

As in the existing opinion summary data set, more than 70% are positive texts, the current opinion summarization approaches are reluctant to generate the negative opinion summary given the input of negative opinions. To address such sentiment bias, two approaches are proposed through two perspective…

Cited by 1SourcePDFScholar
2024

Set-Aligning Framework for Auto-Regressive Event Temporal Graph Generation

NAACL 2024long

Event temporal graphs have been shown as convenient and effective representations of complex temporal relations between events in text. Recent studies, which employ pre-trained language models to auto-regressively generate linearised graphs for constructing event temporal graphs, have shown promisin…

2024

The Mystery of In-Context Learning: A Comprehensive Survey on Interpretation and Analysis

EMNLP 2024main

Understanding in-context learning (ICL) capability that enables large language models (LLMs) to excel in proficiency through demonstration examples is of utmost importance. This importance stems not only from the better utilization of this capability across various tasks, but also from the proactive…

2024

Towards Unified Task Embeddings Across Multiple Models: Bridging the Gap for Prompt-Based Large Language Models and Beyond

ACL 2024findings

Task embedding, a meta-learning technique that captures task-specific information, has gained popularity, especially in areas such as multi-task learning, model editing, and interpretability. However, it faces challenges with the emergence of prompt-guided Large Language Models (LLMs) operating in a…

2024

Weak Reward Model Transforms Generative Models into Robust Causal Event Extraction Systems

EMNLP 2024main

The inherent ambiguity of cause and effect boundaries poses a challenge in evaluating causal event extraction tasks. Traditional metrics like Exact Match and BertScore poorly reflect model performance, so we trained evaluation models to approximate human evaluation, achieving high agreement. We used…

2023

Are NLP Models Good at Tracing Thoughts: An Overview of Narrative Understanding

EMNLP 2023long findings

Narrative understanding involves capturing the author's cognitive processes, providing insights into their knowledge, intentions, beliefs, and desires. Although large language models (LLMs) excel in generating grammatically coherent text, their ability to comprehend the author's thoughts remains unc…

Cited by 0SourceScholar
2023

CUE: An Uncertainty Interpretation Framework for Text Classifiers Built on Pre-Trained Language Models

UAI 2023poster

Text classifiers built on Pre-trained Language Models (PLMs) have achieved remarkable progress in various tasks including sentiment analysis, natural language inference, and question-answering. However, the occurrence of uncertain predictions by these classifiers poses a challenge to their reliabili…

2023

Counterfactual Generation with Identifiability Guarantees

NeurIPS 2023poster

Counterfactual generation lies at the core of various machine learning tasks, including image translation and controllable text generation. This generation process usually requires the identification of the disentangled latent representations, such as content and style, that underlie the observed da…

2023

Disentangling Aspect and Stance via a Siamese Autoencoder for Aspect Clustering of Vaccination Opinions

ACL 2023findings

Mining public opinions about vaccines from social media has been increasingly relevant to analyse trends in public debates and to provide quick insights to policy-makers. However, the application of existing models has been hindered by the wide variety of users’ attitudes and the new aspects continu…

2023

Distilling ChatGPT for Explainable Automated Student Answer Assessment

EMNLP 2023long findings

Providing explainable and faithful feedback is crucial for automated student answer assessment. In this paper, we introduce a novel framework that explores using ChatGPT, a cutting-edge large language model, for the concurrent tasks of student answer scoring and rationale generation. We identify the…

Cited by 0SourcecodeScholar
2023

Document-Level Multi-Event Extraction with Event Proxy Nodes and Hausdorff Distance Minimization

ACL 2023long

Document-level multi-event extraction aims to extract the structural information from a given document automatically. Most recent approaches usually involve two steps: (1) modeling entity interactions; (2) decoding entity interactions into events. However, such approaches ignore a global view of int…

2023

EXPLAIN, EDIT, GENERATE: Rationale-Sensitive Counterfactual Data Augmentation for Multi-hop Fact Verification

EMNLP 2023long main

Automatic multi-hop fact verification task has gained significant attention in recent years. Despite impressive results, these well-designed models perform poorly on out-of-domain data. One possible solution is to augment the training data with counterfactuals, which are generated by minimally alter…

Cited by 0SourcecodeScholar
2022

Addressing token uniformity in transformers via singular value transformation

UAI 2022poster

Token uniformity is commonly observed in transformer-based models, in which different tokens share a large proportion of similar information after going through stacked multiple self-attention layers in a transformer. In this paper, we propose to use the distribution of singular values of outputs of…

2022

Cross-Modal Prototype Driven Network for Radiology Report Generation

ECCV 2022poster

"Radiology report generation (RRG) aims to describe automatically a radiology image with human-like language and could potentially support the work of radiologists, reducing the burden of manual reporting. Previous approaches often adopt an encoder-decoder architecture and focus on single-modal feat…

2022

Disentangled Learning of Stance and Aspect Topics for Vaccine Attitude Detection in Social Media

NAACL 2022long

Building models to detect vaccine attitudes on social media is challenging because of the composite, often intricate aspects involved, and the limited availability of annotated data. Existing approaches have relied heavily on supervised training that requires abundant annotations and pre-defined asp…

2022

Event-Centric Question Answering via Contrastive Learning and Invertible Event Transformation

EMNLP 2022finding

Human reading comprehension often requires reasoning of event semantic relations in narratives, represented by Event-centric Question-Answering (QA). To address event-centric QA, we propose a novel QA model with contrastive learning and invertible event transformation, call TranCLR. Our proposed mod…

2022

JointCL: A Joint Contrastive Learning Framework for Zero-Shot Stance Detection

ACL 2022long

Zero-shot stance detection (ZSSD) aims to detect the stance for an unseen target during the inference stage. In this paper, we propose a joint contrastive learning (JointCL) framework, which consists of stance contrastive learning and target-aware prototypical graph contrastive learning. Specificall…

2022

Multi-Modal Sarcasm Detection via Cross-Modal Graph Convolutional Network

ACL 2022long

With the increasing popularity of posting multimodal messages online, many recent studies have been carried out utilizing both textual and visual information for multi-modal sarcasm detection. In this paper, we investigate multi-modal sarcasm detection from a novel perspective by constructing a cros…

2022

Natural Language Inference with Self-Attention for Veracity Assessment of Pandemic Claims

NAACL 2022long

We present a comprehensive work on automated veracity assessment from dataset creation to developing novel methods based on Natural Language Inference (NLI), focusing on misinformation related to the COVID-19 pandemic. We first describe the construction of the novel PANACEA dataset consisting of het…

2022

PHEE: A Dataset for Pharmacovigilance Event Extraction from Text

EMNLP 2022main

The primary goal of drug safety researchers and regulators is to promptly identify adverse drug reactions. Doing so may in turn prevent or reduce the harm to patients and ultimately improve public health. Evaluating and monitoring drug safety (i.e., pharmacovigilance) involves analyzing an ever grow…

2022

RSTGen: Imbuing Fine-Grained Interpretable Control into Long-FormText Generators

NAACL 2022long

In this paper, we study the task of improving the cohesion and coherence of long-form text generated by language models. To this end, we propose RSTGen, a framework that utilises Rhetorical Structure Theory (RST), a classical language theory, to control the discourse structure, semantics and topics…

2021

A Disentangled Adversarial Neural Topic Model for Separating Opinions from Plots in User Reviews

NAACL 2021long

The flexibility of the inference process in Variational Autoencoders (VAEs) has recently led to revising traditional probabilistic topic models giving rise to Neural Topic Models (NTM). Although these approaches have achieved significant results, surprisingly very little work has been done on how to…

2021

A Multi-label Multi-hop Relation Detection Model based on Relation-aware Sequence Generation

EMNLP 2021finding

Multi-hop relation detection in Knowledge Base Question Answering (KBQA) aims at retrieving the relation path starting from the topic entity to the answer node based on a given question, where the relation path may comprise multiple relations. Most of the existing methods treat it as a single-label…

Cited by 3SourcePDFScholar
2021

A Neural Group-wise Sentiment Analysis Model with Data Sparsity Awareness

AAAI 2021technical

Sentiment analysis on user-generated content has achieved notable progress by introducing user information to consider each individual’s preference and language usage. However, most existing approaches ignore the data sparsity problem, where the content of some users is limited and the model fails t…

2021

Beyond Text: Incorporating Metadata and Label Structure for Multi-Label Document Classification using Heterogeneous Graphs

EMNLP 2021main

Multi-label document classification, associating one document instance with a set of relevant labels, is attracting more and more research attention. Existing methods explore the incorporation of information beyond text, such as document metadata or label structure. These approaches however either s…

2021

Implicit Sentiment Analysis with Event-centered Text Representation

EMNLP 2021main

Implicit sentiment analysis, aiming at detecting the sentiment of a sentence without sentiment words, has become an attractive research topic in recent years. In this paper, we focus on event-centric implicit sentiment analysis that utilizes the sentiment-aware event contained in a sentence to infer…

2021

MERL: Multimodal Event Representation Learning in Heterogeneous Embedding Spaces

AAAI 2021technical

Previous work has shown the effectiveness of using event representations for tasks such as script event prediction and stock market prediction. It is however still challenging to learn the subtle semantic differences between events based solely on textual descriptions of events often represented as…

Cited by 10SourcePDFScholar
2021

Position Bias Mitigation: A Knowledge-Aware Graph Model for Emotion Cause Extraction

ACL 2021long

The Emotion Cause Extraction (ECE) task aims to identify clauses which contain emotion-evoking information for a particular emotion expressed in text. We observe that a widely-used ECE dataset exhibits a bias that the majority of annotated cause clauses are either directly before their associated em…

2021

Topic-Aware Evidence Reasoning and Stance-Aware Aggregation for Fact Verification

ACL 2021long

Fact verification is a challenging task that requires simultaneously reasoning and aggregating over multiple retrieved pieces of evidence to evaluate the truthfulness of a claim. Existing approaches typically (i) explore the semantic interaction between the claim and evidence at different granularit…

2021

Topic-Driven and Knowledge-Aware Transformer for Dialogue Emotion Detection

ACL 2021long

Emotion detection in dialogues is challenging as it often requires the identification of thematic topics underlying a conversation, the relevant commonsense knowledge, and the intricate transition patterns between the affective states. In this paper, we propose a Topic-Driven Knowledge-Aware Transfo…

2020

CHIME: Cross-passage Hierarchical Memory Network for Generative Review Question Answering

COLING 2020main

We introduce CHIME, a cross-passage hierarchical memory network for question answering (QA) via text generation. It extends XLNet introducing an auxiliary memory module consisting of two components: the context memory collecting cross-passage evidences, and the answer memory working as a buffer cont…