<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>CAMEO: Fostering Joint Conversational Search and Recommendation</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Discussion Paper</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Tommaso Di Noia</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Guglielmo Faggioli</string-name>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Marco Ferrante</string-name>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Nicola Ferro</string-name>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Fedelucio Narducci</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Rafaele Perego</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Giuseppe Santucci</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>National Research Council</institution>
          ,
          <country country="IT">Italy</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Polytechnic University of Bari</institution>
          ,
          <country country="IT">Italy</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Sapienza University of Rome</institution>
          ,
          <country country="IT">Italy</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>University of Padua</institution>
          ,
          <country country="IT">Italy</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>The rising popularity of conversational agents for accessing information stems from their natural language dialogue-based interaction, facilitating usability for a broad spectrum of users, including the elderly, children, and visually impaired individuals. Among others, two tasks that benefit the most conversational agents are search and recommendation: in the former, the user receives factual information by asking the agent; in the latter, the system refines its knowledge of the user's needs by posing them a sequence of questions. This work discusses the observations and findings of the first CAMEO (Conversational Agents: Mastering, Evaluating, Optimizing) project retreat. The retreat focused on similarities and diferences of conversational search and recommendation to identify the path to construct a joint conversational search and recommendation system. Our observations highlight how all the conversational search/recommendation systems can be categorized using two axes: “explorationdisambiguation” and “search-recommendation”. The first axis describes whether the question aims to gain knowledge over something unknown or allows to refine already available knowledge. The second axis describes if the user's interest is in gaining knowledge or obtaining a recommendation. Additionally, we provide insights on obtaining a dataset that can be used to train/test such a joint system. Finally, we describe how the CAMEO project will address the product search task, which we believe is the scenario where the joint conversational search and recommendation system would be the most efective.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        The conversational paradigm is increasingly used both for search and recommendation. For
what concerns Conversational Search (CS), instead of issuing a single query, the user satisfies
their information need by refining it through a conversation with the agent. At the same
time, concerning Conversational Recommendation (CR), instead of receiving a one-shot static
recommendation, users can establish a multi-turn dialogue with the CR to express their needs
best. The conversational paradigm presents several advantages. It can be easily used by visually
impaired people, elderly and children, who can interact with the system using their voice. At the
same time, the possibility of expressing their need using natural languages alleviates the mental
encumbering of formulating efective queries for generic users. Nevertheless, conversational
systems also present major challenges that must be efectively addressed. For example, the
system must understand and process complex natural language structures, such as anaphoras,
ellipses, and co-references. At the same time, the system should be able to keep track of the
conversation’s state to provide efective and satisfactory answers for the user, also considering
previous interactions. Finally, the evaluation of these systems is particularly challenging for
several reasons. First, being a relatively new paradigm, we still lack rich and extensive evaluation
collections. Secondly, we lack proper evaluation measures and paradigms. Indeed, most of
the current evaluation approaches [
        <xref ref-type="bibr" rid="ref1 ref2 ref3">1, 2, 3</xref>
        ] rely on procedures similar to those used in classic
Information Retrieval (IR) and Recommender Systems (RS) and do not keep into account the
structure of the conversation, nor take into consideration the fact that diferent users might
interact in diferent ways with the system.
      </p>
      <p>
        Currently, CS and CR are intended and applied as two orthogonal tasks: either the system is
meant to search, or it is designed to recommend. We argue that this approach is limiting and
does not exploit the full potential of a conversational system to interact seamlessly with a user.
Whether to answer with a document (search) or an item (recommendation) should depend on
the user’s interaction and needs rather than the system’s nature. Furthermore, past eforts in
the joint recommendation and search [
        <xref ref-type="bibr" rid="ref4 ref5 ref6">4, 5, 6</xref>
        ] have already highlighted the positive efects that
joint modeling can have on both tasks. We argue that a similar strategy can benefit both CS
and CR.
      </p>
      <p>The “Conversational Agents: Mastering, Evaluating, Optimizing (CAMEO)” project1 addresses
the abovementioned limitations while fostering the development of conversational agents
designed for joint search and recommendation. CAMEO is being developed under the Progetti
di Rilevante Interesse Nazionale (PRIN) framework and involves partners from four institutions:
The National Research Council (CNR), the Polytechnic University of Bari (POLIBA), the Sapienza
University of Rome and the University of Padua (UNIPD, coordinator). In this discussion paper,
we present the outcomes of the first brainstorming meeting of CAMEO, organized as a retreat
of three days at San Vito di Cadore, to explore the notion of joint recommendation and search
for conversational and to define a common conceptual framework. Our discussion focused on
formalizing the similarities and diferences between CS and CR systems. We also discussed
which type of architecture would fit the best. We observed that using two diferent engines
(one for recommendation and one for search) that share some information, either in the form
of a knowledge base or representation space, would be the most efective solution in our case.
Finally, we discussed how a joint search and recommendation dataset could be collected.</p>
      <p>The remainder of this paper is organized as follows: Section 2 introduces the background
