paper-with-me

홈 › Papers

Scubed at 3C task B - A simple baseline for citation context influence classification

2020-08-01 · WOSP 2020 8 · Shubhanshu Mishra, Sudhanshu Mishra

We present our team Scubed’s approach in the 3C Citation Context Classification Task, Subtask B, citation context influence classification. Our approach relies on text based features transformed via tf-idf features followed by training a variety of simple models resulting in a strong baseline. Our best model on the leaderboard is a random forest classifier using only the citation context text. A replication of our analysis finds logistic regression and gradient boosted tree classifier to be the best performing model. Our submission code can be found at: https://github.com/napsternxg/Citation_Context_Classification.

📄 PDF Abstract BibTeX

Code (1)

napsternxg/citation_context_classification 공식 구현

Tasks

Classificationregression

Similar Papers 제목 키워드 기반

Scubed at 3C task A - A simple baseline for citation context purpose classification

2020-08-01 · WOSP 2020 8 · Shubhanshu Mishra, Sudhanshu Mishra

We present our team Scubed’s approach in the ‘3C’ Citation Context Classification Task, Subtask A, citation context purpose classification. Our approach relies on text based features transformed via tf-idf features follo…

Classification

IITP-CUNI@3C: Supervised Approaches for Citation Classification (Task A) and Citation Significance Detection (Task B)

2021-06-01 · NAACL (sdp) 2021 6 · Kamal Kaushik Varanasi, Tirthankar Ghosal, Piyush Tiwary, Muskaan Singh

Citations are crucial to a scientific discourse. Besides providing additional contexts to research papers, citations act as trackers of the direction of research in a field and as an important measure in understanding th…

ClassificationMulti-Task Learning

Overview of the 2020 WOSP 3C Citation Context Classification Task

2020-08-01 · WOSP 2020 8 · Suchetha Nambanoor Kunnath, David Pride, Bikash Gyawali, Petr Knoth

The 3C Citation Context Classification task is the first shared task addressing citation context classification. The two subtasks, A and B, associated with this shared task, involves the classification of citations based…

Classification

Contextualizing Generated Citation Texts

2024-02-28 · Biswadip Mandal, Xiangci Li, Jessica Ouyang

Abstractive citation text generation is usually framed as an infilling task, where a sequence-to-sequence model is trained to generate a citation given a reference paper and the context window around the target; the gene…

Text Generation

HLM-Cite: Hybrid Language Model Workflow for Text-based Scientific Citation Prediction

2024-10-10 · Qianyue Hao, Jingyang Fan, Fengli Xu, Jian Yuan 외

Citation networks are critical in modern science, and predicting which previous papers (candidates) will a new paper (query) cite is a critical problem. However, the roles of a paper's citations vary significantly, rangi…

Binary ClassificationCitation PredictionLanguage ModelingLanguage Modelling+1