Add task category, link to paper and Github repo, and BibTex citation

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +15 -5
README.md CHANGED
@@ -1,4 +1,9 @@
1
  ---
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: query_id
@@ -43,9 +48,6 @@ configs:
43
  path: data/web-*
44
  - split: debate
45
  path: data/debate-*
46
- language:
47
- - en
48
- license: apache-2.0
49
  tags:
50
  - SEO
51
  - CSEO
@@ -77,7 +79,8 @@ This task involves answering queries based on multiple passages. Domains:
77
 
78
  Total: Over **1.9k queries** and **16k documents** across six domains.
79
 
80
- For more information about the dataset construction, please refer to the original publication.
 
81
 
82
  Developed at [Parameter Lab](https://parameterlab.de/) with the support of [Naver AI Lab](https://clova.ai/en/ai-research).
83
 
@@ -91,7 +94,14 @@ Developed at [Parameter Lab](https://parameterlab.de/) with the support of [Nave
91
  If this work is useful for you, please consider citing it
92
 
93
  ```
94
- TODO
 
 
 
 
 
 
 
95
  ```
96
 
97
  ✉️ Contact person: Haritz Puerto, [email protected]
 
1
  ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ task_categories:
6
+ - text-ranking
7
  dataset_info:
8
  features:
9
  - name: query_id
 
48
  path: data/web-*
49
  - split: debate
50
  path: data/debate-*
 
 
 
51
  tags:
52
  - SEO
53
  - CSEO
 
79
 
80
  Total: Over **1.9k queries** and **16k documents** across six domains.
81
 
82
+ For more information about the dataset construction, please refer to the [original publication](https://huggingface.co/papers/2506.11097).
83
+ The code can be found on [Github](https://github.com/parameterlab/c-seo-bench).
84
 
85
  Developed at [Parameter Lab](https://parameterlab.de/) with the support of [Naver AI Lab](https://clova.ai/en/ai-research).
86
 
 
94
  If this work is useful for you, please consider citing it
95
 
96
  ```
97
+ @misc{puerto2024cseo,
98
+ title={C-SEO Bench: Does Conversational SEO Work?},
99
+ author={Haritz Puerto and Pedro Reviriego and Stefan Feuerriegel},
100
+ year={2024},
101
+ eprint={2406.11097},
102
+ archivePrefix={arXiv},
103
+ primaryClass={cs.IR}
104
+ }
105
  ```
106
 
107
  ✉️ Contact person: Haritz Puerto, [email protected]