on CR and CS, Section 3 details the observations and analyses of the current state-of-the-art
resulting from the first CAMEO’s project meeting. Section 4 introduces conversational product
recommendation, the first task CAMEO will focus on. Finally, Section 5 draws the conclusion
and introduces our future work.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Background</title>
      <p>We describe here CS and CR paradigms, highlighting their similarities and diferences.</p>
      <sec id="sec-2-1">
        <title>2.1. Conversational Search (CS)</title>
        <p>
          Our definition of CS follows the one adopted by the TREC Conversational Assistance Track (CAsT)
evaluation campaign [
          <xref ref-type="bibr" rid="ref1 ref2 ref3 ref7">1, 2, 3, 7</xref>
          ]. The main task of TREC CAsT considers a scenario in which
the user asks and the system responds. Each utterance of the user conveys an information need
(the user wants to know something with each utterance). Thus, each utterance has a (set of)
correct answer(s) – i.e., documents that satisfy the information need of the user. The system is
evaluated by looking at how many correct documents have been retrieved in response to the
user utterances. An example of a conversation following the CS paradigm is:
User (utterance 1): which fruits are winter fruits?
        </p>
        <p>System (response):
D1: apples are a very healthy type of winter fruits.</p>
        <p>D2: oranges are winter fruits.</p>
        <p>D3: strawberries are not winter fruits.</p>
        <p>D4: winter is the coldest season of the year.</p>
        <p>User (utterance 2): tell me more about which types of apples exist</p>
        <p>System (response):
D1: Golden Delicious is a very famous variety of apples.</p>
        <p>D2: There are over 7500 cultivars of apples.</p>
        <p>D3: Navel is a popular orange cultivar.</p>
        <p>
          The user issues the first utterance (utterance 1), and the system retrieves documents in
response. Among such documents, some will be relevant, some will not. This allows us to
compute IR evaluation measures such as nDCG, AP, and Precision, and measures designed for
CS [
          <xref ref-type="bibr" rid="ref7 ref8">8, 7</xref>
          ]. Then, the user issues utterance 2, and the system retrieves a new set of documents.
As in the previous case, some of them are relevant, e.g., D1 and D2, some are not e.g., D3.
        </p>
        <p>
          More recently, the mixed-initiative task has emerged [
          <xref ref-type="bibr" rid="ref10 ref3 ref7 ref9">3, 7, 9, 10</xref>
          ]. In this case, we assume that
the system has an additional component that analyzes the query and tries to estimate whether
the quality of the answer will be suficient. Suppose the system estimates that answering the
user’s question is particularly challenging. In that case, it can formulate a clarifying question to
ask the user to provide more information and better contextualize their utterance.
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>2.2. Conversational Recommendation (CR)</title>
        <p>
          Regarding CR, the task presents similar challenges to CS (i.e., handling natural language and
exploiting the context), but follows a quite diferent search paradigm. Also in this case we can
have three diferent interaction strategies: system driven, user driven, and mixed initiative [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ].
Regarding the recommendation paradigm, the CR can be categorized at least into two main
approaches, based on dialogue state tracker or end-to-end models [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ]. Both paradigms aim to
identify the most relevant items for user needs. CR based on a dialogue-state-tracker can adopt
a “slot filling” approach [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ]. There are a set of characteristics and, by asking the user questions,
the system obtains the value of the hidden target item for one or more of these characteristics.
Once the system has suficiently restricted the search space, it provides a recommendation. An
example of conversation for CR is the following:
User (target item apples): I would like to eat something
based on “disambiguation”: the system wants to
“disambiguate” the user’s need. The user “knows” the truth
and provides it to the system, guided by its question.
        </p>
        <p>The user asks, the system responds
The system asks, the user responds, or viceversa
There are no domain-dependent operations: the user The system’s questions depend on the domain.
conditions the domain with their questions.
several conversation goals: several diferent
information needs, one per utterance.
single conversation goal: items to be recommended.</p>
        <p>In the most typical scenario, no user profile can be used It is possible to condition the search space based on
to condition the answers. both the conversation and the user profile
User: fruits
User: I prefer winter ones
System: winter fruits or summer fruits?</p>
        <p>System: vegetables or fruits?
System: you should try apples</p>
        <p>
          When applying the slot-filling CR paradigm, it is possible to extend the task with additional
context, e.g., knowing the current season, the system might avoid questions. Some information
about users can also be extracted from their profiles that can store long- and/or short-term
preferences (e.g., the user likes red fruits). A possible slot-filling approach could be based on
“backtracking”: with each system’s question, the search space is further partitioned [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ]. At a
certain point, when the search space is suficiently small, the system provides a recommendation.
If the recommendation is wrong, it backtracks to the previous questions and changes them to
gain additional information.
        </p>
        <p>
          The evaluation concerns efectiveness, eficiency (or interaction cost), and linguistic aspects
[
          <xref ref-type="bibr" rid="ref14">14</xref>
          ]. Regarding efectiveness, the typical aspect considered is how often the system provides
