paper-with-me

홈 › Papers

GraphEval: A Lightweight Graph-Based LLM Framework for Idea Evaluation

2025-03-16 · Tao Feng, Yihang Sun, Jiaxuan You

The powerful capabilities of Large Language Models (LLMs) have led to their growing use in evaluating human-generated content, particularly in evaluating research ideas within academic settings. Existing solutions primarily rely on prompt-based LLM methods or fine-tuned lightweight language models for idea evaluation. However, these methods are often unstable and struggle to comprehend the complex semantic information embedded in the ideas, impeding their ability to perform high-quality evaluations. To address the above challenges, we propose GraphEval, a lightweight graph-based LLM framework for idea evaluation. Our insight is that a complex idea can be broken down into comprehensible viewpoint nodes using prompts from small LLMs. These viewpoint nodes can then be linked together through edges created from LLM-based relation extraction and/or BERT similarity scores. The created viewpoint-graph can be used to conveniently propagate scores across view-nodes to improve the robustness of the idea evaluations. In particular, we propose two lightweight graph-based methods for idea evaluation: (1) GraphEval-LP: a training-free label propagation algorithm that propagates evaluation scores from known view-nodes to unknown nodes; (2) GraphEval-GNN: a Graph Neural Networks (GNN) that is trained to predict the evaluation scores given the observed graph with minimal computation resources. Moreover, to overcome LLM's limitation in objectively assessing the novelty of ideas, we further propose a novelty detection model to GraphEval-GNN to enhance its capability in judging idea novelty. Experiments on two datasets show GraphEval improves F1 scores by at least 14% with low computation and API costs. Additionally, GraphEval can effectively detect plagiarized ideas.

📄 PDF Abstract BibTeX arXiv:2503.12600

Code (0)

등록된 구현이 없습니다.

Tasks

Novelty DetectionRelation Extraction

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Residual Connection 설명 없음
WordPiece 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Weight Decay 설명 없음

Similar Papers 제목 키워드 기반

GraphEval2000: Benchmarking and Improving Large Language Models on Graph Datasets

2024-06-23 · Qiming Wu, Zichen Chen, Will Corcoran, Misha Sra 외

Large language models (LLMs) have achieved remarkable success in natural language processing (NLP), demonstrating significant capabilities in processing and understanding text data. However, recent studies have identifie…

Benchmarking

WebGraphEval: Multi-Turn Trajectory Evaluation for Web Agents using Graph Representation

2025-10-22 · Yaoyao Qian, Yuanli Wang, Jinda Zhang, Yun Zong 외 arxiv

Current evaluation of web agents largely reduces to binary success metrics or conformity to a single reference trajectory, ignoring the structural diversity present in benchmark datasets. We present WebGraphEval, a frame…

GraphEval: A Knowledge-Graph Based LLM Hallucination Evaluation Framework

2024-07-15 · Hannah Sansford, Nicholas Richardson, Hermina Petric Maretic, Juba Nait Saada

Methods to evaluate Large Language Model (LLM) responses and detect inconsistencies, also known as hallucinations, with respect to the provided knowledge, are becoming increasingly important for LLM applications. Current…

HallucinationHallucination EvaluationLanguage ModelingLanguage Modelling+2

Evaluating Self-Supervised Learning for Molecular Graph Embeddings

2022-06-16 · NeurIPS 2023 11 · Hanchen Wang, Jean Kaddour, Shengchao Liu, Jian Tang 외

Graph Self-Supervised Learning (GSSL) provides a robust pathway for acquiring embeddings without expert labelling, a capability that carries profound implications for molecular graphs due to the staggering number of pote…

Self-Supervised Learning

Evaluating the Factuality of Large Language Models using Large-Scale Knowledge Graphs

2024-04-01 · Xiaoze Liu, Feijie Wu, Tianyang Xu, Zhuo Chen 외

The advent of Large Language Models (LLMs) has significantly transformed the AI landscape, enhancing machine learning and AI capabilities. Factuality issue is a critical concern for LLMs, as they may generate factually i…

Knowledge Graphs