paper-with-me

Papers

Incorporating External Knowledge to Enhance Tabular Reasoning

2021-04-09 · NAACL 2021 4 · J. Neeraja, Vivek Gupta, Vivek Srikumar

Reasoning about tabular information presents unique challenges to modern NLP approaches which largely rely on pre-trained contextualized embeddings of text. In this paper, we study these challenges through the problem of tabular natural language inference. We propose easy and effective modifications to how information is presented to a model for this task. We show via systematic experiments that these strategies substantially improve tabular inference performance.

📄 PDF Abstract BibTeX arXiv:2104.04243

Code (1)

utahnlp/knowledge_infotabs 공식 구현 pytorch

Tasks

Natural Language Inference

Similar Papers 제목 키워드 기반

Trans-KBLSTM: An External Knowledge Enhanced Transformer BiLSTM Model for Tabular Reasoning

2022-05-01 · DeeLIO (ACL) 2022 5 · Yerram Varun, Aayush Sharma, Vivek Gupta

Natural language inference on tabular data is a challenging task. Existing approaches lack the world and common sense knowledge required to perform at a human level. While massive amounts of KG data exist, approaches to …

Common Sense ReasoningNatural Language Inference

Rethinking with Retrieval: Faithful Large Language Model Inference

2022-12-31 · Hangfeng He, Hongming Zhang, Dan Roth

Despite the success of large language models (LLMs) in various natural language processing (NLP) tasks, the stored knowledge in these models may inevitably be incomplete, out-of-date, or incorrect. This motivates the nee…

Language ModelingLanguage ModellingLarge Language Modelmodel+2

TAP4LLM: Table Provider on Sampling, Augmenting, and Packing Semi-structured Data for Large Language Model Reasoning

2023-12-14 · Yuan Sui, Jiaru Zou, Mengyu Zhou, Xinyi He 외

Table reasoning tasks have shown remarkable progress with the development of large language models (LLMs), which involve interpreting and drawing conclusions from tabular data based on natural language (NL) questions. Ex…

Language ModelingLanguage ModellingLarge Language ModelSemantic Similarity+1

Progressive Multimodal Search and Reasoning for Knowledge-Intensive Visual Question Answering

2025-08-31 · Changin Choi, Wonseok Lee, Jungmin Ko, Wonjong Rhee arxiv

Knowledge-intensive visual question answering (VQA) requires external knowledge beyond image content, demanding precise visual grounding and coherent integration of visual and textual information. Although multimodal ret…

Visual Question AnsweringVisual Grounding

Tabular Feature Discovery With Reasoning Type Exploration

2025-06-25 · Sungwon Han, Sungkyu Park, Seungeon Lee

Feature engineering for tabular data remains a critical yet challenging step in machine learning. Recently, large language models (LLMs) have been used to automatically generate new features by leveraging their vast know…

Feature Engineering