• Aucun résultat trouvé

An exploratory study on using social information networks for flexible literature access

N/A
N/A
Protected

Academic year: 2021

Partager "An exploratory study on using social information networks for flexible literature access"

Copied!
12
0
0

Texte intégral

(1)

HAL Id: hal-00476149

https://hal.archives-ouvertes.fr/hal-00476149

Submitted on 23 Apr 2010

HAL is a multi-disciplinary open access

archive for the deposit and dissemination of

sci-entific research documents, whether they are

pub-lished or not. The documents may come from

teaching and research institutions in France or

abroad, or from public or private research centers.

L’archive ouverte pluridisciplinaire HAL, est

destinée au dépôt et à la diffusion de documents

scientifiques de niveau recherche, publiés ou non,

émanant des établissements d’enseignement et de

recherche français ou étrangers, des laboratoires

publics ou privés.

An exploratory study on using social information

networks for flexible literature access

Lynda Tamine, Lamjed Ben Jabeur, Wahiba Bahsoun

To cite this version:

Lynda Tamine, Lamjed Ben Jabeur, Wahiba Bahsoun. An exploratory study on using social

infor-mation networks for flexible literature access. Flexible Query Answering Systems (2009), Oct 2009,

Roskild, Denmark. pp.88-98, �10.1007/978-3-642-04957-6�. �hal-00476149�

(2)

Information Networks for Flexible Literature

Access

Lynda Tamine, Amjed Ben Jabeur, and Wahiba Bahsoun

IRIT SIG-RI, University Paul Sabatier Toulouse III, France

{lechani,jabeur,wbahsoun}@irit.fr

Abstract. It is well known that the fundamental intellectual problems

of information access are the production and consumption of information. In this paper, we investigate the use of social network of information pro-ducers (authors) within relations in data (co-authorship and citation) in order to improve the relevance of information access. Relevance is derived from the network by levraging the usual topical similarity between the query and the document with the target author’s authority. We explore various social network based measures for computing social information importance and show how this kind of contextual information can be incorporated within an information access model. We experiment with

a collection issued from SIGIR1 proceedings and show that combining

topical, author and citation based evidences can significantly improve retrieval access precision, measured in terms of mean reciprocal rank.

Keywords: social networks, literature access, experimental evaluation.

1

Introduction

Most popular Web search engines use the content of the Web documents and their hyperlink structures in order to assess the relevance of documents in re-sponse to the user’s query. This leads to two main drawbacks: the first one is that impersonal results are returned to the user as they don’t fit particularly his interests, preferences and more generally his context. The second drawback is that a highly popular resource for a typical topic may dominate the results of another topic in which it is less authoritative. In order to tackle these problems, several solutions have been proposed in both contextual information retrieval (IR) [9,21,4] and web link analysis [16,7,3] research area. Recently, the problems cited above have been addressed by social IR [5,14,11] which is a novel research area that bridges IR and social networks analysis in order to enhance traditional information models by means of social usage of information. With this in mind, we have been inspired by the works in [11,12] and both revised and extended the retrieval models by using both co-author and citation relationships as social contexts features for enhancing particularly the results accuracy of a literature

1 ACM Special Interest Group on Information Retrieval.

T. Andreasen et al. (Eds.): FQAS 2009, LNAI 5822, pp. 88–98, 2009. c

(3)

search. Indeed, in our view, some factors extracted from the social network re-garding co-author and citation relationships provide clues to identify what is relevant to the subject of related queries. Using the data we collected to under-stand authors’ collaboration within scientific documents, we explore combining topical relevance (closeness between the query and the document) and social rel-evance (closeness between document’ co-authors and target citations) in order to enhance the retrieval accuracy.

To the best of our knowledge, this is the first attempt to verify the assumption that document authorativeness, as measured using related co-author and citation features through a social network, is indeed a contributing factor to relevance esti-mation in particular within the setting of a literature search task. More precisely, comparatively to previous works, the contributions of the paper are:

– A social network based information access model combining authors’

autho-rativeness and citation.

– An extensive experimental comparison of (1) several relevance measures

bor-rowed from social network analysis in order to show their impact on the search effectiveness regarding two main assumptions of document relevance: most cited and most downloaded viewed as popularity criteria (2) ranking models to show the superiority of our proposed model.

