Presentation is loading. Please wait.

Presentation is loading. Please wait.

Generating Impact-Based Summaries for Scientific Literature Qiaozhu Mei, ChengXiang Zhai University of Illinois at Urbana-Champaign 1.

Similar presentations


Presentation on theme: "Generating Impact-Based Summaries for Scientific Literature Qiaozhu Mei, ChengXiang Zhai University of Illinois at Urbana-Champaign 1."— Presentation transcript:

1 Generating Impact-Based Summaries for Scientific Literature Qiaozhu Mei, ChengXiang Zhai University of Illinois at Urbana-Champaign 1

2 Motivation Fast growth of publications – >100k papers in DBLP; > 10 references per paper Summarize a scientific paper –Author’s view: Abstracts, introductions May not be what the readers received May change over time –Reader’s view: impact of the paper Impact Factor: numeric Summary of the content? Author’s view: Proof of xxx; new definition of xxx; apply xxx technique State-of-the-art algorithm; Evaluation metric Reader’s view 20 years later 2

3 What should an impact summary look like?

4 Citation Contexts  Impact, but… Describes how other authors view/comment on the paper –Implies the impact Similar to anchor text on web graph, but: Usually more than one sentences (informative). Usually mixed with discussions/comparison about other papers (noisy). … They have been also successfully used in part of speech tagging [7], machine translation [3, 5], information retrieval [4, 20], transliteration [13] and text summarization [14].... For example, Ponte and Croft [20] adopt a language modeling approach to information retrieval. … 4

5 Our Definition of Impact Summary Solution: Citation context  infer impact; Original content  summary Abstract:…. Introduction: ….. Content: …… References: …. … Ponte and Croft [20] adopt a language modeling approach to information retrieval. … … probabilistic models, as well as to the use of other recent models [19, 21], the statistical properties … Author picked sentences: good for summary, but doesn’t reflect the impact Reader composed sentences: good signal of impact, but too noisy to be used as summary Citation Contexts Target: extractive summary (pick sentences) of the impact of a paper 5

6 Rest of this Talk An Feasibility study: A Language modeling based approach –Sentence retrieval Estimation of impact language models Experiments Conclusion 6

7 Language Modeling in Information Retrieval d1d1 d2d2 dNdN Doc LM Documents q Query LM Rank with neg. KL Divergence Smooth using collection LM 7

8 Impact-based Summarization as Sentence Retrieval s1s1 s2s2 sNsN Sent LM Sentences D Impact LM Rank with neg. KL Divergence D c1c1 c2c2 cMcM Use top ranked sentences as a summary Key problem: estimate θ I 8

9 Estimating Impact Language Models Interpolation of document language model and citation language model D c1c1 c2c2 cMcM Constant coefficient: Dirichlet smoothing: Set λ j with features of c j : f 1 (c j ) = |c j |, and… 9

10 Specific Feature – Citation-based Authority Assumption: High authority paper has more trustable comments (citation context) Weight more in impact language model Authority  pagerank on the citation graph d1d1 d2d2 10

11 Specific Feature – Citation Context Proximity Weight citation sentences according to the proximity to the citation label k  distance to the citation label … There has been a lot of effort in applying the notion of language modeling and its variations to other problems. For example, Ponte and Croft [20] adopt a language modeling approach to information retrieval. They argue that much of the difficulty for IR lies in the lack of an adequate indexing model. Instead of making prior parametric assumptions about the similarity of documents, they propose a non-parametric approach to retrieval based probabilistic language modeling. Empirically, their approach significantly outperforms traditional tf*idf weighting on two different collections and query sets. … 11

12 Experiments Gold standard: –human generated summary –14 most cited papers in SIGIR Baselines: –Random; LEAD (likely to cover abs/intro.); –MEAD – Single Doc; –MEAD – Doc + Citations; (multi-document) Evaluation Metric: –ROUGE-1, ROUGE-L (unigram cooccurrence; longest common sequence) 12

13 Basic Results LengthMetricRandomLEADMEAD- Doc MEAD- Doc +Cite LM (KL-Div) 3R-10.1630.1670.3010.2480.323 (+7.3%) 3R-L0.1440.1580.2650.2170.299 (+12.8%) 5R-10.2300.3010.4010.3330.467 (+16.5%) 5R-L0.2140.2920.3620.2980.444 (+22.7%) 10R-10.4300.5140.5750.4720.649 (+12.9%) 10R-L0.3960.4940.5350.4280.622 (+16.2%) 15R-10.5380.6100.6850.5520.730 (+6.6%) 15R-L0.4990.5860.6500.5030.705 (+8.5%) 13

