Proposal 2nd Draft Nitin Yandong Ming Yanbo

From Cohen Courses
Revision as of 19:32, 15 February 2011 by Mings (talk | contribs) (→‎Application)
Jump to navigationJump to search

Modeling Academic Collaboration and Influence in scholarly literature

Team members

Nitin Agarwal

Yandong Liu

Yanbo Xu

Ming Sun

The Problem

New research papers are growing rapidly, especially in computer science field, making it hard to follow. Instead of wasting time reading all the papers, we want our computers to answer following questions:

  • Who to collaborate with?
  • Which work to cite?
  • Who to review this paper (for conference organizers)?

Essentially, we d like to capture the interactions and relationships between people. For academia, it s mainly about collaboration and citation. There are approaches about content Analysis and/or connectivity Analysis.

Related work

Author Topic Model

Author topic.png

Author-Topic model describes such a generative process about how each document is generated:

For each document:

  • Choose an author
  • Choose a topic
  • Choose a word

The result obtained includes the topic distribution per each author, and word distribution per each topic. One possible application suggested by this paper is to find related authors by computing KL-divergence of different author's topic distribution.

Author-Recipient-Topic Model

Author recipient topic.png

For this model authors believe that nodes have different roles like in email data there are senders and receivers and they should be treated differently in the model. Therefore instead of modeling individuals, we model the pair relationship directly. An author and a set of recipients are observed. Topics are now conditioned on (author, recipient) pair.

As we can see a lot of previous work was either based on content analysis, or graph connectivity analysis. There is tremendously rich information hidden in the text so we'll go with topic model. We will derive a hybrid model that utilizes knowledge of both kinds. Similarly, we model the pair relationship directly, such as (author, author) or (author, citation)

Application

Who to collaborate with?

  • Given a professor's name and his/her research topic, we want the computer to list the most possible researchers for him/her to collaborate.
  • This can be stated as
  • Here, means the author of a paper. could be either a co-author or citee. This role depends on the parameter . We use 'co-author' and 'influence' to represent the co-authorship and citation. The research topic is denoted as .

Who to cite?

  • Given a research topic, we want the computer to recommend the most influential author(s) in this area.
  • This can be stated as .