paper-with-me

Papers

Eval-GCSC: A New Metric for Evaluating ChatGPT's Performance in Chinese Spelling Correction

2023-11-14 · Kunting Li, Yong Hu, Shaolei Wang, Hanhan Ma, Liang He, Fandong Meng, Jie zhou

ChatGPT has demonstrated impressive performance in various downstream tasks. However, in the Chinese Spelling Correction (CSC) task, we observe a discrepancy: while ChatGPT performs well under human evaluation, it scores poorly according to traditional metrics. We believe this inconsistency arises because the traditional metrics are not well-suited for evaluating generative models. Their overly strict length and phonics constraints may lead to underestimating ChatGPT's correction capabilities. To better evaluate generative models in the CSC task, this paper proposes a new evaluation metric: Eval-GCSC. By incorporating word-level and semantic similarity judgments, it relaxes the stringent length and phonics constraints. Experimental results show that Eval-GCSC closely aligns with human evaluations. Under this metric, ChatGPT's performance is comparable to traditional token-level classification models (TCM), demonstrating its potential as a CSC tool. The source code and scripts can be accessed at https://github.com/ktlKTL/Eval-GCSC.

📄 PDF Abstract BibTeX arXiv:2311.08219

Code (1)

ktlktl/eval-gcsc 공식 구현

Tasks

Semantic SimilaritySemantic Textual SimilaritySpelling Correction

Similar Papers 제목 키워드 기반

Graph Convolutional Subspace Clustering: A Robust Subspace Clustering Framework for Hyperspectral Image

2020-04-22 · Yaoming Cai, Zijia Zhang, Zhihua Cai, Xiaobo Liu 외

Hyperspectral image (HSI) clustering is a challenging task due to the high complexity of HSI data. Subspace clustering has been proven to be powerful for exploiting the intrinsic relationship between data points. Despite…

ClusteringGraph Embedding

Adaptive Graph Convolutional Subspace Clustering

2023-05-05 · CVPR 2023 1 · Lai Wei, Zhengwei Chen, Jun Yin, Changming Zhu 외

Spectral-type subspace clustering algorithms have shown excellent performance in many subspace clustering applications. The existing spectral-type subspace clustering algorithms either focus on designing constraints for …

Clustering

Convergences and Divergences between Automatic Assessment and Human Evaluation: Insights from Comparing ChatGPT-Generated Translation and Neural Machine Translation

2024-01-10 · Zhaokun Jiang, Qianxi Lv, Ziyin Zhang, Lei Lei

Large language models have demonstrated parallel and even superior translation performance compared to neural machine translation (NMT) systems. However, existing comparative studies between them mainly rely on automated…

Machine TranslationNMTPrompt EngineeringTranslation

Human-like Summarization Evaluation with ChatGPT

2023-04-05 · Mingqi Gao, Jie Ruan, Renliang Sun, Xunjian Yin 외

Evaluating text summarization is a challenging problem, and existing evaluation metrics are far from satisfactory. In this study, we explored ChatGPT's ability to perform human-like summarization evaluation using four hu…

Text Summarization

Student Mastery or AI Deception? Analyzing ChatGPT's Assessment Proficiency and Evaluating Detection Strategies

2023-11-27 · Kevin Wang, Seth Akins, Abdallah Mohammed, Ramon Lawrence

Generative AI systems such as ChatGPT have a disruptive effect on learning and assessment. Computer science requires practice to develop skills in problem solving and programming that are traditionally developed using as…