The remainder of this paper is organized as follows: the background and related works will be introduced in section 2 with a focus on the use of social network analysis basis for enhancing information access. Our retrieval approach using evidence from the information network architecture and content is detailed in section 3. The experiments, results and discussion are presented in section 4. Conclusion and future work are given in section 5.

2

Background and Related Works

While being fundamental for the advances and present stage of IR, traditional IR models [19,18] make IR difficult and challenging from the cognitive side, particularly in large scale and interactive environments supporting communi-ties such as bloggers, Wikipedia authors and users, online communicommuni-ties through Facebook, Myspace, Skyblog etc. The main criticism is that, in these approaches, retrieval ignores the influence of user’s interactions within his social context on the whole IR process. Thus, the use of social networks theoretical foundations become tractable to achieve several retrieval tasks. In what follows we give an overview of social networks analysis basis and then focus on their use as support for dealing with literature access.

2.1 Social Networks Analysis: A Brief Overview

Social network analysis (SNA) is a research area that attempts to model actor behavior based on his social relations to other members of a group [22]. More practically, SNA views social relationships in terms of nodes V and edges E

(4)

within a graph G = (V, E). Nodes are the individual actors within the networks, and edges are the relationships between the actors [Wikipedia]. In particular, social content graphs are specific graphs with two types of nodes: people and content. Social edges depend on the nature of the nodes being connected, they could be categorized into four main types covering several semantic relationships [2]: (1) person to content such as authored by, (2) person to person such as

friendship, (3) content to content such as hyperlink, (4) content to person such

as endorsed by.

An essential tool for the analysis of social networks are centrality measures defined on the graph edges. They are designed to rank the nodes according to their position in the network and interpreted as the importance or relevance of the nodes embedded in a social structure. This can be analyzed thanks to the main following centrality measures:

– Degree: degree centrality Cd(u) of a node u is the number of edges directly connected with. High number of direct contact is an indicator of high social activity. Cd(u) is computed as:

Cd(U ) =  v∈V

eu,v (1)

where eu,v is the edge between nodes u and v.

– Closeness: closeness centrality Cc(u) is the the reciprocal of the total dis-tances from a node to all the other nodes in the network. Closeness expresses the ’reachability’ of a node from another one; it can be computed as:

Cc(U ) = 1 

v∈V

d(u, v) (2)

where d(u, v) is the geodesic distance between nodes u and v measured as the shortest path between them.

– Betweenness: betweenness centrality Cb(u) focuses on the ratio of the short-est paths a node lies on. A node having a high betweenness connect most of the nodes in the graph. Betweenness is computed as follows:

Cb(U ) =  s=u∈V  t=u∈V δs,t(u)∗ (3)

where δs,t(u) is the probability that node u is involved between nodes s and

t through the network connections, such as: δs,t(u)∗= δs,t(u)

δs,t

where δs,t∗ is the total number of shortest paths between nodes s and t. The well known PageRank [16] and Hits [13] are also considered as centrality measures expressing the importance of a node within a social network.

(5)

We outline that the computation of centrality measures, particularly between-ness, for large and sparse networks (such as web subgraphs extracted from on line communities) is prohibitive. In order to tackle this problem, SNA litera-ture suggests simpler measures as approximations of betweenness centrality, for instance based only on linkages between the neighbours of each node [6].

2.2 Literature Access

The advent of digital libraries on the web have boosted the availability and ac-cessibility of bibliographic resources and therefore challenged literature access task. This latter has been addressed by a wide range of research approaches that focused, most of them, on the use of citation features as indicators of importance or authority of scientific publications [1]. Citation information and contexts have been used in early stage of IR area according to the principle of bibliographic coupling and co-citation analysis [10,20]. IR access has been improved with ci-tation information at both indexing and retrieval levels [17,8]. In [17] cici-tation information allowed to improve the document descriptors (index) by using terms extracted from citing documents to additionally describe the cited document. In [8], citations are viewed as hyperlinks and link structure, including anchor text used to enhance retrieval.

Recently there was an attempt to address literature search from the social view where the main actors are authors and documents and edges express the authorship relation. To the best of our knowledge, the research works in this range are [12,11]. The authors proposed a model of social IR including: (1) a social network extracted from the bibliographic resource where the main ac-tors are authors and documents and edges express the authorship relation (2) a multiplicative relevance scoring based on the combinaison of query-document similarity and document authority.

