paper-with-me

Papers

GraphextQA: A Benchmark for Evaluating Graph-Enhanced Large Language Models

2023-10-12 · Yuanchun Shen, Ruotong Liao, Zhen Han, Yunpu Ma, Volker Tresp

While multi-modal models have successfully integrated information from image, video, and audio modalities, integrating graph modality into large language models (LLMs) remains unexplored. This discrepancy largely stems from the inherent divergence between structured graph data and unstructured text data. Incorporating graph knowledge provides a reliable source of information, enabling potential solutions to address issues in text generation, e.g., hallucination, and lack of domain knowledge. To evaluate the integration of graph knowledge into language models, a dedicated dataset is needed. However, there is currently no benchmark dataset specifically designed for multimodal graph-language models. To address this gap, we propose GraphextQA, a question answering dataset with paired subgraphs, retrieved from Wikidata, to facilitate the evaluation and future development of graph-language models. Additionally, we introduce a baseline model called CrossGNN, which conditions answer generation on the paired graphs by cross-attending question-aware graph features at decoding. The proposed dataset is designed to evaluate graph-language models' ability to understand graphs and make use of it for answer generation. We perform experiments with language-only models and the proposed graph-language model to validate the usefulness of the paired graphs and to demonstrate the difficulty of the task.

📄 PDF Abstract BibTeX arXiv:2310.08487

Code (1)

happen2me/cross-gnn 공식 구현 pytorch

Tasks

Answer GenerationHallucinationLanguage ModelingLanguage ModellingQuestion AnsweringText Generation

Similar Papers 제목 키워드 기반

GRADE: Automatic Graph-Enhanced Coherence Metric for Evaluating Open-Domain Dialogue Systems

2020-10-08 · EMNLP 2020 11 · Lishan Huang, Zheng Ye, Jinghui Qin, Liang Lin 외

Automatically evaluating dialogue coherence is a challenging but high-demand ability for developing high-quality open-domain dialogue systems. However, current evaluation metrics consider only surface features or utteran…

Dialogue Evaluation

Knowledge-Enhanced Relation Extraction Dataset

2022-10-19 · Yucong Lin, Hongming Xiao, Jiani Liu, Zichao Lin 외

Recently, knowledge-enhanced methods leveraging auxiliary knowledge graphs have emerged in relation extraction, surpassing traditional text-based approaches. However, to our best knowledge, there is currently no public d…

Entity LinkingKnowledge GraphsRelationRelation Extraction+1

LHRS-Bot: Empowering Remote Sensing with VGI-Enhanced Large Multimodal Language Model

2024-02-04 · Dilxat Muhtar, Zhenshi Li, Feng Gu, Xueliang Zhang 외

The revolutionary capabilities of large language models (LLMs) have paved the way for multimodal large language models (MLLMs) and fostered diverse applications across various specialized domains. In the remote sensing (…

Language ModelingLanguage Modelling

Aurelia: Test-time Reasoning Distillation in Audio-Visual LLMs

2025-03-29 · Sanjoy Chowdhury, Hanan Gani, Nishit Anand, Sayan Nag 외

Recent advancements in reasoning optimization have greatly enhanced the performance of large language models (LLMs). However, existing work fails to address the complexities of audio-visual scenarios, underscoring the ne…

Enhancing Keyphrase Extraction from Long Scientific Documents using Graph Embeddings

2023-05-16 · Roberto Martínez-Cruz, Debanjan Mahata, Alvaro J. López-López, José Portela

In this study, we investigate using graph neural network (GNN) representations to enhance contextualized representations of pre-trained language models (PLMs) for keyphrase extraction from lengthy documents. We show that…

Graph Neural NetworkKeyphrase Extraction