into co citation networks
play

into Co-citation Networks for Scientific Paper Searches Masaki Eto - PowerPoint PPT Presentation

Incorporating Satellite Documents into Co-citation Networks for Scientific Paper Searches Masaki Eto Gakushuin Womens College Tokyo, Japan masaki.eto@gakushuin.ac.jp BIRNDL 2016 Outline of this presentation 1. Background Co-citation and


  1. Incorporating Satellite Documents into Co-citation Networks for Scientific Paper Searches Masaki Eto Gakushuin Women’s College Tokyo, Japan masaki.eto@gakushuin.ac.jp BIRNDL 2016

  2. Outline of this presentation 1. Background Co-citation and network model Outline of co-citation network searching 2. Research question Satellite documents 3. Proposed Retrieval Method Specifying satellite documents Incorporating satellite documents Ranking documents in the network 4. Experiment Evaluating the proposed method 2

  3. Co-citation Network Co-citation =a linkage between a pair of documents concurrently cited by a third document Network model b 12 Node = cited document 12 a 1 e Edge = co-citation linkage c 5 Weight = 2 3 number of co-citing documents f 1 d 3

  4. Outline of Co-citation Network Searching 2. System creates a network and ranks the documents in the network b e 12 12 1 a c Search system Seed 5 2 d 3 f 1 1. User inputs a 3. System outputs seed document ranked documents 4

  5. Outline of this presentation 1. Background Co-citation and network model Similar document search 2. Research question Satellite documents 3. Proposed Retrieval Method Specifying satellite documents Incorporating satellite documents Ranking documents in the network 4. Experiment Evaluating the proposed method 5

  6. Enlarging the Co-citation Networks so as to Include New Relevant Documents Co-citation linkage Word-based linkage Satellite documents of B Doc. B Seed Incorporating ----- ----- documents into ----- ----- the network Title words of B ----- Specifying via ----- Doc. X full-text search Research question Do satellite documents have relevant linkages to the seed that are not identified by co-citation linkages? 6

  7. Outline of this presentation 1. Background Co-citation and network model Similar document search 2. Research question Satellite documents 3. Proposed Retrieval Method Specifying satellite documents Incorporating satellite documents Ranking documents in the network 4. Experiment Evaluating the proposed method 7

  8. Specifying Satellite Documents Host documents b • Host documents are sources e for specifying satellite documents a c Seed • Each host document is f one hop from the seed d Top-ranked b Title words N documents Satellite (e.g. N = 10) documents of b Full-text search Tf-idf (Indri Search Engine by Lemure project) 8

  9. Problem of Satellite Documents Not all co-citation linkages are relevant Relevant host yields a lot of relevant satellite documents b f a c e Seed d Irrelevant host yields a lot of irrelevant satellite documents Checking the appropriateness of host documents 9

  10. Checking the Appropriateness of Host Documents (optional process) Doc. A Full-Text Searches Doc. B (Seed) Satellite documents Doc. C Co-citation contexts are analyzed Parsing Doc. X “ Co-citation in the same paragraph has strong relationship ” --------------- (Eto 2013, Gipp & Beel 2009) ---- [A] - [B] --- ----------------- ----------------- A and B are cited in the same paragraph -------------- ----------------- Doc. B is selected as host ----------- [C] - ----------------- A and C are cited in different paragraphs Doc. C is not selected as host Citing document 10

  11. Outline of this presentation 1. Background Co-citation and network model Similar document search 2. Research question Satellite documents 3. Proposed Retrieval Method Specifying satellite documents Incorporating satellite documents Ranking documents in the network 4. Experiment Evaluating the proposed method 11

  12. Incorporating Satellite Documents “ New ” or already “ Existing ” Satellite in the initial co-citation network documents of b Existing New T1 T2 T3 e f New node and new edge Added weight or New edge T3 T2 T1 weight = 1 1 1 1 ->4 3 e b a 1 2 Seed 2 c 1 3 f d 1 12

  13. Outline of this presentation 1. Background Co-citation and network model Similar document search 2. Research question Satellite documents 3. Proposed Retrieval Method Specifying satellite documents Incorporating satellite documents Ranking documents in the network 4. Experiment Evaluating the proposed method 13

  14. Ranking Documents in the Network by the RWR (Random walk With Restart) Algorithm (Tong, 2008) Simple random walk The walker proceeds to the connected documents based on transition probabilities calculated by weights of edges 0.8 (= 12/15) 15 = 12 + 3 b 12 0.2 (=3/15) 12 e 1 Start 3 a g c 1 5 2 Seed f d 3 1 14

  15. RWR: What is ‘ Restart’ ? The walker returns to the seed document with the probability r at every step Proceed OR Return b 0.72 r = 0.1 0.18 e 0.1 Seed g c a f d r ≓ parameter of the penalty for distance from the seed (If r is high, documents near the seed have high document scores) 15

  16. RWR: How are document scores calculated? 0.1 0.1 Start 0.72 b 0.18 0.54 0.432 e 0.036 0.1 0.1125 0.432 a 0.675 0.1 0.1 0.225 0.225 0.45 g c 0.5625 0.225 0.225 Seed 0.675 0.225 f 0.135 0.1 0.225 d 0.1 • The position of the walker at Step ( t ) can be estimated by the transition probabilities • When t is low, the position probability is unstable. As the number of t increases, the position probability may converge 16

  17. RWR: How are documents ranked? Converged position probability = Document score Step ( ∞ ) converged 27.37% 1st 12.11% 2nd b 2.66% e a 3rd 10.08% 3.62% 6th g c Seed 5.38% 5th f 38.78% d 4th 17

  18. Outline of this presentation 1. Background Co-citation and network model Similar document search 2. Research question Satellite documents 3. Proposed Retrieval Method Specifying satellite documents Incorporating satellite documents Ranking documents in the network 4. Experiment Evaluating the proposed method 18

  19. Information Retrieval Experiment Retrieval Methods • Baseline (initial co-citation network) Network created by taking up to two hops from the seed • Proposed Method (all) All one hop documents from the seed are host documents • Proposed Method (context) Host documents are selected by co-citation context Test Collection • 152,000 documents (XML) (Pubmed central dataset) • Each document has MeSH descriptors • 100 seed documents Evaluation metric • nDCG@K (K = 5, 10, 50, 100) 19

  20. Search Run Seed 152,000 Input a seed document documents Create an initial co-citation network b b e a e Seed c a Incorporating Seed c f satellite documents f d d Proposed methods Baseline - All Ranked results by - Context RWR are compared 20

  21. Relevance Assessment Top K ranked retrieved documents Seed document 1st 3 Search 2nd 0 performance 3rd 1 nDCG@K 4th 0 K = 5, 10, 50, 100 ・ ・ ・ Relevance scores were estimated based on similarity between the seed and each retrieved document Jaccard Relevance Jaccard Coeffiecinet Coeffiecinet Score based on MeSH descriptors >= 0.3 3 >= 0.2 2 >= 0.1 1 21

  22. Result (averaging results of 100 seed ) Proposed N = 10 Proposed N = 100 K Baseline all context all context 5 .226 .226 .232* .224 .234** 10 .223 .221 .227** .226 .230** 50 .188 .191* .189** .197** .191 100 .174 .181** .177* .188** .180** * P < .05, ** P < .01 • The maximum scores at each K are the results of Proposed with N = 100 Proposed methods tended to outperform the baseline • The scores of Proposed (context) are higher than those of the baseline method in all cases The checking process had a stable and positive impact on improving the search performance 22

  23. Conclusion This study proposed a technique to enlarge co- citation networks by incorporating satellite documents in scientific paper searches Retrieval methods using the proposed technique tended to outperform the baseline method, which was based on the initial co-citation network 23

  24. Acknowledgments This work was supported by JSPS KAKENHI Grant Number JP26730163 24

  25. Q and A Thank you! 25

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend