VU Huyen-Trang
function showhidediv(id) {
if (document.getElementById) { // DOM3 = IE5, NS6
if (document.getElementById(id).style.display == 'none') document.getElementById(id).style.display = 'block'; else document.getElementById(id).style.display = 'none';
}
else {
if (document.layers) { // Netscape 4
if (document.id.display == 'none') document.id.display = 'block'; else document.id.display = 'none';
}
else { // IE 4
if (document.all.id.style.display == 'none') document.all.id.style.display = 'block'; else document.all.id.style.display = 'none';
}
}
}
// https://csp.withgoogle.com/docs/adopting-csp.html
document.addEventListener('DOMContentLoaded', function () {
document.getElementById('show_doctors')
.addEventListener('click', function doThings() {
showhidediv("docteurs");
});
});
2003-2008 Publications
-
2008
- H.‑T. Vu : “Apprentissage d’ordonnancements pour la constitution de corpus d’évaluation et pour l’agrĂ©gation de listes en recherche d’information”, thesis, defence 10/27/2008, supervision Gallinari, Patrick (2008)
- H.‑T. Vu, P. Gallinari : “Analyse de la robustesse des algorithmes de mĂ©ta-recherche discriminante”, Conference en Recherche d'information et Applications, CORIA'08, TrĂ©gastel, France, pp. 87-102 (2008)
-
2006
- H.‑T. Vu, P. Gallinari : “A Machine Learning based Approach to Evaluating Retrieval Systems”, Proc. Human Language Technology Conference - HLT-NAACL'06, New-York, United States, pp. 399-406, (Association for Computational Linguistics) (2006)
- H.‑T. Vu, P. Gallinari : “Apprentissage Statistique pour la Constitution de Corpus d’évaluation”, 3eme Conference en Recherche d'Information et Applications (CORIA'06), Lyon, France, pp. 85-96 (2006)
-
2005
- H.‑T. Vu, P. Gallinari : “On effectiveness measures and relevance functions in ranking INEX systems”, Asia Information Retrieval Symposium (AIRS'05), Jeju, Korea, Republic of, pp. 312-327 (2005)
- H.‑T. Vu, P. Gallinari : “Using RankBoost to Compare Retrieval systems”, CIKM 2005 - 14th ACM international conference on Information and knowledge management, Bremen, Germany, pp. 309-310, (ACM) (2005)
-
2004
- H.‑T. Vu, B. Piwowarski, P. Gallinari : “Filtering in XML Retrieval: a Prospective Analysis”, SIGIR 2004 workshop on XML and Information Retrieval, Sheffield, United Kingdom (2004)
-
2003
- H.‑T. Vu, L. Denoyer, P. Gallinari : “Un modèle statistique pour la classification de documents structurĂ©s”, JournĂ©es francophones d'Extraction et de Gestion des Connaissances (EGC 2003), Lyon, France (2003)