An AI agent combining retrieval, a BERT classifier, slang lookups, and policy guidelines reports macro F1 0.91 on a reannotated MetaHate test set, about 3 points above specialized baselines.
LLM Enhancer: Merged Approach using Vector Embedding for Reducing Large Language Model Hallucinations with External Knowledge
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Large Language Models (LLMs), such as ChatGPT, have demonstrated the capability to generate human like, natural responses across a range of tasks, including task oriented dialogue and question answering. However, their application in real world, critical scenarios is often hindered by a tendency to produce inaccurate information and a limited ability to leverage external knowledge sources. This paper introduces the LLM ENHANCER system, designed to integrate multiple online sources such as Google, Wikipedia, and DuckDuckGo to enhance data accuracy. The LLMs employed within this system are open source. The data acquisition process for the LLM ENHANCER system operates in parallel, utilizing custom agent tools to manage the flow of information. Vector embeddings are used to identify the most pertinent information, which is subsequently supplied to the LLM for user interaction. The LLM ENHANCER system mitigates hallucinations in chat based LLMs while preserving response naturalness and accuracy.
citation-role summary
citation-polarity summary
fields
cs.CL 1years
2025 1verdicts
CONDITIONAL 1roles
background 1polarities
background 1representative citing papers
citing papers explorer
-
WATCHED: A Web AI Agent Tool for Combating Hate Speech by Expanding Data
An AI agent combining retrieval, a BERT classifier, slang lookups, and policy guidelines reports macro F1 0.91 on a reannotated MetaHate test set, about 3 points above specialized baselines.