Sujit Pal

Sujit Pal is a data scientist at Elsevier Labs, an advanced technology group within Elsevier. His areas of interest are Information Retrieval (IR), Natural Language Processing (NLP), and Machine Learning (ML). At Elsevier, he has worked on projects on Image Search and Retrieval, Question Answering, Automated Knowledge Graph Construction, and more. He first became aware of the effectiveness of Graph techniques in NLP about two years ago and has had quite a lot of success with it since. He’s active in various Data Science, ML, and IR communities, and has presented at conferences including PyData, ODSC, Haystack, Graphorum, and Spark Summit. Prior to this liveProject series, he co-authored two books on Deep Learning.

projects by Sujit Pal

Machine Learning on Graphs for NLP

3 weeks · 5-7 hours per week average · ADVANCED

Welcome to the publishing industry! Imagine you work for a company that publishes scientific articles. Your task is to categorize these articles into different subject areas, empowering the company to gain a better understanding of their client base and serve them more effectively. In this liveProject series, you’ll use various graph techniques to look at the content in different ways. You’ll attempt to impute a graph structure from document similarity, then attempt to categorize the documents using graph embeddings generated from the provided citation graph. Finally, you’ll combine content signals from the text and graph signals from the citation graph to categorize these articles into a small set of subject areas.

GNN for Document Classification

1 week · 6-8 hours per week · ADVANCED

In this liveProject, you’ll implement a Graph Neural Network (GNN). This powerful model will allow you to use the document content from the first liveProject combined with the structure of the citation graph from the second liveProject to build an even more powerful model—one that will predict the sub-field of statistics of each of your customers’ papers.

Graph Embeddings for Document Similarity

1 week · 4-6 hours per week · ADVANCED

Now that one of the data scientists at your publishing company was able to extract citations from the full text of the representative text corpus, your task is to generate new vector embeddings based on the citation graph, then cluster the documents using these embeddings to gain insight from the graph structure.

Graph Structure in Text Data

1 week · 6-8 hours per week · ADVANCED

Imagine you work for a company that publishes scientific articles created by its customers—primarily researchers and scientists in the field of statistics—whose volume of research has grown so large that it’s not possible for your company to read every paper nor for the researchers to stay on top of everything happening in the field. Your task is to use automated means to find some structure in the collection of scientific articles so that the company can more easily home in on the researchers’ interests and help them research more effectively. To do that, you’ll generate document embeddings, use them to impute a document graph, and execute graph algorithms against this graph in order to generate insights from it.