paper-with-me

홈 › Papers

WIKIGENBENCH: Exploring Full-length Wikipedia Generation under Real-World Scenario

2024-02-28 · Jiebin Zhang, Eugene J. Yu, Qinyu Chen, Chenhao Xiong, Dawei Zhu, Han Qian, Mingbo Song, Weimin Xiong, Xiaoguang Li, Qun Liu, Sujian Li

It presents significant challenges to generate comprehensive and accurate Wikipedia articles for newly emerging events under a real-world scenario. Existing attempts fall short either by focusing only on short snippets or by using metrics that are insufficient to evaluate real-world scenarios. In this paper, we construct WIKIGENBENCH, a new benchmark consisting of 1,320 entries, designed to align with real-world scenarios in both generation and evaluation. For generation, we explore a real-world scenario where structured, full-length Wikipedia articles with citations are generated for new events using input documents from web sources. For evaluation, we integrate systematic metrics and LLM-based metrics to assess the verifiability, organization, and other aspects aligned with real-world scenarios. Based on this benchmark, we conduct extensive experiments using various models within three commonly used frameworks: direct RAG, hierarchical structure-based RAG, and RAG with a fine-tuned generation model. Experimental results show that hierarchical-based methods can generate more comprehensive content, while fine-tuned methods achieve better verifiability. However, even the best methods still show a significant gap compared to existing Wikipedia content, indicating that further research is necessary.

📄 PDF Abstract BibTeX arXiv:2402.18264

Code (1)

zhzihao/wikigenbench 공식 구현

Tasks

ArticlesRAGRetrieval

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
Weight Decay 설명 없음
WordPiece 설명 없음

Similar Papers 제목 키워드 기반

Hedera: Scalable Indexing and Exploring Entities in Wikipedia Revision History

2017-01-14 · Tuan Tran, Tu Ngoc Nguyen

Much of work in semantic web relying on Wikipedia as the main source of knowledge often work on static snapshots of the dataset. The full history of Wikipedia revisions, while contains much more useful information, is st…

Articles

Exploring semantically-related concepts from Wikipedia: the case of SeRE

2015-04-27 · Daniel Hienert, Dennis Wegener, Siegfried Schomisch

In this paper we present our web application SeRE designed to explore semantically related concepts. Wikipedia and DBpedia are rich data sources to extract related entities for a given topic, like in- and out-links, broa…

ArticlesGeneral Classification

Wikipedia-based Datasets in Russian Information Retrieval Benchmark RusBEIR

2025-11-07 · Grigory Kovalev, Natalia Loukachevitch, Mikhail Tikhomirov, Olga Babina 외 arxiv

In this paper, we present a novel series of Russian information retrieval datasets constructed from the "Did you know..." section of Russian Wikipedia. Our datasets support a range of retrieval tasks, including fact-chec…

Information Retrieval

Generating Full Length Wikipedia Biographies: The Impact of Gender Bias on the Retrieval-Based Generation of Women Biographies

2022-04-12 · Angela Fan, Claire Gardent

Generating factual, long-form text such as Wikipedia articles raises three key challenges: how to gather relevant evidence, how to structure information into well-formed text, and how to ensure that the generated text is…

ArticlesDecoderFormRetrieval

Exploring the use of word embeddings and random walks on Wikipedia for the CogAlex shared task

2014-08-01 · WS 2014 8 · Josu Goikoetxea, Eneko Agirre, Aitor Soroa
Information RetrievalNatural Language InferenceSemantic Textual SimilarityWord Embeddings+1