paper-with-me

홈 › Papers

Labels Generated by Large Language Model Helps Measuring People's Empathy in Vitro

2025-01-01 · Md Rakibul Hasan, Yue Yao, Md Zakir Hossain, Aneesh Krishna, Imre Rudas, Shafin Rahman, Tom Gedeon

Large language models (LLMs) have revolutionised numerous fields, with LLM-as-a-service (LLMSaaS) having a strong generalisation ability that offers accessible solutions directly without the need for costly training. In contrast to the widely studied prompt engineering for task solving directly (in vivo), this paper explores its potential in in-vitro applications. These involve using LLM to generate labels to help the supervised training of mainstream models by (1) noisy label correction and (2) training data augmentation with LLM-generated labels. In this paper, we evaluate this approach in the emerging field of empathy computing -- automating the prediction of psychological questionnaire outcomes from inputs like text sequences. Specifically, crowdsourced datasets in this domain often suffer from noisy labels that misrepresent underlying empathy. By leveraging LLM-generated labels to train pre-trained language models (PLMs) like RoBERTa, we achieve statistically significant accuracy improvements over baselines, achieving a state-of-the-art Pearson correlation coefficient of 0.648 on NewsEmp benchmarks. In addition, we bring insightful discussions, including current challenges in empathy computing, data biases in training data and evaluation metric selection. Code and LLM-generated data are available at https://github.com/hasan-rakibul/LLMPathy (available once the paper is accepted).

📄 PDF Abstract BibTeX arXiv:2501.00691

Code (1)

hasan-rakibul/llmpathy 공식 구현 pytorch

Tasks

Data AugmentationLanguage ModelingLanguage ModellingLarge Language ModelPrompt Engineering

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
WordPiece 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

Conservative Bias in Large Language Models: Measuring Relation Predictions

2025-06-09 · Toyin Aguda, Erik Wilson, Allan Anzagira, Simerjot Kaur 외

Large language models (LLMs) exhibit pronounced conservative bias in relation extraction tasks, frequently defaulting to No_Relation label when an appropriate option is unavailable. While this behavior helps prevent inco…

HallucinationRelationRelation ExtractionSemantic Similarity+1

Knowledge Distillation in Automated Annotation: Supervised Text Classification with LLM-Generated Training Labels

2024-06-25 · Nicholas Pangakis, Samuel Wolken

Computational social science (CSS) practitioners often rely on human-labeled data to fine-tune supervised text classifiers. We assess the potential for researchers to augment or replace human-generated training data with…

ArticlesIn-Context LearningKnowledge Distillationtext-classification+1

Claim Verification using a Multi-GAN based Model

2021-03-14 · RANLP 2021 9 · Amartya Hatua, Arjun Mukherjee, Rakesh M. Verma

This article describes research on claim verification carried out using a multiple GAN-based model. The proposed model consists of three pairs of generators and discriminators. The generator and discriminator pairs are r…

Claim VerificationLanguage ModelingLanguage Modellingmodel

Towards Coherent and Consistent Use of Entities in Narrative Generation

2022-02-03 · Pinelopi Papalampidi, Kris Cao, Tomas Kocisky

Large pre-trained language models (LMs) have demonstrated impressive capabilities in generating long, fluent text; however, there is little to no analysis on their ability to maintain entity coherence and consistency. In…

ConFit v2: Improving Resume-Job Matching using Hypothetical Resume Embedding and Runner-Up Hard-Negative Mining

2025-02-17 · Xiao Yu, Ruize Xu, Chengyuan Xue, Jinzhong Zhang 외

A reliable resume-job matching system helps a company recommend suitable candidates from a pool of resumes and helps a job seeker find relevant jobs from a list of job posts. However, since job seekers apply only to a fe…

Language ModelingLanguage ModellingLarge Language Model