Skip to main content

Showing 1–50 of 71 results for author: Tandon, N

.
  1. arXiv:2405.19793  [pdf, other

    cs.CL

    PDDLEGO: Iterative Planning in Textual Environments

    Authors: Li Zhang, Peter Jansen, Tianyi Zhang, Peter Clark, Chris Callison-Burch, Niket Tandon

    Abstract: Planning in textual environments have been shown to be a long-standing challenge even for current models. A recent, promising line of work uses LLMs to generate a formal representation of the environment that can be solved by a symbolic planner. However, existing methods rely on a fully-observed environment where all entity states are initially known, so a one-off representation can be constructed… ▽ More

    Submitted 30 May, 2024; originally announced May 2024.

    Comments: In *SEM 2024

  2. arXiv:2404.16308  [pdf, other

    cs.CL cs.CY

    WorldValuesBench: A Large-Scale Benchmark Dataset for Multi-Cultural Value Awareness of Language Models

    Authors: Wenlong Zhao, Debanjan Mondal, Niket Tandon, Danica Dillion, Kurt Gray, Yuling Gu

    Abstract: The awareness of multi-cultural human values is critical to the ability of language models (LMs) to generate safe and personalized responses. However, this awareness of LMs has been insufficiently studied, since the computer science community lacks access to the large-scale real-world data about multi-cultural values. In this paper, we present WorldValuesBench, a globally diverse, large-scale benc… ▽ More

    Submitted 24 April, 2024; originally announced April 2024.

    Comments: Accepted at LREC-COLING 2024. Wenlong and Debanjan contributed equally

  3. arXiv:2403.00092  [pdf, other

    cs.CL

    PROC2PDDL: Open-Domain Planning Representations from Texts

    Authors: Tianyi Zhang, Li Zhang, Zhaoyi Hou, Ziyu Wang, Yuling Gu, Peter Clark, Chris Callison-Burch, Niket Tandon

    Abstract: Planning in a text-based environment continues to be a major challenge for AI systems. Recent approaches have used language models to predict a planning domain definition (e.g., PDDL) but have only been evaluated in closed-domain simulated environments. To address this, we present Proc2PDDL , the first dataset containing open-domain procedural texts paired with expert-annotated PDDL representation… ▽ More

    Submitted 2 July, 2024; v1 submitted 29 February, 2024; originally announced March 2024.

    Comments: In NLRSE 2024, the 2nd Natural Language Reasoning and Structured Explanations Workshop

  4. arXiv:2402.13904  [pdf, other

    cs.CL

    Calibrating Large Language Models with Sample Consistency

    Authors: Qing Lyu, Kumar Shridhar, Chaitanya Malaviya, Li Zhang, Yanai Elazar, Niket Tandon, Marianna Apidianaki, Mrinmaya Sachan, Chris Callison-Burch

    Abstract: Accurately gauging the confidence level of Large Language Models' (LLMs) predictions is pivotal for their reliable application. However, LLMs are often uncalibrated inherently and elude conventional calibration techniques due to their proprietary nature and massive scale. In this work, we explore the potential of deriving confidence from the distribution of multiple randomly sampled model generati… ▽ More

    Submitted 21 February, 2024; originally announced February 2024.

  5. arXiv:2402.05403  [pdf, other

    cs.CL cs.AI

    In-Context Principle Learning from Mistakes

    Authors: Tianjun Zhang, Aman Madaan, Luyu Gao, Steven Zheng, Swaroop Mishra, Yiming Yang, Niket Tandon, Uri Alon

    Abstract: In-context learning (ICL, also known as few-shot prompting) has been the standard method of adapting LLMs to downstream tasks, by learning from a few input-output examples. Nonetheless, all ICL-based approaches only learn from correct input-output pairs. In this paper, we revisit this paradigm, by learning more from the few given input-output examples. We introduce Learning Principles (LEAP): Firs… ▽ More

    Submitted 9 February, 2024; v1 submitted 7 February, 2024; originally announced February 2024.

  6. arXiv:2311.09510  [pdf, other

    cs.CL

    Tailoring with Targeted Precision: Edit-Based Agents for Open-Domain Procedure Customization

    Authors: Yash Kumar Lal, Li Zhang, Faeze Brahman, Bodhisattwa Prasad Majumder, Peter Clark, Niket Tandon

    Abstract: How-to procedures, such as how to plant a garden, are now used by millions of users, but sometimes need customizing to meet a user's specific needs, e.g., planting a garden without pesticides. Our goal is to measure and improve an LLM's ability to perform such customization. Our approach is to test several simple multi-LLM-agent architectures for customization, as well as an end-to-end LLM, using… ▽ More

    Submitted 30 May, 2024; v1 submitted 15 November, 2023; originally announced November 2023.

    Comments: Camera ready version accepted to Findings of ACL 2024

  7. arXiv:2311.07945  [pdf, other

    cs.CL

    First-Step Advantage: Importance of Starting Right in Multi-Step Math Reasoning

    Authors: Kushal Jain, Moritz Miller, Niket Tandon, Kumar Shridhar

    Abstract: Language models can solve complex reasoning tasks better by learning to generate rationales for their predictions. Often these models know how to solve a task but their auto-regressive decoding nature leads to incorrect results if they start incorrectly. We observe that smaller models in particular when corrected, can solve a task that they would have otherwise struggled with. We demonstrate this… ▽ More

    Submitted 1 July, 2024; v1 submitted 14 November, 2023; originally announced November 2023.

  8. arXiv:2310.15431  [pdf, other

    cs.CL

    What Makes it Ok to Set a Fire? Iterative Self-distillation of Contexts and Rationales for Disambiguating Defeasible Social and Moral Situations

    Authors: Kavel Rao, Liwei Jiang, Valentina Pyatkin, Yuling Gu, Niket Tandon, Nouha Dziri, Faeze Brahman, Ye** Choi

    Abstract: Moral or ethical judgments rely heavily on the specific contexts in which they occur. Understanding varying shades of defeasible contextualizations (i.e., additional information that strengthens or attenuates the moral acceptability of an action) is critical to accurately represent the subtlety and intricacy of grounded human moral judgment in real-life scenarios. We introduce defeasible moral r… ▽ More

    Submitted 1 November, 2023; v1 submitted 23 October, 2023; originally announced October 2023.

    Comments: Camera Ready EMNLP Findings 2023. First two authors contributed equally

  9. arXiv:2310.10134  [pdf, other

    cs.CL cs.AI cs.LG

    CLIN: A Continually Learning Language Agent for Rapid Task Adaptation and Generalization

    Authors: Bodhisattwa Prasad Majumder, Bhavana Dalvi Mishra, Peter Jansen, Oyvind Tafjord, Niket Tandon, Li Zhang, Chris Callison-Burch, Peter Clark

    Abstract: Language agents have shown some ability to interact with an external environment, e.g., a virtual world such as ScienceWorld, to perform complex tasks, e.g., growing a plant, without the startup costs of reinforcement learning. However, despite their zero-shot capabilities, these agents to date do not continually improve over time beyond performance refinement on a specific task. Here we present C… ▽ More

    Submitted 16 October, 2023; originally announced October 2023.

    Comments: Project page: https://allenai.github.io/clin/

  10. arXiv:2307.00279  [pdf, other

    cs.CL

    Let Me Teach You: Pedagogical Foundations of Feedback for Language Models

    Authors: Beatriz Borges, Niket Tandon, Tanja Käser, Antoine Bosselut

    Abstract: Natural Language Feedback (NLF) is an increasingly popular mechanism for aligning Large Language Models (LLMs) to human preferences. Despite the diversity of the information it can convey, NLF methods are often hand-designed and arbitrary, with little systematic grounding. At the same time, research in learning sciences has long established several effective feedback models. In this opinion piece,… ▽ More

    Submitted 18 June, 2024; v1 submitted 1 July, 2023; originally announced July 2023.

    Comments: 8 pages, 2 figures

  11. arXiv:2305.14956  [pdf, other

    cs.CL

    Editing Common Sense in Transformers

    Authors: Anshita Gupta, Debanjan Mondal, Akshay Krishna Sheshadri, Wenlong Zhao, Xiang Lorraine Li, Sarah Wiegreffe, Niket Tandon

    Abstract: Editing model parameters directly in Transformers makes updating open-source transformer-based models possible without re-training (Meng et al., 2023). However, these editing methods have only been evaluated on statements about encyclopedic knowledge with a single correct answer. Commonsense knowledge with multiple correct answers, e.g., an apple can be green or red but not transparent, has not be… ▽ More

    Submitted 26 October, 2023; v1 submitted 24 May, 2023; originally announced May 2023.

    Comments: Accepted to EMNLP 2023 Main Conference. Anshita, Debanjan, Akshay are co-first authors. Code and datasets for all experiments are available at https://github.com/anshitag/memit_csk

  12. arXiv:2305.14929  [pdf, other

    cs.CL

    Aligning Language Models to User Opinions

    Authors: EunJeong Hwang, Bodhisattwa Prasad Majumder, Niket Tandon

    Abstract: An important aspect of develo** LLMs that interact with humans is to align models' behavior to their users. It is possible to prompt an LLM into behaving as a certain persona, especially a user group or ideological persona the model captured during its pertaining stage. But, how to best align an LLM with a specific user and not a demographic or ideological group remains an open question. Mining… ▽ More

    Submitted 24 May, 2023; originally announced May 2023.

  13. arXiv:2305.14603  [pdf, other

    cs.CL

    OpenPI2.0: An Improved Dataset for Entity Tracking in Texts

    Authors: Li Zhang, Hainiu Xu, Abhinav Kommula, Chris Callison-Burch, Niket Tandon

    Abstract: Much text describes a changing world (e.g., procedures, stories, newswires), and understanding them requires tracking how entities change. An earlier dataset, OpenPI, provided crowdsourced annotations of entity state changes in text. However, a major limitation was that those annotations were free-form and did not identify salient changes, hampering model evaluation. To overcome these limitations,… ▽ More

    Submitted 25 January, 2024; v1 submitted 23 May, 2023; originally announced May 2023.

    Comments: In EACL 2024

  14. arXiv:2305.08844  [pdf, other

    cs.CL

    RL4F: Generating Natural Language Feedback with Reinforcement Learning for Repairing Model Outputs

    Authors: Afra Feyza Akyürek, Ekin Akyürek, Aman Madaan, Ashwin Kalyan, Peter Clark, Derry Wijaya, Niket Tandon

    Abstract: Despite their unprecedented success, even the largest language models make mistakes. Similar to how humans learn and improve using feedback, previous work proposed providing language models with natural language feedback to guide them in repairing their outputs. Because human-generated critiques are expensive to obtain, researchers have devised learned critique generators in lieu of human critics… ▽ More

    Submitted 11 July, 2023; v1 submitted 15 May, 2023; originally announced May 2023.

    Comments: ACL 2023

  15. arXiv:2303.17651  [pdf, other

    cs.CL cs.AI cs.LG

    Self-Refine: Iterative Refinement with Self-Feedback

    Authors: Aman Madaan, Niket Tandon, Prakhar Gupta, Skyler Hallinan, Luyu Gao, Sarah Wiegreffe, Uri Alon, Nouha Dziri, Shrimai Prabhumoye, Yiming Yang, Shashank Gupta, Bodhisattwa Prasad Majumder, Katherine Hermann, Sean Welleck, Amir Yazdanbakhsh, Peter Clark

    Abstract: Like humans, large language models (LLMs) do not always generate the best output on their first try. Motivated by how humans refine their written text, we introduce Self-Refine, an approach for improving initial outputs from LLMs through iterative feedback and refinement. The main idea is to generate an initial output using an LLMs; then, the same LLMs provides feedback for its output and uses it… ▽ More

    Submitted 25 May, 2023; v1 submitted 30 March, 2023; originally announced March 2023.

    Comments: Code, data, and demo at https://selfrefine.info/

  16. arXiv:2302.01515  [pdf, other

    astro-ph.GA astro-ph.SR

    UVIT observations of the Small Magellanic Cloud: Point source catalogue

    Authors: Ashish Devaraj, Prajwel Joseph, C. S. Stalin, Shyam N. Tandon, Swarna K. Ghosh

    Abstract: Three fields in the outskirts of the Small Magellanic Cloud were observed by the Ultra-Violet Imaging Telescope (UVIT) on board AstroSat, during 31 December 2017 and 01 January 2018. The observations were carried out on a total of seven filters, three in the far ultra-violet (FUV; 1300$-$1800 Å) band and four in the near ultra-violet (NUV; 2000$-$3000 Å) band. We carried out photometry of these ob… ▽ More

    Submitted 2 February, 2023; originally announced February 2023.

  17. Ultraviolet imaging observations of three jellyfish galaxies: Star formation suppression in the centre and ongoing star formation in stripped tails

    Authors: Koshy George, B. M. Poggianti, Neven Tomičić, J. Postma, P. Côté, J. Fritz, S. K. Ghosh, M. Gullieuszik, J. B. Hutchings, A. Moretti, A. Omizzolo, M. Radovich, P. Sreekumar, A. Subramaniam, S. N. Tandon, B. Vulcani

    Abstract: Spiral galaxies undergo strong ram-pressure effects when they fall into the galaxy cluster potential. As a consequence, their gas is stripped to form extended tails within which star formation can happen, giving them the typical jellyfish appearance. The ultraviolet imaging observations of jellyfish galaxies provide an opportunity to understand ongoing star formation in the stripped tails. We repo… ▽ More

    Submitted 5 December, 2022; originally announced December 2022.

    Comments: Accepted for publication in MNRAS

  18. The AstroSat UV Deep Field North: the far and near ultraviolet photometric catalog

    Authors: Chayan Mondal, Kanak Saha, Souradeep Bhattacharya, Anshuman Borgohain, Shyam N. Tandon, Marc Rafelski, Rolf A. Jansen, Rogier A. Windhorst, Harry I. Teplitz, Brent M. Smith

    Abstract: We present deep UV imaging observations of the Great Observatories Origins Survey Northern (GOODS-N) field with AstroSat/UVIT (AstroSat UV Deep Field north - AUDFn), using one far-UV (F154W, 34.0 kilosec) and two near-UV filters (N242W, 19.2 kilosec; N245M, 15.5 kilosec). The nature of the UV sky background was explored across the UVIT field and a global mean and rms was estimated for each filter.… ▽ More

    Submitted 30 November, 2022; originally announced November 2022.

    Comments: Accepted for publication in the Astrophysical Journal Supplement Series

  19. Extended far-ultraviolet emission in distant dwarf galaxies

    Authors: Anshuman Borgohain, Kanak Saha, Bruce Elmegreen, Rupjyoti Gogoi, Francoise Combes, Shyam N. Tandon

    Abstract: Blue Compact Dwarfs (BCDs) are low-luminosity (M$_{K} > -21$ mag), metal-poor ($\frac{1}{50}$ $\le Z/Z_{\odot} \le\frac{1}{2}$), centrally concentrated galaxies with bright clumps of star-formation. Cosmological surface brightness dimming and small size limit their detection at high redshifts, making their formation process difficult to observe. Observations of BCDs are needed at intermediate reds… ▽ More

    Submitted 2 August, 2022; v1 submitted 21 July, 2022; originally announced July 2022.

    Comments: 23 pages, 7 Figures, 5 Tables. Published on 20th July, 2022, by Nature

    Journal ref: Nature 607 (2022) 459-462

  20. arXiv:2205.12485  [pdf, other

    cs.CL cs.AI

    Conditional set generation using Seq2seq models

    Authors: Aman Madaan, Dheeraj Rajagopal, Niket Tandon, Yiming Yang, Antoine Bosselut

    Abstract: Conditional set generation learns a map** from an input sequence of tokens to a set. Several NLP tasks, such as entity ty** and dialogue emotion tagging, are instances of set generation. Seq2Seq models, a popular choice for set generation, treat a set as a sequence and do not fully leverage its key properties, namely order-invariance and cardinality. We propose a novel algorithm for effectivel… ▽ More

    Submitted 24 October, 2022; v1 submitted 25 May, 2022; originally announced May 2022.

    Comments: EMNLP 2022

  21. An Automated Pipeline for Ultra-Violet Imaging Telescope (UVIT)

    Authors: S. K. Ghosh, S. N. Tandon, S. K. Singh, D. S. Shelat, P. Tahlani, A. K. Singh, T. P. Srinivasan, P. Joseph, A. Devaraj, K. George, R. Mohan, J. Postma, C. S. Stalin

    Abstract: We describe a versatile pipeline for processing the data collected by the Ultra-Violet Imaging Telescope (UVIT) on board Indian Multi-wavelength astronomical satellite AstroSat.The UVIT instrument carries out simultaneous astronomical imaging through selected filters / gratings in Far-Ultra-Violet (FUV), Near-Ultra-Violet & visible (VIS) bands of the targeted circular sky field (~ 0.5 deg dia). Th… ▽ More

    Submitted 15 March, 2022; originally announced March 2022.

    Comments: Accepted for publication in Journal of Astrophysics & Astronomy, 50 pages, 16 figures

  22. arXiv:2201.06009  [pdf, other

    cs.CL

    Memory-assisted prompt editing to improve GPT-3 after deployment

    Authors: Aman Madaan, Niket Tandon, Peter Clark, Yiming Yang

    Abstract: Large LMs such as GPT-3 are powerful, but can commit mistakes that are obvious to humans. For example, GPT-3 would mistakenly interpret "What word is similar to good?" to mean a homophone, while the user intended a synonym. Our goal is to effectively correct such errors via user interactions with the system but without retraining, which will be prohibitively costly. We pair GPT-3 with a growing me… ▽ More

    Submitted 18 February, 2023; v1 submitted 16 January, 2022; originally announced January 2022.

    Comments: EMNLP 2022. This version updates the title to be consistent with EMNLP camera ready

  23. arXiv:2112.09737  [pdf, other

    cs.CL cs.AI

    Learning to Repair: Repairing model output errors after deployment using a dynamic memory of feedback

    Authors: Niket Tandon, Aman Madaan, Peter Clark, Yiming Yang

    Abstract: Large language models (LMs), while powerful, are not immune to mistakes, but can be difficult to retrain. Our goal is for an LM to continue to improve after deployment, without retraining, using feedback from the user. Our approach pairs an LM with (i) a growing memory of cases where the user identified an output error and provided general feedback on how to correct it (ii) a corrector model, trai… ▽ More

    Submitted 9 May, 2022; v1 submitted 16 December, 2021; originally announced December 2021.

    Comments: NAACL 2022 (Findings)

  24. arXiv:2112.07867  [pdf, other

    cs.AI

    Interscript: A dataset for interactive learning of scripts through error feedback

    Authors: Niket Tandon, Aman Madaan, Peter Clark, Keisuke Sakaguchi, Yiming Yang

    Abstract: How can an end-user provide feedback if a deployed structured prediction model generates inconsistent output, ignoring the structural complexity of human language? This is an emerging topic with recent progress in synthetic or constrained settings, and the next big leap would require testing and tuning models in real-world settings. We present a new dataset, Interscript, containing user feedback o… ▽ More

    Submitted 15 December, 2021; v1 submitted 14 December, 2021; originally announced December 2021.

    Comments: AAAI'22-Workshop on Interactive Machine Learning

  25. arXiv:2110.12349  [pdf, other

    cs.AI cs.CL

    Think about it! Improving defeasible reasoning by first modeling the question scenario

    Authors: Aman Madaan, Niket Tandon, Dheeraj Rajagopal, Peter Clark, Yiming Yang, Eduard Hovy

    Abstract: Defeasible reasoning is the mode of reasoning where conclusions can be overturned by taking into account new evidence. Existing cognitive science literature on defeasible reasoning suggests that a person forms a mental model of the problem scenario before answering questions. Our research goal asks whether neural models can similarly benefit from envisioning the question scenario before answering… ▽ More

    Submitted 24 October, 2021; originally announced October 2021.

    Comments: EMNLP 2021

  26. arXiv:2105.05418  [pdf, other

    cs.CL cs.AI

    Could you give me a hint? Generating inference graphs for defeasible reasoning

    Authors: Aman Madaan, Dheeraj Rajagopal, Niket Tandon, Yiming Yang, Eduard Hovy

    Abstract: Defeasible reasoning is the mode of reasoning where conclusions can be overturned by taking into account new evidence. A commonly used method in cognitive science and logic literature is to handcraft argumentation supporting inference graphs. While humans find inference graphs very useful for reasoning, constructing them at scale is difficult. In this paper, we automatically generate such inferenc… ▽ More

    Submitted 28 May, 2021; v1 submitted 12 May, 2021; originally announced May 2021.

    Comments: Findings of the Association for Computational Linguistics: ACL 2021

  27. arXiv:2104.08765  [pdf, other

    cs.CL

    Improving Neural Model Performance through Natural Language Feedback on Their Explanations

    Authors: Aman Madaan, Niket Tandon, Dheeraj Rajagopal, Yiming Yang, Peter Clark, Keisuke Sakaguchi, Ed Hovy

    Abstract: A class of explainable NLP models for reasoning tasks support their decisions by generating free-form or structured explanations, but what happens when these supporting structures contain errors? Our goal is to allow users to interactively correct explanation structures through natural language feedback. We introduce MERCURIE - an interactive system that refines its explanations for a given reason… ▽ More

    Submitted 18 April, 2021; originally announced April 2021.

  28. arXiv:2104.08251  [pdf, other

    cs.CL

    proScript: Partially Ordered Scripts Generation via Pre-trained Language Models

    Authors: Keisuke Sakaguchi, Chandra Bhagavatula, Ronan Le Bras, Niket Tandon, Peter Clark, Ye** Choi

    Abstract: Scripts - standardized event sequences describing typical everyday activities - have been shown to help understand narratives by providing expectations, resolving ambiguity, and filling in unstated information. However, to date they have proved hard to author or extract from text. In this work, we demonstrate for the first time that pre-trained neural language models (LMs) can be be finetuned to g… ▽ More

    Submitted 16 April, 2021; originally announced April 2021.

  29. arXiv:2104.00814  [pdf, other

    cs.CL

    CURIE: An Iterative Querying Approach for Reasoning About Situations

    Authors: Dheeraj Rajagopal, Aman Madaan, Niket Tandon, Yiming Yang, Shrimai Prabhumoye, Abhilasha Ravichander, Peter Clark, Eduard Hovy

    Abstract: Recently, models have been shown to predict the effects of unexpected situations, e.g., would cloudy skies help or hinder plant growth? Given a context, the goal of such situational reasoning is to elicit the consequences of a new situation (st) that arises in that context. We propose a method to iteratively build a graph of relevant consequences explicitly in a structured situational graph (st-gr… ▽ More

    Submitted 5 April, 2021; v1 submitted 1 April, 2021; originally announced April 2021.

    Comments: This paper builds upon EIGEN (arXiv:2010.11764) and proposes a general framework for situational reasoning

  30. The central region of the enigmatic Malin 1

    Authors: Kanak Saha, Suraj Dhiwar, Sudhanshu Barway, Chaitra Narayan, Shyam N. Tandon

    Abstract: Malin 1, being a class of giant low surface galaxies, continues to surprise us even today. The HST/F814W observation has shown that the central region of Malin 1 is more like a normal SB0/a galaxy, while the rest of the disk has the characteristic of a low surface brightness system. The AstroSat/UVIT observations suggest scattered recent star formation activity all over the disk, especially along… ▽ More

    Submitted 18 January, 2021; originally announced January 2021.

    Comments: 15 pages, 10 figures, accepted for publication in the Journal of Astrophysics and Astronomy

  31. Curvit: An open-source Python package to generate light curves from UVIT data

    Authors: P. Joseph, C. S. Stalin, S. N. Tandon, S. K. Ghosh

    Abstract: Curvit is an open-source Python package that facilitates the creation of light curves from the data collected by the Ultra-Violet Imaging Telescope (UVIT) onboard AstroSat, India's first multi-wavelength astronomical satellite. The input to Curvit is the calibrated events list generated by the UVIT-Payload Operation Center (UVIT-POC) and made available to the principal investigators through the In… ▽ More

    Submitted 16 January, 2021; originally announced January 2021.

    Comments: Accepted for publication in Journal of Astrophysics & Astronomy, 11 pages, 5 figures

  32. Performance of the UVIT Level-2 Pipeline

    Authors: S. K. Ghosh, S. N. Tandon, P. Joseph, A. Devaraj, D. S. Shelat, C. S. Stalin

    Abstract: Performance of the Level-2 pipeline, which translates the UVIT data created by the ISRO's ground segment processing systems (Level-1) into astronomer ready scientific data products, is described. This pipeline has evolved significantly from experiences during the in orbit mission. With time, the detector modules of UVIT developed certain defects which led to occasional corruption of imaging and ti… ▽ More

    Submitted 25 December, 2020; originally announced December 2020.

    Comments: Accepted for publication in Journal of Astrophysics & Astronomy, 6 pages, 4 figures

  33. In orbit performance of UVIT over the 5 years

    Authors: S. K. Ghosh, P. Joseph, A. Kumar, J. Postma, C. S. Stalin, A. Subramaniam, S. N. Tandon, I. V. Barve, A. Devaraj, K. George, V. Girish, J. B. Hutchings, P. U. Kamath, S. Kathiravan, J. P. Lancelot, D. Leahy, P. K. Mahesh, R. Mohan, S. Nagabhushana, A. K. Pati, N. Kameswara Rao, K. Sankarasubramanian, P. Sreekumar, S. Sriram

    Abstract: Over the last 5 years, UVIT has completed observations of more than 500 proposals with ~ 800 unique pointings. In addition, regular planned monitoring observations have been made and from their analysis various key parameters related to in orbit performance of UVIT have been quantified. The sensitivities of the UV channels have remained steady indicating no effect of potential molecular contaminat… ▽ More

    Submitted 25 December, 2020; originally announced December 2020.

    Comments: Accepted for publication in Journal of Astrophysics & Astronomy, 11 pages, 10 figures, 1 table

  34. arXiv:2011.08092  [pdf, other

    cs.CL

    A Dataset for Tracking Entities in Open Domain Procedural Text

    Authors: Niket Tandon, Keisuke Sakaguchi, Bhavana Dalvi Mishra, Dheeraj Rajagopal, Peter Clark, Michal Guerquin, Kyle Richardson, Eduard Hovy

    Abstract: We present the first dataset for tracking state changes in procedural text from arbitrary domains by using an unrestricted (open) vocabulary. For example, in a text describing fog removal using potatoes, a car window may transition between being foggy, sticky,opaque, and clear. Previous formulations of this task provide the text and entities involved,and ask how those entities change for just a sm… ▽ More

    Submitted 30 October, 2020; originally announced November 2020.

    Comments: To appear in EMNLP 2020

  35. arXiv:2008.11394  [pdf, other

    astro-ph.GA astro-ph.CO

    AstroSat detection of Lyman continuum emission from a z=1.42 galaxy

    Authors: Kanak Saha, Shyam N. Tandon, Charlotte Simmonds, Anne Verhamme, Abhishek Paswan, Daniel Schaerer, Michael Rutkowski, Anshuman Borgohain, Bruce Elmegreen, Akio K. Inoue, Francoise Combes, Debra Elmegreen, Mieke Paalvast

    Abstract: One of the outstanding problems of current observational cosmology is to understand the nature of sources that produced the bulk of the ionizing radiation after the Cosmic Dark Age. Direct detection of these reionization sources is practically infeasible at high redshift due to the steep decline of intergalactic medium transmission. However, a number of low-redshift analogs emitting Lyman continuu… ▽ More

    Submitted 27 August, 2020; v1 submitted 26 August, 2020; originally announced August 2020.

    Comments: Published on 24th August, 2020, by Nature Astronomy Letters. The published version is available at https://www.nature.com/articles/s41550-020-1173-5

  36. arXiv:2006.07510  [pdf, ps, other

    cs.CL cs.AI

    Do Dogs have Whiskers? A New Knowledge Base of hasPart Relations

    Authors: Sumithra Bhakthavatsalam, Kyle Richardson, Niket Tandon, Peter Clark

    Abstract: We present a new knowledge-base of hasPart relationships, extracted from a large corpus of generic statements. Complementary to other resources available, it is the first which is all three of: accurate (90% precision), salient (covers relationships a person may mention), and has high coverage of common terms (approximated as within a 10 year old's vocabulary), as well as having several times more… ▽ More

    Submitted 12 June, 2020; originally announced June 2020.

  37. arXiv:2005.01526  [pdf, other

    cs.CL

    What-if I ask you to explain: Explaining the effects of perturbations in procedural text

    Authors: Dheeraj Rajagopal, Niket Tandon, Bhavana Dalvi, Peter Clark, Eduard Hovy

    Abstract: We address the task of explaining the effects of perturbations in procedural text, an important test of process comprehension. Consider a passage describing a rabbit's life-cycle: humans can easily explain the effect on the rabbit population if a female rabbit becomes ill -- i.e., the female rabbit would not become pregnant, and as a result not have babies leading to a decrease in rabbit populatio… ▽ More

    Submitted 7 October, 2020; v1 submitted 4 May, 2020; originally announced May 2020.

  38. Additional Calibration of the Ultra-Violet Imaging Telescope on board AstroSat

    Authors: S. N. Tandon, J. Postma, P. Joseph, A. Devaraj, A Subramaniam, I. V. Barve, K. George, S. K. Ghosh, V. Girish, J. B. Hutchings, P. U. Kamath, S. Kathiravan, A. Kumar, J. P. Lancelot, D. Leahy, P. K. Mahesh, R. Mohan, S. Nagabhushana, A. K. Pati, N. Kameswara Rao, K. Sankarasubramanian, S. Sriram, C. S. Stalin

    Abstract: Results of the initial calibration of the Ultra-Violet Imaging Telescope (UVIT) were reported earlier by Tandon et al. (2017). The results reported earlier were based on the ground calibration as well as the first observations in orbit. Some additional data from the ground calibration and data from more in-orbit observations have been used to improve the results. In particular, extensive new data… ▽ More

    Submitted 4 February, 2020; originally announced February 2020.

    Comments: 15 pages, 8 figures, Accepted for publication in Astronomical Journal

  39. arXiv:1909.04745  [pdf, other

    cs.CL cs.AI

    Everything Happens for a Reason: Discovering the Purpose of Actions in Procedural Text

    Authors: Bhavana Dalvi Mishra, Niket Tandon, Antoine Bosselut, Wen-tau Yih, Peter Clark

    Abstract: Our goal is to better comprehend procedural text, e.g., a paragraph about photosynthesis, by not only predicting what happens, but why some actions need to happen before others. Our approach builds on a prior process comprehension framework for predicting actions' effects, to also identify subsequent steps that those effects enable. We present our new model (XPAD) that biases effect predictions to… ▽ More

    Submitted 18 September, 2019; v1 submitted 10 September, 2019; originally announced September 2019.

    Comments: Accepted to EMNLP 2019 as a long paper. This revision fixed a typo in an author name in references

  40. arXiv:1909.04739  [pdf, other

    cs.CL cs.AI

    WIQA: A dataset for "What if..." reasoning over procedural text

    Authors: Niket Tandon, Bhavana Dalvi Mishra, Keisuke Sakaguchi, Antoine Bosselut, Peter Clark

    Abstract: We introduce WIQA, the first large-scale dataset of "What if..." questions over procedural text. WIQA contains three parts: a collection of paragraphs each describing a process, e.g., beach erosion; a set of crowdsourced influence graphs for each paragraph, describing how one change affects another; and a large (40k) collection of "What if...?" multiple-choice questions derived from the graphs. Fo… ▽ More

    Submitted 10 September, 2019; originally announced September 2019.

    Comments: Accepted at EMNLP 2019

  41. arXiv:1909.01958  [pdf, other

    cs.CL cs.AI

    From 'F' to 'A' on the N.Y. Regents Science Exams: An Overview of the Aristo Project

    Authors: Peter Clark, Oren Etzioni, Daniel Khashabi, Tushar Khot, Bhavana Dalvi Mishra, Kyle Richardson, Ashish Sabharwal, Carissa Schoenick, Oyvind Tafjord, Niket Tandon, Sumithra Bhakthavatsalam, Dirk Groeneveld, Michal Guerquin, Michael Schmitz

    Abstract: AI has achieved remarkable mastery over games such as Chess, Go, and Poker, and even Jeopardy, but the rich variety of standardized exams has remained a landmark challenge. Even in 2016, the best AI system achieved merely 59.3% on an 8th Grade science exam challenge. This paper reports unprecedented success on the Grade 8 New York Regents Science Exam, where for the first time a system scores more… ▽ More

    Submitted 1 February, 2021; v1 submitted 4 September, 2019; originally announced September 2019.

    Comments: AI Magazine 41 (4) Winter 2020. New analysis sections added

  42. arXiv:1909.00749  [pdf, other

    cs.IR

    Know2Look: Commonsense Knowledge for Visual Search

    Authors: Sreyasi Nag Chowdhury, Niket Tandon, Gerhard Weikum

    Abstract: With the rise in popularity of social media, images accompanied by contextual text form a huge section of the web. However, search and retrieval of documents are still largely dependent on solely textual cues. Although visual cues have started to gain focus, the imperfection in object/scene detection do not lead to significantly improved results. We hypothesize that the use of background commonsen… ▽ More

    Submitted 2 September, 2019; originally announced September 2019.

    Comments: Published in AKBC 2016

    Journal ref: 5th Workshop on Automated Knowledge Base Construction (AKBC) 2016

  43. arXiv:1909.00741  [pdf, other

    cs.MM cs.CV cs.IR

    VISIR: Visual and Semantic Image Label Refinement

    Authors: Sreyasi Nag Chowdhury, Niket Tandon, Hakan Ferhatosmanoglu, Gerhard Weikum

    Abstract: The social media explosion has populated the Internet with a wealth of images. There are two existing paradigms for image retrieval: 1) content-based image retrieval (CBIR), which has traditionally used visual features for similarity search (e.g., SIFT features), and 2) tag-based image retrieval (TBIR), which has relied on user tagging (e.g., Flickr tags). CBIR now gains semantic expressiveness by… ▽ More

    Submitted 2 September, 2019; originally announced September 2019.

    Comments: Published in WSDM 2018

    Journal ref: ACM ISBN 978-1-4503-5581-0/18/02 2018

  44. arXiv:1906.08942  [pdf, other

    cs.CL cs.LG

    Be Consistent! Improving Procedural Text Comprehension using Label Consistency

    Authors: Xinya Du, Bhavana Dalvi Mishra, Niket Tandon, Antoine Bosselut, Wen-tau Yih, Peter Clark, Claire Cardie

    Abstract: Our goal is procedural text comprehension, namely tracking how the properties of entities (e.g., their location) change with time given a procedural text (e.g., a paragraph about photosynthesis, a recipe). This task is challenging as the world is changing throughout the text, and despite recent advances, current systems still struggle with this task. Our approach is to leverage the fact that, for… ▽ More

    Submitted 21 June, 2019; originally announced June 2019.

    Comments: NAACL 2019

  45. GASP XVIII: Star formation quenching due to AGN feedback in the central region of a jellyfish galaxy

    Authors: Koshy George, B. M. Poggianti, C. Bellhouse, M. Radovich, J. Fritz, R. Paladino, D. Bettoni, Y. Jaffé, A. Moretti, M. Gullieuszik, B. Vulcani, G. Fasano, C. S. Stalin, A. Subramaniam, S. N. Tandon

    Abstract: We report evidence for star formation quenching in the central 8.6 kpc region of the jellyfish galaxy JO201 which hosts an active galactic nucleus, while undergoing strong ram pressure strip**. The ultraviolet imaging data of the galaxy disk reveal a region with reduced flux around the center of the galaxy and a horse shoe shaped region with enhanced flux in the outer disk. The characterization… ▽ More

    Submitted 19 August, 2019; v1 submitted 22 May, 2019; originally announced May 2019.

    Comments: Author's accepted manuscript

    Journal ref: Monthly Notices of the Royal Astronomical Society, Volume 487, Issue 3, August 2019, Pages 3102-3111

  46. arXiv:1808.10012  [pdf, other

    cs.AI

    Reasoning about Actions and State Changes by Injecting Commonsense Knowledge

    Authors: Niket Tandon, Bhavana Dalvi Mishra, Joel Grus, Wen-tau Yih, Antoine Bosselut, Peter Clark

    Abstract: Comprehending procedural text, e.g., a paragraph describing photosynthesis, requires modeling actions and the state changes they produce, so that questions about entities at different timepoints can be answered. Although several recent systems have shown impressive progress in this task, their predictions can be globally inconsistent or highly improbable. In this paper, we show how the predicted e… ▽ More

    Submitted 29 August, 2018; originally announced August 2018.

    Comments: Accepted at EMNLP 2018. Niket Tandon and Bhavana Dalvi Mishra contributed equally to this work

  47. arXiv:1805.06975  [pdf, other

    cs.CL

    Tracking State Changes in Procedural Text: A Challenge Dataset and Models for Process Paragraph Comprehension

    Authors: Bhavana Dalvi Mishra, Lifu Huang, Niket Tandon, Wen-tau Yih, Peter Clark

    Abstract: We present a new dataset and models for comprehending paragraphs about processes (e.g., photosynthesis), an important genre of text describing a dynamic world. The new dataset, ProPara, is the first to contain natural (rather than machine-generated) text about a changing world along with a full annotation of entity states (location and existence) during those changes (81k datapoints). The end-task… ▽ More

    Submitted 17 May, 2018; originally announced May 2018.

    Comments: In Proc. NAACL'2018

  48. Ultra-Violet Imaging Telescope Observations of the Star-Forming Ring in NGC7252: Evidence of Possible AGN Feedback Suppressing Central Star Formation

    Authors: Koshy George, P. Joseph, C. Mondal, A. Devaraj, A. Subramaniam, C. S. Stalin, P. Côté, S. K. Ghosh, J. B. Hutchings, R. Mohan, J. Postma, K. Sankarasubramanian, P. Sreekumar, S. N. Tandon

    Abstract: Some post-merger galaxies are known to undergo a starburst phase that quickly depletes the gas reservoir and turns it into a red-sequence galaxy, though the details are still unclear. Here we explore the pattern of recent star formation in the central region of the post-merger galaxy NGC7252 using high resolution UV images from the UVIT on ASTROSAT. The UVIT images with 1.2 and 1.4 arcsec resoluti… ▽ More

    Submitted 9 May, 2018; originally announced May 2018.

    Comments: Accepted for publication in Astronomy & Astrophysics Letters

    Journal ref: A&A 613, L9 (2018)

  49. arXiv:1804.05435  [pdf, other

    cs.CL cs.AI

    What Happened? Leveraging VerbNet to Predict the Effects of Actions in Procedural Text

    Authors: Peter Clark, Bhavana Dalvi, Niket Tandon

    Abstract: Our goal is to answer questions about paragraphs describing processes (e.g., photosynthesis). Texts of this genre are challenging because the effects of actions are often implicit (unstated), requiring background knowledge and inference to reason about the changing world states. To supply this knowledge, we leverage VerbNet to build a rulebase (called the Semantic Lexicon) of the preconditions and… ▽ More

    Submitted 15 April, 2018; originally announced April 2018.

  50. Ultra-Violet Imaging Telescope view of ram-pressure strip** in action: Star formation in the stripped gas of the GASP jellyfish galaxy JO201 in Abell 85

    Authors: Koshy George, B. M. Poggianti, M. Gullieuszik, G. Fasano, C. Bellhouse, J. Postma, A. Moretti, Y. Jaffé, B. Vulcani, D. Bettoni, J. Fritz, P. Côté, S. K. Ghosh, J. B. Hutchings, R. Mohan, P. Sreekumar, C. S. Stalin, A. Subramaniam, S. N. Tandon

    Abstract: Jellyfish are cluster galaxies that experience strong ram-pressure effects that strip their gas. Their H$α$ images reveal ionized gas tails up to 100 kpc, which could be hosting ongoing star formation. Here we report the ultraviolet (UV) imaging observation of the jellyfish galaxy JO201 obtained at a spatial resolution $\sim$ 1.3 kpc. The intense burst of star formation happening in the tentacles… ▽ More

    Submitted 31 May, 2018; v1 submitted 16 March, 2018; originally announced March 2018.

    Comments: Accepted for publication in MNRAS