paper-with-me

홈 › Papers

An Expert Schema for Evaluating Large Language Model Errors in Scholarly Question-Answering Systems

2026-02-24 · Anna Martin-Boyle, William Humphreys, Martha Brown, Cara Leckey, Harmanpreet Kaur arxiv

Large Language Models (LLMs) are transforming scholarly tasks like search and summarization, but their reliability remains uncertain. Current evaluation metrics for testing LLM reliability are primarily automated approaches that prioritize efficiency and scalability, but lack contextual nuance and fail to reflect how scientific domain experts assess LLM outputs in practice. We developed and validated a schema for evaluating LLM errors in scholarly question-answering systems that reflects the assessment strategies of practicing scientists. In collaboration with domain experts, we identified 20 error patterns across seven categories through thematic analysis of 68 question-answer pairs. We validated this schema through contextual inquiries with 10 additional scientists, which showed not only which errors experts naturally identify but also how structured evaluation schemas can help them detect previously overlooked issues. Domain experts use systematic assessment strategies, including technical precision testing, value-based evaluation, and meta-evaluation of their own practices. We discuss implications for supporting expert evaluation of LLM outputs, including opportunities for personalized, schema-driven tools that adapt to individual evaluation patterns and expertise levels.

📄 PDF Abstract BibTeX arXiv:2602.21059

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Exploring Database Normalization Effects on SQL Generation

2025-10-02 · Ryosuke Kohita arxiv

Schema design, particularly normalization, is a critical yet often overlooked factor in natural language to SQL (NL2SQL) systems. Most prior research evaluates models on fixed schemas, overlooking the influence of design…

Type prediction

WSC+: Enhancing The Winograd Schema Challenge Using Tree-of-Experts

2024-01-31 · Pardis Sadat Zahraei, Ali Emami

The Winograd Schema Challenge (WSC) serves as a prominent benchmark for evaluating machine understanding. While Large Language Models (LLMs) excel at answering WSC questions, their ability to generate such questions rema…

valid

LLMs4SchemaDiscovery: A Human-in-the-Loop Workflow for Scientific Schema Mining with Large Language Models

2025-04-01 · Sameer Sadruddin, Jennifer D'Souza, Eleni Poupaki, Alex Watkins 외

Extracting structured information from unstructured text is crucial for modeling real-world processes, but traditional schema mining relies on semi-structured data, limiting scalability. This paper introduces schema-mine…

MT-Teql: Evaluating and Augmenting Consistency of Text-to-SQL Models with Metamorphic Testing

2020-12-21 · Pingchuan Ma, Shuai Wang

Text-to-SQL is a task to generate SQL queries from human utterances. However, due to the variation of natural language, two semantically equivalent utterances may appear differently in the lexical level. Likewise, user p…

Text to SQLText-To-SQL

SchemaAgent: A Multi-Agents Framework for Generating Relational Database Schema

2025-03-31 · Qin Wang, Youhuan Li, Yansong Feng, Si Chen 외

The relational database design would output a schema based on user's requirements, which defines table structures and their interrelated relations. Translating requirements into accurate schema involves several non-trivi…