paper-with-me

홈 › Papers

CAMRA: Copilot for AMR Annotation

2023-11-18 · Jon Z. Cai, Shafiuddin Rehan Ahmed, Julia Bonn, Kristin Wright-Bettner, Martha Palmer, James H. Martin

In this paper, we introduce CAMRA (Copilot for AMR Annotatations), a cutting-edge web-based tool designed for constructing Abstract Meaning Representation (AMR) from natural language text. CAMRA offers a novel approach to deep lexical semantics annotation such as AMR, treating AMR annotation akin to coding in programming languages. Leveraging the familiarity of programming paradigms, CAMRA encompasses all essential features of existing AMR editors, including example lookup, while going a step further by integrating Propbank roleset lookup as an autocomplete feature within the tool. Notably, CAMRA incorporates AMR parser models as coding co-pilots, greatly enhancing the efficiency and accuracy of AMR annotators. To demonstrate the tool's capabilities, we provide a live demo accessible at: https://camra.colorado.edu

📄 PDF Abstract BibTeX arXiv:2311.10928

Code (0)

등록된 구현이 없습니다.

Tasks

Abstract Meaning Representation

Similar Papers 제목 키워드 기반

LABELING COPILOT: A Deep Research Agent for Automated Data Curation in Computer Vision

2025-09-26 · Debargha Ganguly, Sumit Kumar, Ishwar Balappanawar, Weicong Chen 외 arxiv

Curating high-quality, domain-specific datasets is a major bottleneck for deploying robust vision systems, requiring complex trade-offs between data quality, diversity, and cost when researching vast, unlabeled data lake…

Active Learning

Copilot-in-the-Loop: Fixing Code Smells in Copilot-Generated Python Code using Copilot

2024-01-25 · Beiqi Zhang, Peng Liang, Qiong Feng, Yujia Fu 외

As one of the most popular dynamic languages, Python experiences a decrease in readability and maintainability when code smells are present. Recent advancements in Large Language Models have sparked growing interest in A…

Code Generation

Psy-Copilot: Visual Chain of Thought for Counseling

2025-03-05 · Keqi Chen, Zekai Sun, Huijun Lian, Yingming Gao 외

Large language models (LLMs) are becoming increasingly popular in the field of psychological counseling. However, when human therapists work with LLMs in therapy sessions, it is hard to understand how the model gives the…

Retrieval

Do It For Me vs. Do It With Me: Investigating User Perceptions of Different Paradigms of Automation in Copilots for Feature-Rich Software

2025-04-22 · Anjali Khurana, Xiaotian Su, April Yi Wang, Parmit K Chilana

Large Language Model (LLM)-based in-application assistants, or copilots, can automate software tasks, but users often prefer learning by doing, raising questions about the optimal level of automation for an effective use…

Language ModelingLanguage ModellingLarge Language Model

GitHub Copilot AI pair programmer: Asset or Liability?

2022-06-30 · Arghavan Moradi Dakhel, Vahid Majdinasab, Amin Nikanjam, Foutse khomh 외

Automatic program synthesis is a long-lasting dream in software engineering. Recently, a promising Deep Learning (DL) based solution, called Copilot, has been proposed by OpenAI and Microsoft as an industrial product. Al…

Program Synthesis