ACL-OCL / Base_JSON /prefixO /json /O02 /O02-1004.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "O02-1004",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T08:05:50.391784Z"
},
"title": "Cross-Language Text Filtering Based on Text Concepts and kNN",
"authors": [
{
"first": "",
"middle": [],
"last": "\u8607\u5049\u5cf0",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Xiamen University",
"location": {
"addrLine": "Xiamen\uff0c361005"
}
},
"email": ""
},
{
"first": "Weifeng",
"middle": [],
"last": "Su",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Xiamen University",
"location": {
"addrLine": "Xiamen\uff0c361005"
}
},
"email": ""
},
{
"first": "Shaozi",
"middle": [],
"last": "Li",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Xiamen University",
"location": {
"addrLine": "Xiamen\uff0c361005"
}
},
"email": ""
},
{
"first": "Tanqiu",
"middle": [],
"last": "Li",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Xiamen University",
"location": {
"addrLine": "Xiamen\uff0c361005"
}
},
"email": ""
},
{
"first": "Wenjian",
"middle": [],
"last": "You",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Xiamen University",
"location": {
"addrLine": "Xiamen\uff0c361005"
}
},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "The WWW is increasingly being used source of information. The volume of information is accessed by users using direct manipulation tools. It is obviously that we'd like to have a tool to keep those texts we want and remove those texts we don't want from so much information flow to us. This paper describes a module that sifts through large number of texts retrieved by the user.",
"pdf_parse": {
"paper_id": "O02-1004",
"_pdf_hash": "",
"abstract": [
{
"text": "The WWW is increasingly being used source of information. The volume of information is accessed by users using direct manipulation tools. It is obviously that we'd like to have a tool to keep those texts we want and remove those texts we don't want from so much information flow to us. This paper describes a module that sifts through large number of texts retrieved by the user.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "The module is based on HowNet, a knowledge dictionary developed by Mr. Zhendong Dong. In this dictionary, the concept of a word is divided into sememes. In the philosophy of HowNet, all concepts in the world can be expressed by a combination more than 1500 sememes. Sememe is a very useful concept in settle the problem of synonym which is the most difficult problem in text filtering. We classified the set of sememes into two sets of sememes: classfiable sememes and unclassficable semems. Classfiable sememes includes those sememes that are more 80 \u8607\u5049\u5cf0 \u7b49 useful in distinguishing a document's class from other documents. Unclassfiable sememes include those sememes that have similar appearance in all documents. Classfiable includes about 800 sememes. We used these 800 classficable sememes to build Classficable Sememes Vector Space (CSVS) .",
"cite_spans": [
{
"start": 837,
"end": 843,
"text": "(CSVS)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "A text is represented as a vector in the CSVS after the following step:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "1. text preprosessing: Judge the language of the text and do some process attribute to its language.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "2. Part-of-Speech tagging 3. keywords extraction 4. keyword sense disambiguation based on its environment by calculating its classifiable sememes relevance with it's environment's classifiable sememes.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "We add the weight of a semantic item if there are classifiable sememes the same as classifiable sememe in the its environment word's semantic item. This is not a strict disambiguation algorithm. We just adjust the weights of those semantic items.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "5. Those keywords are reduced to sememes and the weight of all keywords 's all semantic items 's classifiable sememes are calculated to be the weight of its vector feature.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "A user provides some texts to express the text he interested in. They are all expressed as vectors in the CSVS. Then those vectors represent the user's preference. The relevance of two texts can be measured by using the cosine angle between the two text's vectors. When a new text comes, it is expressed as a vector in CSVS too. We find its k nearest neighbours in the texts provided by the user in the CSVS . Calculating the relevance of the new text to its k nearest neighbours and if it is bigger than a certain valve, than it means it is of the user's interest if smaller, it means that it is not belong to the user's interesting. The k is determined by calculated every training vector its neighbours.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Information filtering based on classifiable sememes has several advantage:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "1. Low dimentional input space. We use 800 sememes instead of 10000 words.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "2. Few irrelevant feature after the keyword extraction and unclassifiable sememes's removal.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "3. Document vector's feature's weight are big.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "We made use of documents from eight different users in our experiments. All these users provides texts both in Chinese and English. We took into account the user's feedback and got a result of about 88 percent of recall and precision. It demonstrates that this is a success method. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "\u57fa\u65bc\u6587\u672c\u6982\uf9a3\u548ckNN\u7684\u8de8\u8a9e\u7a2e\u6587\u672c\u904e\uf984 81",
"sec_num": null
},
{
"text": "D \uff0c\u800c\u6bcf\u4e00\u500b\u5206\uf97e d i \u662f\u77e5\u7db2\u4e2d\u7684\u4e00\u500b\u53ef\u5206\u7fa9\u539f\uff0c\u90a3\u6587\u672c\u5c31\u8868\u793a\u6210\u5411\uf97e \u2192 V \uff0c\u5176\u5206\uf97e v i \u7232 \u5c0d\u61c9\u65bc d i \u7684\u503c\uff0c\uf974\u6587\u672c\u4e2d\u6c92\u6709\u5305\u542b d i \uff0c\u5247 v i =0\u3002 \u7136\u800c\u4e26\u975e\u6587\u4ef6\u7576\u4e2d\u6240\u6709\u7684\u8a5e\u90fd\u7528\u65bc\u69cb\u9020\u6587\u672c\u5411\uf97e\uff0c\u53ea\u6709\u90a3\u4e9b\u6700\u80fd\u4ee3\u8868\u6587\u4ef6\u6240\u8981\u8868\u9054 \u7684\u610f\u601d\u7684\u8a5e\u4e5f\u5c31\u662f\u95dc\u9375\u5b57\u5f59\u53ef\u88ab\u7528\uf92d\u69cb\u9020\u5411\uf97e\u3002\u6211\u5011\u53ef\u4ee5\u63a1\u7528\u7d71\u8a08\u7684\u65b9\u6cd5\uf92d\u6c7a\u5b9a\u54ea\u4e9b\u8fad \u5f59\u662f\u95dc\u9375\u5b57\u5f59\uff0c\u9084\u6709\uff0c\u7531\u65bc\u8fad\u5f59\u7684\u5c90\u7fa9\uff0c\u6211\u5011\u4e5f\u8981\u4f5c\u4e00\u5b9a\u7a0b\ufa01\u4e0a\u7684\u6392\u5c90\u3002\u6587\u672c\u8868\u793a\u65b9\u6cd5",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "\u57fa\u65bc\u6587\u672c\u6982\uf9a3\u548ckNN\u7684\u8de8\u8a9e\u7a2e\u6587\u672c\u904e\uf984 81",
"sec_num": null
},
{
"text": "V V V V a = (2) \u5176\u4e2d ) ( 2 , 1 text text V V \u662f\u6307\u7528\u6236\u5411\uf97e\u548c\u6587\u672c\u5411\uf97e\u7684\u5167\u7a4d\uff0c | | text V \u8868\u793a\u6587\u672c\u5411\uf97e\u7684\u6a19\uf97e\u3002 \u5728\u6587\u672c\u904e\uf984\u7576\u4e2d\uff0c\u6211\u5011\u63a1\u7528\uf9ba k \u500b\u6700\u8fd1\u9130\u5c45(kNN)\u7684\u65b9\u6cd5\uff1a\u5c0d\u65bc\u67d0\u4e00\u8f38\u5165\u6587\u672c s\uff0c \u6309\u7167\u4e0a\u9762\u6240\u8ff0\u7684\u65b9\u6cd5\u5c07\u5176\u8868\u793a\u7232\u53ef\u5206\u7fa9\u539f\u7a7a\u9593\u7684\u5411\uf97e\uff0c\u5728\u7528\u6236\u793a\uf9b5\u4e2d\uff0c\uf9dd\u7528\u516c\u5f0f(2)\u6311 \u9078\u51fa k(k<<m)\u500b\u8207\u4e4b\u6700\u76f8\u8fd1\u7684\u9130\u5c45\u6587\u672c\uff0c\u6839\u64da\u516c\u5f0f(3)\u8a08\u7b97\u5b83\u8207\u9019 k \u500b\u6587\u672c\u7684\u76f8\u4f3c \u7a0b\ufa01 Si\uff0c\u5176\u503c\u8d8a\u9ad8\uff0c\u5247\u6211\u5011 r \u8a8d\u7232\u5b83\u8d8a\u662f\u7528\u6236\u6240\u611f\u8208\u8da3\u7684\u6587\u672c\u3002 \u8607\u5049\u5cf0 \u7b49 \u2211 = = k i i a Si S 1 2 )) (cos( (3) \u5176\u4e2d \u23a9 \u23a8 \u23a7 = x x S 0 ) ( \u5728\u6240\u9700\u904e\uf984\u7684\u6240\u6709\u6587\u672c\u7576\u4e2d\uff0c\u6211\u5011\u53ef\u4ee5\u6839\u64da Si",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "\u57fa\u65bc\u6587\u672c\u6982\uf9a3\u548ckNN\u7684\u8de8\u8a9e\u7a2e\u6587\u672c\u904e\uf984 81",
"sec_num": null
}
],
"back_matter": [],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Dictionary-based methods for cross-lingual information retieval",
"authors": [
{
"first": "L",
"middle": [],
"last": "Ballesteros",
"suffix": ""
},
{
"first": "W",
"middle": [
"B"
],
"last": "Croft",
"suffix": ""
}
],
"year": 1996,
"venue": "Proc. Of the 7 th Int. DEXA Conference on Database and Expert Systems Applications",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "L.Ballesteros,W.B. Croft. \"Dictionary-based methods for cross-lingual information retieval.\" Proc. Of the 7 th Int. DEXA Conference on Database and Expert Systems Applications ,1996.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "\u8463\u632f\u6771\u3001\u8463\u5f37 \u300a\u77e5\u7db2\u300b",
"authors": [],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "\u8463\u632f\u6771\u3001\u8463\u5f37 \u300a\u77e5\u7db2\u300b http://www.keenage.com/html/index.html",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "A Conceptual Framework for Text Filtering",
"authors": [
{
"first": "Douglas",
"middle": [
"W"
],
"last": "Oard",
"suffix": ""
},
{
"first": "Gary",
"middle": [],
"last": "Marchionini",
"suffix": ""
}
],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Douglas W.Oard, Gary Marchionini, \"A Conceptual Framework for Text Filtering.\" http://citeseer.nj.nec.com \u5f35\u6708\u5091\u3001\u59da\u5929\u9806 \uff1c\u57fa\u65bc\u7279\u5fb5\u76f8\u95dc\u6027\u7684\u6f22\u8a9e\u6587\u672c\u81ea\u52d5\u5206\uf9d0\u6a21\u578b\u7684\u7814\u7a76\uff1e\u300a\u5c0f\u578b\u5fae\u578b\u96fb\u8166\u7cfb \u7d71\u300b\uff0c1998 \uf98e\u7b2c 8 \u671f",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Texts Filtering using Linguistically-Motivated Indexing Terms",
"authors": [
{
"first": "A",
"middle": [
"T"
],
"last": "Armapatzis",
"suffix": ""
},
{
"first": "Th",
"middle": [
"P"
],
"last": "Van Der Weide",
"suffix": ""
},
{
"first": "C",
"middle": [
"H A"
],
"last": "Koster",
"suffix": ""
},
{
"first": "P",
"middle": [],
"last": "Van Bommel",
"suffix": ""
}
],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "A.T.Armapatzis and Th.P. van der Weide and C.H.A.Koster and P.van Bommel. \"Texts Filtering using Linguistically-Motivated Indexing Terms.\" http://citeseer.nj.nec.com",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "A Learning Personal Agent for Texts Filtering and Notification",
"authors": [
{
"first": "S",
"middle": [],
"last": "Anandeep",
"suffix": ""
},
{
"first": "Katia",
"middle": [],
"last": "Pannu",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Sycara",
"suffix": ""
}
],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Anandeep S.Pannu and Katia Sycara. \"A Learning Personal Agent for Texts Filtering and Notification.\" http://citeseer.nj.nec.com",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Natural Laguage Understanding. The Benjamin",
"authors": [
{
"first": "James",
"middle": [],
"last": "Allen",
"suffix": ""
}
],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "James Allen, Natural Laguage Understanding. The Benjamin/Cumming Publishing Company, Inc.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Texts categorization with support vector machines: Learning with many relevant features",
"authors": [
{
"first": "Thorsten",
"middle": [],
"last": "Joachims",
"suffix": ""
}
],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Thorsten Joachims. \"Texts categorization with support vector machines: Learning with many relevant features.\" http://citeseer.nj.nec.com",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "On Automatic Filtering of Multilingual",
"authors": [
{
"first": "W",
"middle": [],
"last": "Douglas",
"suffix": ""
},
{
"first": "Nicholas",
"middle": [],
"last": "Oard",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Declaris",
"suffix": ""
}
],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Douglas W.Oard and Nicholas DeClaris. \"On Automatic Filtering of Multilingual.\" http://citeseer.nj.nec.com",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Information extraction asbasis forhigh-precision textclassification",
"authors": [
{
"first": "Ellen",
"middle": [],
"last": "Riloff",
"suffix": ""
},
{
"first": "Wendy",
"middle": [],
"last": "Lehnert",
"suffix": ""
}
],
"year": 1994,
"venue": "ACM Trams-actions on Information System",
"volume": "12",
"issue": "3",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ellen Riloff and Wendy Lehnert. \"Information extraction asbasis forhigh-precision textclassification.\" ACM Trams-actions on Information System, vol. 12, No 3, July 1994",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Text Cateorization Using Weight Adjusted k-Nearest Neighbor Classification",
"authors": [
{
"first": "Eui-Hong ;",
"middle": [],
"last": "Sam",
"suffix": ""
},
{
"first": ")",
"middle": [],
"last": "Han",
"suffix": ""
},
{
"first": "Geoge",
"middle": [],
"last": "Karypis",
"suffix": ""
},
{
"first": "Vipin",
"middle": [],
"last": "Kumar",
"suffix": ""
}
],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Eui-Hong(Sam)Han , Geoge Karypis and Vipin Kumar. Text Cateorization Using Weight Adjusted k-Nearest Neighbor Classification. http://citeseer.nj.nec.com \u8607\u5049\u5cf0\u3001\uf9e1\u7d39\u6ecb\u3001\uf9e1\u5802\u79cb\u3001\u5c24\u6587\u5efa \uff1c\u53ef\u5206\u7fa9\u539f\u5411\uf97e\u7a7a\u9593\u4e2d\u7684\u8de8\u8a9e\u7a2e\u6587\u672c\u904e\uf984\u6a21\u578b\uff1e\u300a\u81ea \u7136\u8a9e\u8a00\uf9e4\u89e3\u8207\u6a5f\u5668\u7ffb\u8b6f\u300b2001 \uf98e",
"links": null
}
},
"ref_entries": {
"TABREF2": {
"type_str": "table",
"content": "<table><tr><td/><td>\u57fa\u65bc\u6587\u672c\u6982\uf9a3\u548ckNN\u7684\u8de8\u8a9e\u7a2e\u6587\u672c\u904e\uf984 \u57fa\u65bc\u6587\u672c\u6982\uf9a3\u548ckNN\u7684\u8de8\u8a9e\u7a2e\u6587\u672c\u904e\uf984</td><td>87 \u8607\u5049\u5cf0 \u7b49 89</td></tr><tr><td/><td colspan=\"2\">If km&gt;biggestequal then \u55ae\u8a5e\uff0c\u5982\u6b64\ufa09\u4f4e\u7dad\uf969\u53ef\u6975\u5927\u5730\u63d0\u9ad8\u53ec\u56de\uf961\uff0c\u9084\u6709\uff0c\u53ef\u4ee5\ufa09\u4f4e\u8a08\u7b97\u8907\u96dc\ufa01\u3002</td></tr><tr><td/><td colspan=\"2\">Begin 2. \u76f8\u95dc\u5206\uf97e\u503c\u8f03\u5927\uff1a\u6bd4\u5982\u5728\u4e00\u7bc7\u75c5\u4eba\u4e0a\u91ab\u9662\u53bb\u770b\u75c5\u7684\u6587\u672c\u88cf\uff0c\u53ef\u80fd\u6703\u6703\u51fa\u73fe\u8a31\u591a\uf9d0</td></tr><tr><td>100</td><td colspan=\"2\">biggestequal:=km; \u4f3c\"\u75c5\u4eba\uff02\u3001\"\u91ab\u751f\uff02\u3001\"\u91ab\u9662\uff02\u3001\"\u6cbb\uf9c1\uff02\u7b49\u7247\u8a9e\uff0c\u9019\u4e9b\u8a5e\u90fd\u5305\u542b\u6709\"\u91ab\u6cbb\uff02</td></tr><tr><td>80</td><td colspan=\"2\">\u5f53 x&lt;h \u65f6 \u7b49\u7fa9\u539f\uff0c\u5f9e\u800c\u4f7f\"\u91ab\u6cbb\uff02\u9019\u500b\u7fa9\u539f\u5206\uf97e\u7684\u503c\u6bd4\u8f03\u5927\uff0c\u9019\u6a23\u5c31\u80fd\u7a81\u51fa\u672c\u6587\u7684\u6240\u8981\u8b1b bigestk:=k;</td></tr><tr><td colspan=\"3\">\uf92d\u9032\ufa08\u76f8\u95dc\ufa01\u6392\u5e8f\u53cd\u994b\u7d66\u7528\u6236\uff0c\u4e5f\u53ef \u4ee5\u8a2d\u4e00\u95a5\u503c t\uff0c\u7576\u67d0\u6587\u672c\u8207\u7528\u6236\u9700\u6c42\u7684\u76f8\u95dc\ufa01\u5927\u65bc t \u6642\u5247\u8a8d\u7232\u8a72\u6587\u672c\u7b26\u5408\u7528\u6236\u9700\u6c42\uff0c\u628a\u6587 \u5f53 x&gt;=h \u65f6 end; \u8ff0\u7684\u5167\u5bb9\u4e3b\u8981\u662f\u95dc\u65bc\u91ab\uf9c1\u9019\u4e00\u65b9\u9762\u7684\uff0c\u9019\u6709\u52a9\u65bc\u63d0\u9ad8\u7cbe\u78ba\uf961\u8207\u53ec\u6709\uf961\u3002 60 ENDFOR \u8f03\u5c0f\u3002 20 4. \u904e\uf984\u6a21\u578b\u7684\u5be6\u9a57\u7d50\u679c\u53ca\u5be6\u9a57\u5206\u6790 kNN 3. \u5e72\u64fe\u9805\u8f03\u5c11\uff1a\u7d93\u904e\uf9ba\u95dc\u9375\u5b57\u63d0\u53d6\u3001\u8a5e\u8a9e\u6392\u5c90\u548c\uf967\u53ef\u5206\u7fa9\u539f\u7684\u53bb\u9664\u5f8c\uff0c\u6240\u5269\u4e0b\u7684\u7fa9 \u539f\u5927\u591a\u8207\u6587\u672c\u6709\u91cd\u8981\u7684\uf997\u7e6b\uff0c\u800c\u8207\u6587\u672c\u76f8\u95dc\ufa01\u8f03\u5c11\u7684\u5176\u4ed6\u5206\uf97e\u7684\u503c\u76f8\u6bd4\u4e4b\u4e0b\u660e\u986f 40 ? \u5411\uf97e</td></tr><tr><td colspan=\"3\">\u672c\u6309\u76f8\u95dc\ufa01\u5927\u5c0f\u7684\u9806\u5e8f\u8fd4\u56de\u7d66\u7528\u6236\uff0c\u628a\u4f4e\u65bc\u8a72\u503c\u7684\u6240\u6709\u6587\u672c\u53bb\u9664\u6216\u5b58\u5728\u67d0\u8655\u4ee5\u5099\u7528\u6236\u5728 \u6709\u7a7a\u6642\u8655\uf9e4\u3002\u6211\u5011\u53ef\u4ee5\u628a\u7528\u6236\u7684\u56de\u994b\u8003\u616e\u9032\u53bb\uff0c\uf974\u7528\u6236\u8a8d\u7232\u5e7e\u4e4e\u6240\u6709\u6211\u5011\u6240\u904e\uf984\u51fa\u7684\u6587 \u4ef6\u90fd\u662f\u4ed6\u6240\u611f\u8208\u8da3\u7684\uff0c\u5247\u6211\u5011\u53ef\u8abf\u4f4e t \u503c\uff0c\u53cd\u904e\uf92d\uff0c\uf974\u6709\u5f88\u591a\u6587\u672c\uf967\u7b26\u5408\u7528\u6236\u7684\u8208\u8da3\uff0c \u5247\u6211\u5011\u8abf\u9ad8 t \u503c\u3002 3.4 \u6587\u672c\uf9d0\u5225\u7684\u6b78\uf9d0 \u6211\u5011\u63a1\u7528 kNN \u7684\u65b9\u6cd5\u3002\u9996\u5148\u6211\u5011\u8a13\uf996\u7684\u6642\u5019\uff0c\u6211\u5011\u628a\u9019\u4e9b\u5df2\u7d93\u5206\u597d\uf9d0\u7684\u6309\u662f\u5426\u7232\u7528\u6236\u7684 \u9700\u8981\u5168\u90e8\u6309\u4e0a\u8ff0\u65b9\u6cd5\u8868\u793a\u6210\u53ef\u5206\u7fa9\u539f\u5411\uf97e\u7a7a\u9593\u7684\u5411\uf97e\uff0c\u5c0d\u4e00\u65b0\u9032\uf92d\u7684\u4e00\u500b\u65b0\u7684\u6587\u672c\uff0c\u6211 \u6211\u5011\u7372\u5f97\uf9ba\u516b\u500b\u7528\u6236\u7684\u5be6\u9a57\u8cc7\uf9be\uff0c\u9019\u516b\u500b\u7528\u6236\u90fd\u63d0\u4f9b\uf9ba\u4ed6\u6240\u611f\u8208\u8da3\u7684\u5167\u5bb9\u76f8\u8fd1\u7684\u4e2d\u82f1\u6587 \u6587\u672c\u5404 60 \u7bc7\u4f5c\u7232\u76f8\u95dc\u6587\u672c\uff0c\u53e6\u5916\u63d0\u4f9b 1000 \u7bc7\u5176\u4ed6\u5167\u5bb9\u7684\u6587\u672c\u4f5c\u7232\u5e72\u64fe\u6587\u672c\uff0c\u5176\u4e2d\u4e2d\u82f1 \u5728\u6211\u5011\u4ee5\u524d\u7684\u5de5\u4f5c\u7576\u4e2d\uff0c\u6211\u5011\u628a\u7528\u6236\u8868\u793a\u6210\u7232\u4e00\u500b\u5411\uf97e\uff0c\u4e26\u4ee5\u7528\u6236\u5411\uf97e\u8207\u6587\u672c\u5411\uf97e 0 \u7528? 1 \u7528? 2 \u7528? 3 \u7528? 4 \u7528? 5 \u7528? 6 \u7528? 7 \u7528? 8 \u7684\u593e\u89d2\uf92d\u8868\u793a\u6587\u672c\u8207\u7528\u6236\u7684\u76f8\u95dc\u6027\uff0c\u800c\u63a1\u7528\uf9ba kNN \u6280\u8853\uff0c\u53ef\u5728\u4ee5\u4e0b\u9019\u4e9b\u65b9\u9762\u9ad4\u73fe\u51fa\u5176\u512a \u6587\u5404 500 \u7bc7\uff0c\u5c0d\u65bc\u6bcf\u500b\u7528\u6236\uff0c\u6211\u5011\u4f7f\u7528\u5f9e\u5176\u6240\u63d0\u4f9b\u7684\u76f8\u95dc\u6587\u672c\u96a8\u6a5f\u62bd\u53d6\u4e2d\u82f1\u6587\u6587\u672c\u5404 30 \u52e2\uff1a \u7bc7\u69cb\u9020\u5176\u7528\u6236\u6a21\u677f\uff0c\u5176\u9918\u7684\u76f8\u95dc\u6587\u672c\u8207\u5e72\u64fe\u6587\u672c\u6df7\u96dc\u4e00\u8d77\u69cb\u6210\uf9ba\u6e2c\u8a66\u96c6\uff0c\u6211\u5011\u5c31\u60f3\u5f9e\u5176 1. \u9996\u5148\u5c0d\u65bc\u67d0\u4e00\u500b\u7528\u6236\u53ef\u80fd\u6709\u6bd4\u8f03\u5ee3\u6cdb\u7684\u8208\u8da3\uff0c\u5247\u53d6\u5176\u5e73\u5747\u5411\uf97e\u53ef\u80fd\u6703\u5c0e\u81f4\u6bd4\u8f03\u5927 \u4e2d\u904e\uf984\u51fa\u90a3\u4e9b\u76f8\u95dc\u6587\u672c\u3002 \u7684\u8aa4\u5dee\u3002 \u6211\u5011\u4f7f\u7528\uf9ba\uf978\u500b\uf96b\uf969\uf92d\u8a55\u50f9\u6211\u5011\u7684\u6a21\u578b\uff1a\u53ec\u56de\uf961\u548c\u7cbe\u78ba\uf961\u3002\u53ec\u56de\uf961\u662f\u6307\u6211\u5011\u904e\uf984\u51fa 2. \u5c0d\u65bc\u540c\u4e00\u500b\uf9b4\u57df\uff0c\uf967\u540c\u9ad4\u88c1\u7684\u6587\u7ae0\u5176\u5728\u5411\uf97e\u7a7a\u9593\u7576\u4e2d\u4e5f\u53ef\u80fd\u6709\u8f03\u5927\u7684\u5dee\u8ddd\uff0c\u53d6\u5e73 \u7684\u76f8\u95dc\u6587\u672c\u5360\u6240\u6709\u76f8\u95dc\u6587\u672c\u7684\u6bd4\uf961\uff0c\u7cbe\u78ba\uf961\u662f\u6307\u5728\u6211\u5011\u6240\u6709\u904e\uf984\u51fa\u7684\u6587\u672c\u7576\u4e2d\uff0c\u76f8\u95dc\u6587 \u5747\u5411\uf97e\u4e5f\u6703\u9020\u6210\u8f03\u5927\u7684\u8aa4\u5dee\u3002 \u672c\u6240\u5360\u7684\u6bd4\uf961\uff0c\u4e00\u822c\u800c\u8a00\uff0c\u53ec\u56de\uf961\u4e0a\u5347\uff0c\u5247\u7cbe\u78ba\uf961\u6703\u4e0b\ufa09\uff0c\u800c\u7cbe\u78ba\uf961\u4e0a\u5347\uff0c\u5247\u53ec\u56de\uf961\u6703 \u4e0b\ufa09\u3002 90 3. \u5982\u679c\u7528\u6236\u8208\u8da3\u7523\u751f\u8b8a\u5316\uff0c\u5e73\u5747\u5411\uf97e\u7684\u6539\u8b8a\u8f03\u7232\u9072\u7de9\uff0c\u4e26\u4e14\u5728\u9019\u500b\u904e\u7a0b\u7576\u4e2d\u4e5f\u6709\u8f03 \u5011\u63a1\u7528\u4e0a\u9762\u7684\u65b9\u6cd5\u8f49\u5316\u7232\u53ef\u5206\u7fa9\u539f\u5411\uf97e\u7a7a\u9593\u4e2d\u7684\u7a7a\u9593\u5411\uf97e\uff0c\u5047\u8a2d\u7232 d\uff0c\u5f9e\u4e2d\u627e\u51fa k \u500b\u8207 \u8868 1 \u5c31\u662f\u6211\u5011\u5be6\u9a57\u7684\u7d50\u679c\uff0c\u7d50\u679c\u8868\u660e\u7528\u8a72\u65b9\u6cd5\u9032\ufa08\u904e\uf984\u7684\u65b9\u6cd5\u6548\u679c\u975e\u5e38\u597d\uff0c\u7cbe\u78ba\uf961 \u5927\u7684\u8aa4\u5dee\u3002 85 \u5176\u6700\u7232\u9130\u8fd1\u7684\u5411\uf97e\uff0c\u7136\u5f8c\u6aa2\u67e5\u9019 k \u500b\u5df2\u7d93\u78ba\u5b9a\u597d\uf9d0\u5225\u7684\u5411\uf97e\u7684\uf9d0\u5225\u4f5c\u7232\u9019\u500b\u5411\uf97e\u7684\uf9d0 \u5225\u3002\u9019 k \u500b\u5411\uf97e\u7684\u6b0a\u91cd\u53ef\u4ee5\u901a\u904e\u5176\u8207 d \u7684\u76f8\u8fd1\u7a0b\ufa01\u9032\ufa08\u8ce6\u503c\u3002 \u5f88\u9ad8\uff0c\u5728\u5be6\u969b\u61c9\u7528\u7576\u4e2d\uff0c\u6211\u5011\u9084\u53ef\u4ee5\u628a\u7528\u6236\u53cd\u994b\u7684\u60c5\u6cc1\u8003\u616e\u9032\u53bb\uff0c\u5f62\u6210\u53ef\u6839\u64da\u7528\u6236\u7684\u8208 \u800c kNN \u5247\u6070\u6070\u76f8\u53cd\uff0c 80 kNN</td></tr><tr><td colspan=\"3\">\u5c45\u6642\u9593\u8907\u96dc\ufa01\u7232 O(L*N)\uff0c\u5176\u4e2d L \u662f\u53ef\u5206\u5411\uf97e\u7a7a\u9593\u7684\u53ef\u5206\u7fa9\u539f\uf969\u76ee\uff0cN \u7232\u53ef\u5206\u5411\uf97e\u7a7a\u9593\u4e2d 70 \u9130\u5c45\u3002 kNN \u662f\u4e00\u500b\u57fa\u65bc\u7bc4\uf9b5\u7684\u5b78\u7fd2\u6cd5\uff0c\u5176\u4e3b\u8981\u7684\u8a08\u7b97\uf97e\u662f\u5f9e\u5411\uf97e\u7a7a\u9593\u4e2d\u627e\u51fa k \u500b\u6700\u8fd1\u7684\u9130 \u8da3\u6539\u8b8a\u800c\u628a\u6539\u8b8a\u7528\u6236\u6a21\u677f\u5411\uf97e\u5f9e\u800c\u6539\u8b8a\u9078\u64c7\u7684\u6587\u672c\u7684\u81ea\u9069\u61c9\u7cfb\u7d71\u3002 1. \uf974\u7528\u6236\u6709\u6bd4\u8f03\u5ee3\u6cdb\u7684\u8208\u8da3\uff0c\u5247\u5728\u5411\uf97e\u7a7a\u9593\u7576\u4e2d\u5f62\u6210\uf967\u540c\u7c07\u7684\u5411\uf97e\uff0c\u5c31\u53ef\u6709\uf967\u540c\u7684 75 \u5355\u5411\uf97e</td></tr><tr><td colspan=\"3\">\u7684\u8a13\uf996\u6587\u672c\u7684\uf969\uf97e\u3002 User 1 2. \u5c0d\u65bc\u540c\u4e00\uf9b4\u57df\u800c\uf967\u540c\u9ad4\u88c1\u7684\u6587\u7ae0\uff0c\u4e5f\u53ef\u5728\u5411\uf97e\u7a7a\u9593\u4e2d\u5f62\u6210\uf967\u540c\u7c07\u7684\u5411\uf97e\uff0c\u69cb\u6210\uf967 User 2 User 3 User 4 User 5 User 6 User 7 User 8 Average \u540c\u7684\u9130\u5c45\u3002 65 \u7528\u62371 \u7528\u62372 \u7528\u62373 \u7528\u62374 \u7528\u62375 \u7528\u62376 \u7528\u62377 \u7528\u62378 k \u503c\u7684\u78ba\u5b9a\u65b9\u6cd5\uff1a \u53ec English 88.7 90 90 89 86 87 92 91 89.2 3. \uf974\u7528\u6236\u8208\u8da3\u767c\u751f\u8b8a\u5316\uff0c\u53ea\u8981\u518d\u6b21\u63d0\u4f9b\u65b0\u7684\u6240\u8208\u8da3\u7684\u6587\u672c\uff0c\u5728\u5411\uf97e\u7a7a\u9593\u7576\u4e2d\u5e7e\u4e4e\uf967 \u6211\u5011\u4e3b\u8981\u63a1\u7528\u767b\u5c71\u6cd5\uf92d\u78ba\u8a8d k \u503c\uff0c\u5728\u8a13\uf996\u6587\u672c\u5168\u90e8\u8868\u793a\u6210\u5411\uf97e\u7a7a\u9593\u7684\u5411\uf97e\u4ee5\u5f8c\uff0c\u6309 \u56de Chinese 86.6 91.5 86 85 84 87 90.6 90 87.6 \u53d7\u820a\u7684\u5411\uf97e\u7684\u5f71\u97ff\uff0c\u4e14\u53ef\u4fdd\uf9cd\u820a\u7684\u5411\uf97e\u4ee5\u5099\u53e6\u7528\u3002 \u4e0b\u9762\u6f14\u7b97\u6cd5\u9032\ufa08\u8a08\u7b97\uff1a \u6f14\u7b97\u6cd5 3 kNN \u4e2d\u7684 k \u7684\u8a08\u7b97\u6f14\u7b97\u6cd5 \uf961 \u5176\u512a\u52e2\u53ef\u5728\u5716 1 \u548c\u5716 2 \u9ad4\u73fe\u51fa\uf92d\u3002 5. \u7d50\u675f\u8a9e (%) biggestequal:=0 \u7cbe English 86 88.6 85 88.7 87.5 88.5 84.7 90 88.5 \u5f9e\u7db2\uf937\u8cc7\u8a0a\u670d\u52d9\u9700\u6c42\u51fa\u767c\uff0c\u6211\u5011\u8a8d\u7232\u6709\u5fc5\u8981\u5c0d\u8cc7\u8a0a\u6e90\u7684\u8cc7\u8a0a\u9032\ufa08\u904e\uf984\u3002\u672c\u6587\u63d0\u51fa\uf9ba\u4e00\u500b bigestk\uff1a=0\uff1b \u78ba Chinese 82 85.4 85 87.6 84.2 86.3 88.6 86.8 87.5 \u5728\u53ef\u5206\u7fa9\u539f\u7a7a\u9593\u4e2d\u63a1\u7528\u5411\uf97e\u7a7a\u9593\u6a21\u578b\u7684\u65b9\u6cd5\u9032\ufa08\u6587\u672c\u904e\uf984\u7684\u6a21\u578b\uff0c\uf9e4\uf941\u548c\u5be6\u9a57\u5747\u8868\u660e\uff0c \u7d66\u5411\uf97e\u7684\u6bcf\u500b\u5206\uf97e\u503c\u8ce6\u521d\u503c 0 \uf961 \u8a72\u6a21\u578b\u5177\u6709\u6bd4\u8f03\u597d\u7684\u904e\uf984\u6548\u679c\uff0c\u5f9e\u901f\ufa01\u548c\u670d\u52d9\u6027\u80fd\u4e0a\u9054\u5230\uf9ba\u8f03\u597d\u7a0b\ufa01\u3002 FOR k:=(\u4e00\u500b&gt;1 \u7684\u5c0f\u6574\uf969)TO (\u4e00\u500b\u5927\u6574\uf969) (%) \u5728\u6a21\u578b\u7684\u5be6\u73fe\u904e\u7a0b\u4e2d\uff0c\u6211\u5011\u767c\u73fe\u628a\u9019\u7a2e\u65b9\u6cd5\u8207\u95dc\u9375\u5b57\u7684\u65b9\u6cd5\u76f8\u7d50\u5408\u5728\u76f8\u7576\u7a0b\ufa01\u4e0a\u6703 km:=0; FOR I=1 TO (\u8a13\uf996\u6587\u672c\u7684\uf969\u76ee) \u8868 1 \u4f7f\u7528\u8a72\u65b9\u6cd5\u7684\u516b\u500b\u7528\u6236\u7684\u53ec\u56de\uf961\u548c\u7cbe\u78ba\uf961 \u63d0\u9ad8\u904e\uf984\u7684\u6027\u80fd\uff0c\u9019\u5c07\u662f\u6211\u5011\u4e0b\u4e00\u6b65\u7814\u7a76\u7684\u76ee\u6a19\u3002</td></tr><tr><td colspan=\"3\">\u5c0d\u65bc\u7b2c I \u500b\u8a13\uf996\u6587\u672c\uff0c\u8a08\u7b97 k \u500b\u6700\u8fd1\u9130\u5c45\uff0c\u4e26\uf9dd\u7528 k \u500b\u9130\u5c45\u7684\uf9d0\u5225\u5224\u5b9a \u7b2c I \u500b\u6587\u672c\u7684\uf9d0\u5225\uff0c\u5982\u679c\u76f8\u7b49\uff0c\u5247 km:=km+1; \u6211\u5011\u53ef\u4ee5\u5f9e\u4ee5\u4e0b\u5e7e\u65b9\u9762\uf92d\u5206\u6790\u9019\u500b\u904e\uf984\u6a21\u578b\u7523\u751f\u8f03\u597d\u7d50\u679c\u7684\u539f\u56e0\uff1a 1. \u4f4e\u7dad\u5206\u6790\u7a7a\u9593\uff1a\u6240\u6709\u7684\u6982\uf9a3\u90fd\u88ab\u5206\u89e3\u6210\u7fa9\u539f\uff0c\u53ea\u9808\u5728\u53ef\u5206\u7fa9\u539f\u7a7a\u9593\u4e2d\u8a08\u7b97\u76f8\u4f3c\u7a0b \uf96b\u8003\u6587\u737b</td></tr><tr><td colspan=\"3\">ENDFOR \ufa01\uff0c\u9019\u6a23\u6211\u5011\u5c31\u53ea\u8981\u8a08\u7b97 600 \u500b\u5de6\u53f3\u7684\u53ef\u5206\u7fa9\u539f\u800c\uf967\u662f 100000 \u500b\u5de6\u53f3\u7684\u4e2d\u82f1\u6587 TRANSLIB. \"</td></tr></table>",
"num": null,
"html": null,
"text": "Advanced Tools for Accessing Multilingual Library Catalogues.\" Technical Report, Deleveralbe D.1.4:Evaluation of Tools.Knowledge S.A., June 1995."
}
}
}
}