<?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">CRUISE on Quantum Computing for Feature Selection in Recommender Systems Notebook for the QuantumCLEF Lab at CLEF 2024</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Jiayang</forename><surname>Niu</surname></persName>
						</author>
						<author>
							<persName><forename type="first">Jie</forename><surname>Li</surname></persName>
						</author>
						<author>
							<persName><forename type="first">Ke</forename><surname>Deng</surname></persName>
							<email>ke.deng@rmit.edu.au</email>
						</author>
						<author>
							<persName><forename type="first">Yongli</forename><surname>Ren</surname></persName>
							<email>yongli.ren@rmit.edu.au</email>
						</author>
						<author>
							<affiliation key="aff0">
								<orgName type="department">School of Computing Technologies</orgName>
								<orgName type="institution">RMIT University</orgName>
								<address>
									<postCode>3000</postCode>
									<settlement>Melbourne</settlement>
									<region>Victoria</region>
								</address>
							</affiliation>
						</author>
						<author>
							<affiliation key="aff1">
								<orgName type="department">Evaluation Forum</orgName>
								<address>
									<addrLine>September 9-12</addrLine>
									<postCode>2024</postCode>
									<settlement>Grenoble</settlement>
									<country key="FR">France</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">CRUISE on Quantum Computing for Feature Selection in Recommender Systems Notebook for the QuantumCLEF Lab at CLEF 2024</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">554CDF7D6353DDC4E9C41EE784FA8618</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2025-04-23T18:04+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>Quantum Computers</term>
					<term>Recommender Systems</term>
					<term>Counterfactual Analysis</term>
					<term>Feature Selection</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Using Quantum Computers to solve problems in Recommender Systems that classical computers cannot address is a worthwhile research topic. In this paper, we use Quantum Annealers to address the feature selection problem in recommendation algorithms. This feature selection problem is a Quadratic Unconstrained Binary Optimization (QUBO) problem. By incorporating Counterfactual Analysis, we significantly improve the performance of the item-based KNN recommendation algorithm compared to using pure Mutual Information. Extensive experiments have demonstrated that the use of Counterfactual Analysis holds great promise for addressing such problems.</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>Collaborative filtering technology <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b1">2]</ref>, which predicts potential user-item interactions based on the patterns of user behavior and item characteristics, is widely applied in recommendation algorithms, Some well-known techniques in this field include matrix factorization methods <ref type="bibr" target="#b2">[3]</ref>, neighborhood-based methods <ref type="bibr" target="#b3">[4]</ref>, deep learning approaches <ref type="bibr" target="#b4">[5,</ref><ref type="bibr" target="#b5">6]</ref>, graph-based techniques <ref type="bibr" target="#b6">[7,</ref><ref type="bibr" target="#b7">8]</ref>, factorization machines <ref type="bibr" target="#b8">[9]</ref>, hybrid methods <ref type="bibr" target="#b9">[10]</ref>, Bayesian methods <ref type="bibr" target="#b10">[11]</ref>, and large language models (LLMs) <ref type="bibr" target="#b11">[12]</ref>. However, collaborative filtering technology <ref type="bibr" target="#b0">[1]</ref> heavily relies on the quality of data. For instance, using user profiles, item features, reviews, images, and other information can significantly improve the performance of recommendation algorithms, but in some cases, it can also decrease their performance. Therefore, it's critical to distinguish what information are useful for recommendations so as to help the the construction of efficient systems and reduction of energy consumption <ref type="bibr" target="#b12">[13,</ref><ref type="bibr" target="#b13">14,</ref><ref type="bibr" target="#b14">15,</ref><ref type="bibr" target="#b15">16]</ref>. Quantum computers, with its use of qubits and quantum effects like superposition, entanglement, and quantum tunneling, is an effective tool for identifying useful information from redundant data <ref type="bibr" target="#b16">[17]</ref>. It significantly enhances the processing speed of search problems and large integer factorization <ref type="bibr" target="#b17">[18]</ref>. Therefore, in this paper, we aim to find useful features for recommendations by leveraging quantum computing techniques. Our goal is to improve the efficiency and accuracy of recommendation systems by identifying and utilizing relevant data, thereby reducing computational requirements and energy consumption <ref type="bibr" target="#b17">[18,</ref><ref type="bibr" target="#b18">19,</ref><ref type="bibr" target="#b19">20]</ref>.</p><p>In QuantumCLEF 2024, we focus on Task 1B, where 150 and 500 features are provided for each item, respectively <ref type="bibr" target="#b20">[21,</ref><ref type="bibr" target="#b21">22]</ref>. We will analyze these features to extract the most relevant ones for recommender systems. The task requires participants to use Quantum Annealing and Simulated Annealing to select appropriate features from the given data for an Item-Based KNN recommendation algorithm (Item-KNN). The organizers provided an example of feature selection by using Mutual Information <ref type="bibr" target="#b17">[18]</ref>. However, our preliminary experiments showed that using only Mutual Information for feature selection resulted in limited improvement in the performance of Item-KNN compared to using all features without any selection. This is because Mutual Information only reflects the mutual relationship between two variables and is not associated with the final goal of the recommendation algorithm. Therefore, to achieve better performance, we propose taking the impact of features on recommendation quality into consideration when performing feature selection.</p><p>One approach to achieve this is through Counterfactual Analysis <ref type="bibr" target="#b22">[23]</ref>, which is a causal research tool to examine the impact of a factor on the final result by hypothesizing the absence or alteration of that factor. This approach mainly considers three aspects: Which factors need to be evaluated? What metrics are used to assess the impact of these factors on the model's outcomes? And what models are used to derive the values of these metrics? In this work, due to the limited time for this task, we aim to measure and explore the impact of item features by Counterfactually Analyzing their effect on nDCG <ref type="bibr" target="#b23">[24]</ref> performance of recommendation lists and we chose the KNN-based recommendation algorithm, a commonly used method in collaborative filtering, to perform these measurements. Specifically, we used Item-KNN to derive the change in nDCG values after removing a specific item feature. Since Mutual Information can reflect the relationship between two features, which may positively affects the final results, we did not discard it. Instead, we integrated the results of Counterfactual Analysis into Mutual Information using a temperature coefficient, which is used to control the influence of Counterfactual Analysis on the final results. Given the current limitations on the number of qubits in Quantum Computers, directly performing Quantum Annealing on 500 variables remains a challenging task. Therefore, in this task, we first partitioned the 500 features into subsets manageable by the Quantum Computer, and then combined the results.</p><p>The paper is organized as follows: Section 2 introduces related works; Section 3 describes the QUBO formulation, how Mutual Information is applied to QUBO for feature selection, and our proposed method of using Counterfactual Analysis for feature selection in QUBO; Section 4 explains our experimental setup and experimental result; Section 5 discusses our main findings; finally, Section 6 draws some conclusions and outlooks for future work.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Related Work</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1.">Quantum Computers</head><p>In recent years, the rapid development of Quantum Computers has demonstrated their tremendous potential in solving problems that Classical Computer cannot address, such as NP and NP-hard problems <ref type="bibr" target="#b24">[25]</ref>. Based on their functionality and application scenarios, Quantum Computers can be categorized into Universal Quantum Computers, Quantum Annealers, Quantum Machine Learning Accelerators, and others <ref type="bibr" target="#b25">[26]</ref>. Recent studies have utilized Quantum Annealers for feature selection to enhance the performance of recommendation systems or retrieval systems <ref type="bibr" target="#b26">[27,</ref><ref type="bibr" target="#b27">28,</ref><ref type="bibr" target="#b17">18]</ref>. Nembrini et al. <ref type="bibr" target="#b26">[27]</ref> attempted to apply Quantum Computers to recommendation systems by using Quantum Annealing to solve a hybrid feature selection approach. Their work demonstrates that current Quantum Computers are already capable of addressing real-world recommendation system problems. Nikitin et.al. <ref type="bibr" target="#b27">[28]</ref> reproduced Nembrini's work and employed Tensor Train-based Optimization (TTOpt) as an optimizer for the cold start problem in recommendation systems. MIQUBO <ref type="bibr" target="#b17">[18]</ref> discussed the problem of feature selection using Quantum Computers and formalizes it as a Quadratic Unconstrained Binary Optimization (QUBO) problem. It demonstrates the potential of Quantum Computers to solve ranking and classification problems more efficiently.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2.">Counterfactual Analysis</head><p>Existing deep learning models have complex decision-making processes that are difficult for people to understand, often functioning as black-box models, Counterfactual Analysis is a highly effective method for helping people understand these complex models and robust them <ref type="bibr" target="#b28">[29]</ref>. For example, CF 2 <ref type="bibr" target="#b29">[30]</ref> used Counterfactual Analysis to explore the explanations of Graph Neural Networks. In recommender systems, Counterfactual Analysis is primarily used for explainability and to combat data sparsity. ACCENT <ref type="bibr" target="#b30">[31]</ref> was the first to apply Counterfactual Analysis to neural network-based recommendation algorithms. CountER <ref type="bibr" target="#b31">[32]</ref> utilizes Counterfactual Analysis to construct a low-complexity, high-strength model for explaining recommendation systems. It also highlights that using Counterfactual Analysis contributes to the interpretability and evaluation of recommendation systems. Zhang et al <ref type="bibr" target="#b32">[33]</ref> designed a CauseRec framework that utilizes Counterfactual to enhance representations in the data distribution, aiming to mitigate data sparsity.</p><p>In summary, Counterfactual Analysis can help people understand complex deep learning decision systems and has the potential to analyze how various factors interact in recommendation systems. Given the current advancements in Quantum Computers, utilizing Counterfactual Analysis combined with the ability of Quantum Computers to handle NP problems presents a promising direction.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Methodology</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.">Preliminary</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.1.">QUBO Formulation</head><p>In this work, we follow the approach described in <ref type="bibr" target="#b17">[18]</ref>, which utilizes Quantum Annealing for feature selection. To apply these methods, the feature selection problem is formulated as a Quadratic Unconstrained Binary Optimization (QUBO) problem. The QUBO formulation can be used to solve certain NP and NP-hard optimization problems and is defined as follows <ref type="bibr" target="#b17">[18]</ref>:</p><formula xml:id="formula_0">min 𝑌 = 𝑥 𝑇 𝑄𝑥,<label>(1)</label></formula><p>where 𝑥 is a binary vector of length 𝑚, with each element of the vector being either 0 or 1. 𝑄 is a symmetric matrix, where each element represents the relationship between the elements of 𝑥. 𝑚 denotes the number of features to be selected. In other words, the elements of vector 𝑥 indicate whether the corresponding features are selected, and the elements in 𝑄 influence the search direction of the function, determining feature selection.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.2.">Feature Selection Based on Mutual Information</head><p>Following <ref type="bibr" target="#b17">[18]</ref>, Mutual Information QUBO (MIQUBO) is a quadratic feature selection model based on Mutual Information. MIQUBO aims to maximize the Mutual Information, which measures the dependency between two variables, and the Conditional Mutual Information, which measures the dependency between two variables given a target variable, of the selected features. In this context, the matrix 𝑄 in Equation 1 is defined as:</p><formula xml:id="formula_1">𝑄 𝑖𝑗 = {︃ −CMI(𝑓 𝑖 ; 𝑦 | 𝑓 𝑗 ) if 𝑖 ̸ = 𝑗 −MI(𝑓 𝑖 ; 𝑦) if 𝑖 = 𝑗,<label>(2)</label></formula><p>where MI(𝑓 𝑖 ; 𝑦) is the Mutual Information between feature 𝑓 𝑖 and target feature 𝑦, and CMI(𝑓 𝑖 ; 𝑦 | 𝑓 𝑗 ) is the Conditional Mutual Information between feature 𝑓 𝑖 and target feature 𝑦 given feature 𝑓 𝑗 . Since QUBO formulation is used to find the minimum state, a negative sign is required before MI and CMI.</p><p>To control the number of selected features, a penalty term is added to Equation 1, which is then transformed to:</p><formula xml:id="formula_2">min 𝑌 = 𝑥 𝑇 𝑄𝑥 + (︃ 𝑁 ∑︁ 𝑖=1 𝑥 𝑖 − 𝑘 )︃ 2 . (<label>3</label></formula><formula xml:id="formula_3">)</formula><p>This formula will be minimized when selecting 𝑘 features, this also following the descriptions in <ref type="bibr" target="#b17">[18]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.">Counterfactual Analysis</head><p>To better identify features directly associated with recommendation performance, we integrate a widely used recommendation ranking metric into Mutual Information through Counterfactual Analysis.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.1.">Counterfactual Analysis for Feature Selection</head><p>Counterfactual Analysis <ref type="bibr" target="#b22">[23]</ref> is usually used to examine the causal relationship between conditions, decisions, and outcomes by hypothesizing how the results of observed events would change if the conditions and decisions were altered. In the field of Recommender System, Counterfactual Analysis is often used for the interpretability of recommendation models, helping researchers enhance algorithm performance <ref type="bibr" target="#b31">[32,</ref><ref type="bibr" target="#b32">33]</ref>. Inspired by existing works <ref type="bibr" target="#b31">[32,</ref><ref type="bibr" target="#b32">33]</ref>, the impact of item features can be explored by excluding the corresponding feature and analyzing the difference in recommendation performance between the recommendation lists generated by the model with and without the corresponding feature.</p><p>In this work, we use the widely used Item-KNN recommendation algorithm, termed as model 𝐺, and employ the recommendation performance metric Normalized Discounted Cumulative Gain (nDCG) <ref type="bibr" target="#b23">[24]</ref> for Counterfactual Analysis. nDCG is defined as:</p><formula xml:id="formula_4">E 𝑖 = nDCG 𝐺(F) − nDCG 𝐺(F∖𝑓 𝑖 ) ,<label>(4)</label></formula><p>where 𝐸 𝑖 represents the change in the nDCG result of the recommendation model 𝐺 after removing the feature 𝑓 𝑖 . nDCG 𝐺(F) represents the nDCG@10 value obtained by the 𝐺 using all item features set 𝐹 , while nDCG 𝐺(F∖𝑓 𝑖 ) represents the nDCG@10 value obtained by the 𝐺 using features set which is set 𝐹 removing feature 𝑖. It is important to note that 𝐸 𝑖 ultimately reflects the impact of feature 𝑖 on the result. Since the final outcome is influenced by the interactions between all features, simply removing features with positive 𝐸 𝑖 values does not yield the optimal feature selection solution.</p><p>When 𝐸 𝑖 ≥ 0, it indicates that the algorithm's performance decreases after removing the feature 𝑖. The extent of this decrease reflects the positive impact of this feature on the algorithm. Conversely, an increase in the value reflects the negative impact of this feature on the algorithm. We hypothesize that if the selected set of features is 𝑠𝑒𝑡(𝐹 * ), the maximization the sum of 𝐸 𝑖 (𝑖 ∈ 𝑠𝑒𝑡(𝐹 * )), the maximization the performance improvement of the baseline algorithm. Since the QUBO problem is a minimization optimization problem, we redefine 𝑄 as follows:</p><formula xml:id="formula_5">𝑄 𝑖𝑗 = {︃ −𝐶𝑀 𝐼(𝑓 𝑖 ; 𝑦 | 𝑓 𝑗 ) if 𝑖 ̸ = 𝑗 −𝑀 𝐼(𝑓 𝑖 ; 𝑦) − 𝜆E 𝑖 if 𝑖 = 𝑗<label>(5)</label></formula><p>where 𝜆 is a coefficient used to control the influence of 𝐸 on the search results. The larger the value of 𝜆, the greater the influence of 𝐸 on the final results. The overall process of the above algorithm, which we refer to as Counterfactual Analysis QUBO (CAQUBO), is as follows in Algorithm 1.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3.">Handling Large Feature Set</head><p>Although Quantum Computers are developing rapidly, the limitation in the number of qubits restricts them to handling only a limited number of feature selection problems. For selecting from 500 features, we partition them into several subsets and use Quantum Annealing (QA) or Simulated Annealing (SA) to perform feature selection on these subsets individually, then combine the results. First, partition the 500 features into 𝑛 subsets by order,</p><formula xml:id="formula_6">𝑆 1 , 𝑆 2 , • • • , 𝑆 𝑖 , • • • , 𝑆 𝑛 ,</formula><p>where 𝑆 𝑖 is the 𝑖-th subset of features, and 𝑛 is the number of subsets.</p><formula xml:id="formula_7">𝑆 1 , 𝑆 2 , • • • , 𝑆 𝑖 , • • • , 𝑆 𝑛 = divide(F)<label>(6)</label></formula><p>Then, use Quantum Annealing (QA) or Simulated Annealing (SA) to perform feature selection on each subset, and combine the results:</p><formula xml:id="formula_8">𝑆 ˜= 𝑛 ⋃︁ 𝑖=1 QA/SA(𝑆 𝑖 ),<label>(7)</label></formula><p>where 𝑆 ˜is the final selected features set, represents each partitioned subset of features, and QA/SA (𝑆_𝑖) represents the selected features from subset 𝑆 𝑖 using QA and SA. The final feature set is obtained by merging the selected features from all subsets.</p><p>Algorithm 1 Counterfactual Analysis QUBO </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Experimental Setup</head><p>Datasets: In this work, two tasks are undertaken: the first involves selecting appropriate features from a set of 150 item features for training 𝐺, and the second involves selecting features from a set of 500 item features. Three data sets are provided for these tasks: 150_ICM, 500_ICM, and URM. The 150_ICM and 500_ICM contain item features, while the URM includes interaction data between 1,890 users and 18,022 interacted items. Experimental parameter setting: We used a self-implemented Item-KNN recommendation model based on the problem statement to calculate 𝐸. The interaction data was split into training and test sets in an 80:20 ratio. It is worth noting that calculating 𝐸 is very time-consuming, so we only used a subset of items for the calculations. In the use of Quantum Annealing (QA) and Simulated Annealing(SA), the coefficient 𝜆 significantly affects the features selected by QA and SA. Due to the limited usage time of the Quantum Annealer (QA), it is necessary to use Simulated Annealing (SA) to explore the effectiveness of the selected features under different parameters 𝜆 and 𝑘 before using QA. In preliminary experiment, we attempt [𝜆: 0, 1e1, 1e3, 1e5, 1e7], [k: 50, 100, 130, 140, 145] in Feature 150 and [𝜆: 0, 1e1, 1e3, 1e5, 1e7], [k: 300, 350, 400, 450, 470] in Feature 500. For the selection of 500 features, n (is mentioned in Section 3.3) is set to 5. The preliminary experiment results can be found in Table <ref type="table" target="#tab_0">1</ref>. Repeated Calculations: Due to the heuristic nature of Simulated Annealing (SA) and Quantum Annealing (QA), the final results may vary even with fixed parameters. To mitigate this effect, we perform multiple iterations of QA and SA under the same parameters and select the final feature set via voting. For example, we repeated the experiment five times. 𝑓 𝑖 was not included in 𝐹 * in any of the five experiments, while 𝑓 𝑗 was included in 𝐹 * in four out of the five experiments. Therefore, the final submitted feature set 𝐹 * does not include 𝑓 𝑖 but includes 𝑓 𝑗 . </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Results</head><p>Table <ref type="table" target="#tab_0">1</ref> describes the performance in nDCG@10 of 𝐺 using features selected by QA and SA under different parameters 𝜆 and 𝑘. When 𝜆 = 0, QA and SA select features based solely on Mutual Information (MI) and Conditional Mutual Information (CMI). Across different values of parameter 𝑘, the performance of selected features in 𝐺 rarely surpasses the performance in Counterfactual Analysis QUBO. As the parameter 𝜆 increases, the performance of the features selected by QA and SA in the item-KNN shows significant improvement compared to using all features. The effectiveness of feature selection shows no significant improvement when 𝜆 &gt; 1𝑒5 . This may be because as the value of 𝜆 increases, the impact of MI and CMI on feature selection diminishes, causing QA and SA to rely entirely on 𝐸 for feature selection. Table <ref type="table" target="#tab_2">2</ref> reflects the same situation: feature selection relying solely on MI and CMI does not surpass the performance in Counterfactual Analysis QUBO. After incorporating the counterfactual analysis-derived 𝐸 into 𝑄, the features selected by QA and SA show a significant performance improvement in item-KNN compared to using all features. An unusual observation is that, under the same parameters, the features selected by QA generally do not perform as well as those selected by SA in item-KNN, and sometimes do not even surpass the performance of using all features. During the experiments, we noticed that this is due to QA often returning results before finding the optimal solution.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6.">Conclusions and Future Work</head><p>In this paper, we present the explorations conducted by our team and the details of our final submission for the QuantumCLEF 2024 activities. We used Counterfactual Analysis of individual item features to select appropriate features for item-KNN using Quantum Annealing. Our preliminary experiments and the results returned by QuantumCLEF 2024 demonstrated that our use of Counterfactual Analysis significantly improved the performance of item-KNN.</p><p>Within the limited time of QuantumCLEF, we attempted Counterfactual Analysis of individual features. However, because the performance of collaborative filtering is actually the result of feature interactions, Counterfactual Analysis of individual features has significant limitations. Additionally, since Quantum Annealing cannot directly handle the selection of 500 features, we adopted a sequential partitioning and merging approach. As negative features are not uniformly distributed by their indices among all features, this sequential partitioning and merging method still requires improvement.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>1 :</head><label>1</label><figDesc>Initialize variable set E, set F, 𝑛 ← 𝑙𝑒𝑛(F), 𝑘, 𝑄, 𝜆 2: procedure Calculate E 𝑖 𝑄 𝑖𝑖 = −MI(𝑓 𝑖 ; 𝑦) − 𝜆E 𝑖 𝑄 𝑖𝑗 = −CMI(𝑓 𝑖 ; 𝑦 | 𝑓 𝑗 ) ← QA or SA ← 𝑄 and 𝜆 # Input parameters 𝑄 and 𝜆 into the Quantum Annealer.</figDesc><table><row><cell>3:</cell><cell>for 𝑓 𝑖 in F do</cell></row><row><cell>4:</cell><cell>F ' ← F</cell></row><row><cell>5:</cell><cell>F ' .pop(𝑓 𝑖 )</cell></row><row><cell>6:</cell><cell>E 𝑖 ←G(F) -G(F ' )</cell></row><row><cell>7:</cell><cell>end for</cell></row><row><cell>8:</cell><cell>return E</cell></row><row><cell cols="2">9: end procedure</cell></row><row><cell cols="2">10: procedure Feature Selection</cell></row><row><cell>11:</cell><cell>Calculate MI and CMI</cell></row><row><cell>12:</cell><cell>for 𝑓 𝑖 in F do</cell></row><row><cell>13:</cell><cell></cell></row><row><cell>14:</cell><cell>end for</cell></row><row><cell>15:</cell><cell>for 𝑓 𝑖 in F do</cell></row><row><cell>16:</cell><cell>for 𝑓 𝑗 in F do</cell></row><row><cell>17:</cell><cell></cell></row><row><cell>18:</cell><cell>end for</cell></row><row><cell>19:</cell><cell>end for</cell></row><row><cell>20:</cell><cell>set F</cell></row></table><note>* 21: return set F * # Selected Feature Set 22: end procedure</note></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>Table 1</head><label>1</label><figDesc>nDCG@10 for Feature 150 and Feature 500 datasets individually using SA-based feature selection, with different numbers of selected features 𝑘 and different coefficients 𝜆.</figDesc><table><row><cell></cell><cell>k</cell><cell>50</cell><cell>100</cell><cell>130</cell><cell>140</cell><cell>145</cell><cell>300</cell><cell>350</cell><cell>400</cell><cell>450</cell><cell>470</cell></row><row><cell></cell><cell>𝜆</cell><cell></cell><cell cols="3">Feature 150 nDCG@10</cell><cell></cell><cell></cell><cell cols="3">Feature 500 nDCG@10</cell></row><row><cell></cell><cell>0</cell><cell cols="5">0.0602 0.0870 0.0968 0.1033 0.1018</cell><cell cols="5">0.1078 0.0894 0.0971 0.0969 0.0991</cell></row><row><cell>.</cell><cell>1</cell><cell cols="5">0.0870 0.0974 0.0999 0.1009 0.1029</cell><cell cols="5">0.1066 0.1108 0.1195 0.1291 0.1197</cell></row><row><cell></cell><cell cols="6">1e3 0.0755 0.1051 0.1151 0.1119 0.1152</cell><cell cols="5">0.1206 0.1249 0.1257 0.1305 0.1302</cell></row><row><cell></cell><cell cols="6">1e5 0.0878 0.1160 0.1232 0.1256 0.1180</cell><cell cols="5">0.1224 0.1238 0.1303 0.1290 0.1307</cell></row><row><cell></cell><cell cols="6">1e7 0.0795 0.1155 0.1221 0.1264 0.1180</cell><cell cols="5">0.1235 0.1218 0.1298 0.1306 0.1293</cell></row><row><cell></cell><cell></cell><cell cols="3">150 Feature nDCG 0.1028</cell><cell></cell><cell></cell><cell cols="3">500 Feature nDCG 0.0988</cell><cell></cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>Table 2</head><label>2</label><figDesc>This table contains the final data submitted to the organizers, with data sourced from the organizers' website1 . Due to the fact that when 𝜆 is too large, the values of elements in Q become excessively large, which is detrimental to the performance of QA and SA, a coefficient 𝜇 is applied to all elements in Q. An asterisk (*) after the sub_ID indicates that the selected features are the result of repeated calculations. Those submissions was repeated five times to determine the final feature set.</figDesc><table /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_3"><head>150 Feature submissions All Feature nDCG 0.0810 Parameters set nDCG@10 Annealing Time Type nº features sub_id</head><label></label><figDesc></figDesc><table><row><cell>k=140 𝜆=1e7 𝜇=1e-5</cell><cell>0.0805</cell><cell>536250</cell><cell>Q</cell><cell>138</cell><cell>1</cell></row><row><cell>k=140 𝜆=1e7 𝜇=1e-3</cell><cell>0.0826</cell><cell>528844</cell><cell>Q</cell><cell>136</cell><cell>2</cell></row><row><cell>k=140 𝜆=1e7 𝜇=1e-3</cell><cell>0.0690</cell><cell>530804</cell><cell>Q</cell><cell>132</cell><cell>3</cell></row><row><cell>k=140 𝜆=0 𝜇=1</cell><cell>0.0763</cell><cell>558321</cell><cell>Q</cell><cell>133</cell><cell>4</cell></row><row><cell>k=140 𝜆=1e7 𝜇=1e-2</cell><cell>0.1003</cell><cell>1375068</cell><cell>Q</cell><cell>144</cell><cell>5 *</cell></row><row><cell>k=140 𝜆=1e7 𝜇=1e-5</cell><cell>0.0998</cell><cell>1745487</cell><cell>S</cell><cell>140</cell><cell>1</cell></row><row><cell>k=140 𝜆=1e7 𝜇=1e-3</cell><cell>0.0993</cell><cell>17357899</cell><cell>S</cell><cell>140</cell><cell>2</cell></row><row><cell>k=140 𝜆=1e7 𝜇=1e-3</cell><cell>0.1001</cell><cell>1760252</cell><cell>S</cell><cell>140</cell><cell>3</cell></row><row><cell>k=140 𝜆=0 𝜇=1</cell><cell>0.0793</cell><cell>17387227</cell><cell>S</cell><cell>140</cell><cell>4</cell></row><row><cell>k=140 𝜆=1e7 𝜇=1e-2</cell><cell>0.1003</cell><cell>88395437</cell><cell>S</cell><cell>144</cell><cell>5 *</cell></row><row><cell cols="3">500 Feature submissions All Feature nDCG 0.0827</cell><cell></cell><cell></cell><cell></cell></row><row><cell>k=450 𝜆=1e7 𝜇=1e-2</cell><cell>0.0757</cell><cell>2287019</cell><cell>Q</cell><cell>407</cell><cell>1</cell></row><row><cell>k=450 𝜆=1e1 𝜇=1</cell><cell>0.0839</cell><cell>2122701</cell><cell>Q</cell><cell>397</cell><cell>2</cell></row><row><cell>k=450 𝜆=1e7 𝜇=1e-2</cell><cell>0.1196</cell><cell>43339285</cell><cell>S</cell><cell>450</cell><cell>1</cell></row><row><cell>k=450 𝜆=1e1 𝜇=1</cell><cell>0.1198</cell><cell>42776695</cell><cell>S</cell><cell>450</cell><cell>2</cell></row><row><cell>1</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_4"><head>https://qclef.dei.unipd.it/clef2024-results.html</head><label></label><figDesc></figDesc><table /></figure>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">A survey of collaborative filtering techniques</title>
		<author>
			<persName><forename type="first">X</forename><surname>Su</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">M</forename><surname>Khoshgoftaar</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Advances in artificial intelligence</title>
		<imprint>
			<date type="published" when="2009">2009. 2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<author>
			<persName><forename type="first">J</forename><surname>Lee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Sun</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Lebanon</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1205.3193</idno>
		<title level="m">A comparative study of collaborative filtering algorithms</title>
				<imprint>
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Efficient retrieval of recommendations in a matrix factorization framework</title>
		<author>
			<persName><forename type="first">N</forename><surname>Koenigstein</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Ram</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Shavitt</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 21st ACM international conference on Information and knowledge management</title>
				<meeting>the 21st ACM international conference on Information and knowledge management</meeting>
		<imprint>
			<date type="published" when="2012">2012</date>
			<biblScope unit="page" from="535" to="544" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Automated web usage data mining and recommendation system using k-nearest neighbor (knn) classification method</title>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">A</forename><surname>Adeniyi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Wei</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Yongquan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Applied Computing and Informatics</title>
		<imprint>
			<biblScope unit="volume">12</biblScope>
			<biblScope unit="page" from="90" to="108" />
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<author>
			<persName><forename type="first">B</forename><surname>Hidasi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Karatzoglou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Baltrunas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Tikk</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1511.06939</idno>
		<title level="m">Session-based recommendations with recurrent neural networks</title>
				<imprint>
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Attention is all you need</title>
		<author>
			<persName><forename type="first">A</forename><surname>Vaswani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Shazeer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Parmar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Uszkoreit</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Jones</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">N</forename><surname>Gomez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ł</forename><surname>Kaiser</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Polosukhin</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Advances in neural information processing systems</title>
		<imprint>
			<biblScope unit="volume">30</biblScope>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Neural graph collaborative filtering</title>
		<author>
			<persName><forename type="first">X</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>He</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Feng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T.-S</forename><surname>Chua</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 42nd international ACM SIGIR conference on Research and development in Information Retrieval</title>
				<meeting>the 42nd international ACM SIGIR conference on Research and development in Information Retrieval</meeting>
		<imprint>
			<date type="published" when="2019">2019</date>
			<biblScope unit="page" from="165" to="174" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Lightgcn: Simplifying and powering graph convolution network for recommendation</title>
		<author>
			<persName><forename type="first">X</forename><surname>He</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Deng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Wang</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 43rd International ACM SIGIR conference on research and development in Information Retrieval</title>
				<meeting>the 43rd International ACM SIGIR conference on research and development in Information Retrieval</meeting>
		<imprint>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="639" to="648" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Lambdafm: Learning optimal ranking with factorization machines using lambda surrogates</title>
		<author>
			<persName><forename type="first">F</forename><surname>Yuan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Guo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">M</forename><surname>Jose</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Yu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Zhang</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 25th ACM international on conference on information and knowledge management</title>
				<meeting>the 25th ACM international on conference on information and knowledge management</meeting>
		<imprint>
			<date type="published" when="2016">2016</date>
			<biblScope unit="page" from="227" to="236" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Toward the next generation of recommender systems: A survey of the state-of-the-art and possible extensions</title>
		<author>
			<persName><forename type="first">G</forename><surname>Adomavicius</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Tuzhilin</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE transactions on knowledge and data engineering</title>
		<imprint>
			<biblScope unit="volume">17</biblScope>
			<biblScope unit="page" from="734" to="749" />
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Efficient bayesian methods for graph-based recommendation</title>
		<author>
			<persName><forename type="first">R</forename><surname>Lopes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Assunção</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">L</forename><surname>Santos</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 10th ACM Conference on Recommender Systems</title>
				<meeting>the 10th ACM Conference on Recommender Systems</meeting>
		<imprint>
			<date type="published" when="2016">2016</date>
			<biblScope unit="page" from="333" to="340" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<monogr>
		<author>
			<persName><forename type="first">Y</forename><surname>Yang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">S</forename><surname>Kim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Kim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Park</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2204.04179</idno>
		<title level="m">Gram: Fast fine-tuning of pre-trained language models for content-based collaborative filtering</title>
				<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Focal elements of neural information retrieval models. an outlook through a reproducibility study</title>
		<author>
			<persName><forename type="first">S</forename><surname>Marchesin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Purpura</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Silvello</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Information Processing &amp; Management</title>
		<imprint>
			<biblScope unit="volume">57</biblScope>
			<biblScope unit="page">102109</biblScope>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<monogr>
		<title level="m" type="main">Energy and policy considerations for deep learning in nlp</title>
		<author>
			<persName><forename type="first">E</forename><surname>Strubell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Ganesh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Mccallum</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1906.02243</idno>
		<imprint>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">A survey of recommender systems for energy efficiency in buildings: Principles, challenges and prospects</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Himeur</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Alsalemi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Al-Kababji</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Bensaali</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Amira</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Sardianos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Dimitrakopoulos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Varlamis</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Information Fusion</title>
		<imprint>
			<biblScope unit="volume">72</biblScope>
			<biblScope unit="page" from="1" to="21" />
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Impact of data characteristics on recommender systems performance</title>
		<author>
			<persName><forename type="first">G</forename><surname>Adomavicius</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Zhang</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ACM Transactions on Management Information Systems (TMIS)</title>
		<imprint>
			<biblScope unit="volume">3</biblScope>
			<biblScope unit="page" from="1" to="17" />
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Quantum computing and industrial information integration: A review</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Lu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Sigov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Ratkin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">A</forename><surname>Ivanov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Zuo</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Industrial Information Integration</title>
		<imprint>
			<biblScope unit="page">100511</biblScope>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Towards feature selection for ranking and classification exploiting quantum annealers</title>
		<author>
			<persName><forename type="first">M</forename><surname>Ferrari Dacrema</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Moroni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Nembrini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Ferro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Faggioli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Cremonesi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 45th International ACM SIGIR Conference on Research and Development in Information Retrieval</title>
				<meeting>the 45th International ACM SIGIR Conference on Research and Development in Information Retrieval</meeting>
		<imprint>
			<date type="published" when="2022">2022</date>
			<biblScope unit="page" from="2814" to="2824" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Quantum bridge analytics i: a tutorial on formulating and using qubo models</title>
		<author>
			<persName><forename type="first">F</forename><surname>Glover</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Kochenberger</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Du</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">4or</title>
		<imprint>
			<biblScope unit="volume">17</biblScope>
			<biblScope unit="page" from="335" to="371" />
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">A survey on quantum computing for recommendation systems</title>
		<author>
			<persName><forename type="first">G</forename><surname>Pilato</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Vella</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Information</title>
		<imprint>
			<biblScope unit="volume">14</biblScope>
			<biblScope unit="page">20</biblScope>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">QuantumCLEF 2024: Overview of the Quantum Computing Challenge for Information Retrieval and Recommender Systems at CLEF</title>
		<author>
			<persName><forename type="first">A</forename><surname>Pasin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Ferrari Dacrema</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Cremonesi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Ferro</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Working Notes of the Conference and Labs of the Evaluation Forum (CLEF 2024)</title>
				<meeting><address><addrLine>Grenoble, France</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2024">September 9th to 12th, 2024. 2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">Overview of QuantumCLEF 2024: The Quantum Computing Challenge for Information Retrieval and Recommender Systems at CLEF</title>
		<author>
			<persName><forename type="first">A</forename><surname>Pasin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Ferrari Dacrema</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Cremonesi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Ferro</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Experimental IR Meets Multilinguality, Multimodality, and Interaction -15th International Conference of the CLEF Association, CLEF 2024</title>
				<meeting><address><addrLine>Grenoble, France</addrLine></address></meeting>
		<imprint>
			<publisher>Proceedings</publisher>
			<date type="published" when="2024">September 9-12, 2024. 2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<monogr>
		<title level="m" type="main">Causal inference in statistics: A primer</title>
		<author>
			<persName><forename type="first">J</forename><surname>Pearl</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Glymour</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">P</forename><surname>Jewell</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2016">2016</date>
			<publisher>John Wiley &amp; Sons</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">Cumulated gain-based evaluation of ir techniques</title>
		<author>
			<persName><forename type="first">K</forename><surname>Järvelin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Kekäläinen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ACM Transactions on Information Systems (TOIS)</title>
		<imprint>
			<biblScope unit="volume">20</biblScope>
			<biblScope unit="page" from="422" to="446" />
			<date type="published" when="2002">2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<analytic>
		<title level="a" type="main">Training variational quantum algorithms is np-hard</title>
		<author>
			<persName><forename type="first">L</forename><surname>Bittel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Kliesch</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Physical review letters</title>
		<imprint>
			<biblScope unit="volume">127</biblScope>
			<biblScope unit="page">120502</biblScope>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<analytic>
		<title level="a" type="main">Quantum computing: A taxonomy, systematic review and future directions</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">S</forename><surname>Gill</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Kumar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Singh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Singh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Kaur</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Usman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Buyya</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Software: Practice and Experience</title>
		<imprint>
			<biblScope unit="volume">52</biblScope>
			<biblScope unit="page" from="66" to="114" />
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b26">
	<analytic>
		<title level="a" type="main">Feature selection for recommender systems with quantum computing</title>
		<author>
			<persName><forename type="first">R</forename><surname>Nembrini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Ferrari Dacrema</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Cremonesi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Entropy</title>
		<imprint>
			<biblScope unit="volume">23</biblScope>
			<biblScope unit="page">970</biblScope>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b27">
	<monogr>
		<author>
			<persName><forename type="first">A</forename><surname>Nikitin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Chertkov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Ballester-Ripoll</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Oseledets</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Frolov</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2205.04490</idno>
		<title level="m">Are quantum computers practical yet? a case for feature selection in recommender systems using tensor networks</title>
				<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b28">
	<monogr>
		<author>
			<persName><forename type="first">S</forename><surname>Verma</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Boonsanong</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Hoang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">E</forename><surname>Hines</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">P</forename><surname>Dickerson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Shah</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2010.10596</idno>
		<title level="m">Counterfactual explanations and algorithmic recourses for machine learning: A review</title>
				<imprint>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b29">
	<analytic>
		<title level="a" type="main">Counterfactual state explanations for reinforcement learning agents via generative deep learning</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">L</forename><surname>Olson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Khanna</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Neal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W.-K</forename><surname>Wong</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Artificial Intelligence</title>
		<imprint>
			<biblScope unit="volume">295</biblScope>
			<biblScope unit="page">103455</biblScope>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b30">
	<analytic>
		<title level="a" type="main">Counterfactual explanations for neural recommenders</title>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">H</forename><surname>Tran</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Ghazimatin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">Saha</forename><surname>Roy</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 44th International ACM SIGIR Conference on Research and Development in Information Retrieval</title>
				<meeting>the 44th International ACM SIGIR Conference on Research and Development in Information Retrieval</meeting>
		<imprint>
			<date type="published" when="2021">2021</date>
			<biblScope unit="page" from="1627" to="1631" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b31">
	<analytic>
		<title level="a" type="main">Counterfactual explainable recommendation</title>
		<author>
			<persName><forename type="first">J</forename><surname>Tan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Xu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Ge</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Zhang</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 30th ACM International Conference on Information &amp; Knowledge Management</title>
				<meeting>the 30th ACM International Conference on Information &amp; Knowledge Management</meeting>
		<imprint>
			<date type="published" when="2021">2021</date>
			<biblScope unit="page" from="1784" to="1793" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b32">
	<analytic>
		<title level="a" type="main">Causerec: Counterfactual user sequence synthesis for sequential recommendation</title>
		<author>
			<persName><forename type="first">S</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Yao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Zhao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T.-S</forename><surname>Chua</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Wu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 44th International ACM SIGIR Conference on Research and Development in Information Retrieval</title>
				<meeting>the 44th International ACM SIGIR Conference on Research and Development in Information Retrieval</meeting>
		<imprint>
			<date type="published" when="2021">2021</date>
			<biblScope unit="page" from="367" to="377" />
		</imprint>
	</monogr>
</biblStruct>

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