paper-with-me

홈 › Papers

Employing Label Models on ChatGPT Answers Improves Legal Text Entailment Performance

2024-01-31 · Chau Nguyen, Le-Minh Nguyen

The objective of legal text entailment is to ascertain whether the assertions in a legal query logically follow from the information provided in one or multiple legal articles. ChatGPT, a large language model, is robust in many natural language processing tasks, including legal text entailment: when we set the temperature = 0 (the ChatGPT answers are deterministic) and prompt the model, it achieves 70.64% accuracy on COLIEE 2022 dataset, which outperforms the previous SOTA of 67.89%. On the other hand, if the temperature is larger than zero, ChatGPT answers are not deterministic, leading to inconsistent answers and fluctuating results. We propose to leverage label models (a fundamental component of weak supervision techniques) to integrate the provisional answers by ChatGPT into consolidated labels. By that way, we treat ChatGPT provisional answers as noisy predictions which can be consolidated by label models. The experimental results demonstrate that this approach can attain an accuracy of 76.15%, marking a significant improvement of 8.26% over the prior state-of-the-art benchmark. Additionally, we perform an analysis of the instances where ChatGPT produces incorrect answers, then we classify the errors, offering insights that could guide potential enhancements for future research endeavors.

📄 PDF Abstract BibTeX arXiv:2401.17897

Code (0)

등록된 구현이 없습니다.

Tasks

ArticlesLanguage ModelingLanguage ModellingLarge Language Model

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Enhancing In-Context Learning with Answer Feedback for Multi-Span Question Answering

2023-06-07 · Zixian Huang, Jiaying Zhou, Gengyang Xiao, Gong Cheng

Whereas the recent emergence of large language models (LLMs) like ChatGPT has exhibited impressive general performance, it still has a large gap with fully-supervised models on specific tasks such as multi-span question …

In-Context LearningKeyphrase ExtractionQuestion Answering

Towards the Exploitation of LLM-based Chatbot for Providing Legal Support to Palestinian Cooperatives

2023-06-09 · Rabee Qasem, Banan Tantour, Mohammed Maree

With the ever-increasing utilization of natural language processing (NLP), we started to witness over the past few years a significant transformation in our interaction with legal texts. This technology has advanced the …

ChatbotQuestion Answering

Lawyer LLaMA Technical Report

2023-05-24 · Quzhe Huang, Mingxu Tao, Chen Zhang, Zhenwei An 외

Large Language Models (LLMs), like LLaMA, have exhibited remarkable performance across various tasks. Nevertheless, when deployed to specific domains such as law or medicine, the models still confront the challenge of a …

ArticlesHallucinationRetrieval

Is Stack Overflow Obsolete? An Empirical Study of the Characteristics of ChatGPT Answers to Stack Overflow Questions

2023-08-04 · Samia Kabir, David N. Udo-Imeh, Bonan Kou, Tianyi Zhang

Q&A platforms have been crucial for the online help-seeking behavior of programmers. However, the recent popularity of ChatGPT is altering this trend. Despite this popularity, no comprehensive study has been conducted to…

Misinformation

Can ChatGPT Perform Reasoning Using the IRAC Method in Analyzing Legal Scenarios Like a Lawyer?

2023-10-23 · Xiaoxi Kang, Lizhen Qu, Lay-Ki Soon, Adnan Trakic 외

Large Language Models (LLMs), such as ChatGPT, have drawn a lot of attentions recently in the legal domain due to its emergent ability to tackle a variety of legal tasks. However, it is still unknown if LLMs are able to …

Legal Reasoning