<?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">Leveraging Large Language Models to Identify Event-Driven Changes in Wikidata Entities</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Gregor</forename><surname>Vandák</surname></persName>
							<email>gregor.vandak@gmail.com</email>
						</author>
						<author>
							<persName><forename type="first">Amin</forename><surname>Anjomshoaa</surname></persName>
							<email>amin.anjomshoaa@wu.ac.at</email>
						</author>
						<author>
							<affiliation key="aff0">
								<orgName type="institution">Vienna University of Economics and Business</orgName>
								<address>
									<addrLine>Welthandelsplatz 1</addrLine>
									<postCode>1020</postCode>
									<settlement>Vienna</settlement>
									<country key="AT">Austria</country>
								</address>
							</affiliation>
						</author>
						<author>
							<affiliation key="aff1">
								<address>
									<settlement>Baltimore</settlement>
									<region>Maryland</region>
									<country key="US">USA</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Leveraging Large Language Models to Identify Event-Driven Changes in Wikidata Entities</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">C302BE283A749A4402BAE49F65F358D8</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2025-04-23T19:18+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>Wikidata</term>
					<term>Linked Open Data</term>
					<term>Large Language Model</term>
					<term>Event Knowledge Graph</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Wikidata undergoes continuous updates from a diverse community of users. This paper explores the work in progress on the application of Large Language Models (LLMs) to establish connections between these entity modifications and real-world events sourced from open databases. By presenting the LLM with a customized prompt alongside relevant events linked to the entity, we instruct the model to identify the event most likely responsible for the observed change. This approach offers causal explanations for entity updates and enriches the contextual understanding of the factors driving changes within a collaboratively edited knowledge base.</p><p>Ultimately, this research aims to contribute to a deeper understanding of the dynamics that shape the evolution of crowdsourced knowledge bases such as Wikidata.</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>Wikidata is a collaboratively edited knowledge base operated by the Wikimedia Foundation, designed to serve as a structured data repository supporting Wikipedia and other Wikimedia projects <ref type="bibr" target="#b0">[1]</ref>. Launched in 2012, it aims to centralize the management of factual data, ensuring consistency and reducing redundancy across various Wikimedia platforms <ref type="bibr" target="#b1">[2]</ref>. Users can create and edit data items representing real-world entities such as people and places. These items are described using triple statements, which consist of property-value pairs that articulate the relationships and attributes of the entities <ref type="bibr" target="#b2">[3]</ref>. This structure enables the integration of diverse information across different languages and disciplines, promoting a multilingual and universal knowledge ecosystem <ref type="bibr" target="#b3">[4]</ref>. All of this information is accessible via SPARQL endpoints, which allow for extensive querying of the knowledge graph and opens the door for a plethora of uses ranging from enhancing search engines <ref type="bibr" target="#b4">[5]</ref> to improving automatic text generation <ref type="bibr" target="#b5">[6,</ref><ref type="bibr" target="#b6">7]</ref>.</p><p>Much like other Wikimedia projects, Wikidata aims to provide factual data, and thus needs to be updated constantly. This means constant changes coming from various sources including not just fixes but also new data, with new connections being made and extra details provided for each entity <ref type="bibr" target="#b7">[8]</ref>. To this end, earlier literature surveys indicate that the timing of these changes and the speed at which new information is added are among the less-researched aspects concerning the quality of Wikidata <ref type="bibr" target="#b8">[9]</ref>.</p><p>Still there have been efforts to delve deeper into the evolution of Wikidata. For example in Wikidated 1.0 knowledge graph dataset, the authors develop an approach to create an evolving knowledge graph of Wikidata based on its revision history <ref type="bibr" target="#b9">[10]</ref>. C. Sarusa et. al. analysed the editing behaviour of individual types of users, leading to very impressive insights <ref type="bibr" target="#b10">[11]</ref>. While these are very compelling and helpful for further contributions, they do not directly tackle the issue of finding the source as well as the timeliness of changes on Wikidata. In this paper we propose a method similar to the one described by Y. Jin and S. Shiramatsu <ref type="bibr" target="#b11">[12]</ref> to create causal relations between events and entity changes <ref type="bibr" target="#b12">[13]</ref>. In doing so, we aim to get further details into what drives entity changes and explore how current events associated with an entity influence updates to the corresponding Wikidata statements. We also explore the insights that can be gained by understanding the reasons behind these changes, focusing on the shifting priorities of community efforts and developing a deeper comprehension of the entity itself. Ultimately, we would like to use our approach in a visualization tool, as to provide people with valuable context and details into the evolution of Wikidata entities.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Methodology</head><p>To effectively trace the connections between Wikidata entity changes and real-world events, we developed a systematic approach that leverages the capabilities of Large Language Models (LLMs). This methodology involves integrating structured data from Wikidata with event data from open databases, enabling the model to identify potential causal relationships. To achieve this, we utilize the live Wikidata SPARQL endpoint along with multiple older endpoints to track entity changes over time. In order to identify the changes between two time points, we query the corresponding SPARQL endpoints for all entity statements and compare the results. This way we can see which statements were added and which removed in the selected time period. In parallel, we query an open database which focuses on events to get all events connected to the entity in the given time period. Finally, we prompt a selected LLM to identify which of the given events could have caused the identified changes in the entity statements. Figure <ref type="figure" target="#fig_0">1</ref> depicts our proposed workflow and the core components of our approach.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1.">Wikidata &amp; Event Knowledge Graph</head><p>To be able to get the statements of the entity for any given time, we use our historical Wikidata SPARQL endpoint that are publicly available. These endpoints are created based on the historical versions of the Wikidata which are available for download by Wikidata team. For the purposes of this paper, we will be using the 2019, 2021, 2023, and the live versions of Wikidata. With the endpoints set up, we can query the database. The following is the sample query we will use in this paper, with the example entity of Donald Trump, represented with the Wikidata QID "Q22686":</p><p>PREFIX bd: &lt;http://www.bigdata.com/rdf#&gt; PREFIX wd: &lt;http://www.wikidata.org/entity/&gt; PREFIX wikibase: &lt;http://wikiba.se/ontology#&gt; SELECT ?subject ?subjectLabel ?predicate ?realpredicateLabel ?object ?objectLabel WHERE { #Set searched for entity as subject to get outgoing statements BIND(wd:Q22686 AS ?subject). This query extracts all the outgoing statements, which means that our entity of interest acts as the subject of the statement triple. It also extracts the labels of the triple in English, which is important to make the statement readable for both humans and LLMs. In Table <ref type="table" target="#tab_0">1</ref> you can see a couple of lines from this query for the year 2021.</p><p>There can be various reasons for a change, such as correcting a typo, adding new information, or removing false data, making the classification of these changes quite challenging. In this paper, we follow a similar approach as described in Wikidated 1.0 <ref type="bibr" target="#b9">[10]</ref> and only classify statement additions and removals. To identify the changes that occurred between two time points, we can compare the statements of an entity at each time point to determine what has changed. Since the subject is fixed for all statements, we simply check whether the same predicate and object combination is present in both data sets. If a statement is present only in the newer dataset, it is classified as an addition; if it appears only in the older dataset, it is classified as a removal. Now that we have our changes we can shift our focus to retrieving the corresponding events. To this end, we use the EventKG<ref type="foot" target="#foot_0">1</ref> for finding the relevant events. EventKG can be queried via its SPARQL endpoint. There are two types of events in EventKG: text events and temporal events. Temporal events are represented by a triple statement of subject, predicate and object while text events are more complex and thus have to be represented with a short paragraph of text. Along with the event description, we can also get the source of the event, which could be helpful for further research into a chosen topic. Finally, we also query for the begin and end time points of the event. However, these time points are often not precise (being just the start/end of a year) or are missing entirely. This makes our job of filtering for events that happened only in specific time period more difficult and we might miss some events due to the absence of time-related information. Despite that, in many cases we might still have enough events for explaining the statement changes, as the most influential and important events tend to have accurate time points.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2.">Large Language Models (LLMs)</head><p>Regarding the LLM application in our use case, we have decided to stick with the open access theme, and use open LLM models through Ollama<ref type="foot" target="#foot_1">2</ref> framework which allows users to locally run a wide variety of state-of-the-art models. Additionally, it enables users to create their own model using the "ModelFile" command and providing an instruction prompt to existing models, leading to better results in specific tasks. In the context of our proposed approach, we have developed a specialized prompt to guide the LLM in the task of event identification. The designed prompt is as follows:</p><p>You are an expert assistant whose role it is to decide whether a change in a Wikidata statement has been caused by one of the given events. You will be provided with a statement with the structure of subject, predicate, object and whether it was added or removed. You will be also provided wtih two JSON files containing events related to the subject. If one of the given events caused the change, you must return that event and a brief explanation why it caused the change in a JSON format. Otherwise, you must return "No responsible event." in the same JSON format.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>#INPUT_TEMPLATE:</head><p>[entity, predicate, object]; type_of_change; JSON_of_events1; JSON_of_events2 #OUTPUT_IF_TRUE_TEMPLATE#: {event: event_name, explanation: write an explanation why the event caused the change} #REMEMBER:</p><p>You must return only one event and only if it was a direct cause of of the change. You must not deviate from the output template. Do not return multiple events.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Listing 2: Instruction prompt for LLM</head><p>We decided for a semi-structured prompt style where we first describe the role of the model and then give further details, as we found in our experimentation as well as literature that this leads to more favorable results <ref type="bibr" target="#b13">[14]</ref>. Additionally, we specify the output format to JSON which facilitates data integration and data processing in our workflow. We also reinforce the most important parts of the instruction prompt once more in the ending section to further reduce disobeying <ref type="bibr" target="#b14">[15]</ref>. Finally, in the parameters of our model, we set a seed so repeating the same prompt results in the same results as well as set the output format to JSON.</p><p>We can move on to an example to see how effective our approach is. Let us say that we want to find an explanation for the following statement addition between the Wikidata 2019 and Wikidata 2021.</p><formula xml:id="formula_0">Donald Trump | participant in | Trump-Ukraine scandal</formula><p>Next, we gather the textual and temporal events connected to Donald Trump between 2019 and 2021 using the EventKG endpoint. Lastly, we feed all our data to our model keeping in mind the aforementioned input template. Using llama3.1 along with our instructions we get the following output: { "event": "The inspector general of Intelligence, Michael Atkinson, notifies the House Intelligence Committee about an \"urgent\" and \"credible\" whistleblower complaint involving an apparent July 25 telephone call in which President Donald Trump promised Ukrainian president Volodymyr Zelensky $250 million if he would reopen an investigation into Hunter Biden", "explanation": "This event likely caused the addition of Donald Trump as a participant in the Trump-Ukraine scandal, as it relates to the same phone call and controversy." }</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Listing 3: Example output</head><p>As we can see the LLM correctly chose the corresponding event as an explanation for the change. If desired, we can further enrich this event using EventKG to obtain additional details, such as the time of occurrence and the information source, which can be valuable for deeper analysis.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Conclusion &amp; Future Work</head><p>In this paper we showcased the current state of our work on connecting Wikidata updates and changes to events using LLMs. We are currently checking the feasibility of this approach through multiple different LLM models and prompting methods. While our approach works pretty well for well known entities such as our selected example of Donald Trump, it can still struggle when faced with more obscure Wikidata entities. Moreover, the number of time points to compare together should be increased in the future so that we may better investigate the effect of events on Wikidata updates and changes. More years or even monthly time points would enable to further isolate the effect that singular events have on selected changes.</p><p>When it comes to gathering of event data, there are other sources available besides EventKG that would perhaps be more suitable, since EventKG has trouble with providing a specific time point for an event. Additionally, some highly cited entities can have too many relevant events, leading to problems when processing them through the LLM component. An alternative event database is the GDELT project <ref type="foot" target="#foot_2">3</ref> which is very detailed and robust, even though it only deals with political and national events. It gathers its event information from news articles, so every event has a clear source and time point associated with it and can be easily back checked. However, GDELT results are also too large for processing through LLM. In the future, we would consider using the GDELT database together with a filter, which would extract only the most influential events.</p><p>We are currently refining the LLM prompt to enhance the results and experimenting with other state-of-the-art open models, such as Gemma2<ref type="foot" target="#foot_3">4</ref> , Mistral <ref type="foot" target="#foot_4">5</ref> , and Falcon2<ref type="foot" target="#foot_5">6</ref> , to identify the most effective one for our needs. The final choice of the model will also affect our approach to prompt creation and parameter selection. It should also be noted that LLMs tend to have a bias to them, which could affect our results. Given the rapid advancements in the LLM field, we are confident that the number of available open models will continue to grow, so we should remain vigilant in exploring new options.</p><p>Finally, we are planning to develop an interactive visualization tool designed to effectively illustrate the evolution of Wikidata entities. This tool will provide users with a user-friendly and accessible platform to track and analyze how specific events have influenced changes in Wikidata entities over a defined time period. It will also enable users to easily explore any Wikidata entity and gain valuable insights into its evolution over time.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 1 :</head><label>1</label><figDesc>Figure 1: Diagram depicting the workflow</figDesc><graphic coords="2,72.00,65.61,451.29,188.07" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1</head><label>1</label><figDesc>Example outputs of outgoing statements of Donald Trump at 2021</figDesc><table><row><cell>Subject SubjectLabel</cell><cell cols="2">Object ObjectLabel</cell><cell cols="2">Predicate PredicateLabel</cell></row><row><cell>Q22686 Donald Trump</cell><cell>P101</cell><cell>field of work</cell><cell>Q7163</cell><cell>politics</cell></row><row><cell>Q22686 Donald Trump</cell><cell>P101</cell><cell>field of work</cell><cell>Q7188</cell><cell>government</cell></row><row><cell>Q22686 Donald Trump</cell><cell>P102</cell><cell>member of political party</cell><cell>Q29468</cell><cell>Republican Party</cell></row><row><cell>#Get the predicate and object</cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell>?subject ?predicate ?object.</cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell>#Resolving direct claims</cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell cols="3">?realpredicate wikibase:directClaim ?predicate</cell><cell></cell><cell></cell></row><row><cell cols="2">#Getting the labels in english</cell><cell></cell><cell></cell><cell></cell></row><row><cell cols="4">SERVICE wikibase:label {bd:serviceParam wikibase:language "en".}</cell><cell></cell></row><row><cell>}</cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell></cell><cell cols="3">Listing 1: Example Wikidata query</cell><cell></cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">https://eventkg.l3s.uni-hannover.de/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">https://ollama.com/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_2">https://www.gdeltproject.org/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_3">https://ai.google.dev/gemma</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_4">https://mistral.ai/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="6" xml:id="foot_5">https://huggingface.co/tiiuae/falcon-11B</note>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Wikidata: a free collaborative knowledgebase</title>
		<author>
			<persName><forename type="first">D</forename><surname>Vrandečić</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Krötzsch</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Communications of the ACM</title>
		<imprint>
			<biblScope unit="volume">57</biblScope>
			<biblScope unit="page" from="78" to="85" />
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Wikidata: A new platform for collaborative data collection</title>
		<author>
			<persName><forename type="first">D</forename><surname>Vrandečić</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 21st international conference on world wide web</title>
				<meeting>the 21st international conference on world wide web</meeting>
		<imprint>
			<date type="published" when="2012">2012</date>
			<biblScope unit="page" from="1063" to="1064" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">What is event knowledge graph: A survey</title>
		<author>
			<persName><forename type="first">S</forename><surname>Guan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Cheng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Bai</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Zeng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Jin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Guo</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Transactions on Knowledge and Data Engineering</title>
		<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Entity management using wikidata for cultural heritage information</title>
		<author>
			<persName><forename type="first">L</forename><surname>Zhu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Xu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Deng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Heng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Li</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Cataloging &amp; Classification Quarterly</title>
		<imprint>
			<biblScope unit="volume">61</biblScope>
			<biblScope unit="page" from="20" to="46" />
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Searching news articles using an event knowledge graph leveraged by wikidata</title>
		<author>
			<persName><forename type="first">C</forename><surname>Rudnik</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Ehrhart</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Ferret</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Teyssou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Troncy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Tannier</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Companion proceedings of the 2019 world wide web conference</title>
				<imprint>
			<date type="published" when="2019">2019</date>
			<biblScope unit="page" from="1232" to="1239" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Automatically generating wikipedia info-boxes from wikidata</title>
		<author>
			<persName><forename type="first">T</forename><surname>Sáez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Hogan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Companion Proceedings of the The Web Conference 2018</title>
				<imprint>
			<date type="published" when="2018">2018</date>
			<biblScope unit="page" from="1823" to="1830" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<monogr>
		<author>
			<persName><forename type="first">A</forename><surname>Chisholm</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Radford</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Hachey</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1702.06235</idno>
		<title level="m">Learning to generate one-sentence biographies from wikidata</title>
				<imprint>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Wikipedians are born, not made: a study of power editors on wikipedia</title>
		<author>
			<persName><forename type="first">K</forename><surname>Panciera</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Halfaker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Terveen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2009 ACM International Conference on Supporting Group Work</title>
				<meeting>the 2009 ACM International Conference on Supporting Group Work</meeting>
		<imprint>
			<date type="published" when="2009">2009</date>
			<biblScope unit="page" from="51" to="60" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">What we talk about when we talk about wikidata quality: a literature survey</title>
		<author>
			<persName><forename type="first">A</forename><surname>Piscopo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Simperl</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 15th International Symposium on Open Collaboration</title>
				<meeting>the 15th International Symposium on Open Collaboration</meeting>
		<imprint>
			<date type="published" when="2019">2019</date>
			<biblScope unit="page" from="1" to="11" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<monogr>
		<author>
			<persName><forename type="first">L</forename><surname>Schmelzeisen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Dima</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Staab</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2112.05003</idno>
		<title level="m">Wikidated 1.0: An evolving knowledge graph dataset of wikidata&apos;s revision history</title>
				<imprint>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">The evolution of power and standard wikidata editors: comparing editing behavior over time to predict lifespan and volume of edits</title>
		<author>
			<persName><forename type="first">C</forename><surname>Sarasua</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Checco</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Demartini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Difallah</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Feldman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Pintscher</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Computer Supported Cooperative Work (CSCW)</title>
		<imprint>
			<biblScope unit="volume">28</biblScope>
			<biblScope unit="page" from="843" to="882" />
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Multilingual complementation of causality property on wikidata based on gpt-3</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Jin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Shiramatsu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of Seventh International Congress on Information and Communication Technology: ICICT 2022</title>
				<meeting>Seventh International Congress on Information and Communication Technology: ICICT 2022<address><addrLine>London</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2022">2022</date>
			<biblScope unit="volume">3</biblScope>
			<biblScope unit="page" from="573" to="580" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">A survey of the extraction and applications of causal relations</title>
		<author>
			<persName><forename type="first">B</forename><surname>Drury</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">G</forename><surname>Oliveira</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>De Andrade Lopes</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Natural Language Engineering</title>
		<imprint>
			<biblScope unit="volume">28</biblScope>
			<biblScope unit="page" from="361" to="400" />
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<monogr>
		<author>
			<persName><forename type="first">B</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Langrené</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Zhu</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2310.14735</idno>
		<title level="m">Unleashing the potential of prompt engineering in large language models: a comprehensive review</title>
				<imprint>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Prompt engineering: a methodology for optimizing interactions with ai-language models in the field of engineering</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">D</forename><surname>Velásquez-Henao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">J</forename><surname>Franco-Cardona</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Cadavid-Higuita</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Dyna</title>
		<imprint>
			<biblScope unit="volume">90</biblScope>
			<biblScope unit="page" from="9" to="17" />
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

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