paper-with-me

Papers

There is No Big Brother or Small Brother: Knowledge Infusion in Language Models for Link Prediction and Question Answering

2023-01-10 · Ankush Agarwal, Sakharam Gawade, Sachin Channabasavarajendra, Pushpak Bhattacharyya

The integration of knowledge graphs with deep learning is thriving in improving the performance of various natural language processing (NLP) tasks. In this paper, we focus on knowledge-infused link prediction and question answering using language models, T5, and BLOOM across three domains: Aviation, Movie, and Web. In this context, we infuse knowledge in large and small language models and study their performance, and find the performance to be similar. For the link prediction task on the Aviation Knowledge Graph, we obtain a 0.2 hits@1 score using T5-small, T5-base, T5-large, and BLOOM. Using template-based scripts, we create a set of 1 million synthetic factoid QA pairs in the aviation domain from National Transportation Safety Board (NTSB) reports. On our curated QA pairs, the three models of T5 achieve a 0.7 hits@1 score. We validate out findings with the paired student t-test and Cohen's kappa scores. For link prediction on Aviation Knowledge Graph using T5-small and T5-large, we obtain a Cohen's kappa score of 0.76, showing substantial agreement between the models. Thus, we infer that small language models perform similar to large language models with the infusion of knowledge.

📄 PDF Abstract BibTeX arXiv:2301.04013

Code (2)

ankush9812/aviation-question-answer-pairs 공식 구현
ankush9812/knowledge-infusion-in-lm-for-qa 공식 구현 pytorch

Tasks

Knowledge GraphsLink PredictionPredictionQuestion Answering

Methods 이 논문이 사용한 방법론

Attention 설명 없음
BLOOM BLOOM is a decoder-only Transformer language model that was trained on the ROOTS corpus, a dataset comprising hundreds of sources in 46 natural and 13 programming languages…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

The Many Voices of Duying: Revisiting the Disputed Essays Between Lu Xun and Zhou Zuoren

2023-09-30 · Xin Xie, Jiangqiong Li, Haining Wang

Lu Xun and Zhou Zuoren stand as two of the most influential writers in modern Chinese literature. Beyond their familial ties as brothers, they were also intimate collaborators during the nascent stages of their writing c…

Authorship Attribution

Super Mario as a String: Platformer Level Generation Via LSTMs

2016-03-02 · Adam Summerville, Michael Mateas

The procedural generation of video game levels has existed for at least 30 years, but only recently have machine learning approaches been used to generate levels without specifying the rules for generation. A number of t…

On the Mathematics of Fraternal Birth Order Effect and the Genetics of Homosexuality

2017-11-01 · Tanya Khovanova

Mathematicians have always been attracted to the field of genetics. I am especially interested in the mathematical aspects of research on homosexuality. Certain studies show that male homosexuality may have a genetic com…

Family Structure, Gender and Subjective Well-being: Effect of Child ren before and after COVID 19 in Japan

2023-12-07 · Eiji Yamamura, Fumio Ohtake

Grandparents were anticipated to participated in grand-rearing. The COVID-19 pandemic had detached grandparents from rearing grandchildren. The research questions of this study were as follows: How does the change in fam…

Good proctor or "Big Brother"? AI Ethics and Online Exam Supervision Technologies

2020-11-15 · Simon Coghlan, Tim Miller, Jeannie Paterson

This article philosophically analyzes online exam supervision technologies, which have been thrust into the public spotlight due to campus lockdowns during the COVID-19 pandemic and the growing demand for online courses.…

EthicsFairness