the correct recommendation at the end of the conversation. Regarding eficiency, relevant
aspects include the time, number of conversation turns, or tokens needed to formulate a
recommendation. Finally, concerning linguistic aspects, elements that need to be evaluated
include, for example, the quality of the dialog and the naturalness of the questions.
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Discussion</title>
      <sec id="sec-3-1">
        <title>3.1. Comparing CS and CR</title>
        <p>Diferences Based on the paradigms described in Section 2, we analyse here the main
diferences between CS and CR that should be taken into consideration when designing a joint CS
and CR framework. Table 1 summarizes our observations.</p>
        <p>The first two diferences reported in Table 1 concern what the user expects to do with the
system. With the archetypal CS system, the user is expected to lead the conversation. On the
contrary, the typical CR system could have a mixed interaction. When a user interacts with a
CS system, they aim at “exploring” the corpus to gain more information, without having any
previous knowledge of it. On the other hand, when a CR system interacts with a user, the
system is aware that the user has a sort of ideal item in mind and needs to “disambiguate” among
many diferent possibilities to identify the right one. This leads to the third diference between
the two classes of systems. The CS approach does not require specific knowledge of the domain:
as the user does not have any knowledge of the relevant documents and their characteristics, it
is not possible to use domain knowledge to restrict the search space. Vice-versa, when it comes
to the recommendation task, the CR system needs to exploit its domain knowledge to refine the
answer. For example, if the CR system works on the movie domain, the question “with actors
should have acted in it” might be particularly efective. The same question is useless in other
domains, such as music or product recommendation.</p>
        <p>Finally, the CS system seldom employs a user profile, while it is natural for the CR system to
employ characteristics of the user to provide an efective recommendation.</p>
        <p>Similarities The first similarity between the two tasks is linked to the challenges that arise
when natural language is involved. Both CS and CR systems need to deal with anaphoras,
coreferences, and other complex linguistic structures.</p>
        <p>
          The conversation’s structure is, in our opinion, the most relevant point of contact between
CS and CR. In both cases, the conversation could be formalized as a conversation tree. When
formalizing a conversation in the CS scenario, it is possible to use a tree [
          <xref ref-type="bibr" rid="ref15 ref7 ref8">7, 8, 15</xref>
          ]: some utterances
serve to obtain more specific information on the previous utterances (i.e., disambiguate), while
others expand the knowledge (i.e., explore). Similarly, a conversation in the CR scenario could
be a tree. In the case of slot filling, it consists of choosing which branch to follow to minimize
the search space and provide the best recommendation as soon as possible. We believe that
the joint conversational search and recommendation model should leverage such similarity.
Ideally, the search system can provide additional information to the user, so that they can be
more informed and better guide the recommender system in choosing the most efective branch
of the conversation.
        </p>
        <p>Categorizing the conversational systems Based on our analysis, we believe that each
conversational system can be characterized according to two axes:
• exploration/disambiguation. A pure exploration system is based on a user that asks
and the system that responds. The information is available only to the system and the
user has to extract from it, by “exploring”. A pure disambiguation system asks questions,
and the user responds to help the system disambiguate their interest.
• search/recommendation: in the search scenario, the user is interested in collecting
information and discovering something on a topic of interest. Vice-versa, when it comes
to the recommendation, the focus is on the system providing suggestions based on a set
of predefined options (i.e., the catalogue). At the same time, in search, the research is
guided by the user’s query, while in recommendation there is no actual query, and the
query corresponds to the user’s profile.</p>
        <p>Following this schema, we can identify five scenarios:
• full exploration, full search. This scenario corresponds to the current CS: the user has
a piece of information and explores the corpus (guided by the system) to satisfy it.
• full disambiguation, full recommendation. This case is the current CR: the user has
the (latent) information, and the system tries to disambiguate it by asking questions.
• full exploration, full recommendation. The user is not interested in receiving a
recommendation but rather in exploring the catalogue of the RS. In a sense, in this
scenario, the user is interested in meta-data, such as what are the most popular songs,
which movies belong to a certain genre, and so on.
• full disambiguation, full search. The user knows a relevant document exists and needs
to access it via disambiguation. An example of this scenario is represented by navigational
queries used in the CS context: the user knows with certainty which page they are trying
to access and guides the system in understanding it as well.
• Mixed scenarios. This class of systems includes for example the mixed-initiative in IR:
the system is allowed to ask questions to disambiguate their information need. Other
mixed situations could be a system that, besides providing recommendations, accompanies
them with pieces of text explaining the item(s) in detail. For example, a user searching
for a song might receive recommendations and documents describing the story of the
recommended songs, details on genres, documents on the artist, and other information
derived from a corpus of documents.</p>
        <p>Due to its objective, models developed by CAMEO belong to the last category.</p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. The unifying framework</title>
        <p>
          During our brainstorming at CAMEO retreat, we identified three main strategies to design a
