paper-with-me

홈 › Papers

UCSC at SemEval-2025 Task 3: Context, Models and Prompt Optimization for Automated Hallucination Detection in LLM Output

2025-05-05 · Sicong Huang, Jincheng He, Shiyuan Huang, Karthik Raja Anandan, Arkajyoti Chakraborty, Ian Lane

Hallucinations pose a significant challenge for large language models when answering knowledge-intensive queries. As LLMs become more widely adopted, it is crucial not only to detect if hallucinations occur but also to pinpoint exactly where in the LLM output they occur. SemEval 2025 Task 3, Mu-SHROOM: Multilingual Shared-task on Hallucinations and Related Observable Overgeneration Mistakes, is a recent effort in this direction. This paper describes the UCSC system submission to the shared Mu-SHROOM task. We introduce a framework that first retrieves relevant context, next identifies false content from the answer, and finally maps them back to spans in the LLM output. The process is further enhanced by automatically optimizing prompts. Our system achieves the highest overall performance, ranking #1 in average position across all languages. We release our code and experiment results.

📄 PDF Abstract BibTeX arXiv:2505.03030

Code (1)

nlp-ucsc/semeval-2025-task3 공식 구현 pytorch

Tasks

Hallucination

Similar Papers 제목 키워드 기반

NLDS-UCSC at SemEval-2016 Task 6: A Semi-Supervised Approach to Detecting Stance in Tweets

2016-06-01 · SEMEVAL 2016 6 · Amita Misra, Brian Ecker, H, Theodore leman 외
Sentiment Analysis

UCSC-NLP at SemEval-2017 Task 4: Sense n-grams for Sentiment Analysis in Twitter

2017-08-01 · SEMEVAL 2017 8 · Jos{\'e} Abreu, Iv{\'a}n Castro, Claudia Mart{\'\i}nez, Sebasti{\'a}n Oliva 외

This paper describes the system submitted to SemEval-2017 Task 4-A Sentiment Analysis in Twitter developed by the UCSC-NLP team. We studied how relationships between sense n-grams and sentiment polarities can contribute …

Sentiment Analysis

UCSC NLP at SemEval-2026 Task 10: Boundary-Aware Span Extraction and RoBERTa Classification for Conspiracy Detection

2026-07-06 · Dom Marhoefer, Milos Suvakovic, Glenn Grant-Richards, Aidan Pinero 외 arxiv

We present our systems for SemEval-2026 Task 10 (PsyCoMark), addressing conspiracy marker extraction (Subtask 1) and document-level conspiracy detection (Subtask 2). For marker extraction, we formulate the task as multi-…

Document Classification

CRCL at SemEval-2024 Task 2: Simple prompt optimizations

2024-05-03 · Clément Brutti-Mairesse, Loïc Verlingue

We present a baseline for the SemEval 2024 task 2 challenge, whose objective is to ascertain the inference relationship between pairs of clinical trial report sections and statements. We apply prompt optimization techniq…

Language ModelingLanguage ModellingTask 2

Fane at SemEval-2025 Task 10: Zero-Shot Entity Framing with Large Language Models

2025-04-29 · Enfa Fane, Mihai Surdeanu, Eduardo Blanco, Steven R. Corman

Understanding how news narratives frame entities is crucial for studying media's impact on societal perceptions of events. In this paper, we evaluate the zero-shot capabilities of large language models (LLMs) in classify…