system HF staff commited on
Commit
5bd58cc
1 Parent(s): 8fd6c17

Update files from the datasets library (from 1.3.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.3.0

Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -46,6 +46,7 @@ task_ids:
46
  - [Dataset Curators](#dataset-curators)
47
  - [Licensing Information](#licensing-information)
48
  - [Citation Information](#citation-information)
 
49
 
50
  ## Dataset Description
51
 
@@ -194,3 +195,7 @@ cc-by-nc-4.0
194
  pages = "3844--3854",
195
  abstract = "Recent progress in dialogue generation has inspired a number of studies on dialogue systems that are capable of accomplishing tasks through natural language interactions. A promising direction among these studies is the use of reinforcement learning techniques, such as self-play, for training dialogue agents. However, current datasets are limited in size, and the environment for training agents and evaluating progress is relatively unsophisticated. We present AirDialogue, a large dataset that contains 301,427 goal-oriented conversations. To collect this dataset, we create a context-generator which provides travel and flight restrictions. We then ask human annotators to play the role of a customer or an agent and interact with the goal of successfully booking a trip given the restrictions. Key to our environment is the ease of evaluating the success of the dialogue, which is achieved by using ground-truth states (e.g., the flight being booked) generated by the restrictions. Any dialogue agent that does not generate the correct states is considered to fail. Our experimental results indicate that state-of-the-art dialogue models can only achieve a score of 0.17 while humans can reach a score of 0.91, which suggests significant opportunities for future improvement.",
196
  }
 
 
 
 
 
46
  - [Dataset Curators](#dataset-curators)
47
  - [Licensing Information](#licensing-information)
48
  - [Citation Information](#citation-information)
49
+ - [Contributions](#contributions)
50
 
51
  ## Dataset Description
52
 
 
195
  pages = "3844--3854",
196
  abstract = "Recent progress in dialogue generation has inspired a number of studies on dialogue systems that are capable of accomplishing tasks through natural language interactions. A promising direction among these studies is the use of reinforcement learning techniques, such as self-play, for training dialogue agents. However, current datasets are limited in size, and the environment for training agents and evaluating progress is relatively unsophisticated. We present AirDialogue, a large dataset that contains 301,427 goal-oriented conversations. To collect this dataset, we create a context-generator which provides travel and flight restrictions. We then ask human annotators to play the role of a customer or an agent and interact with the goal of successfully booking a trip given the restrictions. Key to our environment is the ease of evaluating the success of the dialogue, which is achieved by using ground-truth states (e.g., the flight being booked) generated by the restrictions. Any dialogue agent that does not generate the correct states is considered to fail. Our experimental results indicate that state-of-the-art dialogue models can only achieve a score of 0.17 while humans can reach a score of 0.91, which suggests significant opportunities for future improvement.",
197
  }
198
+
199
+ ### Contributions
200
+
201
+ Thanks to [@skyprince999](https://github.com/skyprince999) for adding this dataset.