Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.12 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.12 KB

Code for ACL Findings paper Figurative Language in Recognizing Textual Entailment ( https://aclanthology.org/2021.findings-acl.297/ )

Figurative-NLI

Repo Structure

  • data/ - store all data here

    • original data
    • recast data
  • src/ - store all source code here

    • recasting/ - code for converting existing data into NLI
    • experiments/ - code for experiments based on this data

If you use this code or data please cite us

        @inproceedings{chakrabarty-etal-2021-figurative,
            title = "Figurative Language in Recognizing Textual Entailment",
            author = "Chakrabarty, Tuhin  and
              Ghosh, Debanjan  and
              Poliak, Adam  and
              Muresan, Smaranda",
            booktitle = "Findings of the Association for Computational Linguistics: ACL-IJCNLP 2021",
            month = aug,
            year = "2021",
            address = "Online",
            publisher = "Association for Computational Linguistics",
            url = "https://aclanthology.org/2021.findings-acl.297",
            pages = "3354--3361",
        }