In this paper, considering the potential usefulness of citation information, we explore the use of an additional social relation extracted from citation and then attempt to combine linearly a relevance score and a social score within both authorship and citation relations. Furthermore, we undertake an extensive experimental analysis on the impact of centrality measures for expressing au-thority nodes and leverage them with different assumptions of relevance issued from social endorsement.

3

Combining Topical and Social Relevance over Author

and Citation Networks

In this section, we argue that social relations between a bibliographic resource’ authors mainly, co-authorship and citation (over the documents) can potentially provide clues to better estimate the relevance of a document in response to a user query. In the rest of this section, we first describe the social network supporting the information access model, then we detail the relevance estimation measure.

(6)

3.1 From a Bibliographic Resource to a Social Network Graph

Suppose we have a bibliographic resource containing documents authored by n authors, we build a social network graph G = (V, E) where:

1. The nodes set V = {vi}n1 represents all the authors identified in the resource.

2. The edges set E = {e {j, k}}. Each edge expresses one of the two main following relations:

– an implicit direct social relation between authors expressing the

co-authorship relation. For a pair of co-authors vj and vk of at least one document, we plot and undirected edge ea{j, k},

– an implicit indirect social relation between authors expressing the

cita-tion relacita-tion. For a pair of authors vj and vk such as vj is cited by vk at least through one document, we plot a directed edge ec{j, k}.

Figure 1. illustrates the social graph issued from a sample resource.

a₃ a₂ a₁ a₄ a₅ a₁ a₂ a₃ a₄ d₁ d₂ d₃ a₅ d₄ Coauthor Citation

Fig. 1. The social content graph

3.2 Relevance Estimation Using the Social Context

In this paper we address a ad hoc search task initiated by a user query q. The idea of document relevance estimation within a social graph is to derive a more accurate response to the user by combining the topical relevance of document

d and the importance of the associated authors regarding the social relations

between them. Intuitively, when assessing a document d, a user is likely to assess it as relevant if it covers the query topic and that the corresponding authors are important and close within this topic regarding the overall bibliographic resource topics. According to this, we combine the two scores of relevance as follows:

Rel(d) = α ∗ RSV (q, d) + (1 − α) ∗ Imp(d) (4)

where α ∈ [0 . . . 1] is a weighting parameter, RSV (q, d)2 is a normalized

sim-ilarity measure between query q and document d descriptors, Imp(d) is the importance of document d authored by k authors {vi}i=1...k, computed as:

(7)

Imp(d) = 

i=1..k

C(vi) (5)

where C(vi) is a normalized centrality measure (Cf. 2.1).

Table 1 shows an illustration of the normalized importance measure compu-tation of the nodes in the social network presented in figure 1.

Table 1. Authors’ importance values using centrality measures

Degree Closeness Betweenness P agerank Hits

a1 0,11 0,25 0 0,14 0,14 a2 0,33 0,33 4,5 0,39 0,28 a3 0,22 0,2 0 0,23 0,25 a4 0,33 0,25 3,5 0,22 0,33 a5 0 0,13 0 0,02 0

4

Experimental Evaluation

In this section, we describe the dataset used for our experimental evaluation and then detail the experiments we have undertaken in order to achieve the main following objectives: (1) evaluating the impact of several centrality measures on search effectiveness, (2) comparing our model effectiveness Vs. both models using document content solely and those combining content and social co-authorship social relation [11,12].

4.1 Experiments with Importance Measures Schemes

In this experiment, we compared the impact of five (5) importance measures on the search effectiveness: pagerank, hits, closeness, degree and betweenness. According to this objective, we did not consider here the RSV measure (Cf. formula (4)) by setting α = 0. Figures 2 gives the MRR measures corresponding to each importance measure considering respectively the most cited Vs. the most downloaded relevance assumption.

We can notice that for the most cited queries, pagerank and hits measures show better ranking results. This could be explained by the fact that assum-ing that the number of citations is an indicator of authority, most cited doc-uments would be authoritative entities and this property would be inherited by the corresponding authors. Therefore, improving most cited documents po-sitions in the result set means improving the position of authoritative authors and that is particularly assured by pagerank and hits measures. Furthermore, most cited documents have often a higher degree value and that explains the good results given by the degree measure. Considering the most downloaded documents, we notice that closeness measure results are generally the best ones, being at the top of the social importance measures. We can explain this fact

