paper-with-me

홈 › Papers

ExplainCPE: A Free-text Explanation Benchmark of Chinese Pharmacist Examination

2023-05-22 · Dongfang Li, Jindi Yu, Baotian Hu, Zhenran Xu, Min Zhang

As ChatGPT and GPT-4 spearhead the development of Large Language Models (LLMs), more researchers are investigating their performance across various tasks. But more research needs to be done on the interpretability capabilities of LLMs, that is, the ability to generate reasons after an answer has been given. Existing explanation datasets are mostly English-language general knowledge questions, which leads to insufficient thematic and linguistic diversity. To address the language bias and lack of medical resources in generating rationales QA datasets, we present ExplainCPE (over 7k instances), a challenging medical benchmark in Simplified Chinese. We analyzed the errors of ChatGPT and GPT-4, pointing out the limitations of current LLMs in understanding text and computational reasoning. During the experiment, we also found that different LLMs have different preferences for in-context learning. ExplainCPE presents a significant challenge, but its potential for further investigation is promising, and it can be used to evaluate the ability of a model to generate explanations. AI safety and trustworthiness need more attention, and this work makes the first step to explore the medical interpretability of LLMs.The dataset is available at https://github.com/HITsz-TMG/ExplainCPE.

📄 PDF Abstract BibTeX arXiv:2305.12945

Code (1)

hitsz-tmg/explaincpe 공식 구현

Tasks

DiversityGeneral KnowledgeIn-Context Learning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
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 제목 키워드 기반

EXCGEC: A Benchmark of Edit-wise Explainable Chinese Grammatical Error Correction

2024-07-01 · Jingheng Ye, Shang Qin, Yinghui Li, Xuxin Cheng 외

Existing studies explore the explainability of Grammatical Error Correction (GEC) in a limited scenario, where they ignore the interaction between corrections and explanations. To bridge the gap, this paper introduces th…

Grammatical Error Correction

Chinese Short-Form Creative Content Generation via Explanation-Oriented Multi-Objective Optimization

2025-11-19 · Shanlin Zhou, Xinpeng Wang, Jianxun Lian, Zhenghao Liu 외 arxiv

Chinese demonstrates high semantic compactness and rich metaphorical expressiveness, enabling limited text to convey dense meanings while increasing the difficulty of generation and verification, particularly in short-fo…

E-KAR: A Benchmark for Rationalizing Natural Language Analogical Reasoning

2022-03-16 · Findings (ACL) 2022 5 · Jiangjie Chen, Rui Xu, Ziquan Fu, Wei Shi 외

The ability to recognize analogies is fundamental to human cognition. Existing benchmarks to test word analogy do not reveal the underneath process of analogical reasoning of neural models. Holding the belief that models…

Explanation GenerationQuestion Answering

Improving Low-Resource Sequence Labeling with Knowledge Fusion and Contextual Label Explanations

2025-01-31 · Peichao Lai, Jiaxin Gan, Feiyang Ye, Yilei Wang 외

Sequence labeling remains a significant challenge in low-resource, domain-specific scenarios, particularly for character-dense languages like Chinese. Existing methods primarily focus on enhancing model comprehension and…

Diversity

CFMS: Towards Explainable and Fine-Grained Chinese Multimodal Sarcasm Detection Benchmark

2026-03-23 · Junzhao Zhang, Hsiu-Yuan Huang, Chenming Tang, Yutong Yang 외 arxiv

Multimodal sarcasm detection has recently garnered significant attention. However, existing benchmarks suffer from coarse-grained annotations and limited cultural coverage, which hinder research into fine-grained semanti…

Explanation GenerationReinforcement LearningSarcasm Detection