1 / 33

Shoaib Jameel , Wai Lam and Xiaojun Qian The Chinese University of Hong Kong

Ranking Text Documents Based on Conceptual Difficulty Using Term Embedding and Sequential Discourse Cohesion. Shoaib Jameel , Wai Lam and Xiaojun Qian The Chinese University of Hong Kong. Outline. Introduction to Readability/Conceptual Difficulty Motivation Related Work

bracha
Download Presentation

Shoaib Jameel , Wai Lam and Xiaojun Qian The Chinese University of Hong Kong

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Ranking Text Documents Based on Conceptual Difficulty Using Term Embedding and Sequential Discourse Cohesion ShoaibJameel, Wai Lam and XiaojunQian The Chinese University of Hong Kong

  2. Outline • Introduction to Readability/Conceptual Difficulty • Motivation • Related Work • Our method (Sequential Term Transition Model (STTM)) • Empirical Evaluation • Conclusions and Future Work

  3. 1 http://scienceforkids.kidipede.com/chemistry/atoms/proton.htm Which of the two appears simple to you? 2 http://en.wikipedia.org/wiki/Proton

  4. Search for a keyword Results – Sometimes irrelevant and mixed order of readability

  5. An attempt by Google

  6. Our Objective Query Retrieve web pages (considering relevance) Automatically accomplished Re-rank web pages based on readability

  7. What has been done so far? • Heuristic Readability formulae • Unsupervised approaches • Supervised approaches

  8. Heuristic Readability Methods • Have been there since 1940’s • Semantic Component– Number of syllables per word, length of the syllables per word etc. • Syntactic Component– Length of sentences etc.

  9. Example – Flesch Reading Ease water -> wa-ter proton -> pro-ton embryology -> em-bry-ol-o-gy star -> star Problem Syntactic component Semantic component Manually tuned numerical parameters

  10. Supervised Learning Methods • Language Models • Unigram Language Model based method • SVMs (Support Vector Machines) • Use of query Log and user profiles • Can address the problem on individual basis

  11. Smoothed Unigram Model [1] • Recast the well-studied problem of readability in terms of text categorization • and used straightforward techniques from statistical language modeling. [1] K. Collins-Thompson and J. Callan. (2005.) "Predicting reading difficulty with statistical language models". Journal of the American Society for Information Science and Technology 56(13) (pp. 1448-1462).

  12. Smoothed Unigram Model Limitation of their method: Requires training data, which sometimes may be difficult to obtain

  13. Domain-specific Readability • Jin Zhao and Min-Yen Kan. 2010. Domain-specific iterative readability computation. In Proceedings of the 10th annual joint conference on Digital libraries (JCDL '10). Based on web-link structure algorithm HITS and SALSA. • Xin Yan, Dawei Song, and Xue Li. 2006. Concept-based document readability in domain specific information retrieval. In Proceedings of the 15th ACM international conference on Information and knowledge management (CIKM '06). Based on an ontology. Tested only in the medical domain Hypertext Induced Topic Search Stochastic Approach for Link-Structure Analysis I will focus on this work.

  14. Overview • The authors state that Document Scope and Document Cohesion are an important parameters in finding simple texts. • The authors have used a controlled vocabulary thesaurus termed as Medical Subject Headings (MeSH). • Authors have pointed out the readability based formulae are not directly applicable to web pages.

  15. MeSH Ontology Concept difficulty increases Concept difficulty decreases

  16. Overall Concept Based Readability Score where, DaCw = Dale-Chall Readability Measure PWD = Percentage of difficult words AvgSL = Average sentence length in di len(ci,cj)=function to compute shortest path between concepts ci cj in the MeSH hierarchy N = total number of domain concepts in document di Depth(ci)=depth of the concept ci in the concept hierarchy D= Maximum depth of concept hierarchy Number of associations = Total number of mutual associations among concepts Their work focused on word level readability, hence considered only the PWD

  17. Use of Query Log data • Have been conducted by the search engine companies • Requires proprietary data, not available publicly • Thus not very useful to the research community because it cannot be replicated J. Kim, K. Collins-Thompson, P. N. Bennett, S. Dumais. Characterizing Web Content, User Interests, and Search Behavior by Reading Level and Topic. Proceedings of WSDM 2012. (Microsoft Research) Chenhao Tan, EvgeniyGabrilovich, and Bo Pang. 2012. To each his own: personalized content selection based on text comprehensibility. In Proceedings of WSDM 2012. (Yahoo! Research)

  18. Our approach • Sequential Term Transition Model (STTM) • A conceptual difficulty determination model which is: • Unsupervised • Does not require any knowledge base or annotated data

  19. Methodology • We first build a term document matrix • We then perform Singular Value Decomposition (SVD) on the matrix • SVD : W≈W’=USVT • U is a Txf matrix of left singular vectors • V is a Dxf matrix of right singular vectors • S is a fxf diagonal matrix of singular values • T is the number of terms in the vocabulary • D is the number of documents in the collection • f is number of factors

  20. Observation in the SVD space • Terms which are central to a document come close to their document vectors • General terms are distant away from their document vectors • Semantically related terms cluster close to each other • Unrelated terms cluster away from each other

  21. Computing Term Difficulties Normalized term vector Normalized document vector Matrix of normalized document vectors that contain the term

  22. General Idea about Linear Embedding D6 D1 w6 w1 D2 w2 t w5 w3 D5 D3 w4 D4

  23. Cohesion • When units tend to “stick together”, the property is called cohesion • We compute cohesion between terms in sequence • The more cohesive terms in the document are, the easy it is for a person to comprehend a discourse

  24. Computation of Cohesion • We know related terms cluster close to each other in the latent space obtained via SVD • We have to compute the cluster memberships of each of the terms as SVD does not directly give term memberships to clusters • We use k-means because of its simplicity and ability to handle large datasets

  25. How we compute cohesion? W1 W2 W3 W4 W5 W6 W7 W8 W9 W10 Determine the cluster memberships of the two consecutive terms w1 and w2 W1 W2 C1 C1 Same cluster, we conclude they are cohesive W1 C1 W2 W3 C1 C1 C4 Same cluster, we conclude they are cohesive W1 W2 W3 W4 C1 C1 C4 Compute cosine similarity

  26. Cohesion using cosine similarity • If the cluster centroids are close to each other, then cosine similarity will be high • When cosine similarity is high means that the two cluster are closely related

  27. Conceptual Difficulty Score Conceptual difficulty score for document j Cohesion score of document j Term difficulty score for document j Parameter controlling the relative weights between [0,1]

  28. Empirical Evaluation - Dataset • Standard test collections do not have readability judgments • We chose Psychology domain • Crawled web pages from Wikipedia, Psychology.com, Simple English Wikipedia • Total web page count = 167,400 • No term stemming • Tested with both stopwords and no stopwords

  29. Retrieval of web pages • Indexed the web pages using a small scale search engine. We used Zettair • Retrieved web pages for a query based on relevance • Followed INEX’s query/topic generation guidelines • Re-ranked web pages based on conceptual difficulty • Annotated some top-10 documents for each query

  30. Evaluation Metric • Normalized Cumulative Discounted Gain (NDCG) • We suited for ranking evaluation because it takes into account the position of an entity in the ranked list unlike Precision, recall measures or Rank order correlation

  31. Results when β=0.5

  32. Conclusions and Future Work • We proposed a conceptual difficulty ranking model • Required no training data or ontology • Main novelty – use of a conceptual model • Significant improvement • In the future, we would study how link-structure of the web could aid us in conceptual difficulty ranking

More Related