(8)

Pagerank Hits Degree Closeness Betw eeness 0,0000 0,0050 0,0100 0,0150 0,0200 0,0250 0,0300 0,0350 0,0400 0,0450 Most-Cited Coauthor Citation Coauthor & Citation

Importance measures

MR

R

Pagerank Hits Degree Closeness Betw eeness 0,0000 0,0050 0,0100 0,0150 0,0200 0,0250 0,0300 0,0350 Most-Donwloaded Coauthor Citation Coauthor & Citation

Importance measures

MR

R

Fig. 2. Importance measures comparison

after the analysis of the most downloaded documents’ content. Indeed, we high-light that most downloaded documents are published recently (2008) and re-lated queries contain mainly specific terms belonging to new research topics (social IR, collaborative IR etc). Unlike most cited document’s related queries, results set contain restricted number of documents dealing with few topics and authored by a restricted group of authors that usually work together. Authors of most-downloaded documents are central entities in their neighborhood or re-search topic and already have several collaborations in the same rere-search topic, consequently they have a higher closeness value. In addition, authors of most downloaded documents are not authoritative in the whole data collection but in their neighborhood and they have the opportunity to be cited thanks to their past published documents. This explains the good results given by the pagerank and hits measures too.

We retained the two best importance measures within each query test collec-tion to tune our model as detailed in the following.

4.2 Experiments with Relevance Models Schemes

We address through these experiments the effectiveness of our model compared to baseline models. In order to achieve this objective, we first tuned our model by varying α parameter (Cf. formula (4)) and then retained the best setting in order to analyse the comparative evaluation.

Parameter Tuning. We studied the impact of the tuning parameter α

accord-ing to the two relevance assumptions. Figure 3 and Figure 4 show the MRR measures when α is varied for the two best importance measures retained for each test set collection from the experiments detailed above.

We can see that for α greater than 0.5, using social importance measures improve significantly the retrieval performances. Furthermore, it can be seen on MRR curves that the best values of MRR are achieved for α lower than 1 whereas

α = 1 corresponds to the basic ranking algorithm using topical similarity. This

ensures, according to our general motivation, that combining document content based score and auhor’s social importance score can improve the final ranking

(9)

0 0,1 0,2 0,3 0,4 0,5 0,6 0,7 0,8 0,9 1 0 0,05 0,1 0,15 0,2 0,25 0,3 Coauthor PAGERANK HITS Alpha MR R 0 0,1 0,2 0,3 0,4 0,5 0,6 0,7 0,8 0,9 1 0 0,05 0,1 0,15 0,2 0,25 0,3 0,35 0,4 Citation PAGERANK HITS Alpha MR R 0 0,1 0,2 0,3 0,4 0,5 0,6 0,7 0,8 0,9 1 0 0,05 0,1 0,15 0,2 0,25 0,3 0,35 0,4

Coauthor & Citation

PAGERANK HITS

Alpha

MR

R

Fig. 3. Parameter tuning using most cited relevance assumption

0 0,1 0,2 0,3 0,4 0,5 0,6 0,7 0,8 0,9 1 0 0,1 0,2 0,3 0,4 0,5 Coauthor PAGERANK CLOSENESS Alpha MR R 0 0,1 0,2 0,3 0,4 0,5 0,6 0,7 0,8 0,9 1 0 0,1 0,2 0,3 0,4 0,5 Citation PAGERANK CLOSENESS Alpha MR R 0 0,1 0,2 0,3 0,4 0,5 0,6 0,7 0,8 0,9 1 0 0,1 0,2 0,3 0,4 0,5

Coauthor & Citation

PAGERANK CLOSENESS

Alpha

MR

R

Fig. 4. Parameter tuning using most downloaded relevance assumption

results. We also notice that the best tuning parameter α value is 0.7 for pagerank measure, 0.6 for hits measure and 0.9 for closeness measure.

In addition, we can notice that if α value is greater than 0.5, the pagerank based MMR values are close to hits in the case of most cited relevance assump-tion, and that the pagerank measure performs better than the closeness measure

(10)

in the case of most downloaded assumption. We retained the best mean value

α = 0.7 and the best common importance measure pagerank for the remaining

experiments.

Evaluation of Ranking Models Effectiveness. We compared our proposed