14 Component Study Impact language model: –Document LM << Citation Context LM << Interpolation (Doc LM, Cite LM) –Dirichlet interpolation > constant coefficient 14 MetricImpact LM = Doc LM Impact LM = Citation LM Interpolation ConstCoefDirichlet ROUGE-10.5290.6350.6430.647 ROUGE-L0.5010.6070.6190.623

15 Component Study (Cont.) Authority and Proximity –Both Pagerank and Proximity improves –Pagerank + Proximity improves marginally –Q: How to combine pagerank and proximity? 15 PageRankProximity = OffPr(s) = 1/α k Off0.6850.711 On0.7080.712

16 Non-impact-based Summary Paper = “A study of smoothing methods for language models applied to ad hoc information retrieval” 1. Language modeling approaches to information retrieval are attractive and promising because they connect the problem of retrieval with that of language model estimation, which has been studied extensively in other application areas such as speech recognition. 2. The basic idea of these approaches is to estimate a language model for each document, and then rank documents by the likelihood of the query according to the estimated language model. 3. On the one hand, theoretical studies of an underlying model have been developed; this direction is, for example, represented by the various kinds of logic models and probabilistic models (e.g., [14, 3, 15, 22]). 16 Good big picture of the field (LMIR), but not about contribution of the paper (smoothing in LMIR)

17 Impact-based Summary Paper = “A study of smoothing methods for language models applied to ad hoc information retrieval” 1. Figure 5: Interpolation versus backoff for Jelinek- Mercer (top), Dirichlet smoothing (middle), and absolute discounting (bottom). 2. Second, one can de-couple the two different roles of smoothing by adopting a two stage smoothing strategy in which Dirichlet smoothing is first applied to implement the estimation role and Jelinek-Mercer smoothing is then applied to implement the role of query modeling 3. We find that the backoff performance is more sensitive to the smoothing parameter than that of interpolation, especially in Jelinek-Mercer and Dirichlet prior. 17 Specific to smoothing LM in IR; especially for the concrete smoothing techniques (Dirichlet and JM)

18 Related Work Text summarization (extractive) –E.g., Luhn ’58; McKeown and Radev ’95; Goldstein et al. ’99; Kraaij et al. ’01 (using language modeling) Technical paper summarization –Paice and Jones ’93; Saggion and Lapalme ’02; Teufel and Moens ’02 Citation context –Ritchie et al. ’06; Schwartz et al. ’07 Anchor text and hyperlink structure Language Modeling for information retrieval –Ponte and Croft ’98; Zhai and Lafferty ’01; Lafferty and Zhai ’01 18

19 Conclusion Novel problem of Impact-based Summarization Language Modeling approach –Citation context  Impact language model –Accommodating authority and proximity features Feasibility study rather than optimizing Future work –Optimize features/methods –Large scale evaluation 19

20 Thanks! 20

21 Feature Study 21 What we have explored: –Unigram language models - doc; citation context; –Length features –Authority features; –Proximity features; –Position-based re-ranking; What we haven’t done: –Redundancy removal (Diversity); –Deeper NLP features; ngram features; –Learning to weight features;

22 Scientific Literature with Citations … They have been also successfully used in part of speech tagging [7], machine translation [3, 5], information retrieval [4, 20], transliteration [13] and text summarization [14].... For example, Ponte and Croft [20] adopt a language modeling approach to information retrieval. … … While the statistical properties of text corpora are fundamental to the use of probabilistic models, as well as to the use of other recent models [19, 21], the statistical properties … paper Citation paper Citation Citation context 22

23 Language Modeling in Information Retrieval Estimate document language models –Unigram multinomial distribution of words –θ d : {P(w|d)} Ranking documents with query likelihood –R(doc, Q) ~ P(q|d), a special case of –negative KL-divergence: R(doc, Q) ~ -D(θ q || θ d ) Smooth the document language model –Interpolation-based (p(w|d) ~ p ML (w|d) + p(w|REF)) –Dirichlet smoothing empirically performs well 23


Download ppt "Generating Impact-Based Summaries for Scientific Literature Qiaozhu Mei, ChengXiang Zhai University of Illinois at Urbana-Champaign 1."

Similar presentations


Ads by Google