joint conversational search and recommendation system:
• use a unique module. This approach would rely on using a Large Language Model (LLM),
an approach that proved to be efective for both CS and CR tasks. This approach would
be relatively straightforward to realize, but it is hard to make it efective and evaluate it.
• use two separate modules, with a classifier deciding the type of module to use. In
this case, some of the requests will be redirected to the IR engine while some to the RS.
The major advantage is the simplicity of the approach: it is easy to define, train, and
operationalize the two distinct models, as they are more or less the currently available
conversational IR and RS systems. The major challenges regard i) the construction of the
classifier and ii) the absence of shared knowledge as it decreases the power of the tool: it
is impossible to improve a component based on the interactions of the other.
• use two separate modules, with shared elements. The two modules could, for
example, be based on the same knowledge base or rely on the same latent representation
space where documents and items are represented jointly. Then, when queried by the user,
the system uses a classifier to decide which module to use and filter the latent space based
on this. Notice that this approach shares with the previous one the challenges linked
to obtaining the classifier. Furthermore, several eforts highlighted greater efectiveness
thanks to the usage of a joint search and recommendation space [
          <xref ref-type="bibr" rid="ref16 ref17 ref18 ref4 ref6">16, 17, 18, 4, 6</xref>
          ].
        </p>
      </sec>
      <sec id="sec-3-3">
        <title>3.3. Datasets</title>
        <p>One of the major challenges in realizing a joint conversational search and recommendation
system is the fact that there are no currently available datasets.</p>
        <p>
          The first possibility would be to extend an existing dataset meant for either search or
recommendation with additional ground truth for the other task. For example, it could be possible
to integrate the CAsT dataset with recommendation components. This requires to partially
re-annotate the dataset. Nevertheless, this has the advantage that, while collecting new
annotations, we could extend the existing dataset with additional meta-information such as linguistic
aspects (the presence of anaphoras), links between utterances (what is the tree structure of the
conversation), and external elements such as DBpedia [
          <xref ref-type="bibr" rid="ref19">19</xref>
          ] entities. An open issue concerns the
construction of a “user profile”, needed to operationalize the recommendation component.
        </p>
        <p>On the other hand, we could assume to extend a conversational recommendation dataset.
The problem is less encumbering than in conversational search, as, by using the paradigm
described in Section 2, it is possible to use any currently available RS dataset to simulate a
conversation. This reduces the realism of the evaluation, but it grants access to a large amount
of data. Therefore, it would be necessary to combine the items and categories available in
a recommendation dataset, with documents available in a corpus. Then, we can annotate
documents for relevance about questions arising on the recommendation dataset’s domain.</p>
        <p>Considering the limitations linked to annotating the conversational search dataset for the
recommendation task – namely the absence of a user’s profile, we consider the strategy based
on turning a recommendation dataset into a set of simulated conversations and annotating such
conversations the most efective approach.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. The CAMEO Project</title>
      <sec id="sec-4-1">
        <title>4.1. The system</title>
        <p>RESEARCHER
DEVELOPERS</p>
        <p>O3
search and conversational recommendation engines. The dialog manager interacts with the user,
granting high quality answers from the linguistic point of view. Ideally, it could be implemented
using a Large Language Model. Below the dialog manager, two separate components, the CS
and RS models, are responsible of identifying the contents to be presented to the user. This is in
line with our observations during the first CAMEO retreat, where we considered a system with
two separate internal subsystems more efective in our specific scenario as well as more easy to
evaluate. These three components share an internal knowledge, containing short- and long-term
user preferences as well as the state of the current dialog and its dependencies. Furthermore,
such shared internal knowledge will contain the joint space where represent recommendation
items and search documents. The external knowledge includes all the external data used by the
system, among which corpora of documents, catalogs of items, knowledge bases, and ontologies.</p>
        <p>The visual analytics environment (O2) will allow researchers and developers to visually and
interactively explain the behaviour of the conversational agent, as the dialog progresses.
Moreover, it will serve to explore, analyze, and make sense of the performance of the conversational
agent, easing the optimization process.</p>
      </sec>
      <sec id="sec-4-2">
        <title>4.2. The task</title>
        <p>After taking into account the aspects mentioned above, we consider product search the scenario
where CAMEO might provide the biggest advantages.</p>
        <p>Product search consists of guiding a user into finding a specific product: the user knows what
they need, but does not know which specific instance of that product satisfies their needs. The
user needs something possibly present in the catalogue and the system, with its knowledge,
guides them in finding the most suited item.</p>
        <p>Assume for example a user searching for a generic product. The RS can contextualize the
recommendation based on the user profile (e.g., if they prefer low-cost products, colour, material,
etc). We can imagine an exploration component which provides information on the search of
the user. The system can provide information to expand the user’s knowledge, such as detailing
the varieties of products available, the diferences between brands and so on.</p>
        <p>In the conversational scenario, we could consider a two-phase interaction. During the
ifrst (expectoration) phase the user gathers knowledge about the product: the user leads the
conversation and the system responds. In the second (disambiguation) phase the system guides
the conversation through questions that allow to reduce the search space (the system leads the
conversation and the user responds), driving the user toward a specific instance of the product.</p>
        <p>The annotations protocol is similar to the one in IR and RS. The system provides the documents