retrieval model with two baseline models: (1) RSV vectorial model based on traditional T F ∗ IDF ranking measure and (2) Kirsh’s model [12] that adopt a simple method for combining author’s based measures (Cf 2.2) and content based measure RSV (q, d) ∗ Impa(d) using evidence issued only from co-author social relation.

Furthermore, in order to undertake an extensive experimental study and to guarantee an accurate comparative evaluation, we extended Kirsh’ baseline model with evidence issued from citation and both authors and citation and then compared the performances to our model’s ones. Table 3 summarizes the obtained results using the three network settings: co-author, citation, co-author and citation networks.

Table 2. Comparative evaluation of retrieval algorithms performances

Co-author Network

Assumption TF*IDF Kirsh’s Model Our Model Improvement

% TF*IDF % Kirsh’s Model

Most cited 0,268 0,212 0,270 1% 27%

Most downloaded 0,403 0,324 0,417 4% 29%

Citation Network

Relevance assumption TF*IDF Kirsh’s Model Our Model Improvement

% TF*IDF % Kirsh’s Model

Most cited 0,268 0,212 0,338 26% 59%

Most downloaded 0,403 0,324 0,433 7% 34%

Co-author & Citation Network

Relevance assumption TF*IDF Kirsh’s Model Our Model Improvement

% TF*IDF % Kirsh’s Model

Most cited 0,268 0,212 0,342 27% 61%

Most downloaded 0,403 0,324 0,433 7% 34%

First, we observe that our model performs better with most cited relevance assumption than with most downloaded relevance one. This can be explained, as already outlined in previous experiments, that query terms extracted according to the most cited assumption are more general and popular, so adding a social importance in the relevance computation of documents would have a significant impact on the ranking results while the most downloaded assumption favors the ranking according to the closeness of a more restricted list of documents. How-ever, in all the cases our model outperforms the two baseline models according to the different network settings. More specifically, comparing our model using

(11)

only the evidence issued from co-author social relations with Kirsh’s model, we notice an improvement about 27% (most cited assumption) and this is a posi-tive argument for our choice of a linear combination of social and content scores for computig the final document score. Improvement is greater with citation network and co-author and citation network achieving 61% (most cited assump-tion). We conclude that integrating citation social link in the author’s network as a social relationship improves the final ranking result compared to co-author network. Finally, we notice that there is a small improvement of both co-author and citation network (59% with most cited assumption) compared to citation network (61% with most cited assumption), in other words combining co-author relationship to citation relationship, and this can be explained by the fact that citation network dominates the co-author network with large number of citation links between authors, as can be expected from the social network characteristics presented in table 2.

5

Conclusion and Future Works

This paper presented an extended social based retrieval model based on evidence issued from co-author and citation social relations extracted from a bibliographic collection. We particularly outlined the effectiveness of our model using several importance based measures compared to state of the art retrieval models. Fur-thermore, two main social relevance assumptions have been used in order to ensure the soundness of our results. In future, we plan to enhance the social network model by introducing weights in the edges expressing the strengthness of the social relations between authors through both co-authorship and citations relations. Furthermore, we plan to test our retrieval model on larger web collec-tions containing bibliographic documents and blogs and test the impact of more specific relations, issued from social bookmarking, on the retrieval performances.

References

1. Amento, B., Terveen, L., et al.: Does ‘authority’ mean ‘quality’ ? predicting ex-pert quality ratings of documents. In: Annual ACM Conference on Research and Development in Information Retrieval SIGIR, August 2000, pp. 296–303 (2000), booktitle

2. Amer Yahia, S., Benedikt, M., Bohannon, P.: IEEE Data Eng. Bull. 30(2), 23–31 (2007)

3. Bharat, K., Henzinger, M.R.: Improved algorithms for topic distillation in

hy-perlinked environments. In: Proceedings of the 21st Annual ACM Conference on

Research and Development in Information Retrieval SIGIR, pp. 104–111 (August 1998)

4. Daoud, M., Tamine, L., Boughanem, M.: Towards a graph based user profile mod-eling for a session-based personalized search. In: Knowledge and Information Sys-tems. Springer, Heidelberg (2009)

5. Dion, G., Shubert, F.: Social information retrieval systems: Emerging technologies and applications for searching the web effectively. Premier Reference Source

(12)

6. Everett, M.G., Borgatti, S.P., Krackhardt, D.: Ego-network betweenness. In:

