ChatRAG-Bench / README.md
zihanliu's picture
Update README.md
facf530 verified
|
raw
history blame
702 Bytes
metadata
language:
  - en
license:
  - other
size_categories:
  - 1K<n<10K
tags:
  - RAG
  - conversational QA
  - multi-turn QA
  - QA with context
configs:
  - config_name: convfinqa
    data_files:
      - split: dev
        path: convfinqa/*
  - config_name: coqa
    data_files:
      - split: dev
        path: coqa/*
  - config_name: doc2dial
    data_files:
      - split: test
        path: doc2dial/*
    features:
      - name: document
        dtype: str
      - name: ctxs
        dtype: list
      - name: messages
        dtype: list
      - name: answers
        dtype: list

License

The ConvRAG are built on and derived from existing datasets. We refer users to the original licenses accompanying each dataset.

Citation