← Search

Yuanhe Tian

24 accepted papers

2024

Aspect-based Sentiment Analysis with Context Denoising

NAACL 2024findings

Given a sentence and a particular aspect term, aspect-based sentiment analysis (ABSA) aims to predict the sentiment polarity towards this aspect term, which provides fine-grained analysis on sentiment understanding and it has attracted much attention in recent years. In order to achieve a good perfo…

2024

Bootstrapping Large Language Models for Radiology Report Generation

AAAI 2024technical

Radiology report generation (RRG) aims to automatically generate a free-text description from a specific clinical radiograph, e.g., chest X-Ray images. Existing approaches tend to perform RRG with specific models trained on the public yet limited data from scratch, where they often lead to inferior…

2024

Challenging Large Language Models with New Tasks: A Study on their Adaptability and Robustness

ACL 2024findings

Recent progress in large language models (LLMs) has marked a notable milestone in the field of artificial intelligence. The conventional evaluation of LLMs primarily relies on existing tasks and benchmarks, raising concerns about test set contamination and the genuine comprehension abilities of LLMs…

2024

ChiMed-GPT: A Chinese Medical Large Language Model with Full Training Regime and Better Alignment to Human Preferences

ACL 2024long

Recently, the increasing demand for superior medical services has highlighted the discrepancies in the medical infrastructure. With big data, especially texts, forming the foundation of medical services, there is an exigent need for effective natural language processing (NLP) solutions tailored to t…

2024

Dialogue Summarization with Mixture of Experts based on Large Language Models

ACL 2024long

Dialogue summarization is an important task that requires to generate highlights for a conversation from different aspects (e.g., content of various speakers). While several studies successfully employ large language models (LLMs) and achieve satisfying results, they are limited by using one model a…

2024

Improving Radiology Report Generation with D2-Net: When Diffusion Meets Discriminator

ICASSP 2024accepted

Radiology report generation (RRG) aims to automatically provide observations and insight into a patient’s condition based on radiology images, which is able to greatly reduce the workload of physicians on the premise of ensuring the quality of medical treatment. Existing works leverage the Transform…

Cited by 0SourceScholar
2024

Learning Multimodal Contrast with Cross-modal Memory and Reinforced Contrast Recognition

ACL 2024findings

In many practical scenarios, contents from different modalities are not semantically aligned; for instance, visual and textual information may conflict with each other, resulting in non-compositional expression effects such as irony or humor. Effective modeling and smooth integration of multimodal i…

2024

RESEMO: A Benchmark Chinese Dataset for Studying Responsive Emotion from Social Media Content

ACL 2024findings

On social media platforms, users’ emotions are triggered when they encounter particular content from other users,where such emotions are different from those that spontaneously emerged, owing to the “responsive” nature. Analyzing the aforementioned responsive emotions from user interactions is a tas…

Cited by 0SourcePDFScholar
2023

End-to-end Aspect-based Sentiment Analysis with Combinatory Categorial Grammar

ACL 2023findings

End-to-end Aspect-based Sentiment Analysis (EASA) is a natural language processing (NLP) task that involves extracting aspect terms and identifying the sentiments for them, which provides a fine-grained level of text analysis and thus requires a deep understanding of the running text. Many previous…

2023

Improving Image Captioning via Predicting Structured Concepts

EMNLP 2023long main

Having the difficulty of solving the semantic gap between images and texts for the image captioning task, conventional studies in this area paid some attention to treating semantic concepts as a bridge between the two modalities and improved captioning performance accordingly. Although promising res…

Cited by 0SourceScholar
2022

Enhancing Structure-aware Encoder with Extremely Limited Data for Graph-based Dependency Parsing

COLING 2022main

Dependency parsing is an important fundamental natural language processing task which analyzes the syntactic structure of an input sentence by illustrating the syntactic relations between words. To improve dependency parsing, leveraging existing dependency parsers and extra data (e.g., through semi-…

2022

Improving English-Arabic Transliteration with Phonemic Memories

EMNLP 2022finding

Transliteration is an important task in natural language processing (NLP) which aims to convert a name in the source language to the target language without changing its pronunciation. Particularly, transliteration from English to Arabic is highly needed in many applications, especially in countries…

2022

Improving Relation Extraction through Syntax-induced Pre-training with Dependency Masking

ACL 2022findings

Relation extraction (RE) is an important natural language processing task that predicts the relation between two given entities, where a good understanding of the contextual information is essential to achieve an outstanding model performance. Among different types of contextual information, the aut…

2021

Aspect-based Sentiment Analysis with Type-aware Graph Convolutional Networks and Layer Ensemble

NAACL 2021long

It is popular that neural graph-based models are applied in existing aspect-based sentiment analysis (ABSA) studies for utilizing word relations through dependency parses to facilitate the task with better semantic guidance for analyzing context and aspect words. However, most of these studies only…

2021

Dependency-driven Relation Extraction with Attentive Graph Convolutional Networks

ACL 2021long

Syntactic information, especially dependency trees, has been widely used by existing studies to improve relation extraction with better semantic guidance for analyzing the context information associated with the given entities. However, most existing studies suffer from the noise in the dependency t…

2021

Improving Arabic Diacritization with Regularized Decoding and Adversarial Training

ACL 2021short

Arabic diacritization is a fundamental task for Arabic language processing. Previous studies have demonstrated that automatically generated knowledge can be helpful to this task. However, these studies regard the auto-generated knowledge instances as gold references, which limits their effectiveness…

2021

Improving Federated Learning for Aspect-based Sentiment Analysis via Topic Memories

EMNLP 2021main

Aspect-based sentiment analysis (ABSA) predicts the sentiment polarity towards a particular aspect term in a sentence, which is an important task in real-world applications. To perform ABSA, the trained model is required to have a good understanding of the contextual information, especially the part…

2020

Joint Aspect Extraction and Sentiment Analysis with Directional Graph Convolutional Networks

COLING 2020main

End-to-end aspect-based sentiment analysis (EASA) consists of two sub-tasks: the first extracts the aspect terms in a sentence and the second predicts the sentiment polarities for such terms. For EASA, compared to pipeline and multi-task approaches, joint aspect extraction and sentiment analysis pro…

2020

Joint Chinese Word Segmentation and Part-of-speech Tagging via Multi-channel Attention of Character N-grams

COLING 2020main

Chinese word segmentation (CWS) and part-of-speech (POS) tagging are two fundamental tasks for Chinese language processing. Previous studies have demonstrated that jointly performing them can be an effective one-step solution to both tasks and this joint task can benefit from a good modeling of cont…

2020

Summarizing Medical Conversations via Identifying Important Utterances

COLING 2020main

Summarization is an important natural language processing (NLP) task in identifying key information from text. For conversations, the summarization systems need to extract salient contents from spontaneous utterances by multiple speakers. In a special task-oriented scenario, namely medical conversat…