{ "paper_id": "S07-1024", "header": { "generated_with": "S2ORC 1.0.0", "date_generated": "2023-01-19T15:23:24.865437Z" }, "title": "CU-COMSEM: Exploring Rich Features for Unsupervised Web Personal Name Disambiguation", "authors": [ { "first": "Ying", "middle": [], "last": "Chen", "suffix": "", "affiliation": { "laboratory": "", "institution": "University of Colorado at Boulder", "location": {} }, "email": "" }, { "first": "James", "middle": [], "last": "Martin", "suffix": "", "affiliation": { "laboratory": "", "institution": "University of Colorado at Boulder", "location": {} }, "email": "james.martin@colorado.edu" } ], "year": "", "venue": null, "identifiers": {}, "abstract": "The increasing number of web sources is exacerbating the named-entity ambiguity problem. This paper explores the use of various token-based and phrase-based features in unsupervised clustering of web pages containing personal names. From these experiments, we find that the use of rich features can significantly improve the disambiguation performance for web personal names.", "pdf_parse": { "paper_id": "S07-1024", "_pdf_hash": "", "abstract": [ { "text": "The increasing number of web sources is exacerbating the named-entity ambiguity problem. This paper explores the use of various token-based and phrase-based features in unsupervised clustering of web pages containing personal names. From these experiments, we find that the use of rich features can significantly improve the disambiguation performance for web personal names.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Abstract", "sec_num": null } ], "body_text": [ { "text": "As the sheer amount of web information expands at an ever more rapid pace, the named-entity ambiguity problem becomes more and more serious in many fields, such as information integration, cross-document co-reference, and question answering. Individuals are so glutted with information that searching for data presents real problems. It is therefore crucial to develop methodologies that can efficiently disambiguate the ambiguous names from any given set of data.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "In the paper, we present an approach that combines unsupervised clustering methods with rich feature extractions to automatically cluster returned web pages according to which named entity in reality the ambiguous personal name in a web page refers to. We make two contributions to approaches to web personal name disambiguation. First, we seek to go beyond the kind of bag-ofwords features employed in earlier systems (Bagga & Baldwin, 1998; Gooi & Allan, 2004; Pedersen et al., 2005) , and attempt to exploit deep semantic features beyond the work of Mann & Yarowsky (2003) . Second, we exploit some features that are available only in a web corpus, such as URL information and related web pages.", "cite_spans": [ { "start": 419, "end": 442, "text": "(Bagga & Baldwin, 1998;", "ref_id": "BIBREF1" }, { "start": 443, "end": 462, "text": "Gooi & Allan, 2004;", "ref_id": "BIBREF5" }, { "start": 463, "end": 485, "text": "Pedersen et al., 2005)", "ref_id": "BIBREF10" }, { "start": 553, "end": 575, "text": "Mann & Yarowsky (2003)", "ref_id": "BIBREF9" } ], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "The paper is organized as follows. Section 2 introduces our rich feature extractions along with their corresponding similarity matrix learning.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "In Section 3, we analyze the performance of our system. Finally, we draw some conclusions.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "Our approach follows a common architecture for named-entity disambiguation: the detection of ambiguous objects, feature extractions and their corresponding similarity matrix learning, and finally clustering.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Methodology", "sec_num": "2" }, { "text": "Given a webpage, we first run a modified Beautiful Soup 1 (a HTML parser) to extract a clean text document for that webpage. In a clean text document, noisy tokens, such as HTML tags and java codes, are removed as much as possible, and sentence segmentation is partially done by following the indications of some special HTML tags. For example, a sentence should finish when it meets a \"