and the annotator assesses whether such documents are relevant to the user’s query. For example,
if the user’s query is “I would like to buy fruit”, relevant documents are those concerning fruits,
such as which types of fruit exist and what are nutritional properties of diferent fruits. For RS,
the evaluation focuses on the fact that the user was recommended an item relevant to them.</p>
        <p>Additionally, the system could be integrated with analytics that might help in diversifying
the sold products, thus increasing fairness. Assume a scenario in which a producer has certain
items for which they wish to bust selling. Given two almost equivalent items – at least based
on what the user considers relevant –, it would be desirable if the conversation could nudge the
user towards the item that the seller wishes to sell more. Thus, the analytics integrated within
CAMEO conversational systems could help in answering questions such as:
• Are there words or sets of words that better lead the user to pick one item or the other?
• Are there sequences of questions that guide the user in choosing one item over the other?
• Are documents that, if presented during the first phase, better nudge the user toward
choosing a specific product?
• Is the sentiment of the questions and documents retrieved capable of influencing the
“appeal” of an item to a specific user?</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Conclusion and Future Work</title>
      <p>In conversational search, users obtain factual information through direct queries, while in
conversational recommendation systems, user preferences are refined through a series of
inquiries stimulated by the agent. The CAMEO project retreat served to go in-depth into
these tasks, exploring their similarities and disparities. Our findings highlighted the utility
of categorizing conversational systems along axes of exploration-disambiguation and
searchrecommendation for the roles played by the user and the intelligent agent. Moreover, we
discussed the need to acquire datasets to train and evaluate joint conversational search and
recommendation systems. Looking forward, the CAMEO project aims to tackle the product
search domain, envisioning a scenario where the amalgamation of conversational search and
recommendation capabilities will prove most impactful.</p>
      <p>A lot of future work for CAMEO emerged from our discussion. Firstly, the development of
