paper-with-me

홈 › Papers

Argument-Based Comparative Question Answering Evaluation Benchmark

2025-02-20 · Irina Nikishina, Saba Anwar, Nikolay Dolgov, Maria Manina, Daria Ignatenko, Viktor Moskvoretskii, Artem Shelmanov, Tim Baldwin, Chris Biemann

In this paper, we aim to solve the problems standing in the way of automatic comparative question answering. To this end, we propose an evaluation framework to assess the quality of comparative question answering summaries. We formulate 15 criteria for assessing comparative answers created using manual annotation and annotation from 6 large language models and two comparative question asnwering datasets. We perform our tests using several LLMs and manual annotation under different settings and demonstrate the constituency of both evaluations. Our results demonstrate that the Llama-3 70B Instruct model demonstrates the best results for summary evaluation, while GPT-4 is the best for answering comparative questions. All used data, code, and evaluation results are publicly available\footnote{\url{https://anonymous.4open.science/r/cqa-evaluation-benchmark-4561/README.md}}.

📄 PDF Abstract BibTeX arXiv:2502.14476

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Answering Comparative Questions: Better than Ten-Blue-Links?

2019-01-15 · Matthias Schildwächter, Alexander Bondarenko, Julian Zenker, Matthias Hagen 외

We present CAM (comparative argumentative machine), a novel open-domain IR system to argumentatively compare objects with respect to information extracted from the Common Crawl. In a user study, the participants obtained…

Using Question-Answering Techniques to Implement a Knowledge-Driven Argument Mining Approach

2017-09-01 · WS 2017 9 · Patrick Saint-Dizier

This short paper presents a first implementation of a knowledge-driven argument mining approach. The major processing steps and language resources of the system are surveyed. An indicative evaluation outlines challenges …

Argument MiningQuestion Answering

MultiChartQA: Benchmarking Vision-Language Models on Multi-Chart Problems

2024-10-18 · Zifeng Zhu, Mengzhao Jia, Zhihan Zhang, Lang Li 외

Multimodal Large Language Models (MLLMs) have demonstrated impressive abilities across various tasks, including visual question answering and chart comprehension, yet existing benchmarks for chart-related tasks fall shor…

BenchmarkingQuestion AnsweringVisual Question Answering

Pre-training Language Models for Comparative Reasoning

2023-05-23 · Mengxia Yu, Zhihan Zhang, Wenhao Yu, Meng Jiang

Comparative reasoning is a process of comparing objects, concepts, or entities to draw conclusions, which constitutes a fundamental cognitive ability. In this paper, we propose a novel framework to pre-train language mod…

Question AnsweringQuestion GenerationQuestion-Generation

Event Extraction as Multi-turn Question Answering

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Fayuan Li, Weihua Peng, Yuguang Chen, Quan Wang 외

Event extraction, which aims to identify event triggers of pre-defined event types and their arguments of specific roles, is a challenging task in NLP. Most traditional approaches formulate this task as classification pr…

Event ExtractionQuestion AnsweringReading ComprehensionSentence