---
title: "Question Answering"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/huggingface/questionanswering
markdown: https://docs.nodetool.ai/nodes/huggingface/questionanswering.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/huggingface/questionanswering.md
---

# Question Answering

**Type:** `huggingface.QuestionAnswering`

**Namespace:** `huggingface`

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| model | `str` | Question-answering model repo id. | `deepset/roberta-base-squad2` |
| question | `str` | The question to answer. | `` |
| context | `str` | The passage that contains the answer. | `` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `str` |  |
| score | `float` |  |

## Related Nodes

Browse other nodes in the [huggingface](./) namespace.
