paper-with-me

Papers

CLAVE: An Adaptive Framework for Evaluating Values of LLM Generated Responses

2024-07-15 · Jing Yao, Xiaoyuan Yi, Xing Xie

The rapid progress in Large Language Models (LLMs) poses potential risks such as generating unethical content. Assessing LLMs' values can help expose their misalignment, but relies on reference-free evaluators, e.g., fine-tuned LLMs or close-source ones like GPT-4, to identify values reflected in generated responses. Nevertheless, these evaluators face two challenges in open-ended value evaluation: they should align with changing human value definitions with minimal annotation, against their own bias (adaptability), and detect varying value expressions and scenarios robustly (generalizability). To handle these challenges, we introduce CLAVE, a novel framework which integrates two complementary LLMs, a large one to extract high-level value concepts from a few human labels, leveraging its extensive knowledge and generalizability, and a smaller one fine-tuned on such concepts to better align with human value understanding. This dual-model approach enables calibration with any value systems using <100 human-labeled samples per value type. Then we present ValEval, a comprehensive dataset comprising 13k+ (text,value,label) tuples across diverse domains, covering three major value systems. We benchmark the capabilities of 12+ popular LLM evaluators and analyze their strengths and weaknesses. Our findings reveal that combining fine-tuned small models and prompt-based large ones serves as a superior balance in value evaluation.

📄 PDF Abstract BibTeX arXiv:2407.10725

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Residual Connection 설명 없음
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…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
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…

Similar Papers 제목 키워드 기반

Direct vs. indirect evaluation of distributional thesauri

2016-12-01 · COLING 2016 12 · Vincent Claveau, Ewa Kijak

With the success of word embedding methods in various Natural Language Processing tasks, all the field of distributional semantics has experienced a renewed interest. Beside the famous word2vec, recent studies have prese…

Information RetrievalRetrieval

Serdab: An IoT Framework for Partitioning Neural Networks Computation across Multiple Enclaves

2020-05-12 · Tarek Elgamal, Klara Nahrstedt

Recent advances in Deep Neural Networks (DNN) and Edge Computing have made it possible to automatically analyze streams of videos from home/security cameras over hierarchical clusters that include edge devices, close to …

Edge-computing

ExclaveFL: Providing Transparency to Federated Learning using Exclaves

2024-12-13 · Jinnan Guo, Kapil Vaswani, Andrew Paverd, Peter Pietzuch

In federated learning (FL), data providers jointly train a model without disclosing their training data. Despite its privacy benefits, a malicious data provider can simply deviate from the correct training protocol witho…

Federated Learning

Scalable Memory Protection in the PENGLAI Enclave

2021-07-14 · OSDI 2021 7 · Erhu Feng, Xu Lu, Dong Du, Bicheng Yang 외

Secure hardware enclaves have been widely used for protecting security-critical applications in the cloud. However, existing enclave designs fail to meet the requirements of scalability demanded by new scenarios like ser…

CPU

Privado: Practical and Secure DNN Inference with Enclaves

2018-10-01 · Karan Grover, Shruti Tople, Shweta Shinde, Ranjita Bhagwan 외

Cloud providers are extending support for trusted hardware primitives such as Intel SGX. Simultaneously, the field of deep learning is seeing enormous innovation as well as an increase in adoption. In this paper, we ask …