Skip to main content

Showing 1–13 of 13 results for author: Thayaparan, M

.
  1. arXiv:2404.02625  [pdf, other

    cs.CL cs.AI cs.LG

    A Differentiable Integer Linear Programming Solver for Explanation-Based Natural Language Inference

    Authors: Mokanarangan Thayaparan, Marco Valentino, André Freitas

    Abstract: Integer Linear Programming (ILP) has been proposed as a formalism for encoding precise structural and semantic constraints for Natural Language Inference (NLI). However, traditional ILP frameworks are non-differentiable, posing critical challenges for the integration of continuous language representations based on deep learning. In this paper, we introduce a novel approach, named Diff-Comb Explain… ▽ More

    Submitted 3 April, 2024; originally announced April 2024.

    Comments: Accepted to LREC-COLING 2024 - Camera Ready. arXiv admin note: substantial text overlap with arXiv:2208.03339

  2. arXiv:2208.03339  [pdf, other

    cs.AI cs.CL

    Going Beyond Approximation: Encoding Constraints for Explainable Multi-hop Inference via Differentiable Combinatorial Solvers

    Authors: Mokanarangan Thayaparan, Marco Valentino, André Freitas

    Abstract: Integer Linear Programming (ILP) provides a viable mechanism to encode explicit and controllable assumptions about explainable multi-hop inference with natural language. However, an ILP formulation is non-differentiable and cannot be integrated into broader deep learning architectures. Recently, Thayaparan et al. (2021a) proposed a novel methodology to integrate ILP with Transformers to achieve en… ▽ More

    Submitted 5 August, 2022; originally announced August 2022.

  3. arXiv:2112.08289  [pdf, other

    cs.CL

    Decomposing Natural Logic Inferences in Neural NLI

    Authors: Julia Rozanova, Deborah Ferreira, Marco Valentino, Mokanrarangan Thayaparan, Andre Freitas

    Abstract: In the interest of interpreting neural NLI models and their reasoning strategies, we carry out a systematic probing study which investigates whether these models capture the crucial semantic features central to natural logic: monotonicity and concept inclusion. Correctly identifying valid inferences in downward-monotone contexts is a known stumbling block for NLI performance, subsuming linguistic… ▽ More

    Submitted 8 November, 2023; v1 submitted 15 December, 2021; originally announced December 2021.

  4. arXiv:2107.11879  [pdf, other

    cs.CL cs.AI cs.IR

    Hybrid Autoregressive Inference for Scalable Multi-hop Explanation Regeneration

    Authors: Marco Valentino, Mokanarangan Thayaparan, Deborah Ferreira, André Freitas

    Abstract: Regenerating natural language explanations in the scientific domain has been proposed as a benchmark to evaluate complex multi-hop and explainable inference. In this context, large language models can achieve state-of-the-art performance when employed as cross-encoder architectures and fine-tuned on human-annotated explanations. However, while much attention has been devoted to the quality of the… ▽ More

    Submitted 6 December, 2021; v1 submitted 25 July, 2021; originally announced July 2021.

    Comments: To appear at the 36th AAAI Conference on Artificial Intelligence (AAAI-22)

  5. arXiv:2105.08008  [pdf, other

    cs.CL cs.LG

    Supporting Context Monotonicity Abstractions in Neural NLI Models

    Authors: Julia Rozanova, Deborah Ferreira, Mokanarangan Thayaparan, Marco Valentino, André Freitas

    Abstract: Natural language contexts display logical regularities with respect to substitutions of related concepts: these are captured in a functional order-theoretic property called monotonicity. For a certain class of NLI problems where the resulting entailment label depends only on the context monotonicity and the relation between the substituted concepts, we build on previous techniques that aim to impr… ▽ More

    Submitted 17 May, 2021; originally announced May 2021.

    Comments: NALOMA'21 (NAtural LOgic Meets MAchine Learning) @IWCS 2021

  6. arXiv:2105.03417  [pdf, other

    cs.CL cs.AI

    Diff-Explainer: Differentiable Convex Optimization for Explainable Multi-hop Inference

    Authors: Mokanarangan Thayaparan, Marco Valentino, Deborah Ferreira, Julia Rozanova, André Freitas

    Abstract: This paper presents Diff-Explainer, the first hybrid framework for explainable multi-hop inference that integrates explicit constraints with neural architectures through differentiable convex optimization. Specifically, Diff-Explainer allows for the fine-tuning of neural representations within a constrained optimization framework to answer and explain multi-hop questions in natural language. To de… ▽ More

    Submitted 22 June, 2022; v1 submitted 7 May, 2021; originally announced May 2021.

  7. arXiv:2105.00823  [pdf, ps, other

    cs.CL cs.AI cs.LG

    Switching Contexts: Transportability Measures for NLP

    Authors: Guy Marshall, Mokanarangan Thayaparan, Philip Osborne, Andre Freitas

    Abstract: This paper explores the topic of transportability, as a sub-area of generalisability. By proposing the utilisation of metrics based on well-established statistics, we are able to estimate the change in performance of NLP models in new contexts. Defining a new measure for transportability may allow for better estimation of NLP system performance in new domains, and is crucial when assessing the per… ▽ More

    Submitted 3 May, 2021; originally announced May 2021.

    Comments: 10 pages, 4 figures. To appear in IWCS 2021 proceedings

  8. arXiv:2104.05807  [pdf, other

    cs.LG cs.AI cs.CL

    Does My Representation Capture X? Probe-Ably

    Authors: Deborah Ferreira, Julia Rozanova, Mokanarangan Thayaparan, Marco Valentino, André Freitas

    Abstract: Probing (or diagnostic classification) has become a popular strategy for investigating whether a given set of intermediate features is present in the representations of neural models. Probing studies may have misleading results, but various recent works have suggested more reliable methodologies that compensate for the possible pitfalls of probing. However, these best practices are numerous and fa… ▽ More

    Submitted 30 September, 2021; v1 submitted 12 April, 2021; originally announced April 2021.

    Comments: ACL 2021 (System Demonstrations)

  9. arXiv:2010.13128  [pdf, other

    cs.AI cs.CL cs.IR

    ExplanationLP: Abductive Reasoning for Explainable Science Question Answering

    Authors: Mokanarangan Thayaparan, Marco Valentino, André Freitas

    Abstract: We propose a novel approach for answering and explaining multiple-choice science questions by reasoning on grounding and abstract inference chains. This paper frames question answering as an abductive reasoning problem, constructing plausible explanations for each choice and then selecting the candidate with the best explanation as the final answer. Our system, ExplanationLP, elicits explanations… ▽ More

    Submitted 25 October, 2020; originally announced October 2020.

  10. arXiv:2010.00389  [pdf, other

    cs.CL cs.AI

    A Survey on Explainability in Machine Reading Comprehension

    Authors: Mokanarangan Thayaparan, Marco Valentino, André Freitas

    Abstract: This paper presents a systematic review of benchmarks and approaches for explainability in Machine Reading Comprehension (MRC). We present how the representation and inference challenges evolved and the steps which were taken to tackle these challenges. We also present the evaluation methodologies to assess the performance of explainable systems. In addition, we identify persisting open research q… ▽ More

    Submitted 1 October, 2020; originally announced October 2020.

  11. arXiv:2009.14539  [pdf, other

    cs.AI cs.CL

    Case-Based Abductive Natural Language Inference

    Authors: Marco Valentino, Mokanarangan Thayaparan, André Freitas

    Abstract: Most of the contemporary approaches for multi-hop Natural Language Inference (NLI) construct explanations considering each test case in isolation. However, this paradigm is known to suffer from semantic drift, a phenomenon that causes the construction of spurious explanations leading to wrong conclusions. In contrast, this paper proposes an abductive framework for multi-hop NLI exploring the retri… ▽ More

    Submitted 10 September, 2022; v1 submitted 30 September, 2020; originally announced September 2020.

    Comments: Accepted to the 29th International Conference on Computational Linguistics (COLING 2022) - Camera-ready

  12. arXiv:2004.00061  [pdf, other

    cs.AI cs.CL cs.IR

    Unification-based Reconstruction of Multi-hop Explanations for Science Questions

    Authors: Marco Valentino, Mokanarangan Thayaparan, André Freitas

    Abstract: This paper presents a novel framework for reconstructing multi-hop explanations in science Question Answering (QA). While existing approaches for multi-hop reasoning build explanations considering each question in isolation, we propose a method to leverage explanatory patterns emerging in a corpus of scientific explanations. Specifically, the framework ranks a set of atomic facts by integrating le… ▽ More

    Submitted 10 February, 2021; v1 submitted 31 March, 2020; originally announced April 2020.

    Comments: Accepted at EACL 2021

  13. arXiv:1910.00290  [pdf, other

    cs.AI cs.CL cs.IR cs.LG

    Identifying Supporting Facts for Multi-hop Question Answering with Document Graph Networks

    Authors: Mokanarangan Thayaparan, Marco Valentino, Viktor Schlegel, Andre Freitas

    Abstract: Recent advances in reading comprehension have resulted in models that surpass human performance when the answer is contained in a single, continuous passage of text. However, complex Question Answering (QA) typically requires multi-hop reasoning - i.e. the integration of supporting facts from different sources, to infer the correct answer. This paper proposes Document Graph Network (DGN), a messag… ▽ More

    Submitted 1 October, 2019; originally announced October 2019.