Proceedings of the 19th International Conference on Social Network Analysis,

Charleston, South Carolina

7. Haliwala, T.H.: Topic-sensitive PageRank. In: Proceedings of the 11thInternational

World Wide Web Conference (2002)

8. Hawking, D., Craswell, N.: The very large collection and web tracks. In: Voorhees, E.M., Harman, D.K. (eds.) TREC: Experiments and evaluation in information retrieval, ch. 9. MIT Press, Cambridge (2005)

9. Jeh, G., Widom, J.: Scaling personalized Web search. In: Proceedings of the 12th

International World Wide Web Conference, pp. 271–279 (2003)

10. Kessler, M.M.: Bibliographic coupling between scientific papers. American docu-mentation (14), 10–25 (1963)

11. Kirchhoff, L., Stanoevska-Slabeva, K., Nicolai, T., Fleck, M.: Using social network analysis to enhance information retrieval systems. In: Social network applications conference (2008)

12. Kirsh, M.K.: Social information retrieval, PhD Thesis in Computer Science, Com-puter science department III, Bonn (March 14, 2003)

13. Kleinberg, J.M.: Authoritative sources in a hyperlinked environment. Journal of the ACM 46(5), 604–632 (1999)

14. Korfiatis, N.T., Poulos, M., Bokos, G.: Evaluating authoritative sources using social networks: an insight from Wikipedia. Online Information Review 30(3), 252–262 (2006)

15. Meij, E., De Rijke, M.: Using prior information derived from citations in literature

search. In: Proceedings of Recherche d’Information Assist´ee par Ordinateur, RIAO

(2007)

16. Page, L., Brin, S., Motwani, R., Winograd, T.: The PageRank citation ranking: Bringing order to the web (1998) (Unplished draft)

17. Ritchie, A., Teufel, S., Robertson, S.: Using terms from citations for IR: some first results. In: Macdonald, C., Ounis, I., Plachouras, V., Ruthven, I., White, R.W. (eds.) ECIR 2008. LNCS, vol. 4956, pp. 211–221. Springer, Heidelberg (2008) 18. Robertson, S., Jones, K.S.: Relevance weighting for search terms. Journal of the

American Society for Information Science 27(3), 129–146

19. Salton, The SMART Information retrieval system. Prentice-Hall, Englewood Cliffs 20. Small, H.: Co-citation in the scientific literature: A new measurement of the rela-tionship between two documents. Journal of the American Society of Information Science 24(4), 265–269 (1973)

21. Teevan, J., Dumais, T.S., Horvitz, E.: Personalizing search via automated analysis

of interests and activities. In: Proceedings of the 28thAnnual ACM Conference on

Research and Development in Information Retrieval SIGIR, pp. 449–456 (August 2005)

22. Wasserman, S., Faust, K.: Social network analysis: methods and applications. Cambridge Uni. Press, Cambridge

Figure

Figure 1. illustrates the social graph issued from a sample resource.
Table 1 shows an illustration of the normalized importance measure compu- compu-tation of the nodes in the social network presented in figure 1.
Fig. 2. Importance measures comparison
Fig. 4. Parameter tuning using most downloaded relevance assumption

Références

Documents relatifs

Different from previous schemes, access control in OSNs is relationship- based [Gat07]: whether a user can view another user’s resource depends on their relation in the social

Instagram, younger users change their access control setting more frequently. For instance, 18.09% Instagram users be- tween 11 and 30 years old have changed at least once and

Under the 3-depth policy, if A requires only one path that is free of blacklist problems, L can access the resource because of (A, B, G, L); if A requires all the paths from him to

When it comes to partnerships between businesses and non-profit organizations to create value and social innovation, empirical studies show that cross-sector

It was found that, via Social Media, entrepreneurs recognise opportunities regarding introducing new products, en- tering new markets, better customer relations

Cette réactivation virale est associée à un pronostic défavorable, mais l’impact d’un traitement reste à déterminer : le traitement prophylactique ou préemptif par aciclovir

MODELLING THE EFFECT OF LANDSCAPE STRUCTURE ON THE DISPERSAL OF BIOTIC PARTICLES Yves Brunet (1) *, Hadjira Foudhil (1) , Jean-Paul Caltagirone (2).. (1) Unité de

Any reduction of the detection system (9) produces an increase in the number of undetected persons living with HIV that will change the future of the epidemic as the persons living