joint conversational search and recommendation systems necessitates a deeper understanding
of user intent and system capabilities. Additionally, creating comprehensive datasets in the
product search scenario remains paramount. Finally, the methodology and the algorithmic
approaches to seamlessly integrate search and recommendation functionalities will be a focal
point, emphasizing eficiency, efectiveness, and appropriate evaluation metrics.</p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgments</title>
      <p>This work was partially supported by CAMEO, PRIN 2022 n. 2022ZLL7MW.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>V.</given-names>
            <surname>Stamatis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Azzopardi</surname>
          </string-name>
          ,
          <string-name>
            <surname>A</surname>
          </string-name>
          . Wilson,
          <article-title>VES team at TREC conversational assistance track (cast) 2019</article-title>
          , in: E. M.
          <string-name>
            <surname>Voorhees</surname>
            ,
            <given-names>A</given-names>
          </string-name>
          . Ellis (Eds.),
          <source>Proceedings of the Twenty-Eighth Text REtrieval Conference</source>
          , TREC 2019, Gaithersburg, Maryland, USA, November
          <volume>13</volume>
          -
          <issue>15</issue>
          ,
          <year>2019</year>
          , volume
          <volume>1250</volume>
          of NIST Special Publication,
          <source>National Institute of Standards and Technology (NIST)</source>
          ,
          <year>2019</year>
          . URL: https://trec.nist.gov/pubs/trec28/papers/VES.C.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>J.</given-names>
            <surname>Dalton</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Xiong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Callan</surname>
          </string-name>
          ,
          <year>Cast 2020</year>
          :
          <article-title>The conversational assistance track overview</article-title>
          , in: E. M.
          <string-name>
            <surname>Voorhees</surname>
            ,
            <given-names>A</given-names>
          </string-name>
          . Ellis (Eds.),
          <source>Proceedings of the Twenty-Ninth Text REtrieval Conference</source>
          , TREC 2020,
          <string-name>
            <given-names>Virtual</given-names>
            <surname>Event</surname>
          </string-name>
          [Gaithersburg, Maryland, USA],
          <source>November 16-20</source>
          ,
          <year>2020</year>
          , volume
          <volume>1266</volume>
          of NIST Special Publication,
          <source>National Institute of Standards and Technology (NIST)</source>
          ,
          <year>2020</year>
          . URL: https://trec.nist.gov/pubs/trec29/papers/OVERVIEW.C.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>J.</given-names>
            <surname>Dalton</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Xiong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Callan</surname>
          </string-name>
          , TREC cast
          <year>2021</year>
          :
          <article-title>The conversational assistance track overview</article-title>
          , in: I.
          <string-name>
            <surname>Soborof</surname>
            ,
            <given-names>A</given-names>
          </string-name>
          . Ellis (Eds.),
          <source>Proceedings of the Thirtieth Text REtrieval Conference</source>
          , TREC
          <year>2021</year>
          ,
          <article-title>online</article-title>
          ,
          <source>November 15-19</source>
          ,
          <year>2021</year>
          , volume
          <volume>500</volume>
          -335 of NIST Special Publication,
          <source>National Institute of Standards and Technology (NIST)</source>
          ,
          <year>2021</year>
          . URL: https: //trec.nist.gov/pubs/trec30/papers/Overview-CAsT.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>K.</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zheng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Zhuang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Zeng</surname>
          </string-name>
          ,
          <article-title>Joint learning of e-commerce search and recommendation with a unified graph neural network</article-title>
          , in: K. S. Candan,
          <string-name>
            <given-names>H.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Akoglu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X. L.</given-names>
            <surname>Dong</surname>
          </string-name>
          , J. Tang (Eds.),
          <source>WSDM '22: The Fifteenth ACM International Conference on Web Search and Data Mining</source>
          , Virtual Event / Tempe, AZ, USA, February
          <volume>21</volume>
          -
          <issue>25</issue>
          ,
          <year>2022</year>
          , ACM,
          <year>2022</year>
          , pp.
          <fpage>1461</fpage>
          -
          <lpage>1469</lpage>
          . URL: https://doi.org/10.1145/3488560.3498414. doi:
          <volume>10</volume>
          .1145/ 3488560.3498414.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>T.</given-names>
            <surname>Thonet</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Renders</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Choi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Kim</surname>
          </string-name>
          ,
          <article-title>Joint personalized search and recommendation with hypergraph convolutional networks</article-title>
          , in: M.
          <string-name>
            <surname>Hagen</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Verberne</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Macdonald</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Seifert</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          <string-name>
            <surname>Balog</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          <string-name>
            <surname>Nørvåg</surname>
          </string-name>
          , V. Setty (Eds.),
          <source>Advances in Information Retrieval - 44th European Conference on IR Research</source>
          , ECIR
          <year>2022</year>
          , Stavanger, Norway,
          <source>April 10-14</source>
          ,
          <year>2022</year>
          , Proceedings,
          <string-name>
            <surname>Part</surname>
            <given-names>I</given-names>
          </string-name>
          , volume
          <volume>13185</volume>
          of Lecture Notes in Computer Science, Springer,
          <year>2022</year>
          , pp.
          <fpage>443</fpage>
          -
          <lpage>456</lpage>
          . URL: https://doi.org/10.1007/978-3-
          <fpage>030</fpage>
          -99736-6_
          <fpage>30</fpage>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>030</fpage>
          -99736-6\_
          <fpage>30</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Si</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , J.
          <string-name>
            <surname>Xu</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          <string-name>
            <surname>Zang</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>Song</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          <string-name>
            <surname>Gai</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Wen</surname>
          </string-name>
          ,
          <article-title>When search meets recommendation: Learning disentangled search representation for recommendation</article-title>
          , in: H.
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>W. E.</given-names>
          </string-name>
          <string-name>
            <surname>Duh</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          <string-name>
            <surname>Huang</surname>
            ,
            <given-names>M. P.</given-names>
          </string-name>
          <string-name>
            <surname>Kato</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Mothe</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          Poblete (Eds.),
          <source>Proceedings of the 46th International ACM SIGIR Conference on Research and Development in Information Retrieval</source>
          ,
          <string-name>
            <surname>SIGIR</surname>
          </string-name>
          <year>2023</year>
          , Taipei, Taiwan,
          <source>July 23-27</source>
          ,
          <year>2023</year>
          , ACM,
          <year>2023</year>
          , pp.
          <fpage>1313</fpage>
          -
          <lpage>1323</lpage>
          . URL: https://doi.org/10.1145/3539618.3591786. doi:
          <volume>10</volume>
          .1145/3539618.3591786.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>P.</given-names>
            <surname>Owoicho</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Dalton</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Aliannejadi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Azzopardi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. R.</given-names>
            <surname>Trippas</surname>
          </string-name>
          , S. Vakulenko, TREC cast
          <year>2022</year>
          :
          <article-title>Going beyond user ask and system retrieve with initiative and response generation</article-title>
          , in: I.
          <string-name>
            <surname>Soborof</surname>
            ,
            <given-names>A</given-names>
          </string-name>
          . Ellis (Eds.),
          <source>Proceedings of the Thirty-First Text REtrieval Conference</source>
          , TREC
          <year>2022</year>
          ,
          <article-title>online</article-title>
          ,
          <source>November 15-19</source>
          ,
          <year>2022</year>
          , volume
          <volume>500</volume>
          -338 of NIST Special Publication,
          <source>National Institute of Standards and Technology (NIST)</source>
          ,
          <year>2022</year>
          . URL: https://trec.nist.gov/ pubs/trec31/papers/Overview_cast.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>G.</given-names>
            <surname>Faggioli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Ferrante</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Ferro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Perego</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Tonellotto</surname>
          </string-name>
          ,
          <article-title>Hierarchical dependence-aware evaluation measures for conversational search</article-title>
          , in: F. Diaz,
          <string-name>
            <given-names>C.</given-names>
            <surname>Shah</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Suel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Castells</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Jones</surname>
          </string-name>
          , T. Sakai (Eds.),
          <source>SIGIR '21: The 44th International ACM SIGIR Conference on Research and Development in Information Retrieval</source>
          , Virtual Event, Canada,
          <source>July 11-15</source>
          ,
          <year>2021</year>
          , ACM,
          <year>2021</year>
          , pp.
          <fpage>1935</fpage>
          -
          <lpage>1939</lpage>
          . URL: https://doi.org/10.1145/3404835.3463090. doi:
          <volume>10</volume>
          . 1145/3404835.3463090.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>S.</given-names>
            <surname>Vakulenko</surname>
          </string-name>
          , E. Kanoulas,
          <string-name>
            <surname>M. de Rijke</surname>
          </string-name>
          ,
          <article-title>An analysis of mixed initiative and collaboration in information-seeking dialogues</article-title>
          , in: J. X.
          <string-name>
            <surname>Huang</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>Chang</surname>
          </string-name>
          , X. Cheng, J.
          <string-name>
            <surname>Kamps</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          <string-name>
            <surname>Murdock</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Wen</surname>
          </string-name>
          , Y. Liu (Eds.),
          <source>Proceedings of the 43rd International ACM SIGIR conference on research and development in Information Retrieval</source>
          ,
          <string-name>
            <surname>SIGIR</surname>
          </string-name>
          <year>2020</year>
          ,
          <string-name>
            <given-names>Virtual</given-names>
            <surname>Event</surname>
          </string-name>
          , China,
          <source>July 25-30</source>
          ,
          <year>2020</year>
          , ACM,
          <year>2020</year>
          , pp.
          <fpage>2085</fpage>
          -
          <lpage>2088</lpage>
          . URL: https://doi.org/10.1145/3397271.3401297. doi:
          <volume>10</volume>
          .1145/3397271.3401297.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>M.</given-names>
            <surname>Aliannejadi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Azzopardi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Zamani</surname>
          </string-name>
          , E. Kanoulas, P. Thomas,
          <string-name>
            <given-names>N.</given-names>
            <surname>Craswell</surname>
          </string-name>
          ,
          <article-title>Analysing mixed initiatives and search strategies during conversational search</article-title>
          , in: G. Demartini, G. Zuccon,
          <string-name>
            <given-names>J. S.</given-names>
            <surname>Culpepper</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Huang</surname>
          </string-name>
          , H. Tong (Eds.),
          <source>CIKM '21: The 30th ACM International Conference on Information and Knowledge Management</source>
          , Virtual Event, Queensland, Australia, November 1 -
          <issue>5</issue>
          ,
          <year>2021</year>
          , ACM,
          <year>2021</year>
          , pp.
          <fpage>16</fpage>
          -
          <lpage>26</lpage>
          . URL: https://doi.org/10.1145/ 3459637.3482231. doi:
          <volume>10</volume>
          .1145/3459637.3482231.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>D.</given-names>
            <surname>Jannach</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Manzoor</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Cai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <article-title>A survey on conversational recommender systems</article-title>
          ,
          <source>ACM Computing Surveys (CSUR) 54</source>
          (
          <year>2021</year>
          )
          <fpage>1</fpage>
          -
          <lpage>36</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>C.</given-names>
            <surname>Gao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Lei</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <string-name>
            <surname>M. de Rijke</surname>
          </string-name>
          , T.-S. Chua,
          <article-title>Advances and challenges in conversational recommender systems: A survey</article-title>
          ,
          <source>AI</source>
          Open 2
          <article-title>(</article-title>
          <year>2021</year>
          )
          <fpage>100</fpage>
          -
          <lpage>126</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>T. Di</given-names>
            <surname>Noia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F. M.</given-names>
            <surname>Donini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Jannach</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Narducci</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Pomo</surname>
          </string-name>
          ,
          <article-title>Conversational recommendation: Theoretical model and complexity analysis</article-title>
          ,
          <source>Information Sciences 614</source>
          (
          <year>2022</year>
          )
          <fpage>325</fpage>
          -
          <lpage>347</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>A.</given-names>
            <surname>Iovine</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Narducci</surname>
          </string-name>
          , G. Semeraro,
          <article-title>Conversational recommender systems and natural language:: A study through the converse framework</article-title>
          ,
          <source>Decision Support Systems</source>
          <volume>131</volume>
          (
          <year>2020</year>
          )
          <fpage>113250</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>G.</given-names>
            <surname>Faggioli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Ferrante</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Ferro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Perego</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Tonellotto</surname>
          </string-name>
          ,
          <article-title>A dependency-aware utterances permutation strategy to improve conversational evaluation</article-title>
          , in: M.
          <string-name>
            <surname>Hagen</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Verberne</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Macdonald</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Seifert</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          <string-name>
            <surname>Balog</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          <string-name>
            <surname>Nørvåg</surname>
          </string-name>
          , V. Setty (Eds.),
          <source>Advances in Information Retrieval - 44th European Conference on IR Research</source>
          , ECIR
          <year>2022</year>
          , Stavanger, Norway,
          <source>April 10-14</source>
          ,
          <year>2022</year>
          , Proceedings,
          <string-name>
            <surname>Part</surname>
            <given-names>I</given-names>
          </string-name>
          , volume
          <volume>13185</volume>
          of Lecture Notes in Computer Science, Springer,
          <year>2022</year>
          , pp.
          <fpage>184</fpage>
          -
          <lpage>198</lpage>
          . URL: https://doi.org/10.1007/978-3-
          <fpage>030</fpage>
          -99736-6_
          <fpage>13</fpage>
          . doi:
          <volume>10</volume>
          . 1007/978-3-
          <fpage>030</fpage>
          -99736-6\_
          <fpage>13</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>H.</given-names>
            <surname>Zeng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Kallumadi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Alibadi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. Frassetto</given-names>
            <surname>Nogueira</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Zamani</surname>
          </string-name>
          ,
          <article-title>A personalized dense retrieval framework for unified information access</article-title>
          , in: H.
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>W. E.</given-names>
          </string-name>
          <string-name>
            <surname>Duh</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          <string-name>
            <surname>Huang</surname>
            ,
            <given-names>M. P.</given-names>
          </string-name>
          <string-name>
            <surname>Kato</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Mothe</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          Poblete (Eds.),
          <source>Proceedings of the 46th International ACM SIGIR Conference on Research and Development in Information Retrieval</source>
          ,
          <string-name>
            <surname>SIGIR</surname>
          </string-name>
          <year>2023</year>
          , Taipei, Taiwan,
          <source>July 23-27</source>
          ,
          <year>2023</year>
          , ACM,
          <year>2023</year>
          , pp.
          <fpage>121</fpage>
          -
          <lpage>130</lpage>
          . URL: https://doi.org/10.1145/3539618. 3591626. doi:
          <volume>10</volume>
          .1145/3539618.3591626.
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>H.</given-names>
            <surname>Zamani</surname>
          </string-name>
          , W. B.
          <string-name>
            <surname>Croft</surname>
          </string-name>
          ,
          <article-title>Joint modeling and optimization of search and recommendation</article-title>
          , in: O.
          <string-name>
            <surname>Alonso</surname>
          </string-name>
          , G. Silvello (Eds.),
          <source>Proceedings of the First Biennial Conference on Design of Experimental Search &amp; Information Retrieval Systems</source>
          , Bertinoro, Italy,
          <source>August 28-31</source>
          ,
          <year>2018</year>
          , volume
          <volume>2167</volume>
          <source>of CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2018</year>
          , pp.
          <fpage>36</fpage>
          -
          <lpage>41</lpage>
          . URL: https://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>2167</volume>
          /paper2.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>H.</given-names>
            <surname>Zamani</surname>
          </string-name>
          , W. B.
          <string-name>
            <surname>Croft</surname>
          </string-name>
          ,
          <article-title>Learning a joint search and recommendation model from useritem interactions</article-title>
          , in: J.
          <string-name>
            <surname>Caverlee</surname>
            ,
            <given-names>X. B.</given-names>
          </string-name>
          <string-name>
            <surname>Hu</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Lalmas</surname>
          </string-name>
          , W. Wang (Eds.),
          <source>WSDM '20: The Thirteenth ACM International Conference on Web Search and Data Mining</source>
          , Houston, TX, USA, February 3-
          <issue>7</issue>
          ,
          <year>2020</year>
          , ACM,
          <year>2020</year>
          , pp.
          <fpage>717</fpage>
          -
          <lpage>725</lpage>
          . URL: https://doi.org/10.1145/3336191. 3371818. doi:
          <volume>10</volume>
          .1145/3336191.3371818.
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>S.</given-names>
            <surname>Auer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Bizer</surname>
          </string-name>
          , G. Kobilarov,
          <string-name>
            <given-names>J.</given-names>
            <surname>Lehmann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Cyganiak</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z. G.</given-names>
            <surname>Ives</surname>
          </string-name>
          ,
          <article-title>Dbpedia: A nucleus for a web of open data</article-title>
          , in: K. Aberer,
          <string-name>
            <given-names>K.</given-names>
            <surname>Choi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N. F.</given-names>
            <surname>Noy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Allemang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. J. B.</given-names>
            <surname>Nixon</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Golbeck</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Mika</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Maynard</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Mizoguchi</surname>
          </string-name>
          , G. Schreiber,
          <string-name>
            <given-names>P.</given-names>
            <surname>Cudré-Mauroux</surname>
          </string-name>
          (Eds.),
          <source>The Semantic Web, 6th International Semantic Web Conference, 2nd Asian Semantic Web Conference</source>
          ,
          <string-name>
            <surname>ISWC</surname>
          </string-name>
          <year>2007</year>
          +
          <article-title>ASWC 2007, Busan</article-title>
          , Korea,
          <source>November 11-15</source>
          ,
          <year>2007</year>
          , volume
          <volume>4825</volume>
          of Lecture Notes in Computer Science, Springer,
          <year>2007</year>
          , pp.
          <fpage>722</fpage>
          -
          <lpage>735</lpage>
          . URL: https://doi.org/10. 1007/978-3-
          <fpage>540</fpage>
          -76298-0_
          <fpage>52</fpage>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>540</fpage>
          -76298-0\_
          <fpage>52</fpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>