<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">WikiCausal: Corpus and Evaluation Framework for Causal Knowledge Graph Construction</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">Oktie</forename><surname>Hassanzadeh</surname></persName>
							<email>hassanzadeh@us.ibm.com</email>
							<affiliation key="aff0">
								<orgName type="institution">IBM Research</orgName>
							</affiliation>
						</author>
						<title level="a" type="main">WikiCausal: Corpus and Evaluation Framework for Causal Knowledge Graph Construction</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">D8C1A1B0206CDB85143353A6CED9D4C1</idno>
					<idno type="DOI">10.5281/zenodo.7897996</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2025-04-23T16:48+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>Causal Knowledge</term>
					<term>Knowledge Graph Construction</term>
					<term>Knowledge Extraction from Text</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Recently, there has been an increasing interest in the construction of general-domain and domainspecific causal knowledge graphs. Such knowledge graphs enable reasoning for causal analysis and event prediction, and so have a range of applications across different domains. While great progress has been made toward automated construction of causal knowledge graphs, the evaluation of such solutions has either focused on low-level tasks (e.g., cause-effect phrase extraction) or on ad hoc evaluation data and small manual evaluations. In this work, we present a corpus, task, and evaluation framework for causal knowledge graph construction. Our corpus consists of Wikipedia articles for a collection of event-related concepts in Wikidata. The task is to extract causal relations between event concepts from the corpus. The evaluation is performed in part using existing causal relations in Wikidata to measure recall, and in part using Large Language Models to avoid the need for manual or crowd-sourced evaluation. We evaluate a pipeline for causal knowledge graph construction that relies on neural models for question answering and concept linking, and show how the corpus and the evaluation framework allow us to effectively find the right model for each task.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">Introduction</head><p>Extracting and representing causal knowledge has been a topic of extensive research, with applications in decision support and event forecasting in a variety of domains such as sociopolitical event forecasting <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b1">2,</ref><ref type="bibr" target="#b2">3,</ref><ref type="bibr" target="#b3">4]</ref>, enterprise risk management and finance <ref type="bibr" target="#b4">[5,</ref><ref type="bibr" target="#b5">6,</ref><ref type="bibr" target="#b6">7]</ref>, and healthcare <ref type="bibr" target="#b7">[8,</ref><ref type="bibr" target="#b8">9,</ref><ref type="bibr" target="#b9">10]</ref>. One way to derive causal knowledge is by using observations in the form of structured data, and performing causal inference <ref type="bibr" target="#b10">[11,</ref><ref type="bibr" target="#b11">12]</ref>. An alternative is to extract causal knowledge stated explicitly or implicitly in text documents. Such statements are abundant across domains and applications in various forms, such as analyst reports, news articles, financial reports, medical documents, books, and scientific literature. As a result, there is a body of research on extracting causal knowledge from text documents with the goal of turning the knowledge into structured form for various retrieval, analysis, and reasoning tasks.</p><p>In this paper, we present a dataset and an evaluation framework for assessing the quality of causal knowledge graphs extracted automatically from text documents. To the best of our knowledge, this is the first evaluation framework that allows for measuring the quality of end-to-end causal extraction solutions. Our target solutions are those that take textual corpora  as input, and produce a KG of causal relations among a set of concepts. Our dataset is curated from event-related Wikipedia articles. The evaluation of recall is performed by measuring the coverage of causal relations that are already in Wikidata, as the majority of such relations are described in text in the associated Wikipedia articles. For the evaluation of precision, inspired by a recent trend in the use of large language models (LLMs) in lieu of crowdsourcing <ref type="bibr" target="#b12">[13,</ref><ref type="bibr" target="#b13">14]</ref>, we devise a mechanism for automatically creating prompts and probing LLMs to measure the accuracy of the cause-effect concept pairs in the output that is being evaluated. To show the effectiveness of the evaluation framework, we use a modular causal knowledge extraction pipeline to generate four versions of a Wikidata-based causal KG.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Task Definition and Use Cases</head><p>Our target task is as follows: given a corpus of text documents and a select set of concepts (e.g., from an existing KG), automatically generate a causal KG in which nodes are the given concepts, and an edge between two concepts indicates a causal relation between the concepts. The select concepts in the KGs could be either event-related classes, or instances of such classes. We assume that no annotations or training data are available. That is, while we know what concept each document is associated with, we do not have annotations of concepts or relations in the corpus. Figure <ref type="figure" target="#fig_1">1</ref> shows a snippet of a document from our Wikipedia-based corpus, along with a set of concepts from Wikidata. For this example, an application of the task defined above is to augment and/or validate the available causal knowledge. This case can also arise in applications such as healthcare or enterprise risk management, where part of the causal knowledge has already been captured in a structured form. Another use case for this task is construction of a domain-specific causal knowledge graph from a given corpus (e.g., analyst reports), with the goal of facilitating automated reasoning and planning <ref type="bibr" target="#b6">[7,</ref><ref type="bibr" target="#b14">15]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Corpus Creation</head><p>Given our task definition, we curate a collection of text documents, each associated with an event-related concept. We use Wikipedia as the source of our text documents and Wikidata as our source of event-related concepts. The first step in curating our corpus is identifying a set of event-related concepts in Wikidata. We do so by querying Wikidata for concepts that have associated Wikinews articles. An associated Wikinews article implies that the article's topic is on a newsworthy event instance. We then find the set of all the classes of the retrieved instances that are subclasses of class occurrence (Q1190554) to ensure that the chosen class is an event class as some non-event classes also have links to Wikinews. We then further manually verify each of the concepts and drop those that are not event-related. The next step is to retrieve all the instances of the identified event-related classes in Wikidata. We then use the Wikipedia "sitelinks" to collect the URL of all the associated English Wikipedia documents. We use the list of URLs over a dump of English Wikipedia to retrieve the associated Wikipedia articles, and process the contents of each article into plain text in addition to some meta-data about the page such as section headlines, categories, and infoboxes. We store the outcome in the form of a jsonl file, with each line being a JSON object containing the page contents, meta-data, and associated event concept(s). The first version of the dataset contains 68,391 articles, associated with a select set of 50 top-level event-related concepts in Wikidata.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Evaluation Framework</head><p>As with any automated knowledge graph construction task, we need to measure the quality of the output both in terms of the number of causal relations expressed in text that have been extracted (recall) and the number of extracted causal relations that are accurate (precision). Given that manually extracting all the expressed causal relations over the corpus is not feasible, our automated recall evaluation relies on existing causal relations in Wikidata. In the absence of a complete knowledge graph for a given corpus, the standard way to evaluate the precision of the extracted knowledge is manual evaluation. Manual evaluation, however, is tedious and time-consuming, which limits the possibility of experimenting on a large scale with a wide range of methods and parameters. Inspired by a recent trend in the use of large language models (LLMs) as an alternative to crowd-sourcing and manual annotation <ref type="bibr" target="#b12">[13,</ref><ref type="bibr" target="#b13">14,</ref><ref type="bibr" target="#b15">16]</ref>, we devise a mechanism to automatically create prompts for generative LLMs to evaluate the precision of the extracted causal relations. This approach works well for our corpus and task since LLMs have been exposed to the knowledge that is available on Wikipedia and Wikidata and are therefore likely to perform very well in the verification of the extracted relations.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Experiments &amp; Results</head><p>We have used the corpus and our evaluation framework to evaluate a causal knowledge extraction pipeline that relies on the extraction of cause-effect phrases and linking the outcome to event concepts. As a part of our evaluation framework, in addition to the evaluation scripts and the corpus, we have made the extracted knowledge graph outputs publicly available: https://github.com/IBM/wikicausal/tree/main/data/extracted-kg as well as the results of our evaluation: https://github.com/IBM/wikicausal/tree/main/results. Our goal is to engage the community to extend the framework and perform a thorough evaluation of state-of-the-art KG extraction solutions, particularly those that rely on Retrieval Augmented Generation (RAG) <ref type="bibr" target="#b16">[17]</ref>. Further details regarding the framework, results, and some interesting lessons learned can be found in the extended version of this work <ref type="bibr" target="#b17">[18]</ref>.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>(</head><label></label><figDesc>from: https://en.wikipedia.org/wiki/COVID-19_pandemic) extracted causal relation</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 1 :</head><label>1</label><figDesc>Figure 1: Examples of Event-Related Causal Knowledge in Wikidata and Wikipedia</figDesc></figure>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Cross-context news corpus for protest event-related knowledge base construction</title>
		<author>
			<persName><forename type="first">A</forename><surname>Hürriyetoglu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Yörük</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Mutlu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Durusan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ç</forename><surname>Yoltar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Yüret</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Gürel</surname></persName>
		</author>
		<idno type="DOI">10.1162/dint_a_00092</idno>
		<ptr target="https://doi.org/10.1162/dint_a_00092.doi:10.1162/dint\_a\_00092" />
	</analytic>
	<monogr>
		<title level="j">Data Intell</title>
		<imprint>
			<biblScope unit="volume">3</biblScope>
			<biblScope unit="page" from="308" to="335" />
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">SAGE: A hybrid geopolitical event forecasting system</title>
		<author>
			<persName><forename type="first">F</forename><surname>Morstatter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Galstyan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Satyukov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Benjamin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Abeliuk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Mirtaheri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">S M T</forename><surname>Hossain</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">A</forename><surname>Szekely</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Ferrara</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Matsui</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Steyvers</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Bennett</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">V</forename><surname>Budescu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Himmelstein</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">D</forename><surname>Ward</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Beger</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Catasta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Sosic</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Leskovec</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Atanasov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Joseph</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Sethi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">E</forename><surname>Abbas</surname></persName>
		</author>
		<idno type="DOI">10.24963/ijcai.2019/955</idno>
		<ptr target="https://doi.org/10.24963/ijcai.2019/955.doi:10.24963/ijcai.2019/955" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Twenty-Eighth International Joint Conference on Artificial Intelligence, IJCAI 2019</title>
				<editor>
			<persName><forename type="first">S</forename><surname>Kraus</surname></persName>
		</editor>
		<meeting>the Twenty-Eighth International Joint Conference on Artificial Intelligence, IJCAI 2019<address><addrLine>Macao, China</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2019">August 10-16, 2019. 2019</date>
			<biblScope unit="page" from="6557" to="6559" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Embers at 4 years: Experiences operating an open source indicators forecasting system</title>
		<author>
			<persName><forename type="first">S</forename><surname>Muthiah</surname></persName>
		</author>
		<idno type="DOI">10.1145/2939672.2939709</idno>
	</analytic>
	<monogr>
		<title level="j">KDD</title>
		<imprint>
			<biblScope unit="page" from="205" to="214" />
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<monogr>
		<title level="m" type="main">Learning causality for news events prediction</title>
		<author>
			<persName><forename type="first">K</forename><surname>Radinsky</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Davidovich</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Markovitch</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2012">2012</date>
			<publisher>WWW</publisher>
			<biblScope unit="page" from="909" to="918" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Enterprise risk management: Review, critique, and research directions</title>
		<author>
			<persName><forename type="first">P</forename><surname>Bromiley</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Mcshane</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Nair</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Rustambekov</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Long range planning</title>
		<imprint>
			<biblScope unit="volume">48</biblScope>
			<biblScope unit="page" from="265" to="276" />
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">HOPE-Graph: A Hypothesis Evaluation Service considering News and Causality Knowledge</title>
		<author>
			<persName><forename type="first">F</forename><surname>Iwama</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Enoki</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Yoshihama</surname></persName>
		</author>
		<idno type="DOI">10.1109/SMDS53860.2021.00034</idno>
	</analytic>
	<monogr>
		<title level="m">2021 IEEE International Conference on Smart Data Services (SMDS)</title>
				<imprint>
			<date type="published" when="2021">2021</date>
			<biblScope unit="page" from="198" to="209" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">IBM scenario planning advisor: Plan recognition as AI planning in practice</title>
		<author>
			<persName><forename type="first">S</forename><surname>Sohrabi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Katz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Hassanzadeh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Udrea</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">D</forename><surname>Feblowitz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Riabov</surname></persName>
		</author>
		<idno type="DOI">10.3233/AIC-180602</idno>
		<ptr target="https://doi.org/10.3233/AIC-180602" />
	</analytic>
	<monogr>
		<title level="j">AI Commun</title>
		<imprint>
			<biblScope unit="volume">32</biblScope>
			<biblScope unit="page" from="1" to="13" />
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Assessing knowledge, attitudes, and practices towards causal directed acyclic graphs: A qualitative research project</title>
		<author>
			<persName><forename type="first">R</forename><surname>Barnard-Mayers</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Childs</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Corlin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">C</forename><surname>Caniglia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">P</forename><surname>Fox</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">P</forename><surname>Donnelly</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">J</forename><surname>Murray</surname></persName>
		</author>
		<idno type="DOI">10.1007/s10654-021-00771-3</idno>
		<ptr target="https://doi.org/10.1007/s10654-021-00771-3" />
	</analytic>
	<monogr>
		<title level="j">European Journal of Epidemiology</title>
		<imprint>
			<biblScope unit="volume">36</biblScope>
			<biblScope unit="page" from="659" to="667" />
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Causal inference and counterfactual prediction in machine learning for actionable healthcare</title>
		<author>
			<persName><forename type="first">M</forename><surname>Prosperi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Guo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Sperrin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">S</forename><surname>Koopman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">S</forename><surname>Min</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>He</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Rich</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><forename type="middle">E</forename><surname>Buchan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Bian</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Nature Machine Intelligence</title>
		<imprint>
			<biblScope unit="volume">2</biblScope>
			<biblScope unit="page" from="369" to="375" />
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Learning disease causality knowledge from the web of health data</title>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">Q</forename><surname>Yu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Reiff-Marganiec</surname></persName>
		</author>
		<idno type="DOI">10.4018/IJSWIS.297145</idno>
		<ptr target="https://doi.org/10.4018/IJSWIS.297145.doi:10.4018/IJSWIS.297145" />
	</analytic>
	<monogr>
		<title level="j">International Journal on Semantic Web and Information Systems (IJSWIS)</title>
		<imprint>
			<biblScope unit="volume">18</biblScope>
			<biblScope unit="page" from="1" to="19" />
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<monogr>
		<author>
			<persName><forename type="first">J</forename><surname>Pearl</surname></persName>
		</author>
		<title level="m">Causality</title>
				<imprint>
			<publisher>Cambridge University Press</publisher>
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Causal Inference</title>
		<author>
			<persName><forename type="first">J</forename><surname>Pearl</surname></persName>
		</author>
		<ptr target="https://proceedings.mlr.press/v6/pearl10a.html" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of Workshop on Causality: Objectives and Assessment at NIPS 2008</title>
				<meeting>Workshop on Causality: Objectives and Assessment at NIPS 2008<address><addrLine>PMLR</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2010">2010</date>
			<biblScope unit="page" from="39" to="58" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<monogr>
		<title level="m" type="main">Annollm: Making large language models to be better crowdsourced annotators</title>
		<author>
			<persName><forename type="first">X</forename><surname>He</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Lin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Gong</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A.-L</forename><surname>Jin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Lin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Jiao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">M</forename><surname>Yiu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Duan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Chen</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2303.16854</idno>
		<imprint>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">LMTurk: Few-shot learners as crowdsourcing workers in a language-model-as-a-service framework</title>
		<author>
			<persName><forename type="first">M</forename><surname>Zhao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Mi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Jiang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Q</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Schuetze</surname></persName>
		</author>
		<idno type="DOI">10.18653/v1/2022.findings-naacl.51</idno>
		<ptr target="https://aclanthology.org/2022.findings-naacl.51.doi:10.18653/v1/2022.findings-naacl.51" />
	</analytic>
	<monogr>
		<title level="m">Findings of the Association for Computational Linguistics: NAACL 2022, Association for Computational Linguistics</title>
				<meeting><address><addrLine>Seattle, United States</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2022">2022</date>
			<biblScope unit="page" from="675" to="692" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Knowledge-based news event analysis and forecasting toolkit</title>
		<author>
			<persName><forename type="first">O</forename><surname>Hassanzadeh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Awasthy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Barker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Bhardwaj</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Bhattacharjya</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Feblowitz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Martie</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Ni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Srinivas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Yip</surname></persName>
		</author>
		<idno type="DOI">10.24963/ijcai.2022/850</idno>
		<ptr target="https://doi.org/10.24963/ijcai.2022/850.doi:10.24963/ijcai.2022/850,demoTrack" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Thirty-First International Joint Conference on Artificial Intelligence, IJCAI-22, International Joint Conferences on Artificial Intelligence Organization</title>
				<editor>
			<persName><forename type="first">L</forename><forename type="middle">D</forename><surname>Raedt</surname></persName>
		</editor>
		<meeting>the Thirty-First International Joint Conference on Artificial Intelligence, IJCAI-22, International Joint Conferences on Artificial Intelligence Organization</meeting>
		<imprint>
			<date type="published" when="2022">2022</date>
			<biblScope unit="page" from="5904" to="5907" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<monogr>
		<author>
			<persName><forename type="first">L</forename><surname>Zheng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W.-L</forename><surname>Chiang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Sheng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Zhuang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Wu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Zhuang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Lin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">P</forename><surname>Xing</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">E</forename><surname>Gonzalez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Stoica</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2306.05685</idno>
		<title level="m">Judging llm-as-a-judge with mt-bench and chatbot arena</title>
				<imprint>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Retrieval-augmented generation for knowledge-intensive nlp tasks</title>
		<author>
			<persName><forename type="first">P</forename><surname>Lewis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Perez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Piktus</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Petroni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Karpukhin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Goyal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Küttler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Lewis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>-T. Yih</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Rocktäschel</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Advances in Neural Information Processing Systems</title>
		<imprint>
			<biblScope unit="volume">33</biblScope>
			<biblScope unit="page" from="9459" to="9474" />
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<monogr>
		<title level="m" type="main">WikiCausal: Corpus and evaluation framework for causal knowledge graph construction</title>
		<author>
			<persName><forename type="first">O</forename><surname>Hassanzadeh</surname></persName>
		</author>
		<ptr target="http://purl.org/wikicausalpaper" />
		<imprint>
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
