paper-with-me

Papers

SimCT: A Simple Consistency Test Protocol in LLMs Development Lifecycle

2024-07-24 · Fufangchen Zhao, Guoqiang Jin, Rui Zhao, Jiangheng Huang, Fei Tan

In this work, we report our efforts to advance the standard operation procedure of developing Large Language Models (LLMs) or LLMs-based systems or services in industry. We introduce the concept of Large Language Model Development Lifecycle (LDLC) and then highlight the importance of consistency test in ensuring the delivery quality. The principled solution of consistency test, however, is usually overlooked by industrial practitioners and not urgent in academia, and current practical solutions are insufficiently rigours and labor-intensive. We thus propose a simple yet effective consistency test protocol, named SimCT. SimCT is mainly to proactively check the consistency across different development stages of "bare metal" LLMs or associated services without accessing the model artifacts, in an attempt to expedite the delivery by reducing the back-and-forth alignment communications among multiple teams involved in different development stages. Specifically, SimCT encompasses response-wise and model-wise tests. We implement the protocol with LightGBM and Student's t-test for two components respectively, and perform extensive experiments to substantiate the effectiveness of SimCT and the involved components.

📄 PDF Abstract BibTeX arXiv:2407.17150

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingLarge Language Model

Similar Papers 제목 키워드 기반

SimCT: Recovering Lost Supervision for Cross-Tokenizer On-Policy Distillation

2026-05-08 · Jie Sun, Mao Zheng, Mingyang Song, Qiyong Zhong 외 arxiv

On-policy distillation (OPD) is a standard tool for transferring teacher behavior to a smaller student, but it implicitly assumes that teacher and student predictions are comparable token by token, an assumption that fai…

Mathematical Reasoning

To Know or Not To Know? Analyzing Self-Consistency of Large Language Models under Ambiguity

2024-07-24 · Anastasiia Sedova, Robert Litschko, Diego Frassinelli, Benjamin Roth 외

One of the major aspects contributing to the striking performance of large language models (LLMs) is the vast amount of factual knowledge accumulated during pre-training. Yet, many LLMs suffer from self-inconsistency, wh…

LLMs Can't Play Hangman: On the Necessity of a Private Working Memory for Language Agents

2026-01-11 · Davide Baldelli, Ali Parviz, Amal Zouaq, Sarath Chandar arxiv

As LLMs move from text completion toward autonomous agents, they remain constrained by the standard chat interface, which lacks private working memory. This raises a fundamental question: can agents reliably perform inte…

Semantic Retrieval

LLMs as Factual Reasoners: Insights from Existing Benchmarks and Beyond

2023-05-23 · Philippe Laban, Wojciech Kryściński, Divyansh Agarwal, Alexander R. Fabbri 외

With the recent appearance of LLMs in practical settings, having methods that can effectively detect factual inconsistencies is crucial to reduce the propagation of misinformation and improve trust in model outputs. When…

Misinformation

MMA-ASIA: A Multilingual and Multimodal Alignment Framework for Culturally-Grounded Evaluation

2025-10-07 · Weihua Zheng, Zhengyuan Liu, Tanmoy Chakraborty, Weiwen Xu 외 arxiv

Large language models (LLMs) are now used worldwide, yet their multimodal understanding and reasoning often degrade outside Western, high-resource settings. We propose MMA-ASIA, a comprehensive framework to evaluate LLMs…

Visual Question Answering