paper-with-me

Papers

Creating Causal Embeddings for Question Answering with Minimal Supervision

2016-09-26 · EMNLP 2016 11 · Rebecca Sharp, Mihai Surdeanu, Peter Jansen, Peter Clark, Michael Hammond

A common model for question answering (QA) is that a good answer is one that is closely related to the question, where relatedness is often determined using general-purpose lexical models such as word embeddings. We argue that a better approach is to look for answers that are related to the question in a relevant way, according to the information need of the question, which may be determined through task-specific embeddings. With causality as a use case, we implement this insight in three steps. First, we generate causal embeddings cost-effectively by bootstrapping cause-effect pairs extracted from free text using a small set of seed patterns. Second, we train dedicated embeddings over this data, by using task-specific contexts, i.e., the context of a cause is its effect. Finally, we extend a state-of-the-art reranking approach for QA to incorporate these causal embeddings. We evaluate the causal embedding models both directly with a casual implication task, and indirectly, in a downstream causal QA task using data from Yahoo! Answers. We show that explicitly modeling causality improves performance in both tasks. In the QA task our best model achieves 37.3% P@1, significantly outperforming a strong baseline by 7.7% (relative).

📄 PDF Abstract BibTeX arXiv:1609.08097

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringRerankingWord Embeddings

Similar Papers 제목 키워드 기반

Actual causality in fault trees

2026-07-02 · Georgiana Caltais, Milan Lopuhaä-Zwakenberg, Mariëlle Stoelinga arxiv

Fault trees are a widely used as effective risk models for complex systems, answering the question "what can go wrong?", especially through minimal cut set analysis. We study fault trees from the perspective of Halpern &…

Learning Faithful Representations of Causal Graphs

2021-08-01 · ACL 2021 5 · Ananth Balashankar, Lakshminarayanan Subramanian

Learning contextual text embeddings that represent causal graphs has been useful in improving the performance of downstream tasks like causal treatment effect estimation. However, existing causal embeddings which are tra…

Link PredictionQuestion Answering

Causal Understanding For Video Question Answering

2024-07-23 · Bhanu Prakash Reddy Guda, Tanmay Kulkarni, Adithya Sampath, Swarnashree Mysore Sathyendra

Video Question Answering is a challenging task, which requires the model to reason over multiple frames and understand the interaction between different objects to answer questions based on the context provided within th…

Question AnsweringVideo Question Answering

Lost in the Prompt Order: Revealing the Limitations of Causal Attention in Language Models

2026-01-20 · Hyunjong Ok, Jaeho Lee arxiv

Large language models exhibit surprising sensitivity to the structure of the prompt, but the mechanisms underlying this sensitivity remain poorly understood. In this work, we conduct an in-depth investigation on a striki…

Question Answering

Biomedical Multi-hop Question Answering Using Knowledge Graph Embeddings and Language Models

2022-11-10 · Dattaraj J. Rao, Shraddha S. Mane, Mukta A. Paliwal

Biomedical knowledge graphs (KG) are heterogenous networks consisting of biological entities as nodes and relations between them as edges. These entities and relations are extracted from millions of research papers and u…

Knowledge Graph EmbeddingsKnowledge GraphsMulti-hop Question AnsweringQuestion Answering